mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:07:31 +00:00
feat: New user (#1153)
* fix: use pointer in events * fix: change user requests to command side * fix: org policy * fix: profile
This commit is contained in:
@@ -1842,6 +1842,7 @@ message MachineView {
|
||||
message UpdateMachineRequest {
|
||||
string id = 1 [(validate.rules).string.min_len = 1];
|
||||
string description = 2 [(validate.rules).string.max_len = 500];
|
||||
string name = 3 [(validate.rules).string = {min_len: 1, max_len: 200}];
|
||||
}
|
||||
|
||||
message AddMachineKeyRequest {
|
||||
|
Reference in New Issue
Block a user