다음을 통해 공유


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 기본 이니셔티브의 경우 아래 샘플 요청과 같이 'ascScore'를 사용합니다.

options
SecureScoreControlsListBySecureScoreOptionalParams

옵션 매개 변수입니다.

반환