feat: add project resource owner serch query (#2528)

This commit is contained in:
Fabi
2021-10-19 09:39:36 +02:00
committed by GitHub
parent 4c50b6dfa2
commit 6f984efb16
3 changed files with 25 additions and 1 deletions

View File

@@ -102,6 +102,18 @@ title: zitadel/project.proto
| Field | Type | Description | Validation |
| ----- | ---- | ----------- | ----------- |
| [**oneof**](https://developers.google.com/protocol-buffers/docs/proto3#oneof) query.name_query | ProjectNameQuery | - | |
| [**oneof**](https://developers.google.com/protocol-buffers/docs/proto3#oneof) query.project_resource_owner_query | ProjectResourceOwnerQuery | - | |
### ProjectResourceOwnerQuery
| Field | Type | Description | Validation |
| ----- | ---- | ----------- | ----------- |
| resource_owner | string | - | string.max_len: 200<br /> |