UNPKG

@azure/arm-security

Version:
17 lines 1.03 kB
import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { SecureScoreControlDefinitionItem, SecureScoreControlDefinitionsListOptionalParams, SecureScoreControlDefinitionsListBySubscriptionOptionalParams } from "../models"; /** Interface representing a SecureScoreControlDefinitions. */ export interface SecureScoreControlDefinitions { /** * List the available security controls, their assessments, and the max score * @param options The options parameters. */ list(options?: SecureScoreControlDefinitionsListOptionalParams): PagedAsyncIterableIterator<SecureScoreControlDefinitionItem>; /** * For a specified subscription, list the available security controls, their assessments, and the max * score * @param options The options parameters. */ listBySubscription(options?: SecureScoreControlDefinitionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SecureScoreControlDefinitionItem>; } //# sourceMappingURL=secureScoreControlDefinitions.d.ts.map