GroupCreateParameters interface
提供给“创建组”作的参数。
属性
| description | 组说明。 |
| display |
组名称。 |
| external |
外部组的标识符,此属性包含来自外部标识提供者的组 ID,例如,对于 Azure Active Directory |
| type | 组类型。 |
属性详细信息
description
组说明。
description?: string
属性值
string
displayName
组名称。
displayName?: string
属性值
string
externalId
外部组的标识符,此属性包含来自外部标识提供者的组 ID,例如,对于 Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>;否则,该值为 null。
externalId?: string
属性值
string