GroupCreateParameters interface

Parameters supplied to the Create Group operation.

Properties

description

Group description.

displayName

Group name.

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.

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

type

Group type.

type?: GroupType

Property Value