Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GroupCreateParameters

Package version

Parameters supplied to the Create Group operation.

Hierarchy

  • GroupCreateParameters

Index

Properties

Optional description

description: undefined | string

Group description.

Optional displayName

displayName: undefined | string

Group name.

Optional externalId

externalId: undefined | string

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.

Optional type

type: GroupType

Group type.

Generated using TypeDoc