builtin:attribute-masking)
Configure the visibility of stored attribute values to to meet your privacy requirements. Users with View sensitive request data permissions will always see the values. For further details on Dynatrace's privacy settings, visit the Data privacy and security documentation.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:attribute-masking |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:attribute-masking |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:attribute-masking | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:attribute-masking |
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Property | Type | Description | Required |
---|---|---|---|
Enabledenabled | boolean | If this is true, the masking of the specified key is applied. | required |
Attribute keykey | text | Key of the attribute | required |
Maskingmasking | enum | Set a masking strategy to conceal its value from users Choose Mask entire value to hide the whole value of this attribute from everyone who does not have 'View sensitive request data' permission. These attributes can't be used to define other configurations.
| required |