Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 940 Bytes

ProjectServiceAccount.md

File metadata and controls

35 lines (19 loc) · 940 Bytes

ProjectServiceAccount

Represents an individual service account in a project.

Properties

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

Enum: ObjectEnum

Name Value
ORGANIZATION_PROJECT_SERVICE_ACCOUNT "organization.project.service_account"

Enum: RoleEnum

Name Value
OWNER "owner"
MEMBER "member"