Get Principal Application Assignments Result
data class GetPrincipalApplicationAssignmentsResult(val applicationAssignments: List<GetPrincipalApplicationAssignmentsApplicationAssignment>? = null, val id: String, val instanceArn: String, val principalId: String, val principalType: String)
A collection of values returned by getPrincipalApplicationAssignments.
Properties
Link copied to clipboard
List of principals assigned to the application. See the application_assignments
attribute reference below.
Link copied to clipboard
Link copied to clipboard
An identifier for an object in IAM Identity Center, such as a user or group.
Link copied to clipboard
Entity type for which the assignment will be created. Valid values are USER
or GROUP
.