SecurityPostureReferenceResponse

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

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: 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: Boolean? = null

Whether the security posture can be overridden by the user.