new module:model/CreateInstanceRequestBody(clientUserId)
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
Type:
- String
(inner) authenticationInstant :String
Type:
- String
(inner) authenticationMethod :module:model/AuthenticationMethod
Type:
- module:model/AuthenticationMethod
(inner) clientUserId :String
Type:
- String
(inner) expirationOffset :Number
Type:
- Number
(inner) formValues :module:model/WebFormValues
Type:
(inner) returnUrl :String
Type:
- String
(inner) securityDomain :String
Type:
- String
(inner) tags :Array:.<String:>
List of tags provided by the user with each request. This field is optional.
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/CreateInstanceRequestBody}
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.