Reference
OpenAI Project API Key
Represents an individual API key in a project
Part of the OpenAI inventory.
Scan settings
| Default scanning interval | Allowed scanning intervals | Data removal during incremental scan |
|---|---|---|
| Daily | Daily, Weekly, Bi-Weekly, Monthly, Never, Initial | Yes |
Properties
| Property | Type | Description | Automation placeholder |
|---|---|---|---|
| Key | String | Internal. | {{OpenAIProjectAPIKey.ApiKeyEncrypted}} |
| Created at | DateTime | Datetime of when the API key was created. | {{OpenAIProjectAPIKey.CreatedAt}} |
| Initially Scanned | DateTime | Shows when this object was initially found in a scan. | {{OpenAIProjectAPIKey.CreatedTime}} |
| Display Name | String | {{OpenAIProjectAPIKey.DisplayName}} | |
| Id | String | Id of the project API key. | {{OpenAIProjectAPIKey.Id}} |
| Last scan update | DateTime | Shows when this object was last updated in a scan. If an object is found during a scan but no property has been changed this date will not change. | {{OpenAIProjectAPIKey.LastModifiedTime}} |
| Last used at | DateTime | Datetime of when the API key was last used. | {{OpenAIProjectAPIKey.LastUsedAt}} |
| Organization | OpenAI Organization | Parent organization of the project API key. | {{OpenAIProjectAPIKey.Organization}} |
| Organization Name | String | Parent organization of the project API key. | {{OpenAIProjectAPIKey.OrganizationName}} |
| Owner | OpenAI User | Owner of the project API key. | {{OpenAIProjectAPIKey.Owner}} |
| Owner Name | String | Owner of the project API key. | {{OpenAIProjectAPIKey.OwnerName}} |
| Project | OpenAI Project | Parent project of the API key. | {{OpenAIProjectAPIKey.Project}} |
| Project Name | String | Parent project of the API key. | {{OpenAIProjectAPIKey.ProjectName}} |
| Redacted Value | String | The redacted value of the API key. | {{OpenAIProjectAPIKey.RedatedValue}} |
| Risk Score | Int32 | Stores risk score | {{OpenAIProjectAPIKey.RiskScore}} |
| Risk Score Update | DateTime | Stores risk score update | {{OpenAIProjectAPIKey.RiskScoreLastUpdate}} |
| Risk Score Value | String | Stores risk score value like Low_Low | {{OpenAIProjectAPIKey.RiskScoreValue}} |
Relations
| Relation | Service | Description |
|---|---|---|
| OpenAI Organization | OpenAI | OpenAI organizations that are configured to be scanned |
| OpenAI Project | OpenAI | Represents an individual project |
| OpenAI User | OpenAI | Represents an individual user within an organization |
Segments
This object does currently not have any segments.
Actions
- Delete Project API Key
Policies that check this object
| Policy | Severity | Description |
|---|---|---|
| Project API key is live (recently used) | Medium | Recently used project API keys are live credentials, raising the likelihood that a weakness leads to an incident |
| Unused OpenAI project API Key should be removed | Medium | Detects OpenAI project API Keys that have not been used within the last 90 days |