ServiceAccountWrite
ServiceAccountWrite
Wavefront service account entity for write requests.
JSON Example
{
"identifier": "string",
"active": false,
"description": "string",
"tokens": [
"string"
],
"userGroups": [
"string"
],
"groups": [
"string"
],
"roles": [
"string"
]
}
string
identifier
Required
The unique identifier for a service account.
boolean
active
Optional
The current state of the service account.
string
description
Optional
The description of the service account to be created.
array of string
tokens
Optional
The service account's API tokens.
array of string
userGroups
Optional
The list of user group ids, the service account will be added to.
array of string
groups
Optional
The list of permissions, the service account will be granted.
array of string
roles
Optional
The list of role ids, the service account will be added to."