Team permission setting attributes

Hierarchy

  • TeamPermissionSettingAttributes

Constructors

Properties

The identifier for the action

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
editable?: boolean

Whether or not the permission setting is editable by the current user

Possible values for action

title?: string

The team permission name

What type of user is allowed to perform the specified action

Generated using TypeDoc