IMSGraphIdentity Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to