{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"special_access_rules",
"wsdl_segment"
],
"title": "DomainProvision - Tooling API",
"description": "Represents provisioned changes to custom domains. This object is available in API version 50.0 and later.",
"supported_soap_calls": "`describeSObjects()`, `query()`, `retrieve()`",
"supported_rest_api_http_methods": "`GET`, `HEAD`, `Query`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"CnameTarget": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Represents the canonical name (CNAME) of the external host or server for this domain. If you use a non-Salesforce provider, such as your own external server or CDN provider, to serve your domain, this field points to the CNAME of the external provider."
},
"IsActive": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Represents whether the provisioning for this domain is processing or complete (true) or not (false). When you activate a provisioned domain, this field is set to false. The default value is false."
},
"ProvisionEndDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "Represents when the provisioning process was finished."
},
"ProvisionFinalizeDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "Represents when the provisioning process was canceled or when the provisioned domain was activated."
},
"ProvisionStartDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "Represents when the provisioning process started."
},
"TargetCdnCertificate": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "If the domain is served on the Salesforce Content Delivery Network (CDN), represents the certificate that serves this domain. If your domain uses another domain configuration option, this field is null."
},
"TargetDomainName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Represents the domain name, such as www.example.com."
}
},
"special_access_rules": "Only users with the Salesforce Integration user permission can access this object.",
"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 \n\n```"
}