次の方法で共有


Identity interface

GetConnectionData API で "トリミングされた" ID クラスを許可する基本 ID クラス 派生クラスのオンワイヤ表現が相互に互換性があることを確認します (たとえば、クライアントが Identity オブジェクトとして逆シリアル化している間、Server は PublicIdentity オブジェクトで応答します)、派生クラスには追加の [DataMember] プロパティを設定しないでください

Extends

継承されたプロパティ

customDisplayName

ID のカスタム表示名 (存在する場合)。 このプロパティを空の文字列に設定すると、既存のカスタム表示名がクリアされます。 このプロパティを null に設定しても、既存の永続化された値には影響しません (null 値はネットワーク経由またはデータベースに送信されないため)

descriptor
id

ID 識別子。 ストレージ キー (VSID) とも呼ばれます

isActive

true の ID が、organization内の任意の Azure Devops グループのメンバーシップを持っている場合です。

isContainer

TRUE の場合、ID がグループです。

masterId
memberIds

ID のメンバーの ID (グループのみ)。

memberOf
members
metaTypeId
properties
providerDisplayName

ソース ID プロバイダーによって指定された ID の表示名。

resourceVersion
socialDescriptor
subjectDescriptor

Graph エンティティのサブジェクト記述子。

uniqueUserId

継承されたプロパティの詳細

customDisplayName

ID のカスタム表示名 (存在する場合)。 このプロパティを空の文字列に設定すると、既存のカスタム表示名がクリアされます。 このプロパティを null に設定しても、既存の永続化された値には影響しません (null 値はネットワーク経由またはデータベースに送信されないため)

customDisplayName: string

プロパティ値

string

IdentityBase.customDisplayNameから継承

descriptor

descriptor: IdentityDescriptor

プロパティ値

IdentityBase.descriptorから継承

id

ID 識別子。 ストレージ キー (VSID) とも呼ばれます

id: string

プロパティ値

string

IdentityBase.id から継承

isActive

true の ID が、organization内の任意の Azure Devops グループのメンバーシップを持っている場合です。

isActive: boolean

プロパティ値

boolean

IdentityBase.isActiveから継承

isContainer

TRUE の場合、ID がグループです。

isContainer: boolean

プロパティ値

boolean

IdentityBase.isContainerから継承

masterId

masterId: string

プロパティ値

string

IdentityBase.masterIdから継承

memberIds

ID のメンバーの ID (グループのみ)。

memberIds: string[]

プロパティ値

string[]

IdentityBase.memberIdsから継承

memberOf

memberOf: IdentityDescriptor[]

プロパティ値

IdentityBase.memberOfから継承

members

members: IdentityDescriptor[]

プロパティ値

IdentityBase.membersから継承

metaTypeId

metaTypeId: number

プロパティ値

number

IdentityBase.metaTypeIdから継承

properties

properties: any

プロパティ値

any

IdentityBase.propertiesから継承

providerDisplayName

ソース ID プロバイダーによって指定された ID の表示名。

providerDisplayName: string

プロパティ値

string

IdentityBase.providerDisplayNameから継承

resourceVersion

resourceVersion: number

プロパティ値

number

IdentityBase.resourceVersionから継承

socialDescriptor

socialDescriptor: string

プロパティ値

string

IdentityBase.socialDescriptorから継承

subjectDescriptor

Graph エンティティのサブジェクト記述子。

subjectDescriptor: string

プロパティ値

string

IdentityBase.subjectDescriptorから継承

uniqueUserId

uniqueUserId: number

プロパティ値

number

IdentityBase.uniqueUserIdから継承