Values.GetApiKeyRequestSourceA request to get information about the current ApiKey resource.
type nonrec t = {apiKey : String_.t;The identifier of the ApiKey resource.
*)includeValue : NullableBoolean.t option;A boolean flag to specify whether (true) or not (false) the result contains the key value.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of NullableBoolean.t | `String of String_.t ])
list ]