VaultFolder resource data model
/DomainValue
Dictionary table
The diagram service model of the object: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/api/DomainValue.html
It is allowed to consult all the User definition using the Schema query:
GET http://<your-domain>/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.DomainValue
Full JSON example
Request
GET http://<your-domain>/webservice/scim2/v1/DomainValue/499623
Response 200 OK
{
"meta": {
"location": "http://<your-domain>/webservice/scim2/v1/DomainValue/499623",
"resourceType": "DomainValue"
},
"domainName": "Zone",
"externalCodeDomain": "Operation",
"schemas": [
"urn:soffid:com.soffid.iam.api.DomainValue"
],
"description": "Twenty",
"id": 499623,
"value": "20"
}
Response Error
For more infomation about response error visit https://bookstack.soffid.com/link/116#bkmrk-error-response