Class WebAppAuthSettingsV2SlotArgs


  • public final class WebAppAuthSettingsV2SlotArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • globalValidation

        public java.util.Optional<com.pulumi.core.Output<GlobalValidationArgs>> globalValidation()
        Returns:
        The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.
      • httpSettings

        public java.util.Optional<com.pulumi.core.Output<HttpSettingsArgs>> httpSettings()
        Returns:
        The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
      • identityProviders

        public java.util.Optional<com.pulumi.core.Output<IdentityProvidersArgs>> identityProviders()
        Returns:
        The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.
      • kind

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kind()
        Returns:
        Kind of resource.
      • login

        public java.util.Optional<com.pulumi.core.Output<LoginArgs>> login()
        Returns:
        The configuration settings of the login flow of users using App Service Authentication/Authorization.
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        Name of web app.
      • platform

        public java.util.Optional<com.pulumi.core.Output<AuthPlatformArgs>> platform()
        Returns:
        The configuration settings of the platform of App Service Authentication/Authorization.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        Name of the resource group to which the resource belongs.
      • slot

        public com.pulumi.core.Output<java.lang.String> slot()
        Returns:
        Name of web app slot. If not specified then will default to production slot.