group_id is the unique ID of the group policy's group.
A successful response.
group_policies are the group policies info associated with the provided group.
PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest.
message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }