MicrosoftGraphImplicitGrantSettings 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.
implicitGrantSettings
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphImplicitGrantSettingsTypeConverter))]
public class MicrosoftGraphImplicitGrantSettings : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphImplicitGrantSettingsTypeConverter))>]
type MicrosoftGraphImplicitGrantSettings = class
interface IMicrosoftGraphImplicitGrantSettings
interface IJsonSerializable
interface IAssociativeArray<obj>
Public Class MicrosoftGraphImplicitGrantSettings
Implements IAssociativeArray(Of Object), IMicrosoftGraphImplicitGrantSettings
- Inheritance
-
MicrosoftGraphImplicitGrantSettings
- Attributes
- Implements
Constructors
| MicrosoftGraphImplicitGrantSettings() |
Creates an new MicrosoftGraphImplicitGrantSettings instance. |
Fields
| __additionalProperties |
Properties
| EnableAccessTokenIssuance |
Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow. |
| EnableIdTokenIssuance |
Specifies whether this web application can request an ID token using the OAuth 2.0 implicit flow. |
| Item[String] | |
Methods
| Add(String, Object) | |
| Clear() | |
| ContainsKey(String) | |
| CopyFrom(IDictionary) | |
| CopyFrom(PSObject) | |
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphImplicitGrantSettings. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphImplicitGrantSettings. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings. |
| FromJsonString(String) |
Creates a new instance of MicrosoftGraphImplicitGrantSettings, deserializing the content from a json string. |
| Remove(String) | |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphImplicitGrantSettings into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| TryGetValue(String, Object) | |
Operators
| Implicit(MicrosoftGraphImplicitGrantSettings to Dictionary<String,Object>) |
Explicit Interface Implementations
| IAssociativeArray<Object>.AdditionalProperties |