Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IMicrosoftGraphResourceSpecificPermissionGrant Interface
Definition
- Assembly:
- Az.MSGraph.private.dll
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphResourceSpecificPermissionGrantTypeConverter))]
public interface IMicrosoftGraphResourceSpecificPermissionGrant : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphResourceSpecificPermissionGrantTypeConverter))>]
type IMicrosoftGraphResourceSpecificPermissionGrant = interface
interface IJsonSerializable
interface IMicrosoftGraphDirectoryObject
interface IMicrosoftGraphEntityAutoGenerated
interface IAssociativeArray<obj>
Public Interface IMicrosoftGraphResourceSpecificPermissionGrant
Implements IAssociativeArray(Of Object), IMicrosoftGraphDirectoryObject
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AdditionalProperties | (Inherited from IAssociativeArray<T>) |
| 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 | (Inherited from IMicrosoftGraphDirectoryObject) |
| DisplayName |
The name displayed in directory (Inherited from IMicrosoftGraphDirectoryObject) |
| Id |
Read-only. (Inherited from IMicrosoftGraphEntityAutoGenerated) |
| Item[String] | (Inherited from IAssociativeArray<T>) |
| OdataId |
The full id of object in directory (Inherited from IMicrosoftGraphDirectoryObject) |
| OdataType |
The type of object in directory (Inherited from IMicrosoftGraphDirectoryObject) |
| 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
| Name | Description |
|---|---|
| Add(String, T) | (Inherited from IAssociativeArray<T>) |
| Clear() | (Inherited from IAssociativeArray<T>) |
| ContainsKey(String) | (Inherited from IAssociativeArray<T>) |
| Remove(String) | (Inherited from IAssociativeArray<T>) |
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
| TryGetValue(String, T) | (Inherited from IAssociativeArray<T>) |
