MicrosoftGraphPreAuthorizedApplication 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.
preAuthorizedApplication
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPreAuthorizedApplicationTypeConverter))]
public class MicrosoftGraphPreAuthorizedApplication : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPreAuthorizedApplicationTypeConverter))>]
type MicrosoftGraphPreAuthorizedApplication = class
interface IMicrosoftGraphPreAuthorizedApplication
interface IJsonSerializable
interface IAssociativeArray<obj>
Public Class MicrosoftGraphPreAuthorizedApplication
Implements IAssociativeArray(Of Object), IMicrosoftGraphPreAuthorizedApplication
- Inheritance
-
MicrosoftGraphPreAuthorizedApplication
- Attributes
- Implements
Constructors
MicrosoftGraphPreAuthorizedApplication() |
Creates an new MicrosoftGraphPreAuthorizedApplication instance. |
Fields
__additionalProperties |
Properties
AppId |
The unique identifier for the application. |
DelegatedPermissionId |
The unique identifier for the oauth2PermissionScopes the application requires. |
Item[String] |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphPreAuthorizedApplication. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphPreAuthorizedApplication. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphPreAuthorizedApplication, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphPreAuthorizedApplication into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, Object) |
Operators
Implicit(MicrosoftGraphPreAuthorizedApplication to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |