Authorization Args
data class AuthorizationArgs(val delegatedRoleDefinitionIds: Output<List<String>>? = null, val principalId: Output<String>, val principalIdDisplayName: Output<String>? = null, val roleDefinitionId: Output<String>) : ConvertibleToJava<AuthorizationArgs>
The Azure Active Directory principal identifier and Azure built-in role that describes the access the principal will receive on the delegated resource in the managed tenant.