Values.GetApplicationResponseSourceRetrieves information about an application.
type nonrec t = {applicationId : ApplicationId.t option;The unique identifier of the application.
*)domain : ApplicationDomain.t option;The domain associated with the application.
*)applicationName : String_.t option;The name of the application.
*)idcConfiguration : IdCConfiguration.t option;The IAM Identity Center configuration for the application.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the IAM role associated with the application.
*)defaultKmsKeyId : DefaultKmsKeyId.t option;The identifier of the default AWS KMS key used to encrypt data for the application.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ApplicationId.t
| `Structure of (string * [> `String of IdCApplicationArn.t ]) list ])
list ]