protectedSettings

@JvmName(name = "vxjufrfwnqdxdbtq")
suspend fun protectedSettings(value: Output<String>)
@JvmName(name = "phcimxkeliwckpal")
suspend fun protectedSettings(value: String?)

Parameters

value

The protected_settings passed to the extension, like settings, these are specified as a JSON object in a string.

Please Note: Certain VM Extensions require that the keys in the protected_settings block are case sensitive. If you're seeing unhelpful errors, please ensure the keys are consistent with how Azure is expecting them (for instance, for the JsonADDomainExtension extension, the keys are expected to be in TitleCase.)