Sdílet prostřednictvím


ManagedServicesAuthorization Class

Definition

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.

public class ManagedServicesAuthorization
type ManagedServicesAuthorization = class
Public Class ManagedServicesAuthorization
Inheritance
ManagedServicesAuthorization

Constructors

ManagedServicesAuthorization(Guid, String)

Initializes a new instance of ManagedServicesAuthorization.

Properties

DelegatedRoleDefinitionIds

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 principals.

PrincipalId

The identifier of the Azure Active Directory principal.

PrincipalIdDisplayName

The display name of the Azure Active Directory principal.

RoleDefinitionId

The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.

Applies to