type cloud.google.com/go/iam.Handle3
6 uses
cloud.google.com/go/iam (current package)
iam.go#L124: type Handle3 struct {
iam.go#L160: func (h *Handle) V3() *Handle3 {
iam.go#L161: return &Handle3{
iam.go#L361: func (h *Handle3) Policy(ctx context.Context) (*Policy3, error) {
iam.go#L376: func (h *Handle3) SetPolicy(ctx context.Context, policy *Policy3) error {
iam.go#L385: func (h *Handle3) TestPermissions(ctx context.Context, permissions []string) ([]string, error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |