Share via


LoginScopes Class

Definition

The configuration settings of the login flow, including the scopes that should be requested.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.LoginScopesTypeConverter))]
public class LoginScopes : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ILoginScopes
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.LoginScopesTypeConverter))>]
type LoginScopes = class
    interface ILoginScopes
    interface IJsonSerializable
Public Class LoginScopes
Implements ILoginScopes
Inheritance
LoginScopes
Attributes
Implements

Constructors

LoginScopes()

Creates an new LoginScopes instance.

Properties

Scope

A list of the scopes that should be requested while authenticating.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LoginScopes.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LoginScopes.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ILoginScopes.

FromJsonString(String)

Creates a new instance of LoginScopes, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LoginScopes into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to