Authorization Response
data class AuthorizationResponse(val delegatedRoleDefinitionIds: List<String>? = null, val principalId: String, val principalIdDisplayName: String? = null, val roleDefinitionId: String)
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.