다음을 통해 공유


DispatchRuntime.ServiceAuthorizationAuditLevel 속성

정의

어느 서비스 권한 부여 이벤트를 감사할지 제어하는 값을 가져오거나 설정합니다.

public:
 property System::ServiceModel::AuditLevel ServiceAuthorizationAuditLevel { System::ServiceModel::AuditLevel get(); void set(System::ServiceModel::AuditLevel value); };
public System.ServiceModel.AuditLevel ServiceAuthorizationAuditLevel { get; set; }
member this.ServiceAuthorizationAuditLevel : System.ServiceModel.AuditLevel with get, set
Public Property ServiceAuthorizationAuditLevel As AuditLevel

속성 값

AuditLevel

AuditLevel 값 중 하나입니다. 기본값은 None입니다.

설명

기본적으로 서비스 권한 부여 이벤트는 감사하지 않습니다. ServiceAuthorizationAuditLevel 값이 Success이면 성공적인 서비스 권한 부여 이벤트만 SecurityAuditLogLocation 속성에서 지정된 감사 로그에 기록됩니다. 이 속성의 값이 Failure이면 성공하지 못한 서비스 권한 부여 이벤트만 SecurityAuditLogLocation 속성에서 지정된 감사 로그에 기록됩니다. ServiceAuthorizationAuditLevel 값이 SuccessOrFailure이면 성공한 서비스 권한 부여 이벤트와 실패한 서비스 권한 부여 이벤트 모두 감사 로그에 기록됩니다.

적용 대상