UserStore defines the interface for retrieving IAM user policy attachments.
| 390 | |
| 391 | // UserStore defines the interface for retrieving IAM user policy attachments. |
| 392 | type UserStore interface { |
| 393 | GetUser(ctx context.Context, username string) (*iam_pb.Identity, error) |
| 394 | } |
| 395 | |
| 396 | // RoleDefinition defines a role with its trust policy and attached policies |
| 397 | type RoleDefinition struct { |
no outgoing calls
no test coverage detected