Values.UpdateApiKeyRequestSourceA request to change information about an ApiKey resource.
type nonrec t = {apiKey : String_.t;The identifier of the ApiKey resource to be updated.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}