次の方法で共有


SecureScores interface

SecureScores を表すインターフェイス。

メソッド

get(string, SecureScoresGetOptionalParams)

現在のスコープ内の特定の Security Center イニシアチブのセキュリティ スコアを取得します。 ASC Default イニシアチブでは、"ascScore" を使用します。

list(SecureScoresListOptionalParams)

現在のスコープ内のすべての Security Center イニシアチブのセキュリティ スコアを一覧表示します。

メソッドの詳細

get(string, SecureScoresGetOptionalParams)

現在のスコープ内の特定の Security Center イニシアチブのセキュリティ スコアを取得します。 ASC Default イニシアチブでは、"ascScore" を使用します。

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

パラメーター

secureScoreName

string

イニシアティブ名。 ASC Default イニシアチブの場合は、次のサンプル要求のように 'ascScore' を使用します。

options
SecureScoresGetOptionalParams

オプション パラメーター。

戻り値

Promise<SecureScoreItem>

list(SecureScoresListOptionalParams)

現在のスコープ内のすべての Security Center イニシアチブのセキュリティ スコアを一覧表示します。

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

パラメーター

options
SecureScoresListOptionalParams

オプション パラメーター。

戻り値