Values.PutApplicationAccessScopeRequestSourceAdds or updates the list of authorized targets for an IAM Identity Center access scope for an application.
type nonrec t = {scope : Scope.t;Specifies the name of the access scope to be associated with the specified targets.
*)applicationArn : ApplicationArn.t;Specifies the ARN of the application with the access scope with the targets to add or update.
*)}val make :
?authorizedTargets:??? ->
scope:Scope.t ->
applicationArn:ApplicationArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ScopeTarget.t ] list | `String of Scope.t ])
list ]