EligibleAuthorizationArgs

data class EligibleAuthorizationArgs(val justInTimeAccessPolicy: Output<JustInTimeAccessPolicyArgs>? = null, val principalId: Output<String>, val principalIdDisplayName: Output<String>? = null, val roleDefinitionId: Output<String>) : ConvertibleToJava<EligibleAuthorizationArgs>

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: Output<JustInTimeAccessPolicyArgs>? = null, principalId: Output<String>, principalIdDisplayName: Output<String>? = null, roleDefinitionId: Output<String>)

Properties

Link copied to clipboard

The just-in-time access policy setting.

Link copied to clipboard
val principalId: Output<String>

The identifier of the Azure Active Directory principal.

Link copied to clipboard
val principalIdDisplayName: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): EligibleAuthorizationArgs