SecurityPostureReference interface
Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
Properties
exclude |
List of virtual machine extension names to exclude when applying the security posture. |
id | The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest |
is |
Whether the security posture can be overridden by the user. |
Property Details
excludeExtensions
List of virtual machine extension names to exclude when applying the security posture.
excludeExtensions?: string[]
Property Value
string[]
id
The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
id?: string
Property Value
string
isOverridable
Whether the security posture can be overridden by the user.
isOverridable?: boolean
Property Value
boolean