SecureScoreControlDefinitionsOperations interface
Interface representing a SecureScoreControlDefinitions operations.
Properties
| list | List the available security controls, their assessments, and the max score |
| list |
For a specified subscription, list the available security controls, their assessments, and the max score |
Property Details
list
List the available security controls, their assessments, and the max score
list: (options?: SecureScoreControlDefinitionsListOptionalParams) => PagedAsyncIterableIterator<SecureScoreControlDefinitionItem, SecureScoreControlDefinitionItem[], PageSettings>
Property Value
(options?: SecureScoreControlDefinitionsListOptionalParams) => PagedAsyncIterableIterator<SecureScoreControlDefinitionItem, SecureScoreControlDefinitionItem[], PageSettings>
listBySubscription
For a specified subscription, list the available security controls, their assessments, and the max score
listBySubscription: (options?: SecureScoreControlDefinitionsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SecureScoreControlDefinitionItem, SecureScoreControlDefinitionItem[], PageSettings>
Property Value
(options?: SecureScoreControlDefinitionsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SecureScoreControlDefinitionItem, SecureScoreControlDefinitionItem[], PageSettings>