Skip to content

Get Workspace Role Sensitive Data Masking Fields



GET /api/v1/workspace/role/sensitive_mask_fields

Overview

Get workspace role sensitive data masking fields

Additional Parameter Notes

Request Example

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

Response

{
    "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"
} 

Feedback

Is this page helpful? ×