Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.03 KB

File metadata and controls

30 lines (21 loc) · 1.03 KB
page_title openai_project_service_account Resource - terraform-provider-openai
subcategory
description Manages an OpenAI Project Service Account.

openai_project_service_account (Resource)

Manages an OpenAI Project Service Account.

Schema

Required

  • name (String) The name of the service account.
  • project_id (String) The ID of the project to which the service account belongs.

Read-Only

  • api_key_id (String) The ID of the API key associated with the service account.
  • api_key_value (String, Sensitive) The value of the API key associated with the service account (only available upon creation).
  • created_at (Number) The timestamp (in Unix time) when the service account was created.
  • id (String) The identifier of the project service account (project_id:service_account_id).
  • role (String) The role of the service account.
  • service_account_id (String) The ID of the service account.