GroupContractProperties interface
组协定属性。
属性
| built |
如果组是三个系统组之一(管理员、开发人员或来宾),则为 true;否则为 false。 注意:此属性不会序列化。 它只能由服务器填充。 |
| description | 组说明。 可以包含 HTML 格式标记。 |
| display |
组名称。 |
| external |
对于外部组,此属性包含来自外部标识提供者的组的 ID,例如,对于 Azure Active Directory |
| 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