AuthorizationResponse

data class AuthorizationResponse(val delegatedRoleDefinitionIds: List<String>? = null, val principalId: String, val principalIdDisplayName: String? = null, val roleDefinitionId: String)

Authorization tuple containing principal Id (of user/service principal/security group) and role definition id.

Constructors

Link copied to clipboard
constructor(delegatedRoleDefinitionIds: List<String>? = null, principalId: String, principalIdDisplayName: String? = null, roleDefinitionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The delegatedRoleDefinitionIds field is required when the roleDefinitionId refers to the User Access Administrator Role. It is the list of role definition ids which define all the permissions that the user in the authorization can assign to other security groups/service principals/users.

Link copied to clipboard

Principal Id of the security group/service principal/user that would be assigned permissions to the projected subscription

Link copied to clipboard

Display name of the principal Id.

Link copied to clipboard

The role definition identifier. This role will define all the permissions that the security group/service principal/user must have on the projected subscription. This role cannot be an owner role.