MicrosoftGraphDelegatedPermissionClassification 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.
delegatedPermissionClassification
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphDelegatedPermissionClassificationTypeConverter))]
public class MicrosoftGraphDelegatedPermissionClassification : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification, 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.MicrosoftGraphDelegatedPermissionClassificationTypeConverter))>]
type MicrosoftGraphDelegatedPermissionClassification = class
interface IMicrosoftGraphDelegatedPermissionClassification
interface IJsonSerializable
interface IMicrosoftGraphEntityAutoGenerated
interface IAssociativeArray<obj>
interface IValidates
Public Class MicrosoftGraphDelegatedPermissionClassification
Implements IAssociativeArray(Of Object), IMicrosoftGraphDelegatedPermissionClassification, IValidates
- Inheritance
-
MicrosoftGraphDelegatedPermissionClassification
- Attributes
- Implements
Constructors
MicrosoftGraphDelegatedPermissionClassification() |
Creates an new MicrosoftGraphDelegatedPermissionClassification instance. |
Fields
__additionalProperties |
Properties
Classification |
permissionClassificationType |
Id |
Read-only. |
Item[String] | |
PermissionId |
The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. |
PermissionName |
The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Does not support $filter. |
Methods
Operators
Implicit(MicrosoftGraphDelegatedPermissionClassification to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |