Eligible Authorization Response
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
fun EligibleAuthorizationResponse(justInTimeAccessPolicy: JustInTimeAccessPolicyResponse? = null, principalId: String, principalIdDisplayName: String? = null, roleDefinitionId: String)