Values.CreateApplicationRequestSourceCreates a new application. An application is the top-level organizational unit that supports IAM Identity Center integration.
type nonrec t = {idcInstanceArn : IdCInstanceArn.t option;The Amazon Resource Name (ARN) of the IAM Identity Center instance to associate with the application.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the IAM role to associate with the application.
*)defaultKmsKeyId : DefaultKmsKeyId.t option;The identifier of the default AWS KMS key to use for encrypting data in the application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of IdCInstanceArn.t ])
list ]