SecureScores Interface
public interface SecureScores
Resource collection API of SecureScores.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Secure |
get(String secureScoreName)
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. |
|
abstract
Response<Secure |
getWithResponse(String secureScoreName, Context context)
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. |
|
abstract
Paged |
list()
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope. |
|
abstract
Paged |
list(Context context)
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope. |
Method Details
get
public abstract SecureScoreItem get(String secureScoreName)
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'.
Parameters:
Returns:
getWithResponse
public abstract Response<SecureScoreItem> getWithResponse(String secureScoreName, Context context)
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'.
Parameters:
Returns:
list
public abstract PagedIterable<SecureScoreItem> list()
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope.
Returns:
list
public abstract PagedIterable<SecureScoreItem> list(Context context)
List secure scores for all your Microsoft Defender for Cloud initiatives within your current scope.
Parameters:
Returns: