다음을 통해 공유


SecureScores interface

SecureScores를 나타내는 인터페이스입니다.

메서드

get(string, SecureScoresGetOptionalParams)

현재 범위 내의 특정 Security Center 이니셔티브에 대한 보안 점수를 가져옵니다. ASC 기본 이니셔티브의 경우 'ascScore'를 사용합니다.

list(SecureScoresListOptionalParams)

현재 범위 내의 모든 Security Center 이니셔티브에 대한 보안 점수를 나열합니다.

메서드 세부 정보

get(string, SecureScoresGetOptionalParams)

현재 범위 내의 특정 Security Center 이니셔티브에 대한 보안 점수를 가져옵니다. ASC 기본 이니셔티브의 경우 'ascScore'를 사용합니다.

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

매개 변수

secureScoreName

string

이니셔티브 이름입니다. ASC 기본 이니셔티브의 경우 아래 샘플 요청과 같이 'ascScore'를 사용합니다.

options
SecureScoresGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<SecureScoreItem>

list(SecureScoresListOptionalParams)

현재 범위 내의 모든 Security Center 이니셔티브에 대한 보안 점수를 나열합니다.

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

매개 변수

options
SecureScoresListOptionalParams

옵션 매개 변수입니다.

반환