Defines whether the app requires server-to-server communication or user authentication.
public – The app is visible and accessible to all users. They are displayed in Marketplace for VC Super users to consent. private – The app is restricted to a specific organization. Authorization is verified using an exact match (STRING_MATCH) on the field "organization".They are only visible to customers whose tenant ID exactly matches the value of the organization field.
Identifies the organization associated with the app. If visibility = private, the app will only be displayed for an exact match with the organization value.
Organisation must be less than 200 characters
Accepted special characters: hyphen ( -), underscore ( _ ) , dot ( . )


Identifies the app name developed by the organization. No spaces allowed. Case insensitive.
App name must be less than 200 characters
Accepted special characters: hyphen ( -), underscore ( _ ) , dot ( . )