feat(console): machine user accesstoken type (#5196)

Set machine user Access Token type
This commit is contained in:
Max Peintner
2023-02-14 17:05:55 +01:00
committed by GitHub
parent 3696c1b2d9
commit df4a173264
14 changed files with 83 additions and 13 deletions

View File

@@ -83,7 +83,7 @@ message Machine {
example: "\"true\"";
}
];
AccessTokenType access_token_typ = 4 [
AccessTokenType access_token_type = 4 [
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
description: "Type of access token to receive";
}