The project service account object

Represents an individual service account in a project.source

The object type, which is always organization.project.service_accountsource

The identifier, which can be referenced in API endpointssource

The name of the service accountsource

owner or membersource

The Unix timestamp (in seconds) of when the service account was createdsource

OBJECT The project service account object
1
2
3
4
5
6
7
{
    "object": "organization.project.service_account",
    "id": "svc_acct_abc",
    "name": "Service Account",
    "role": "owner",
    "created_at": 1711471533
}