다음을 통해 공유


PermissionCheckBatchUserResponse(JSON)

단일 대상 사용자에 대한 권한 값 목록의 배치 권한 확인 사유입니다.

PermissionCheckBatchUserResponse

PermissionCheckBatchUserResponse 개체 사양은 다음과 같습니다.

멤버 유형 설명
사용자 문자열 필수. 요청하는 사용자가 대상 사용자로 요청된 작업을 수행하도록 허용된 경우 이 멤버는 true입니다.
사용 권한 PermissionCheckResponse(JSON)의 배열 필수. 원래 요청에서 요청되었던 각 권한에 대한 PermissionCheckResponse(JSON)로, 해당 요청과 순서가 동일합니다.

JSON 구문 예

{
    "User": {"Xuid": "12345"},
    "Permissions":
    [
        {
            "isAllowed": true
        },
        {
            "isAllowed": false
        },
        {
            "isAllowed": false,
            "reasons":
            [
                {"reason": "BlockedByRequestor"},
                {"reason": "MissingPrivilege", "restrictedSetting": "VideoCommunications"}
            ]
        }
    ]
}
    

참고 항목

부모

JSON(JavaScript Object Notation) 개체 참조