Merge remote-tracking branch 'origin/main' into user-v3-authenticator

This commit is contained in:
Stefan Benz
2024-09-25 16:55:39 +02:00
31 changed files with 1051 additions and 284 deletions

View File

@@ -1565,6 +1565,11 @@ message UserGrant {
description: "type of the user (human / machine)"
}
];
zitadel.user.v1.UserGrantState state = 13 [
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
description: "current state of the user grant";
}
];
}
message ListMyProjectOrgsRequest {