GroupContractProperties interface
群組合約屬性。
屬性
built |
如果群組是三個系統群組之一,則為 true(系統管理員、開發人員或來賓):否則為 false。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
description | 群組描述。 可以包含 HTML 格式標記。 |
display |
組名。 |
external |
針對外部群組,此屬性包含來自外部識別提供者的群組標識符,例如,針對 Azure Active Directory |
type | 群組類型。 |
屬性詳細資料
builtIn
如果群組是三個系統群組之一,則為 true(系統管理員、開發人員或來賓):否則為 false。 注意:這個屬性不會串行化。 它只能由伺服器填入。
builtIn?: boolean
屬性值
boolean
description
群組描述。 可以包含 HTML 格式標記。
description?: string
屬性值
string
displayName
組名。
displayName: string
屬性值
string
externalId
針對外部群組,此屬性包含來自外部識別提供者的群組標識符,例如,針對 Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>
;否則此值為 null。
externalId?: string
屬性值
string