Options
All
  • Public
  • Public/Protected
  • All
Menu

Role Creation Request Implementation.

Hierarchy

  • RoleCreationRequest

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new RoleCreationRequest(companyId: string, name: string, description: string, policies: Array<Policy>): RoleCreationRequest
  • Creates a new role creation request.

    Parameters

    • companyId: string

      the ID of the company that the role will be created in

    • name: string

      the name of the role

    • description: string

      the description of the role

    • policies: Array<Policy>

      the policies that define the role

    Returns RoleCreationRequest

Properties

companyId

companyId: string

the ID of the company that the role will be created in

description

description: string

the description of the role

name

name: string

the name of the role

policies

policies: Array<Policy>

the policies that define the role

Accessors

json

json:

Gets the raw JSON object for the API.

Methods

getPolicy

  • getPolicy(entityUuid: string): Policy | null

toString

  • toString(): string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc