DefinitionEligibleAuthorization

data class DefinitionEligibleAuthorization(val justInTimeAccessPolicy: DefinitionEligibleAuthorizationJustInTimeAccessPolicy? = null, val principalDisplayName: String? = null, val principalId: String, val roleDefinitionId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A just_in_time_access_policy block as defined below.

Link copied to clipboard

The display name of the Azure Active Directory Principal.

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

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