{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "ExtlClntAppConfigurablePolicies - Metadata API", "description": "Represents the policies for an external client app to disable or enable plugins.", "file_information": ".ecaPlcy", "directory_location": "extlClntAppPolicies", "fields_columns": [ "type", "required", "description" ], "fields": { "externalClientApplication": { "type": "string", "required": true, "description": "The name of the external client app associated with the plugins." }, "isEnabled": { "type": "boolean", "required": true, "description": "If true, all plugins are enabled unless individually disabled. If false, all plugins are disabled. The default value is true. Available in API version 60.0 and later." }, "isCanvasPluginEnabled": { "type": "boolean", "description": "If true, the Canvas app plugin is enabled. If false, the Canvas app plugin is disabled. The default value is true. Available in API version 66.0 and later." }, "isMobilePluginEnabled": { "type": "boolean", "description": "If true, the Mobile plugin is enabled. If false, the Mobile plugin is disabled. The default value is true. Available in API version 63.0 and later." }, "isNotificationPluginEnabled": { "type": "boolean", "description": "If true, the Notification plugin is enabled. If false, the Notification plugin is disabled. The default value is true. Available in API version 63.0 and later." }, "isOauthPluginEnabled": { "type": "boolean", "description": "If true, the OAuth plugin is enabled. If false, the OAuth plugin is disabled. The default value is true. Available in API version 60.0 and later." }, "isPushPluginEnabled": { "type": "boolean", "description": "If true, the Push Notification plugin is enabled. If false, the Push Notification plugin is disabled. The default value is true. Available in API version 63.0 and later." }, "isSamlPluginEnabled": { "type": "boolean", "description": "If true, the SAML plugin is enabled. If false, the SAML plugin is disabled. The default value is true. Available in API version 63.0 and later." }, "label": { "type": "string", "description": "The OAuth policies name for the external client app." }, "startPage": { "type": "ExtlClntAppStartPage (enumeration type of string)", "description": "Determines which URL to use for the start page. Custom None OAuth Available in API version 63.0 and later." }, "startUrl": { "type": "string", "description": "The custom URL where users are directed after they authenticate. For example, direct users to a specific page in the service provider app. Available in API version 63.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 \n \n \n \n \n\n\n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "This example shows an ExtlClntAppConfigurablePolicies component.", "code": "\n\n myeca\n true\n....true\n true\n true \n true\n true\n true\n \n OAuth\n https://example.org\n" } ] }