SecurityPostureReference Class

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

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.compute._serialization.Model
SecurityPostureReference

Constructor

SecurityPostureReference(*, id: str, exclude_extensions: List[str] | None = None, is_overridable: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|latest. # pylint: disable=line-too-long Required.

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.

Variables

Name Description
id
str

The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|latest. # pylint: disable=line-too-long Required.

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.