{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "PrivacySettings - Metadata API", "description": "Represents an organization’s settings for data privacy and consent management. This type extends the Metadata metadata type and inherits its fullName field.", "file_information": ".settings", "directory_location": "settings", "fields_columns": [ "type", "description" ], "fields": { "authorizationCaptureBrowser": { "type": "boolean", "description": "Indicates whether browser information is captured during authorization consent capture (true) or not (false). The default value is false. Available in API version 59.0 and later." }, "authorizationCaptureEmail": { "type": "boolean", "description": "Indicates whether email address is captured during authorization consent capture (true) or not (false). The default value is false. Available in API version 59.0 and later." }, "authorizationCaptureIp": { "type": "boolean", "description": "Indicates whether IP address is captured during authorization consent capture (true) or not (false). The default value is false. Available in API version 59.0 and later." }, "authorizationCaptureLocation": { "type": "boolean", "description": "Indicates whether location information is captured during authorization consent capture (true) or not (false). The default value is false. Available in API version 59.0 and later." }, "authorizationCustomSharing": { "type": "boolean", "description": "Indicates whether custom sharing is enabled for authorization consent records (true) or not (false). The default value is false. Available in API version 59.0 and later." }, "authorizationCustomSharingPCU": { "type": "boolean", "description": "Indicates whether custom sharing for authorization consent records uses permission-based access control (true) or not (false). The default value is false. Available in API version 62.0 and later." }, "authorizationLockingAndVersioning": { "type": "boolean", "description": "Indicates whether locking and versioning is enabled for authorization consent records (true) or not (false). The default value is false. Available in API version 59.0 and later." }, "enableConfigurableUserPIIActive": { "type": "boolean", "description": "Indicates whether configurable user PII (Personally Identifiable Information) classification is active (true) or not (false). The default value is false. Available in API version 59.0 and later." }, "enableConsentAuditTrail": { "type": "boolean", "description": "Reserved for future use." }, "enableConsentEventStream": { "type": "boolean", "description": "Allows orgs to stream consent changes to the party data model via platform events. This field has a default value of false. Available in API version 47.0 and later." }, "enableDefaultMetadataValues": { "type": "boolean", "description": "Indicates whether a default data sensitivity value is applied to all contacts, leads, person accounts, and users (true) or not (false). This field has a default value of false. Available in API version 47.0 and later." }, "enableSalesforceArchive": { "type": "boolean", "description": "Indicates whether Salesforce Archive is enabled for privacy-related data archival (true) or not (false). The default value is false. Available in API version 61.0 and later." }, "useUmaDefaultConsentRecs": { "type": "boolean", "description": "Indicates whether a Preference Manager setup in Privacy Center uses default Marketing Cloud consent parameters and features. This field has a default value of false. Available in API version 58.0 and later." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of a PrivacySettings component.", "code": "\n\n false\n" } ] }