Back to Node Auth0

Interface GroupMember

docs/interfaces/management.Management.GroupMember.html

5.9.11.7 KB
Original Source

Interface GroupMember

Represents the metadata of a group membership.

interface GroupMember {
id?: string;
member_type?: Management.GroupMemberTypeEnum;
type?: Management.GroupTypeEnum;
connection_id?: string;
created_at?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

id?member_type?type?connection_id?created_at?

Properties

Optionalid

id?: string

Unique identifier for the member.

Optionalmember_type

member_type?: Management.GroupMemberTypeEnum

Optionaltype

type?: Management.GroupTypeEnum

Optionalconnection_id

connection_id?: string

Identifier for the connection this group belongs to (if a connection group).

Optionalcreated_at

created_at?: string

Timestamp of when the membership was created.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idmember_typetypeconnection_idcreated_at