Represents an individual service account in a project.
Name | Type | Description | Notes |
---|---|---|---|
_object | ObjectEnum | The object type, which is always `organization.project.service_account` | |
id | String | The identifier, which can be referenced in API endpoints | |
name | String | The name of the service account | |
role | RoleEnum | `owner` or `member` | |
createdAt | Integer | The Unix timestamp (in seconds) of when the service account was created |
Name | Value |
---|---|
ORGANIZATION_PROJECT_SERVICE_ACCOUNT | "organization.project.service_account" |
Name | Value |
---|---|
OWNER | "owner" |
MEMBER | "member" |