Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.01 KB

OrganizationReadWithAPIKey.md

File metadata and controls

17 lines (12 loc) · 1.01 KB

OrganizationReadWithAPIKey

Properties

Name Type Description Notes
key kotlin.String A URL-friendly name of the organization (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the organization.
id java.util.UUID Unique id of the organization
createdAt java.time.OffsetDateTime Date and time when the organization was created (ISO_8601 format).
updatedAt java.time.OffsetDateTime Date and time when the organization was last updated/modified (ISO_8601 format).
name kotlin.String The name of the organization, usually it's your company's name.
settings kotlin.Any the settings for this project [optional]
apiKeyId java.util.UUID [optional]
apiKeySecret kotlin.String [optional]