User

User
User

Represents user and its attributes

JSON Example
{
    "id": "string",
    "name": "string",
    "domain": "string",
    "type": "One among: USER, GROUP, SERVICE",
    "apiKey": "string",
    "role": {
        "id": "string"
    },
    "creationTimestamp": "string"
}
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

role
Required

Represents a role reference

string
creationTimestamp
Optional

The timestamp at which the user was created

Property Of
Parameter To