LoginScopes 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.
The configuration settings of the login flow, including the scopes that should be requested.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.LoginScopesTypeConverter))]
public class LoginScopes : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ILoginScopes
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |