SecurityPostureReferenceArgs

data class SecurityPostureReferenceArgs(val excludeExtensions: Output<List<String>>? = null, val id: Output<String>, val isOverridable: Output<Boolean>? = null) : ConvertibleToJava<SecurityPostureReferenceArgs>

Specifies the security posture to be used in the scale set. Minimum api-version: 2023-03-01

Constructors

Link copied to clipboard
constructor(excludeExtensions: Output<List<String>>? = null, id: Output<String>, isOverridable: Output<Boolean>? = null)

Properties

Link copied to clipboard
val excludeExtensions: Output<List<String>>? = null

The list of virtual machine extension names to exclude when applying the security posture.

Link copied to clipboard
val id: Output<String>

The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|latest

Link copied to clipboard
val isOverridable: Output<Boolean>? = null

Whether the security posture can be overridden by the user.

Functions

Link copied to clipboard
open override fun toJava(): SecurityPostureReferenceArgs