MicrosoftGraphResourceSpecificPermissionGrant 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.
Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphResourceSpecificPermissionGrantTypeConverter))]
public class MicrosoftGraphResourceSpecificPermissionGrant : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphResourceSpecificPermissionGrantTypeConverter))>]
type MicrosoftGraphResourceSpecificPermissionGrant = class
interface IMicrosoftGraphResourceSpecificPermissionGrant
interface IJsonSerializable
interface IMicrosoftGraphDirectoryObject
interface IMicrosoftGraphEntityAutoGenerated
interface IAssociativeArray<obj>
interface IValidates
Public Class MicrosoftGraphResourceSpecificPermissionGrant
Implements IAssociativeArray(Of Object), IMicrosoftGraphResourceSpecificPermissionGrant, IValidates
- Inheritance
-
MicrosoftGraphResourceSpecificPermissionGrant
- Attributes
- Implements
Constructors
MicrosoftGraphResourceSpecificPermissionGrant() |
Creates an new MicrosoftGraphResourceSpecificPermissionGrant instance. |
Fields
__additionalProperties |
Properties
ClientAppId |
ID of the service principal of the Azure AD app that has been granted access. Read-only. |
ClientId |
ID of the Azure AD app that has been granted access. Read-only. |
DeletedDateTime | |
DisplayName |
The name displayed in directory |
Id |
Read-only. |
Item[String] | |
OdataId |
The full id of object in directory |
OdataType |
The type of object in directory |
Permission |
The name of the resource-specific permission. Read-only. |
PermissionType |
The type of permission. Possible values are: Application, Delegated. Read-only. |
ResourceAppId |
ID of the Azure AD app that is hosting the resource. Read-only. |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphResourceSpecificPermissionGrant. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphResourceSpecificPermissionGrant. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphResourceSpecificPermissionGrant, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphResourceSpecificPermissionGrant into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, Object) | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |
Operators
Implicit(MicrosoftGraphResourceSpecificPermissionGrant to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |