@pulumi/azure-compliance-policies
Version:
This repository contains a growing set of Compliance Policies to validate your infrastructure using Pulumi's Crossguard Policy-as-Code framework.
62 lines (61 loc) • 2.07 kB
TypeScript
import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace AutomationRule {
/**
* Disallow the use of non-stable (Preview) Azure resouces (securityinsights.v20190101preview.AutomationRule).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { AutomationRule };
declare namespace Bookmark {
/**
* Disallow the use of non-stable (Preview) Azure resouces (securityinsights.v20190101preview.Bookmark).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Bookmark };
declare namespace BookmarkRelation {
/**
* Disallow the use of non-stable (Preview) Azure resouces (securityinsights.v20190101preview.BookmarkRelation).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { BookmarkRelation };
declare namespace IPSyncer {
/**
* Disallow the use of non-stable (Preview) Azure resouces (securityinsights.v20190101preview.IPSyncer).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { IPSyncer };
declare namespace Watchlist {
/**
* Disallow the use of non-stable (Preview) Azure resouces (securityinsights.v20190101preview.Watchlist).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Watchlist };