type cloud.google.com/go/iam.Handle

11 uses

	cloud.google.com/go/iam (current package)
		iam.go#L118: type Handle struct {
		iam.go#L134: func InternalNewHandle(conn grpc.ClientConnInterface, resource string) *Handle {
		iam.go#L142: func InternalNewHandleGRPCClient(c pb.IAMPolicyClient, resource string) *Handle {
		iam.go#L150: func InternalNewHandleClient(c client, resource string) *Handle {
		iam.go#L151: 	return &Handle{
		iam.go#L160: func (h *Handle) V3() *Handle3 {
		iam.go#L169: func (h *Handle) Policy(ctx context.Context) (*Policy, error) {
		iam.go#L181: func (h *Handle) SetPolicy(ctx context.Context, policy *Policy) error {
		iam.go#L186: func (h *Handle) TestPermissions(ctx context.Context, permissions []string) ([]string, error) {

	cloud.google.com/go/secretmanager/apiv1
		iam.go#L24: func (c *Client) IAM(name string) *iam.Handle {

	cloud.google.com/go/storage
		iam.go#L28: func (b *BucketHandle) IAM() *iam.Handle {