次の方法で共有


SecureScoreControls interface

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

メソッド

list(SecureScoreControlsListOptionalParams)

スコープ内のすべてのセキュリティ コントロールを取得する

listBySecureScore(string, SecureScoreControlsListBySecureScoreOptionalParams)

スコープ内の特定のイニシアチブのすべてのセキュリティ コントロールを取得する

メソッドの詳細

list(SecureScoreControlsListOptionalParams)

スコープ内のすべてのセキュリティ コントロールを取得する

function list(options?: SecureScoreControlsListOptionalParams): PagedAsyncIterableIterator<SecureScoreControlDetails, SecureScoreControlDetails[], PageSettings>

パラメーター

options
SecureScoreControlsListOptionalParams

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

戻り値

listBySecureScore(string, SecureScoreControlsListBySecureScoreOptionalParams)

スコープ内の特定のイニシアチブのすべてのセキュリティ コントロールを取得する

function listBySecureScore(secureScoreName: string, options?: SecureScoreControlsListBySecureScoreOptionalParams): PagedAsyncIterableIterator<SecureScoreControlDetails, SecureScoreControlDetails[], PageSettings>

パラメーター

secureScoreName

string

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

options
SecureScoreControlsListBySecureScoreOptionalParams

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

戻り値