Interface ProjectRead

Export

ProjectRead

Hierarchy

  • ProjectRead

Properties

active_policy_repo_id?: string

the id of the policy repo to use for this project

Memberof

ProjectRead

created_at: string

Date and time when the project was created (ISO_8601 format).

Memberof

ProjectRead

description?: string

a longer description outlining the project objectives

Memberof

ProjectRead

id: string

Unique id of the project

Memberof

ProjectRead

key: string

A URL-friendly name of the project (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the project.

Memberof

ProjectRead

name: string

The name of the project

Memberof

ProjectRead

organization_id: string

Unique id of the organization that the project belongs to.

Memberof

ProjectRead

settings?: object

the settings for this project

Memberof

ProjectRead

updated_at: string

Date and time when the project was last updated/modified (ISO_8601 format).

Memberof

ProjectRead

urn_namespace?: string

Optional namespace for URNs. If empty, URNs will be generated from project key.

Memberof

ProjectRead

Generated using TypeDoc