SiteAuthSettingsV2 Class

Definition

Configuration settings for the Azure App Service Authentication / Authorization V2 feature.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SiteAuthSettingsV2 : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SiteAuthSettingsV2 = class
    inherit ProxyOnlyResource
Public Class SiteAuthSettingsV2
Inherits ProxyOnlyResource
Inheritance
SiteAuthSettingsV2
Attributes

Constructors

SiteAuthSettingsV2()

Initializes a new instance of the SiteAuthSettingsV2 class.

SiteAuthSettingsV2(String, String, String, String, AuthPlatform, GlobalValidation, IdentityProviders, Login, HttpSettings)

Initializes a new instance of the SiteAuthSettingsV2 class.

Properties

GlobalValidation

Gets or sets the configuration settings that determines the validation flow of users using App Service Authentication/Authorization.

HttpSettings

Gets or sets the configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
IdentityProviders

Gets or sets the configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Login

Gets or sets the configuration settings of the login flow of users using App Service Authentication/Authorization.

Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
Platform

Gets or sets the configuration settings of the platform of App Service Authentication/Authorization.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to