KeyListItems

KeyListItems

new KeyListItems()

Version:
  • 1.0

The KeyListItems model module.

Members

keyId :String

key ID

Type:
  • String

krn :String

KAS resource name

Type:
  • String

publicKey :String

Public key

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {KeyListItems}

Constructs a KeyListItems from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj KeyListItems

Optional instance to populate.

Returns:

The populated KeyListItems instance.

Type
KeyListItems

KeyListItems

new KeyListItems(keyId, krn, publicKey)

Constructs a new KeyListItems.

Parameters:
Name Type Description
keyId String

key ID

krn String

KAS resource name

publicKey String

Public key

Members

keyId :String

key ID

Type:
  • String

krn :String

KAS resource name

Type:
  • String

publicKey :String

Public key

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {KeyListItems}

Constructs a KeyListItems from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj KeyListItems

Optional instance to populate.

Returns:

The populated KeyListItems instance.

Type
KeyListItems