Reference
OpenAI Project Service Account
Represents an individual service account 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. | {{OpenAIProjectServiceAccount.ApiKeyEncrypted}} |
| Created at | DateTime | Datetime of when the service account was created. | {{OpenAIProjectServiceAccount.CreatedAt}} |
| Initially Scanned | DateTime | Shows when this object was initially found in a scan. | {{OpenAIProjectServiceAccount.CreatedTime}} |
| Display Name | String | {{OpenAIProjectServiceAccount.DisplayName}} | |
| Id | String | The identifier, which can be referenced in API endpoints. | {{OpenAIProjectServiceAccount.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. | {{OpenAIProjectServiceAccount.LastModifiedTime}} |
| Organization | OpenAI Organization | Parent organization of the service account. | {{OpenAIProjectServiceAccount.Organization}} |
| Organization Name | String | Parent organization of the service account. | {{OpenAIProjectServiceAccount.OrganizationName}} |
| Project | OpenAI Project | Parent project of the service account. | {{OpenAIProjectServiceAccount.Project}} |
| Project Name | String | Parent project of the service account. | {{OpenAIProjectServiceAccount.ProjectName}} |
| Risk Score | Int32 | Stores risk score | {{OpenAIProjectServiceAccount.RiskScore}} |
| Risk Score Update | DateTime | Stores risk score update | {{OpenAIProjectServiceAccount.RiskScoreLastUpdate}} |
| Risk Score Value | String | Stores risk score value like Low_Low | {{OpenAIProjectServiceAccount.RiskScoreValue}} |
| Role | String | The role of the service account. Allowed values: member, owner. | {{OpenAIProjectServiceAccount.Role}} |
Relations
| Relation | Service | Description |
|---|---|---|
| OpenAI Organization | OpenAI | OpenAI organizations that are configured to be scanned |
| OpenAI Project | OpenAI | Represents an individual project |
Segments
| Segment | Description |
|---|---|
| OpenAI Owner Service Accounts | Shows service accounts with owner-level privileges |
Actions
This object does currently not have any actions.