Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PortalGroupProperties

Hierarchy

  • PortalGroupProperties

Index

Properties

Optional access

access: "public" | "private" | "org"

The access privileges on the group which determines who can see and access the group.

Read more...

Optional created

The date the group was created.

Read more...

Optional description

description: string

A detailed description of the group.

Read more...

Optional id

id: string

The unique id for the group.

Read more...

Optional isInvitationOnly

isInvitationOnly: boolean

If set to true, then users will not be able to apply to join the group.

Read more...

Optional modified

modified: DateProperties

The date the group was last modified.

Read more...

Optional owner

owner: string

The username of the group's owner.

Read more...

Optional portal

The portal associated with the group.

Read more...

Optional snippet

snippet: string

A short summary that describes the group.

Read more...

Optional tags

tags: string[]

User defined tags that describe the group.

Read more...

Optional title

title: string

The title of the group.

Read more...

Generated using TypeDoc