EligibleAuthorizationResponse

data class EligibleAuthorizationResponse(val justInTimeAccessPolicy: JustInTimeAccessPolicyResponse? = null, val principalId: String, val principalIdDisplayName: String? = null, val roleDefinitionId: String)

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.

Constructors

Link copied to clipboard
constructor(justInTimeAccessPolicy: JustInTimeAccessPolicyResponse? = null, principalId: String, principalIdDisplayName: String? = null, roleDefinitionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The just-in-time access policy setting.

Link copied to clipboard

The identifier of the Azure Active Directory principal.

Link copied to clipboard

The display name of the Azure Active Directory principal.

Link copied to clipboard

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