| Object type: trusttype | |
|---|---|
| An TrustType is a definition used to classify Trust objects. | |
| Field | Description |
| createdate | The date and time when the object was created. |
| creator | The URL of the Sentinel User object that represents the creator of the object. |
| meta | The metadata for an object, including the object type name and the URL reference to the object. Definition |
| moddate | The date and time when the object was last modified. |
| modifier | The URL of the Sentinel User object that represents the last modifier of the object. |
| name | The name of the type of trust object. |
| Object type: meta | |
|---|---|
| The metadata for an object, including the object type name and the URL reference to the object. | |
| Field | Description |
| @href | The URL reference to the object. |
| type | The name of the object type |
GET https://164.99.19.131:8443/SentinelRESTServices/objects/trusttype/42
{
"meta":{
"type":"trusttype",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/trusttype/42"
},
"moddate":"2012-04-25T13:33:44.644Z",
"name":"Wildebeest",
"createdate":"2012-04-25T13:33:44.644Z"
}
| Object type: trusttype | ||
|---|---|---|
| An TrustType is a definition used to classify Trust objects. | ||
| Field | Required | Description |
| name | true | The name of the type of trust object. |
| Object type: meta | ||
|---|---|---|
| The metadata for an object, including the object type name and the URL reference to the object. | ||
| Field | Required | Description |
| @href | false | The URL reference to the object. |
| type | false | The name of the object type |
PUT https://164.99.19.131:8443/SentinelRESTServices/objects/trusttype/42
{
"name":"Wildebeest"
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/trusttype/42