SiteAuthSettingsV2 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration settings for the Azure App Service Authentication / Authorization V2 feature. Serialized Name: SiteAuthSettingsV2
public class SiteAuthSettingsV2 : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>
type SiteAuthSettingsV2 = class
inherit ResourceData
interface IJsonModel<SiteAuthSettingsV2>
interface IPersistableModel<SiteAuthSettingsV2>
Public Class SiteAuthSettingsV2
Inherits ResourceData
Implements IJsonModel(Of SiteAuthSettingsV2), IPersistableModel(Of SiteAuthSettingsV2)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| SiteAuthSettingsV2() |
Initializes a new instance of SiteAuthSettingsV2. |
Properties
| Name | Description |
|---|---|
| GlobalValidation |
The configuration settings that determines the validation flow of users using App Service Authentication/Authorization. Serialized Name: SiteAuthSettingsV2.properties.globalValidation |
| HttpSettings |
The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization. Serialized Name: SiteAuthSettingsV2.properties.httpSettings |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| IdentityProviders |
The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization. Serialized Name: SiteAuthSettingsV2.properties.identityProviders |
| Kind |
Kind of resource. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind. Serialized Name: SiteAuthSettingsV2.kind |
| Login |
The configuration settings of the login flow of users using App Service Authentication/Authorization. Serialized Name: SiteAuthSettingsV2.properties.login |
| Name |
The name of the resource. (Inherited from ResourceData) |
| Platform |
The configuration settings of the platform of App Service Authentication/Authorization. Serialized Name: SiteAuthSettingsV2.properties.platform |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<SiteAuthSettingsV2>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<SiteAuthSettingsV2>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<SiteAuthSettingsV2>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<SiteAuthSettingsV2>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<SiteAuthSettingsV2>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |