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