Class SecurityMonitoringTerraformExportData

The Terraform export data object.

Hierarchy

  • SecurityMonitoringTerraformExportData

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

Attributes of the Terraform export response.

id: string

The resource identifier composed of the Terraform type name and the resource ID separated by |.

type: string

The JSON:API type. Always format_resource.

Generated using TypeDoc