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

GroupContractProperties interface

组协定属性。

属性

builtIn

如果组是三个系统组之一(管理员、开发人员或来宾),则为 true;否则为 false。 注意:此属性不会序列化。 它只能由服务器填充。

description

组说明。 可以包含 HTML 格式标记。

displayName

组名称。

externalId

对于外部组,此属性包含来自外部标识提供者的组的 ID,例如,对于 Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>;否则,该值为 null。

type

组类型。

属性详细信息

builtIn

如果组是三个系统组之一(管理员、开发人员或来宾),则为 true;否则为 false。 注意:此属性不会序列化。 它只能由服务器填充。

builtIn?: boolean

属性值

boolean

description

组说明。 可以包含 HTML 格式标记。

description?: string

属性值

string

displayName

组名称。

displayName: string

属性值

string

externalId

对于外部组,此属性包含来自外部标识提供者的组的 ID,例如,对于 Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>;否则,该值为 null。

externalId?: string

属性值

string

type

组类型。

type?: GroupType

属性值