You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/project.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,5 +29,6 @@ data "openai_project" "example" {
29
29
30
30
-`archived_at` (Number) The Unix timestamp (in seconds) of when the project was archived or `null`.
31
31
-`created_at` (Number) The Unix timestamp (in seconds) of when the project was created.
32
+
-`external_key_id` (String) The ID of the customer-managed encryption key used for Enterprise Key Management (EKM). EKM is only available on certain accounts. Refer to the [EKM (External Keys) in the Management API Article](https://help.openai.com/en/articles/20000953-ekm-external-keys-in-the-management-api).
32
33
-`name` (String) The name of the project. This appears in reporting.
Copy file name to clipboardExpand all lines: docs/data-sources/projects.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Read-Only:
36
36
37
37
-`archived_at` (Number) The Unix timestamp (in seconds) of when the project was archived or `null`.
38
38
-`created_at` (Number) The Unix timestamp (in seconds) of when the project was created.
39
+
-`external_key_id` (String) The ID of the customer-managed encryption key used for Enterprise Key Management (EKM). EKM is only available on certain accounts. Refer to the [EKM (External Keys) in the Management API Article](https://help.openai.com/en/articles/20000953-ekm-external-keys-in-the-management-api).
39
40
-`id` (String) Project ID.
40
41
-`name` (String) The name of the project. This appears in reporting.
-`name` (String) The friendly name of the project, this name appears in reports.
27
27
28
+
### Optional
29
+
30
+
-`external_key_id` (String) The ID of the customer-managed encryption key to use for Enterprise Key Management (EKM). EKM is only available on certain accounts. Refer to the [EKM (External Keys) in the Management API Article](https://help.openai.com/en/articles/20000953-ekm-external-keys-in-the-management-api).
31
+
28
32
### Read-Only
29
33
30
34
-`archived_at` (Number) The Unix timestamp (in seconds) of when the project was archived or `null`.
MarkdownDescription: "Status `active` or `archived`.",
41
41
Computed: true,
42
42
},
43
+
"external_key_id": schema.StringAttribute{
44
+
MarkdownDescription: "The ID of the customer-managed encryption key used for Enterprise Key Management (EKM). EKM is only available on certain accounts. Refer to the [EKM (External Keys) in the Management API Article](https://help.openai.com/en/articles/20000953-ekm-external-keys-in-the-management-api).",
45
+
Computed: true,
46
+
},
43
47
"created_at": schema.Int64Attribute{
44
48
MarkdownDescription: "The Unix timestamp (in seconds) of when the project was created.",
MarkdownDescription: "Status `active` or `archived`.",
80
80
Computed: true,
81
81
},
82
+
"external_key_id": schema.StringAttribute{
83
+
MarkdownDescription: "The ID of the customer-managed encryption key used for Enterprise Key Management (EKM). EKM is only available on certain accounts. Refer to the [EKM (External Keys) in the Management API Article](https://help.openai.com/en/articles/20000953-ekm-external-keys-in-the-management-api).",
84
+
Computed: true,
85
+
},
82
86
"created_at": schema.Int64Attribute{
83
87
MarkdownDescription: "The Unix timestamp (in seconds) of when the project was created.",
0 commit comments