The attributes of a blueprint resource.

Hierarchy

  • BlueprintAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt: Date

The timestamp when the blueprint was created.

definition: AppDefinitionType

The app definition type.

description: string

A description of what the blueprint does.

embeddedDatastoreBlueprints?: {
    [key: string]: any;
}

Embedded datastore blueprints.

Type declaration

  • [key: string]: any
embeddedNativeActions?: {
    [key: string]: any;
}[]

Embedded native actions.

embeddedWorkflowBlueprints?: {
    [key: string]: any;
}

Embedded workflow blueprints.

Type declaration

  • [key: string]: any
integrationId?: string

The integration ID associated with the blueprint.

mockedOutputs?: {
    [key: string]: any;
}

Mocked outputs for testing the blueprint.

Type declaration

  • [key: string]: any
name: string

The human-readable name of the blueprint.

slug: string

The unique slug identifier of the blueprint.

tags?: string[]

Tags associated with the blueprint.

tileBackground?: string

The background style of the blueprint tile.

tileIconActionFqn?: string

The fully qualified name of the action used as the tile icon.

updatedAt: Date

The timestamp when the blueprint was last updated.

Generated using TypeDoc