BaseExportModel interface
The base export parameter
Properties
full |
Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid |
mask |
Mask sensitive attributes in the Terraform configuration |
target |
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
Azure SDK for JavaScript