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.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript