MicrosoftGraphDelegatedPermissionClassification Class

Definition

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

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MicrosoftGraphDelegatedPermissionClassification.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphDelegatedPermissionClassification.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification.

FromJsonString(String)

Creates a new instance of MicrosoftGraphDelegatedPermissionClassification, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphDelegatedPermissionClassification 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(MicrosoftGraphDelegatedPermissionClassification to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to