A role that can be assigned to a user

Constructors

Properties

id: string

The role's unique ID

name: string

The role's name

requiresBillingWrite: boolean

Whether this role has a paid seat and requires the billing-write scope to assign/unassign to users

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]