Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 825 Bytes

ProjectApiKey.md

File metadata and controls

27 lines (15 loc) · 825 Bytes

ProjectApiKey

Represents an individual API key in a project.

Properties

Name Type Description Notes
_object ObjectEnum The object type, which is always `organization.project.api_key`
redactedValue String The redacted value of the API key
name String The name of the API key
createdAt Integer The Unix timestamp (in seconds) of when the API key was created
id String The identifier, which can be referenced in API endpoints
owner ProjectApiKeyOwner

Enum: ObjectEnum

Name Value
ORGANIZATION_PROJECT_API_KEY "organization.project.api_key"