Create a service account
POST/iam/v1/service_accounts
Create a service account.
Request
- application/json
Body
required
A new service_account
to be created.
contact_email string
Email address of the person or group that is managing this service account.
description
A description for this service account.
name string
The service account's name. This parameter is required.
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...