ManagedServicesEligibleAuthorization Class

Definition

The Azure Active Directory principal identifier, Azure built-in role, and just-in-time access policy that describes the just-in-time access the principal will receive on the delegated resource in the managed tenant.

public class ManagedServicesEligibleAuthorization
type ManagedServicesEligibleAuthorization = class
Public Class ManagedServicesEligibleAuthorization
Inheritance
ManagedServicesEligibleAuthorization

Constructors

ManagedServicesEligibleAuthorization(Guid, String)

Initializes a new instance of ManagedServicesEligibleAuthorization.

Properties

JustInTimeAccessPolicy

The just-in-time access policy setting.

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