Package version:

Interface SecurityPostureReferenceUpdate

Specifies the security posture to be used in the scale set. Minimum api-version: 2023-03-01

interface SecurityPostureReferenceUpdate {
    excludeExtensions?: string[];
    id?: string;
    isOverridable?: boolean;
}

Properties

excludeExtensions?: string[]

The list of virtual machine extension names to exclude when applying the security posture.

id?: string

The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|latest

isOverridable?: boolean

Whether the security posture can be overridden by the user.