你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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