Share via


IAzureActiveDirectoryLogin Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AzureActiveDirectoryLoginTypeConverter))]
public interface IAzureActiveDirectoryLogin : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AzureActiveDirectoryLoginTypeConverter))>]
type IAzureActiveDirectoryLogin = interface
    interface IJsonSerializable
Public Interface IAzureActiveDirectoryLogin
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DisableWwwAuthenticate

true if the www-authenticate provider should be omitted from the request; otherwise, false.

LoginParameter

Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to