Application
Properties
integer
create_time
Optional
Timestamp of when the object was created
string
created_by
Optional
The username of who created the object
string
entity_id
Optional
Entity ID that can be references in detail API calls
string
last_modified_by
Optional
The username of who last modified the object
integer
last_modified_time
Optional
Timestamp of when the object was last modified
string
name
Optional
Name of the object
Property Of
PagedApplicationListResponse
Returned By
Add Application
Get Application
Extends
BaseEntity
JSON Example
{
"create_time": 159724400600,
"created_by": "admin@local",
"entity_id": "1000:104:12213212",
"entity_type": "enum",
"last_modified_by": "someone@else.com",
"last_modified_time": 159724400600,
"name": "My Name"
}