SecurityPostureReference interface
Specifies the security posture to be used in the scale set. Minimum api-version: 2023-03-01
Properties
exclude |
The 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}|latest |
is |
Whether the security posture can be overridden by the user. |
Property Details
excludeExtensions
The 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}|latest
id: string
Property Value
string
isOverridable
Whether the security posture can be overridden by the user.
isOverridable?: boolean
Property Value
boolean