LocalUser
LocalUser
Represents Local User and its attributes
JSON Example
{
"isConfigured": false,
"modificationTimestamp": "string",
"isAccountLocked": false,
"passwordExpirationTimestamp": "string",
"isExpirationEnabled": false,
"id": "string",
"name": "string",
"domain": "string",
"type": "One among: USER, GROUP, SERVICE",
"apiKey": "string",
"role": {
"id": "string"
},
"creationTimestamp": "string"
}
boolean
isConfigured
Read-Only
Flag indicating whether or not local account is configured
string
modificationTimestamp
Read-Only
The timestamp at which the local account was last modified
boolean
isAccountLocked
Read-Only
Flag indicating whether or not local account is locked
string
passwordExpirationTimestamp
Read-Only
UTC timestamp when the local account password is expected to expire
boolean
isExpirationEnabled
Read-Only
Flag indicating whether or not local account is set for expiry
string
id
Optional
The ID of the user
string
name
Required
The name of the user
string
domain
Optional
The domain of the user
string
type
Required
The type of the user
string
apiKey
Optional
The API key of the user - DEPRECATED
string
creationTimestamp
Optional
The timestamp at which the user was created