Values.CreateApplicationResponseSourceCreates a new application. An application is the top-level organizational unit that supports IAM Identity Center integration.
type nonrec t = {applicationId : ApplicationId.t option;The unique identifier of the created application.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]