Script + proto definition used to research the pageToken of the GCP IAM projects.serviceAccounts.list method
syntax = "proto2"; | |
message Outer { | |
optional uint64 project = 1; | |
optional int32 page_size = 3; | |
optional int32 unknown4 = 4; | |
optional string inner_pb = 5; | |
} | |
message Inner { | |
optional uint64 last_service_account = 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment