IAzureActiveDirectoryLogin Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AzureActiveDirectoryLoginTypeConverter))]
public interface IAzureActiveDirectoryLogin : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AzureActiveDirectoryLoginTypeConverter))>]
type IAzureActiveDirectoryLogin = interface
interface IJsonSerializable
Public Interface IAzureActiveDirectoryLogin
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DisableWwwAuthenticate |
|
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) |