共用方式為


IdentityBase interface

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

屬性

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

descriptor

descriptor: IdentityDescriptor

屬性值

id

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

id: string

屬性值

string

isActive

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

isActive: boolean

屬性值

boolean

isContainer

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

isContainer: boolean

屬性值

boolean

masterId

masterId: string

屬性值

string

memberIds

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

memberIds: string[]

屬性值

string[]

memberOf

memberOf: IdentityDescriptor[]

屬性值

members

members: IdentityDescriptor[]

屬性值

metaTypeId

metaTypeId: number

屬性值

number

properties

properties: any

屬性值

any

providerDisplayName

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

providerDisplayName: string

屬性值

string

resourceVersion

resourceVersion: number

屬性值

number

socialDescriptor

socialDescriptor: string

屬性值

string

subjectDescriptor

Graph 實體的主體描述元。

subjectDescriptor: string

屬性值

string

uniqueUserId

uniqueUserId: number

屬性值

number