Class EligibleAuthorizationArgs


  • public final class EligibleAuthorizationArgs
    extends com.pulumi.resources.ResourceArgs
    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.
    • Method Detail

      • justInTimeAccessPolicy

        public java.util.Optional<com.pulumi.core.Output<JustInTimeAccessPolicyArgs>> justInTimeAccessPolicy()
        Returns:
        The just-in-time access policy setting.
      • principalId

        public com.pulumi.core.Output<java.lang.String> principalId()
        Returns:
        The identifier of the Azure Active Directory principal.
      • principalIdDisplayName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> principalIdDisplayName()
        Returns:
        The display name of the Azure Active Directory principal.
      • roleDefinitionId

        public com.pulumi.core.Output<java.lang.String> roleDefinitionId()
        Returns:
        The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.