SecurityPostureReference Class
Specifies the security posture to be used in the scale set. Minimum api-version: 2023-03-01.
Constructor
SecurityPostureReference(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|latest. 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. |
Attributes
exclude_extensions
The list of virtual machine extension names to exclude when applying the security posture.
exclude_extensions: list[str] | None
id
The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|latest. Required.
id: str
is_overridable
Whether the security posture can be overridden by the user.
is_overridable: bool | None