BaseExportModel interface

The base export parameter

Properties

fullProperties

Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid

maskSensitive

Mask sensitive attributes in the Terraform configuration

targetProvider

The target Azure Terraform Provider

type

The discriminator possible values: ExportQuery, ExportResource, ExportResourceGroup

Property Details

fullProperties

Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid

fullProperties?: boolean

Property Value

boolean

maskSensitive

Mask sensitive attributes in the Terraform configuration

maskSensitive?: boolean

Property Value

boolean

targetProvider

The target Azure Terraform Provider

targetProvider?: string

Property Value

string

type

The discriminator possible values: ExportQuery, ExportResource, ExportResourceGroup

type: string

Property Value

string