SecureScoreControlDefinitions interface
Interface representing a SecureScoreControlDefinitions.
Methods
| list(Secure |
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 |
Method Details
list(SecureScoreControlDefinitionsListOptionalParams)
List the available security controls, their assessments, and the max score
function list(options?: SecureScoreControlDefinitionsListOptionalParams): PagedAsyncIterableIterator<SecureScoreControlDefinitionItem, SecureScoreControlDefinitionItem[], PageSettings>
Parameters
The options parameters.
Returns
listBySubscription(SecureScoreControlDefinitionsListBySubscriptionOptionalParams)
For a specified subscription, list the available security controls, their assessments, and the max score
function listBySubscription(options?: SecureScoreControlDefinitionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SecureScoreControlDefinitionItem, SecureScoreControlDefinitionItem[], PageSettings>
Parameters
The options parameters.