project_service_accounts
Overview
Name | project_service_accounts |
Type | Resource |
Id | openai.projects.project_service_accounts |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The identifier, which can be referenced in API endpoints |
name | string | The name of the service account |
created_at | integer | The Unix timestamp (in seconds) of when the service account was created |
object | string | The object type, which is always organization.project.service_account |
role | string | owner or member |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_project_service_accounts | SELECT | project_id |
retrieve_project_service_account | SELECT | project_id, service_account_id |
create_project_service_account | INSERT | project_id, data__name |
delete_project_service_account | DELETE | project_id, service_account_id |