Values.UpdateApplicationInputSourceUpdate the application request.
type nonrec t = {description : string option;The description of the application.Minimum length=1. Maximum length=256
*)homePageUrl : string option;A URL with more information about the application, for example the location of your GitHub repository for the application.
*)labels : string list option;Labels to improve discovery of apps in search results.Minimum length=1. Maximum length=127. Maximum number of labels: 10Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
*)readmeBody : string option;A text readme file in Markdown language that contains a more detailed description of the application and how it works.Maximum size 5 MB
*)readmeUrl : string option;A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.Maximum size 5 MB
*)}