RICADO Gen 4 API JS Client

RICADO Gen 4 API JS Client

Class

AccountPolicyModel

Extends
  • BaseModel

Summary

AccountPolicyModel Constructor

.

Description

Model Class for a Account Policy

Constructor

protected

new AccountPolicyModel()

AccountPolicyModel Constructor

Source

Members

resourcesArray.<{id: any, type: string, actions: Array.<string>, permission: string}>

The Resources this Policy provides

Type

  • Array.<{id: any, type: string, actions: Array.<string>, permission: string}>

Source

Methods

static

fromJSON(json) → {AccountPolicyModel}

Create a new AccountPolicyModel from a JSON Object or JSON String

Parameters

  • json Object.<string, any> | string

    A JSON Object or JSON String

Returns

  • AccountPolicyModel

Source