IamConfig / IdentityCenterConfig / IdentityCenterAssignmentPrincipalConfig

Identity Center Permission Set Assignment Principal Configuration

Remarks

Use this configuration to provide principals of USER or GROUP type for assignment.

Example

principals:
- type: USER
name: accelerator
- type: GROUP
name: admin

Hierarchy

  • IdentityCenterAssignmentPrincipalConfig

Implements

Constructors

Properties

Constructors

Properties

name: string = ''

Name of the principal

Remarks

Identity Center user or group name

type: string = ''

Assignment principal type

Remarks

Possible value for this property can be USER or GROUP

Generated using TypeDoc