SecureScoresOperations interface

Interface representing a SecureScores operations.

Properties

get

Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'.

list

List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope.

Property Details

get

Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'.

get: (secureScoreName: string, options?: SecureScoresGetOptionalParams) => Promise<SecureScoreItem>

Property Value

(secureScoreName: string, options?: SecureScoresGetOptionalParams) => Promise<SecureScoreItem>

list

List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope.

list: (options?: SecureScoresListOptionalParams) => PagedAsyncIterableIterator<SecureScoreItem, SecureScoreItem[], PageSettings>

Property Value

(options?: SecureScoresListOptionalParams) => PagedAsyncIterableIterator<SecureScoreItem, SecureScoreItem[], PageSettings>