Skip to content

Commit 4d9863b

Browse files
chore: [guardian] add support to fetch dynamic policy steps (#166)
* chore: [guardian] add support to fetch dynamic policy steps * chore: review comments incorporated --------- Co-authored-by: Anjali Aggarwal <[email protected]>
1 parent 8cd1697 commit 4d9863b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

gotocompany/guardian/v1beta1/guardian.proto

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@ message ListGrantsRequest {
811811
string q = 15;
812812
repeated string group_ids = 16;
813813
repeated string group_types = 17;
814+
bool with_approvals = 18;
814815
}
815816

816817
message ListGrantsResponse {
@@ -997,7 +998,7 @@ message PolicyAppealConfig {
997998
}
998999
repeated Question questions = 5;
9991000
bool allow_creator_details_failure = 6;
1000-
1001+
10011002
message MetadataSource {
10021003
string name = 1;
10031004
string description = 2;
@@ -1069,6 +1070,12 @@ message Policy {
10691070
IAM iam = 9;
10701071

10711072
PolicyAppealConfig appeal = 10;
1073+
1074+
message CustomSteps {
1075+
string type = 1;
1076+
google.protobuf.Value config = 2;
1077+
}
1078+
CustomSteps custom_steps = 11;
10721079
}
10731080

10741081
message AppealOptions {

0 commit comments

Comments
 (0)