Class AzureActiveDirectoryArgs


  • public final class AzureActiveDirectoryArgs
    extends com.pulumi.resources.ResourceArgs
    The configuration settings of the Azure Active directory provider.
    • Method Detail

      • enabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enabled()
        Returns:
        <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>.
      • isAutoProvisioned

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isAutoProvisioned()
        Returns:
        Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling. This is an internal flag primarily intended to support the Azure Management Portal. Users should not read or write to this property.
      • login

        public java.util.Optional<com.pulumi.core.Output<AzureActiveDirectoryLoginArgs>> login()
        Returns:
        The configuration settings of the Azure Active Directory login flow.
      • registration

        public java.util.Optional<com.pulumi.core.Output<AzureActiveDirectoryRegistrationArgs>> registration()
        Returns:
        The configuration settings of the Azure Active Directory app registration.
      • validation

        public java.util.Optional<com.pulumi.core.Output<AzureActiveDirectoryValidationArgs>> validation()
        Returns:
        The configuration settings of the Azure Active Directory token validation flow.