Interface Domain.UpdateStages.WithDisableLocalAuth

  • All Known Subinterfaces:
    Domain.Update
    Enclosing interface:
    Domain.UpdateStages

    public static interface Domain.UpdateStages.WithDisableLocalAuth
    The stage of the Domain update allowing to specify disableLocalAuth.
    • Method Detail

      • withDisableLocalAuth

        Domain.Update withDisableLocalAuth​(Boolean disableLocalAuth)
        Specifies the disableLocalAuth property: This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the domain..
        Parameters:
        disableLocalAuth - This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the domain.
        Returns:
        the next definition stage.