SharedInfraWorkspaceReadResponse: {
    createdAt: string;
    createdBy: string;
    description?: string;
    id: string;
    name: string;
    repoBaseBranch: string;
    repoUrl?: string;
    stackVersionId: string;
    starterId?: string;
    status: string;
    updatedAt: string;
    updatedBy: string;
    workspace: WorkspaceReadResponse;
}

Type declaration

  • createdAt: string

    Shared Infra creation date.

  • createdBy: string

    Shared Infra creator.

  • Optionaldescription?: string

    Shared Infra description.

  • id: string

    Application id.

  • name: string

    Shared Infra name.

  • repoBaseBranch: string

    Shared Infra repository base branch.

  • OptionalrepoUrl?: string

    Shared Infra repository url.

  • stackVersionId: string

    Stack used to generate this Shared Infra.

  • OptionalstarterId?: string

    Starter used to generate this Shared Infra.

  • status: string

    Shared Infra status.

  • updatedAt: string

    Shared Infra update date.

  • updatedBy: string

    Shared Infra updater.

  • workspace: WorkspaceReadResponse