module:model/CreateInstanceRequestBody

module:model/CreateInstanceRequestBody

new module:model/CreateInstanceRequestBody(clientUserId)

Source:

Constructs a new CreateInstanceRequestBody.
Request body containing properties that will be used to create instance.

Parameters:
Name Type Description
clientUserId String

Members

(inner) assertionId :String

Source:
Type:
  • String

(inner) authenticationInstant :String

Source:
Type:
  • String

(inner) authenticationMethod :module:model/AuthenticationMethod

Source:
Type:
  • module:model/AuthenticationMethod

(inner) clientUserId :String

Source:
Type:
  • String

(inner) expirationOffset :Number

Source:
Type:
  • Number

(inner) formValues :module:model/WebFormValues

Source:
Type:

(inner) returnUrl :String

Source:
Type:
  • String

(inner) securityDomain :String

Source:
Type:
  • String

(inner) tags :Array:.<String:>

Source:

List of tags provided by the user with each request. This field is optional.

Type:
  • Array:.<String:>

Methods

(static) constructFromObject(data, obj) → {module:model/CreateInstanceRequestBody}

Source:

Constructs a CreateInstanceRequestBody 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 module:model/CreateInstanceRequestBody

Optional instance to populate.

Returns:

The populated CreateInstanceRequestBody instance.

Type
module:model/CreateInstanceRequestBody