Update Service Account
DescriptionUpdates a service account
Request
URLURL
Path Parameters
Path Parameters
Service account ID URN
Request Body
{
"id": "string",
"name": "string",
"org": {
"id": "string",
"name": "string"
},
"role": {
"id": "string",
"name": "string"
},
"softwareId": "string",
"softwareVersion": "string",
"status": "string",
"uri": "string"
}
ID of this service account. Sorting on this field is not supported.
Name of the service account.
Unique identifier string to identify the client software being registered.
Version identifier string for the client software identified by software_id.
The status of the refresh token for this service account. CREATED: The client exists with no refresh token and no user codes REQUESTED: The client exists with no refresh token and has user codes GRANTED: The client exists with no refresh token and has a single user code marked as granted ACTIVE: The client exists with refresh token
URL of a web page providing information about the client.
Authentication
Response
Response BodyResponse Body
200 OK
{
"id": "string",
"name": "string",
"org": {
"id": "string",
"name": "string"
},
"role": {
"id": "string",
"name": "string"
},
"softwareId": "string",
"softwareVersion": "string",
"status": "string",
"uri": "string"
}
ID of this service account. Sorting on this field is not supported.
Name of the service account.
Unique identifier string to identify the client software being registered.
Version identifier string for the client software identified by software_id.
The status of the refresh token for this service account. CREATED: The client exists with no refresh token and no user codes REQUESTED: The client exists with no refresh token and has user codes GRANTED: The client exists with no refresh token and has a single user code marked as granted ACTIVE: The client exists with refresh token
URL of a web page providing information about the client.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
Vendor Extensions
x-vcloud-event: com/vmware/vcloud/event/serviceAccount/modify