Reset a service account
POST/iam/v1/service_accounts/:id/operations/reset
Reset a service account.
Request
Path Parameters
id stringrequired
A unique identifier for a service_account
.
Responses
- 201
Successful response.
- application/json
- Schema
- Example (from schema)
Schema
- any
{
"client_id": "api-client@1746292031.iam.panserviceaccount.com",
"client_secret": "f9zGQfSAj7GjGbX6dvTV3",
"contact_email": "user@example.com",
"description": "A client for our dashboard",
"id": "2f56a901-4b71-45dc-a8d6-6b77eb41934d",
"name": "api-client",
"tsg_id": "1746292031"
}
Loading...