GroupUpdateParameters interface
Parameters supplied to the Update Group operation.
Properties
description | Group description. |
display |
Group name. |
external |
Identifier of the external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory |
type | Group type. |
Property Details
description
Group description.
description?: string
Property Value
string
displayName
Group name.
displayName?: string
Property Value
string
externalId
Identifier of the external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>
; otherwise the value is null.
externalId?: string
Property Value
string