MicrosoftGraphRequiredResourceAccess 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.
requiredResourceAccess
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphRequiredResourceAccessTypeConverter))]
public class MicrosoftGraphRequiredResourceAccess : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphRequiredResourceAccessTypeConverter))>]
type MicrosoftGraphRequiredResourceAccess = class
interface IMicrosoftGraphRequiredResourceAccess
interface IJsonSerializable
interface IAssociativeArray<obj>
Public Class MicrosoftGraphRequiredResourceAccess
Implements IAssociativeArray(Of Object), IMicrosoftGraphRequiredResourceAccess
- Inheritance
-
MicrosoftGraphRequiredResourceAccess
- Attributes
- Implements
Constructors
MicrosoftGraphRequiredResourceAccess() |
Creates an new MicrosoftGraphRequiredResourceAccess instance. |
Fields
__additionalProperties |
Properties
Item[String] | |
ResourceAccess |
The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource. |
ResourceAppId |
The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application. |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphRequiredResourceAccess. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphRequiredResourceAccess. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphRequiredResourceAccess, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphRequiredResourceAccess into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, Object) |
Operators
Implicit(MicrosoftGraphRequiredResourceAccess to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |