resource-identifier-type
resource-identifier-type
Meta-data for a Resource Identifier
JSON Example
{
"name": "string",
"dataType": "string",
"isPartOfUniqueness": false,
"extension": {
"anyObjects": [
{}
]
},
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
}
string
name
Required
The name of the identifier
string
dataType
Optional
Data type for the identifierBy default the data type of the value of a resource identifier is assumed to be a String
Possible values are :
STRING,
INTEGER,
HOST,
IP,
ENUM,
PASSWORD,
BOOLEAN,
UNKNOWN,
boolean
isPartOfUniqueness
Optional
True if this ResourceIdentifier is used to uniquely identify the Resource in the system. By default the resource identifier is considered to be part of uniqueness