auth-source-property
auth-source-property
Meta data about auth source property
JSON Example
{
"name": "string",
"dataType": "string",
"description": "string",
"required": false,
"modifiable": false
}
string
name
Required
The name of the property
string
dataType
Required
The data type of the property
Possible values are :
STRING,
INTEGER,
HOST,
IP,
ENUM,
PASSWORD,
BOOLEAN,
UNKNOWN,
string
description
Optional
The description of the property
boolean
required
Required
Flag that indicates whether property is required or not for creating/updating an auth source
boolean
modifiable
Required
Flag that indicates whether the property can be modified during an update operation or not