Interface X8WorkloadProps

WorkloadProps is used to provide information for creating a new workload hierarchy.

Hierarchy

  • X8WorkloadProps

Properties

x8AccountEmail: string

The created account will use this email and create email for accounts by adding + and environment e.g. for info@example.com it will use info+deploy@example.com for deployment account

x8AdminAccess: WaPermissionSet

Admin permission set

x8DataClassification: X8DataClassification

Workload data classification

x8DeveloperGroup?: WaGroup

Existing developer group

x8DoNotCreateAccounts?: boolean

Flag to turn off account creation

x8ViewOnlyAccess: WaPermissionSet

View only permission set

x8WorkloadName: string

Workload name

x8WorkloadsOU: OrganizationalUnit

WorkloadsOU where the workload would be added

Generated using TypeDoc