Documentation ¶
Index ¶
- type IAMServiceClient
- func (_m *IAMServiceClient) AnalyzeTokenExpiration(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (_m *IAMServiceClient) AttachAccessTokenRole(ctx context.Context, in *iam.AttachAccessTokenRoleRequest, ...) (*iam.AttachAccessTokenRoleResponse, error)
- func (_m *IAMServiceClient) AttachPolicy(ctx context.Context, in *iam.AttachPolicyRequest, opts ...grpc.CallOption) (*iam.AttachPolicyResponse, error)
- func (_m *IAMServiceClient) AttachRole(ctx context.Context, in *iam.AttachRoleRequest, opts ...grpc.CallOption) (*iam.AttachRoleResponse, error)
- func (_m *IAMServiceClient) AuthenticateAccessToken(ctx context.Context, in *iam.AuthenticateAccessTokenRequest, ...) (*iam.AuthenticateAccessTokenResponse, error)
- func (_m *IAMServiceClient) DeleteAccessToken(ctx context.Context, in *iam.DeleteAccessTokenRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (_m *IAMServiceClient) DeletePolicy(ctx context.Context, in *iam.DeletePolicyRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (_m *IAMServiceClient) DeleteRole(ctx context.Context, in *iam.DeleteRoleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (_m *IAMServiceClient) DetachAccessTokenRole(ctx context.Context, in *iam.DetachAccessTokenRoleRequest, ...) (*emptypb.Empty, error)
- func (_m *IAMServiceClient) DetachPolicy(ctx context.Context, in *iam.DetachPolicyRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (_m *IAMServiceClient) DetachRole(ctx context.Context, in *iam.DetachRoleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (_m *IAMServiceClient) GetPolicy(ctx context.Context, in *iam.GetPolicyRequest, opts ...grpc.CallOption) (*iam.GetPolicyResponse, error)
- func (_m *IAMServiceClient) GetRole(ctx context.Context, in *iam.GetRoleRequest, opts ...grpc.CallOption) (*iam.GetRoleResponse, error)
- func (_m *IAMServiceClient) GetUser(ctx context.Context, in *iam.GetUserRequest, opts ...grpc.CallOption) (*iam.GetUserResponse, error)
- func (_m *IAMServiceClient) IsAdmin(ctx context.Context, in *iam.IsAdminRequest, opts ...grpc.CallOption) (*iam.IsAdminResponse, error)
- func (_m *IAMServiceClient) IsAuthorized(ctx context.Context, in *iam.IsAuthorizedRequest, opts ...grpc.CallOption) (*iam.IsAuthorizedResponse, error)
- func (_m *IAMServiceClient) IsAuthorizedAdmin(ctx context.Context, in *iam.IsAuthorizedAdminRequest, opts ...grpc.CallOption) (*iam.IsAuthorizedAdminResponse, error)
- func (_m *IAMServiceClient) IsAuthorizedToken(ctx context.Context, in *iam.IsAuthorizedTokenRequest, opts ...grpc.CallOption) (*iam.IsAuthorizedTokenResponse, error)
- func (_m *IAMServiceClient) ListAccessToken(ctx context.Context, in *iam.ListAccessTokenRequest, opts ...grpc.CallOption) (*iam.ListAccessTokenResponse, error)
- func (_m *IAMServiceClient) ListPolicy(ctx context.Context, in *iam.ListPolicyRequest, opts ...grpc.CallOption) (*iam.ListPolicyResponse, error)
- func (_m *IAMServiceClient) ListRole(ctx context.Context, in *iam.ListRoleRequest, opts ...grpc.CallOption) (*iam.ListRoleResponse, error)
- func (_m *IAMServiceClient) ListUser(ctx context.Context, in *iam.ListUserRequest, opts ...grpc.CallOption) (*iam.ListUserResponse, error)
- func (_m *IAMServiceClient) PutAccessToken(ctx context.Context, in *iam.PutAccessTokenRequest, opts ...grpc.CallOption) (*iam.PutAccessTokenResponse, error)
- func (_m *IAMServiceClient) PutPolicy(ctx context.Context, in *iam.PutPolicyRequest, opts ...grpc.CallOption) (*iam.PutPolicyResponse, error)
- func (_m *IAMServiceClient) PutRole(ctx context.Context, in *iam.PutRoleRequest, opts ...grpc.CallOption) (*iam.PutRoleResponse, error)
- func (_m *IAMServiceClient) PutUser(ctx context.Context, in *iam.PutUserRequest, opts ...grpc.CallOption) (*iam.PutUserResponse, error)
- type IAMServiceServer
- func (_m *IAMServiceServer) AnalyzeTokenExpiration(_a0 context.Context, _a1 *emptypb.Empty) (*emptypb.Empty, error)
- func (_m *IAMServiceServer) AttachAccessTokenRole(_a0 context.Context, _a1 *iam.AttachAccessTokenRoleRequest) (*iam.AttachAccessTokenRoleResponse, error)
- func (_m *IAMServiceServer) AttachPolicy(_a0 context.Context, _a1 *iam.AttachPolicyRequest) (*iam.AttachPolicyResponse, error)
- func (_m *IAMServiceServer) AttachRole(_a0 context.Context, _a1 *iam.AttachRoleRequest) (*iam.AttachRoleResponse, error)
- func (_m *IAMServiceServer) AuthenticateAccessToken(_a0 context.Context, _a1 *iam.AuthenticateAccessTokenRequest) (*iam.AuthenticateAccessTokenResponse, error)
- func (_m *IAMServiceServer) DeleteAccessToken(_a0 context.Context, _a1 *iam.DeleteAccessTokenRequest) (*emptypb.Empty, error)
- func (_m *IAMServiceServer) DeletePolicy(_a0 context.Context, _a1 *iam.DeletePolicyRequest) (*emptypb.Empty, error)
- func (_m *IAMServiceServer) DeleteRole(_a0 context.Context, _a1 *iam.DeleteRoleRequest) (*emptypb.Empty, error)
- func (_m *IAMServiceServer) DetachAccessTokenRole(_a0 context.Context, _a1 *iam.DetachAccessTokenRoleRequest) (*emptypb.Empty, error)
- func (_m *IAMServiceServer) DetachPolicy(_a0 context.Context, _a1 *iam.DetachPolicyRequest) (*emptypb.Empty, error)
- func (_m *IAMServiceServer) DetachRole(_a0 context.Context, _a1 *iam.DetachRoleRequest) (*emptypb.Empty, error)
- func (_m *IAMServiceServer) GetPolicy(_a0 context.Context, _a1 *iam.GetPolicyRequest) (*iam.GetPolicyResponse, error)
- func (_m *IAMServiceServer) GetRole(_a0 context.Context, _a1 *iam.GetRoleRequest) (*iam.GetRoleResponse, error)
- func (_m *IAMServiceServer) GetUser(_a0 context.Context, _a1 *iam.GetUserRequest) (*iam.GetUserResponse, error)
- func (_m *IAMServiceServer) IsAdmin(_a0 context.Context, _a1 *iam.IsAdminRequest) (*iam.IsAdminResponse, error)
- func (_m *IAMServiceServer) IsAuthorized(_a0 context.Context, _a1 *iam.IsAuthorizedRequest) (*iam.IsAuthorizedResponse, error)
- func (_m *IAMServiceServer) IsAuthorizedAdmin(_a0 context.Context, _a1 *iam.IsAuthorizedAdminRequest) (*iam.IsAuthorizedAdminResponse, error)
- func (_m *IAMServiceServer) IsAuthorizedToken(_a0 context.Context, _a1 *iam.IsAuthorizedTokenRequest) (*iam.IsAuthorizedTokenResponse, error)
- func (_m *IAMServiceServer) ListAccessToken(_a0 context.Context, _a1 *iam.ListAccessTokenRequest) (*iam.ListAccessTokenResponse, error)
- func (_m *IAMServiceServer) ListPolicy(_a0 context.Context, _a1 *iam.ListPolicyRequest) (*iam.ListPolicyResponse, error)
- func (_m *IAMServiceServer) ListRole(_a0 context.Context, _a1 *iam.ListRoleRequest) (*iam.ListRoleResponse, error)
- func (_m *IAMServiceServer) ListUser(_a0 context.Context, _a1 *iam.ListUserRequest) (*iam.ListUserResponse, error)
- func (_m *IAMServiceServer) PutAccessToken(_a0 context.Context, _a1 *iam.PutAccessTokenRequest) (*iam.PutAccessTokenResponse, error)
- func (_m *IAMServiceServer) PutPolicy(_a0 context.Context, _a1 *iam.PutPolicyRequest) (*iam.PutPolicyResponse, error)
- func (_m *IAMServiceServer) PutRole(_a0 context.Context, _a1 *iam.PutRoleRequest) (*iam.PutRoleResponse, error)
- func (_m *IAMServiceServer) PutUser(_a0 context.Context, _a1 *iam.PutUserRequest) (*iam.PutUserResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IAMServiceClient ¶
IAMServiceClient is an autogenerated mock type for the IAMServiceClient type
func (*IAMServiceClient) AnalyzeTokenExpiration ¶
func (_m *IAMServiceClient) AnalyzeTokenExpiration(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
AnalyzeTokenExpiration provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) AttachAccessTokenRole ¶
func (_m *IAMServiceClient) AttachAccessTokenRole(ctx context.Context, in *iam.AttachAccessTokenRoleRequest, opts ...grpc.CallOption) (*iam.AttachAccessTokenRoleResponse, error)
AttachAccessTokenRole provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) AttachPolicy ¶
func (_m *IAMServiceClient) AttachPolicy(ctx context.Context, in *iam.AttachPolicyRequest, opts ...grpc.CallOption) (*iam.AttachPolicyResponse, error)
AttachPolicy provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) AttachRole ¶
func (_m *IAMServiceClient) AttachRole(ctx context.Context, in *iam.AttachRoleRequest, opts ...grpc.CallOption) (*iam.AttachRoleResponse, error)
AttachRole provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) AuthenticateAccessToken ¶
func (_m *IAMServiceClient) AuthenticateAccessToken(ctx context.Context, in *iam.AuthenticateAccessTokenRequest, opts ...grpc.CallOption) (*iam.AuthenticateAccessTokenResponse, error)
AuthenticateAccessToken provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) DeleteAccessToken ¶
func (_m *IAMServiceClient) DeleteAccessToken(ctx context.Context, in *iam.DeleteAccessTokenRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DeleteAccessToken provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) DeletePolicy ¶
func (_m *IAMServiceClient) DeletePolicy(ctx context.Context, in *iam.DeletePolicyRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DeletePolicy provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) DeleteRole ¶
func (_m *IAMServiceClient) DeleteRole(ctx context.Context, in *iam.DeleteRoleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DeleteRole provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) DetachAccessTokenRole ¶
func (_m *IAMServiceClient) DetachAccessTokenRole(ctx context.Context, in *iam.DetachAccessTokenRoleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DetachAccessTokenRole provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) DetachPolicy ¶
func (_m *IAMServiceClient) DetachPolicy(ctx context.Context, in *iam.DetachPolicyRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DetachPolicy provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) DetachRole ¶
func (_m *IAMServiceClient) DetachRole(ctx context.Context, in *iam.DetachRoleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DetachRole provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) GetPolicy ¶
func (_m *IAMServiceClient) GetPolicy(ctx context.Context, in *iam.GetPolicyRequest, opts ...grpc.CallOption) (*iam.GetPolicyResponse, error)
GetPolicy provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) GetRole ¶
func (_m *IAMServiceClient) GetRole(ctx context.Context, in *iam.GetRoleRequest, opts ...grpc.CallOption) (*iam.GetRoleResponse, error)
GetRole provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) GetUser ¶
func (_m *IAMServiceClient) GetUser(ctx context.Context, in *iam.GetUserRequest, opts ...grpc.CallOption) (*iam.GetUserResponse, error)
GetUser provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) IsAdmin ¶
func (_m *IAMServiceClient) IsAdmin(ctx context.Context, in *iam.IsAdminRequest, opts ...grpc.CallOption) (*iam.IsAdminResponse, error)
IsAdmin provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) IsAuthorized ¶
func (_m *IAMServiceClient) IsAuthorized(ctx context.Context, in *iam.IsAuthorizedRequest, opts ...grpc.CallOption) (*iam.IsAuthorizedResponse, error)
IsAuthorized provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) IsAuthorizedAdmin ¶
func (_m *IAMServiceClient) IsAuthorizedAdmin(ctx context.Context, in *iam.IsAuthorizedAdminRequest, opts ...grpc.CallOption) (*iam.IsAuthorizedAdminResponse, error)
IsAuthorizedAdmin provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) IsAuthorizedToken ¶
func (_m *IAMServiceClient) IsAuthorizedToken(ctx context.Context, in *iam.IsAuthorizedTokenRequest, opts ...grpc.CallOption) (*iam.IsAuthorizedTokenResponse, error)
IsAuthorizedToken provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) ListAccessToken ¶
func (_m *IAMServiceClient) ListAccessToken(ctx context.Context, in *iam.ListAccessTokenRequest, opts ...grpc.CallOption) (*iam.ListAccessTokenResponse, error)
ListAccessToken provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) ListPolicy ¶
func (_m *IAMServiceClient) ListPolicy(ctx context.Context, in *iam.ListPolicyRequest, opts ...grpc.CallOption) (*iam.ListPolicyResponse, error)
ListPolicy provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) ListRole ¶
func (_m *IAMServiceClient) ListRole(ctx context.Context, in *iam.ListRoleRequest, opts ...grpc.CallOption) (*iam.ListRoleResponse, error)
ListRole provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) ListUser ¶
func (_m *IAMServiceClient) ListUser(ctx context.Context, in *iam.ListUserRequest, opts ...grpc.CallOption) (*iam.ListUserResponse, error)
ListUser provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) PutAccessToken ¶
func (_m *IAMServiceClient) PutAccessToken(ctx context.Context, in *iam.PutAccessTokenRequest, opts ...grpc.CallOption) (*iam.PutAccessTokenResponse, error)
PutAccessToken provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) PutPolicy ¶
func (_m *IAMServiceClient) PutPolicy(ctx context.Context, in *iam.PutPolicyRequest, opts ...grpc.CallOption) (*iam.PutPolicyResponse, error)
PutPolicy provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) PutRole ¶
func (_m *IAMServiceClient) PutRole(ctx context.Context, in *iam.PutRoleRequest, opts ...grpc.CallOption) (*iam.PutRoleResponse, error)
PutRole provides a mock function with given fields: ctx, in, opts
func (*IAMServiceClient) PutUser ¶
func (_m *IAMServiceClient) PutUser(ctx context.Context, in *iam.PutUserRequest, opts ...grpc.CallOption) (*iam.PutUserResponse, error)
PutUser provides a mock function with given fields: ctx, in, opts
type IAMServiceServer ¶
IAMServiceServer is an autogenerated mock type for the IAMServiceServer type
func (*IAMServiceServer) AnalyzeTokenExpiration ¶
func (_m *IAMServiceServer) AnalyzeTokenExpiration(_a0 context.Context, _a1 *emptypb.Empty) (*emptypb.Empty, error)
AnalyzeTokenExpiration provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) AttachAccessTokenRole ¶
func (_m *IAMServiceServer) AttachAccessTokenRole(_a0 context.Context, _a1 *iam.AttachAccessTokenRoleRequest) (*iam.AttachAccessTokenRoleResponse, error)
AttachAccessTokenRole provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) AttachPolicy ¶
func (_m *IAMServiceServer) AttachPolicy(_a0 context.Context, _a1 *iam.AttachPolicyRequest) (*iam.AttachPolicyResponse, error)
AttachPolicy provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) AttachRole ¶
func (_m *IAMServiceServer) AttachRole(_a0 context.Context, _a1 *iam.AttachRoleRequest) (*iam.AttachRoleResponse, error)
AttachRole provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) AuthenticateAccessToken ¶
func (_m *IAMServiceServer) AuthenticateAccessToken(_a0 context.Context, _a1 *iam.AuthenticateAccessTokenRequest) (*iam.AuthenticateAccessTokenResponse, error)
AuthenticateAccessToken provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) DeleteAccessToken ¶
func (_m *IAMServiceServer) DeleteAccessToken(_a0 context.Context, _a1 *iam.DeleteAccessTokenRequest) (*emptypb.Empty, error)
DeleteAccessToken provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) DeletePolicy ¶
func (_m *IAMServiceServer) DeletePolicy(_a0 context.Context, _a1 *iam.DeletePolicyRequest) (*emptypb.Empty, error)
DeletePolicy provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) DeleteRole ¶
func (_m *IAMServiceServer) DeleteRole(_a0 context.Context, _a1 *iam.DeleteRoleRequest) (*emptypb.Empty, error)
DeleteRole provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) DetachAccessTokenRole ¶
func (_m *IAMServiceServer) DetachAccessTokenRole(_a0 context.Context, _a1 *iam.DetachAccessTokenRoleRequest) (*emptypb.Empty, error)
DetachAccessTokenRole provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) DetachPolicy ¶
func (_m *IAMServiceServer) DetachPolicy(_a0 context.Context, _a1 *iam.DetachPolicyRequest) (*emptypb.Empty, error)
DetachPolicy provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) DetachRole ¶
func (_m *IAMServiceServer) DetachRole(_a0 context.Context, _a1 *iam.DetachRoleRequest) (*emptypb.Empty, error)
DetachRole provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) GetPolicy ¶
func (_m *IAMServiceServer) GetPolicy(_a0 context.Context, _a1 *iam.GetPolicyRequest) (*iam.GetPolicyResponse, error)
GetPolicy provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) GetRole ¶
func (_m *IAMServiceServer) GetRole(_a0 context.Context, _a1 *iam.GetRoleRequest) (*iam.GetRoleResponse, error)
GetRole provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) GetUser ¶
func (_m *IAMServiceServer) GetUser(_a0 context.Context, _a1 *iam.GetUserRequest) (*iam.GetUserResponse, error)
GetUser provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) IsAdmin ¶
func (_m *IAMServiceServer) IsAdmin(_a0 context.Context, _a1 *iam.IsAdminRequest) (*iam.IsAdminResponse, error)
IsAdmin provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) IsAuthorized ¶
func (_m *IAMServiceServer) IsAuthorized(_a0 context.Context, _a1 *iam.IsAuthorizedRequest) (*iam.IsAuthorizedResponse, error)
IsAuthorized provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) IsAuthorizedAdmin ¶
func (_m *IAMServiceServer) IsAuthorizedAdmin(_a0 context.Context, _a1 *iam.IsAuthorizedAdminRequest) (*iam.IsAuthorizedAdminResponse, error)
IsAuthorizedAdmin provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) IsAuthorizedToken ¶
func (_m *IAMServiceServer) IsAuthorizedToken(_a0 context.Context, _a1 *iam.IsAuthorizedTokenRequest) (*iam.IsAuthorizedTokenResponse, error)
IsAuthorizedToken provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) ListAccessToken ¶
func (_m *IAMServiceServer) ListAccessToken(_a0 context.Context, _a1 *iam.ListAccessTokenRequest) (*iam.ListAccessTokenResponse, error)
ListAccessToken provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) ListPolicy ¶
func (_m *IAMServiceServer) ListPolicy(_a0 context.Context, _a1 *iam.ListPolicyRequest) (*iam.ListPolicyResponse, error)
ListPolicy provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) ListRole ¶
func (_m *IAMServiceServer) ListRole(_a0 context.Context, _a1 *iam.ListRoleRequest) (*iam.ListRoleResponse, error)
ListRole provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) ListUser ¶
func (_m *IAMServiceServer) ListUser(_a0 context.Context, _a1 *iam.ListUserRequest) (*iam.ListUserResponse, error)
ListUser provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) PutAccessToken ¶
func (_m *IAMServiceServer) PutAccessToken(_a0 context.Context, _a1 *iam.PutAccessTokenRequest) (*iam.PutAccessTokenResponse, error)
PutAccessToken provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) PutPolicy ¶
func (_m *IAMServiceServer) PutPolicy(_a0 context.Context, _a1 *iam.PutPolicyRequest) (*iam.PutPolicyResponse, error)
PutPolicy provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) PutRole ¶
func (_m *IAMServiceServer) PutRole(_a0 context.Context, _a1 *iam.PutRoleRequest) (*iam.PutRoleResponse, error)
PutRole provides a mock function with given fields: _a0, _a1
func (*IAMServiceServer) PutUser ¶
func (_m *IAMServiceServer) PutUser(_a0 context.Context, _a1 *iam.PutUserRequest) (*iam.PutUserResponse, error)
PutUser provides a mock function with given fields: _a0, _a1