MSGraphIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.MSGraphIdentityTypeConverter))]
public class MSGraphIdentity : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.IMSGraphIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.MSGraphIdentityTypeConverter))>]
type MSGraphIdentity = class
    interface IMSGraphIdentity
    interface IJsonSerializable
Public Class MSGraphIdentity
Implements IMSGraphIdentity
Inheritance
MSGraphIdentity
Attributes
Implements

Constructors

MSGraphIdentity()

Creates an new MSGraphIdentity instance.

Properties

ApplicationId

key: id of application

AppRoleAssignmentId

key: id of appRoleAssignment

DirectoryObjectId

The unique identifier of directoryObject

FederatedIdentityCredentialId

key: id of federatedIdentityCredential

GroupId

key: id of group

Id

Resource identity path

MemberId

key: id of member

ServicePrincipalId

key: id of servicePrincipal

UserId

key: id of user

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MSGraphIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MSGraphIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MSGraphIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to