{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"sub_types",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "IframeWhiteListUrlSettings - Metadata API",
"description": "Represents settings related to the list of trusted external domains that you allow to frame your Visualforce pages or surveys. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".settings",
"directory_location": "iframeWhiteListUrlSettings",
"fields_columns": [
"type",
"description"
],
"fields": {
"iframeWhiteListUrls": {
"type": "IframeWhiteListUrl[]",
"description": "The list of external domains that you allow to frame your Visualforce pages or surveys."
}
},
"sub_types": {
"IframeWhiteListUrl": {
"context": {
"type": "IFrameWhitelistContext (enumeration of type string)",
"description": "The type of content in the iframe. Valid values are: LightningOut—Reserved for future use. Available in API version 60.0 and later Surveys VisualforcePages DisclosureAndComplianceHubConnector",
"required": true
},
"url": {
"type": "string",
"description": "The unique domain that is allowed to frame your Visualforce pages, surveys, or Disclosure and Compliance Hub Connector. Accepts these formats: example.com, *example.com, and https://example.com."
}
}
},
"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 \n\n\n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a IframeWhiteListUrlSettings component.",
"code": "\n\n \n Surveys>\n example1.com\n \n \n VisualforcePages\n example2.com\n \n \n DisclosureAndComplianceHubConnector\n example3.com\n \n"
}
]
}