역할 민감 데이터 마스킹 필드 조회¶
GET /api/v1/workspace/role/sensitive_mask_fields
개요¶
워크스페이스 역할 민감 데이터 마스킹 필드를 조회합니다
매개변수 추가 설명¶
요청 예시¶
curl 'https://openapi.guance.com/api/v1/workspace/role/sensitive_mask_fields' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed
응답¶
{
"code": 200,
"content": {
"declaration": {
"asd": "aa,bb,cc,1,True",
"asdasd": "dawdawd",
"business": "aaa",
"dd": "dd",
"fawf": "afawf",
"organization": "64fe7b4062f74d0007b46676"
},
"logging": {
"readOnly": [
"message"
]
}
},
"errorCode": "",
"message": "",
"success": true,
"traceId": "TRACE-22B58595-D7B9-45FE-BB5C-42EDC1CFDAD1"
}