Get Principal Application Assignments Plain Args
data class GetPrincipalApplicationAssignmentsPlainArgs(val applicationAssignments: List<GetPrincipalApplicationAssignmentsApplicationAssignment>? = null, val instanceArn: String, val principalId: String, val principalType: String) : ConvertibleToJava<GetPrincipalApplicationAssignmentsPlainArgs>
A collection of arguments for invoking getPrincipalApplicationAssignments.
Constructors
Link copied to clipboard
constructor(applicationAssignments: List<GetPrincipalApplicationAssignmentsApplicationAssignment>? = null, instanceArn: String, principalId: String, principalType: String)
Properties
Link copied to clipboard
List of principals assigned to the application. See the application_assignments
attribute reference below.
Link copied to clipboard
ARN of the instance of IAM Identity Center.
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
.