Skip to main content

project_service_accounts

Overview

Nameproject_service_accounts
TypeResource
Idopenai.projects.project_service_accounts

Fields

NameDatatypeDescription
idstringThe identifier, which can be referenced in API endpoints
namestringThe name of the service account
created_atintegerThe Unix timestamp (in seconds) of when the service account was created
objectstringThe object type, which is always organization.project.service_account
rolestringowner or member

Methods

NameAccessible byRequired Params
list_project_service_accountsSELECTproject_id
retrieve_project_service_accountSELECTproject_id, service_account_id
create_project_service_accountINSERTproject_id, data__name
delete_project_service_accountDELETEproject_id, service_account_id