Values.ResourceServerConfigSourceA structure that describes the configuration of a resource server.
type nonrec t = {scopes : ResourceServerScopes.t option;A list of the IAM Identity Center access scopes that are associated with this resource server.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ResourceServerScope.t ]
* [> `Structure of
(string * [> `String of Description.t ]) list ])
list ])
list ]