共用方式為


Identity interface

基底身分識別類別允許 GetConnectionData API 中的「修剪」身分識別類別,確定衍生類別的連線表示彼此相容(例如伺服器會以 PublicIdentity 物件回應,而用戶端還原串行化為 Identity 物件)衍生類別不應該有其他 [DataMember] 屬性

Extends

繼承的屬性

customDisplayName

身分識別的自定義顯示名稱(如果有的話)。 將此屬性設定為空字串將會清除現有的自訂顯示名稱。 將此屬性設定為 null 不會影響現有的持續性值(因為 Null 值不會透過網路或資料庫傳送)

descriptor
id

識別標識碼。 也稱為記憶體金鑰或 VSID

isActive

如果身分識別在組織中任何 Azure Devops 群組中具有成員資格,則為 True。

isContainer

如果身分識別是群組,則為 True。

masterId
memberIds

身分識別成員的標識碼(僅限群組)。

memberOf
members
metaTypeId
properties
providerDisplayName

來源識別提供者所指定之身分識別的顯示名稱。

resourceVersion
socialDescriptor
subjectDescriptor

Graph 實體的主體描述元。

uniqueUserId

繼承的屬性詳細資料

customDisplayName

身分識別的自定義顯示名稱(如果有的話)。 將此屬性設定為空字串將會清除現有的自訂顯示名稱。 將此屬性設定為 null 不會影響現有的持續性值(因為 Null 值不會透過網路或資料庫傳送)

customDisplayName: string

屬性值

string

繼承自IdentityBase.customDisplayName

descriptor

descriptor: IdentityDescriptor

屬性值

繼承自IdentityBase.descriptor

id

識別標識碼。 也稱為記憶體金鑰或 VSID

id: string

屬性值

string

繼承自IdentityBase.id

isActive

如果身分識別在組織中任何 Azure Devops 群組中具有成員資格,則為 True。

isActive: boolean

屬性值

boolean

繼承自IdentityBase.isActive

isContainer

如果身分識別是群組,則為 True。

isContainer: boolean

屬性值

boolean

繼承自IdentityBase.isContainer

masterId

masterId: string

屬性值

string

繼承自IdentityBase.masterId

memberIds

身分識別成員的標識碼(僅限群組)。

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

來源識別提供者所指定之身分識別的顯示名稱。

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