InlineRestPolicyInfo1
InlineRestPolicyInfo1
JSON Example
{
"id": "string",
"username": "string",
"updatedAt": "string",
"expiresAt": "string",
"_links": {
"self": {
"href": "string"
},
"list": {
"href": "string"
},
"export": {
"href": "string"
},
"edit": {
"href": "string"
},
"finalize": {
"href": "string"
},
"delete": {
"href": "string"
},
"grant": {
"href": "string"
},
"listGrants": {
"href": "string"
}
}
}
string
id
Required
The unique identifier of the policy.
string
username
Required
The user who last modified or created the policy.
string As date-time As date-time
updatedAt
Required
The last modification date.
string As date-time As date-time
expiresAt
Optional
The expiry date of the policy. If this time elapses policy will be deleted automatically.