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.
Constructor
SecurityPostureReference(*, id: str, 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. Required. |
|
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. 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. |