EligibleApproverResponse

data class EligibleApproverResponse(val principalId: String, val principalIdDisplayName: String? = null)

Defines the Azure Active Directory principal that can approve any just-in-time access requests by the principal defined in the EligibleAuthorization.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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.