{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "ExternalClientApplication - Metadata API", "description": "Represents the header file for an external client application configuration.", "file_information": ".eca", "directory_location": "externalClientApps", "fields_columns": [ "type", "description" ], "fields": { "contactEmail": { "type": "string", "description": "The email address that Salesforce uses to contact the external client app admin for the subscriber org." }, "contactPhone": { "type": "string", "description": "The phone number that Salesforce uses to contact the external client app admin for the subscriber org." }, "description": { "type": "string", "description": "A description for the app." }, "distributionState": { "type": "ExtlClntAppDistState (enumeration of type string)", "description": "The distribution state of an external client app. Values are: AutoInstalled. For internal use only. Local. Managed. For internal use only. Packaged." }, "iconUrl": { "type": "string", "description": "The URL for the icon image." }, "infoUrl": { "type": "string", "description": "Reserved for future use." }, "isProtected": { "type": "boolean", "description": "A package construct that developers use to control the visibility of components in subscriber orgs. Default is false." }, "label": { "type": "string", "description": "The label for the external client app." }, "logoUrl": { "type": "string", "description": "The URL for the logo image." }, "managedType": { "type": "ExtlClntAppManagedType (enumeration of type string)", "description": "For internal use only." }, "orgScopedExternalApp": { "type": "string", "description": "A unique ID consisting of the org ID and the name of this external client app. Either defined by the developer or auto-generated during the first deployment. The expected value uses this format: [Organization_ID]:[External Client App Name]." } }, "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 \n \n\n\n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "This example shows an ExternalClientApplication component.", "code": "\n\n johndoe@example.com\n Test external client app\n Local\n https://icon.example.com\n https://info.example.com\n https://logo.example.com\n \n false\n Org_ID:External_Client_App_Name \n" } ] }