We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254e61a commit 7ac2785Copy full SHA for 7ac2785
1 file changed
google/api/servicecontrol/v1/service_controller.proto
@@ -121,6 +121,11 @@ message CheckResponse {
121
122
// Consumer info of this check.
123
ConsumerInfo consumer_info = 2;
124
+
125
+ // The unique id of the api key in the format of "apikey:<UID>".
126
+ // This field will be populated when the consumer passed to Service Control
127
+ // is an API key and all the API key related validations are successful.
128
+ string api_key_uid = 5;
129
}
130
131
// `ConsumerInfo` provides information about the consumer.
0 commit comments