SecurityPostureReferenceUpdate Class

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

Constructor

SecurityPostureReferenceUpdate()

Variables

Name Description
id
str

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

exclude_extensions

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

is_overridable

Whether the security posture can be overridden by the user.

Attributes

excludeExtensions

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

excludeExtensions: list[str]

id

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

id: str

isOverridable

Whether the security posture can be overridden by the user.

isOverridable: bool