Versions in this module Expand all Collapse all v0 v0.6.2 Jul 2, 2023 Changes in this version + const ShieldService_AuthToken_FullMethodName + const ShieldService_ListOrganizationServiceUsers_FullMethodName + type AuthTokenRequest struct + Assertion string + ClientId string + ClientSecret string + GrantType string + func (*AuthTokenRequest) Descriptor() ([]byte, []int) + func (*AuthTokenRequest) ProtoMessage() + func (m *AuthTokenRequest) Validate() error + func (m *AuthTokenRequest) ValidateAll() error + func (x *AuthTokenRequest) GetAssertion() string + func (x *AuthTokenRequest) GetClientId() string + func (x *AuthTokenRequest) GetClientSecret() string + func (x *AuthTokenRequest) GetGrantType() string + func (x *AuthTokenRequest) ProtoReflect() protoreflect.Message + func (x *AuthTokenRequest) Reset() + func (x *AuthTokenRequest) String() string + type AuthTokenRequestMultiError []error + func (m AuthTokenRequestMultiError) AllErrors() []error + func (m AuthTokenRequestMultiError) Error() string + type AuthTokenRequestValidationError struct + func (e AuthTokenRequestValidationError) Cause() error + func (e AuthTokenRequestValidationError) Error() string + func (e AuthTokenRequestValidationError) ErrorName() string + func (e AuthTokenRequestValidationError) Field() string + func (e AuthTokenRequestValidationError) Key() bool + func (e AuthTokenRequestValidationError) Reason() string + type AuthTokenResponse struct + AccessToken string + TokenType string + func (*AuthTokenResponse) Descriptor() ([]byte, []int) + func (*AuthTokenResponse) ProtoMessage() + func (m *AuthTokenResponse) Validate() error + func (m *AuthTokenResponse) ValidateAll() error + func (x *AuthTokenResponse) GetAccessToken() string + func (x *AuthTokenResponse) GetTokenType() string + func (x *AuthTokenResponse) ProtoReflect() protoreflect.Message + func (x *AuthTokenResponse) Reset() + func (x *AuthTokenResponse) String() string + type AuthTokenResponseMultiError []error + func (m AuthTokenResponseMultiError) AllErrors() []error + func (m AuthTokenResponseMultiError) Error() string + type AuthTokenResponseValidationError struct + func (e AuthTokenResponseValidationError) Cause() error + func (e AuthTokenResponseValidationError) Error() string + func (e AuthTokenResponseValidationError) ErrorName() string + func (e AuthTokenResponseValidationError) Field() string + func (e AuthTokenResponseValidationError) Key() bool + func (e AuthTokenResponseValidationError) Reason() string + type ListOrganizationServiceUsersRequest struct + Id string + func (*ListOrganizationServiceUsersRequest) Descriptor() ([]byte, []int) + func (*ListOrganizationServiceUsersRequest) ProtoMessage() + func (m *ListOrganizationServiceUsersRequest) Validate() error + func (m *ListOrganizationServiceUsersRequest) ValidateAll() error + func (x *ListOrganizationServiceUsersRequest) GetId() string + func (x *ListOrganizationServiceUsersRequest) ProtoReflect() protoreflect.Message + func (x *ListOrganizationServiceUsersRequest) Reset() + func (x *ListOrganizationServiceUsersRequest) String() string + type ListOrganizationServiceUsersRequestMultiError []error + func (m ListOrganizationServiceUsersRequestMultiError) AllErrors() []error + func (m ListOrganizationServiceUsersRequestMultiError) Error() string + type ListOrganizationServiceUsersRequestValidationError struct + func (e ListOrganizationServiceUsersRequestValidationError) Cause() error + func (e ListOrganizationServiceUsersRequestValidationError) Error() string + func (e ListOrganizationServiceUsersRequestValidationError) ErrorName() string + func (e ListOrganizationServiceUsersRequestValidationError) Field() string + func (e ListOrganizationServiceUsersRequestValidationError) Key() bool + func (e ListOrganizationServiceUsersRequestValidationError) Reason() string + type ListOrganizationServiceUsersResponse struct + Serviceusers []*ServiceUser + func (*ListOrganizationServiceUsersResponse) Descriptor() ([]byte, []int) + func (*ListOrganizationServiceUsersResponse) ProtoMessage() + func (m *ListOrganizationServiceUsersResponse) Validate() error + func (m *ListOrganizationServiceUsersResponse) ValidateAll() error + func (x *ListOrganizationServiceUsersResponse) GetServiceusers() []*ServiceUser + func (x *ListOrganizationServiceUsersResponse) ProtoReflect() protoreflect.Message + func (x *ListOrganizationServiceUsersResponse) Reset() + func (x *ListOrganizationServiceUsersResponse) String() string + type ListOrganizationServiceUsersResponseMultiError []error + func (m ListOrganizationServiceUsersResponseMultiError) AllErrors() []error + func (m ListOrganizationServiceUsersResponseMultiError) Error() string + type ListOrganizationServiceUsersResponseValidationError struct + func (e ListOrganizationServiceUsersResponseValidationError) Cause() error + func (e ListOrganizationServiceUsersResponseValidationError) Error() string + func (e ListOrganizationServiceUsersResponseValidationError) ErrorName() string + func (e ListOrganizationServiceUsersResponseValidationError) Field() string + func (e ListOrganizationServiceUsersResponseValidationError) Key() bool + func (e ListOrganizationServiceUsersResponseValidationError) Reason() string type ResourceRequestBody + Title string + func (x *ResourceRequestBody) GetTitle() string type ServiceUser + OrgId string + func (x *ServiceUser) GetOrgId() string type ShieldServiceClient + AuthToken func(ctx context.Context, in *AuthTokenRequest, opts ...grpc.CallOption) (*AuthTokenResponse, error) + ListOrganizationServiceUsers func(ctx context.Context, in *ListOrganizationServiceUsersRequest, ...) (*ListOrganizationServiceUsersResponse, error) type ShieldServiceServer + AuthToken func(context.Context, *AuthTokenRequest) (*AuthTokenResponse, error) + ListOrganizationServiceUsers func(context.Context, *ListOrganizationServiceUsersRequest) (*ListOrganizationServiceUsersResponse, error) type UnimplementedShieldServiceServer + func (UnimplementedShieldServiceServer) AuthToken(context.Context, *AuthTokenRequest) (*AuthTokenResponse, error) + func (UnimplementedShieldServiceServer) ListOrganizationServiceUsers(context.Context, *ListOrganizationServiceUsersRequest) (*ListOrganizationServiceUsersResponse, error) v0.6.1 Jun 28, 2023 v0.6.0 Jun 27, 2023 Changes in this version + const AdminService_CreatePermission_FullMethodName + const AdminService_CreateRole_FullMethodName + const AdminService_DeletePermission_FullMethodName + const AdminService_DeleteRole_FullMethodName + const AdminService_ListAllOrganizations_FullMethodName + const AdminService_ListAllUsers_FullMethodName + const AdminService_ListGroups_FullMethodName + const AdminService_ListPolicies_FullMethodName + const AdminService_ListProjects_FullMethodName + const AdminService_ListRelations_FullMethodName + const AdminService_ListResources_FullMethodName + const AdminService_UpdatePermission_FullMethodName + const ShieldService_AcceptOrganizationInvitation_FullMethodName + const ShieldService_AddGroupUsers_FullMethodName + const ShieldService_AddOrganizationUsers_FullMethodName + const ShieldService_AuthCallback_FullMethodName + const ShieldService_AuthLogout_FullMethodName + const ShieldService_Authenticate_FullMethodName + const ShieldService_CheckResourcePermission_FullMethodName + const ShieldService_CreateGroup_FullMethodName + const ShieldService_CreateMetaSchema_FullMethodName + const ShieldService_CreateOrganizationInvitation_FullMethodName + const ShieldService_CreateOrganizationRole_FullMethodName + const ShieldService_CreateOrganization_FullMethodName + const ShieldService_CreatePolicy_FullMethodName + const ShieldService_CreateProjectResource_FullMethodName + const ShieldService_CreateProject_FullMethodName + const ShieldService_CreateRelation_FullMethodName + const ShieldService_CreateServiceUserKey_FullMethodName + const ShieldService_CreateServiceUserSecret_FullMethodName + const ShieldService_CreateServiceUser_FullMethodName + const ShieldService_CreateUser_FullMethodName + const ShieldService_DeleteGroup_FullMethodName + const ShieldService_DeleteMetaSchema_FullMethodName + const ShieldService_DeleteOrganizationInvitation_FullMethodName + const ShieldService_DeleteOrganizationRole_FullMethodName + const ShieldService_DeleteOrganization_FullMethodName + const ShieldService_DeletePolicy_FullMethodName + const ShieldService_DeleteProjectResource_FullMethodName + const ShieldService_DeleteProject_FullMethodName + const ShieldService_DeleteRelation_FullMethodName + const ShieldService_DeleteServiceUserKey_FullMethodName + const ShieldService_DeleteServiceUserSecret_FullMethodName + const ShieldService_DeleteServiceUser_FullMethodName + const ShieldService_DeleteUser_FullMethodName + const ShieldService_DisableGroup_FullMethodName + const ShieldService_DisableOrganization_FullMethodName + const ShieldService_DisableProject_FullMethodName + const ShieldService_DisableUser_FullMethodName + const ShieldService_EnableGroup_FullMethodName + const ShieldService_EnableOrganization_FullMethodName + const ShieldService_EnableProject_FullMethodName + const ShieldService_EnableUser_FullMethodName + const ShieldService_GetCurrentUser_FullMethodName + const ShieldService_GetGroup_FullMethodName + const ShieldService_GetJWKs_FullMethodName + const ShieldService_GetMetaSchema_FullMethodName + const ShieldService_GetNamespace_FullMethodName + const ShieldService_GetOrganizationInvitation_FullMethodName + const ShieldService_GetOrganizationRole_FullMethodName + const ShieldService_GetOrganization_FullMethodName + const ShieldService_GetOrganizationsByCurrentUser_FullMethodName + const ShieldService_GetOrganizationsByUser_FullMethodName + const ShieldService_GetPermission_FullMethodName + const ShieldService_GetPolicy_FullMethodName + const ShieldService_GetProjectResource_FullMethodName + const ShieldService_GetProject_FullMethodName + const ShieldService_GetRelation_FullMethodName + const ShieldService_GetServiceUserKey_FullMethodName + const ShieldService_GetServiceUser_FullMethodName + const ShieldService_GetUser_FullMethodName + const ShieldService_ListAuthStrategies_FullMethodName + const ShieldService_ListCurrentUserGroups_FullMethodName + const ShieldService_ListGroupUsers_FullMethodName + const ShieldService_ListMetaSchemas_FullMethodName + const ShieldService_ListNamespaces_FullMethodName + const ShieldService_ListOrganizationAdmins_FullMethodName + const ShieldService_ListOrganizationGroups_FullMethodName + const ShieldService_ListOrganizationInvitations_FullMethodName + const ShieldService_ListOrganizationProjects_FullMethodName + const ShieldService_ListOrganizationRoles_FullMethodName + const ShieldService_ListOrganizationUsers_FullMethodName + const ShieldService_ListOrganizations_FullMethodName + const ShieldService_ListPermissions_FullMethodName + const ShieldService_ListProjectAdmins_FullMethodName + const ShieldService_ListProjectResources_FullMethodName + const ShieldService_ListProjectUsers_FullMethodName + const ShieldService_ListRoles_FullMethodName + const ShieldService_ListServiceUserKeys_FullMethodName + const ShieldService_ListServiceUserSecrets_FullMethodName + const ShieldService_ListServiceUsers_FullMethodName + const ShieldService_ListUserGroups_FullMethodName + const ShieldService_ListUserInvitations_FullMethodName + const ShieldService_ListUsers_FullMethodName + const ShieldService_RemoveGroupUser_FullMethodName + const ShieldService_RemoveOrganizationUser_FullMethodName + const ShieldService_UpdateCurrentUser_FullMethodName + const ShieldService_UpdateGroup_FullMethodName + const ShieldService_UpdateMetaSchema_FullMethodName + const ShieldService_UpdateOrganizationRole_FullMethodName + const ShieldService_UpdateOrganization_FullMethodName + const ShieldService_UpdatePolicy_FullMethodName + const ShieldService_UpdateProjectResource_FullMethodName + const ShieldService_UpdateProject_FullMethodName + const ShieldService_UpdateUser_FullMethodName + var AdminService_ServiceDesc = grpc.ServiceDesc + var File_raystack_shield_v1beta1_admin_proto protoreflect.FileDescriptor + var File_raystack_shield_v1beta1_models_proto protoreflect.FileDescriptor + var File_raystack_shield_v1beta1_shield_proto protoreflect.FileDescriptor + var ShieldService_ServiceDesc = grpc.ServiceDesc + func RegisterAdminServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterAdminServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AdminServiceClient) error + func RegisterAdminServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterAdminServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AdminServiceServer) error + func RegisterAdminServiceServer(s grpc.ServiceRegistrar, srv AdminServiceServer) + func RegisterShieldServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterShieldServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ShieldServiceClient) error + func RegisterShieldServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterShieldServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ShieldServiceServer) error + func RegisterShieldServiceServer(s grpc.ServiceRegistrar, srv ShieldServiceServer) + type AcceptOrganizationInvitationRequest struct + Id string + OrgId string + func (*AcceptOrganizationInvitationRequest) Descriptor() ([]byte, []int) + func (*AcceptOrganizationInvitationRequest) ProtoMessage() + func (m *AcceptOrganizationInvitationRequest) Validate() error + func (m *AcceptOrganizationInvitationRequest) ValidateAll() error + func (x *AcceptOrganizationInvitationRequest) GetId() string + func (x *AcceptOrganizationInvitationRequest) GetOrgId() string + func (x *AcceptOrganizationInvitationRequest) ProtoReflect() protoreflect.Message + func (x *AcceptOrganizationInvitationRequest) Reset() + func (x *AcceptOrganizationInvitationRequest) String() string + type AcceptOrganizationInvitationRequestMultiError []error + func (m AcceptOrganizationInvitationRequestMultiError) AllErrors() []error + func (m AcceptOrganizationInvitationRequestMultiError) Error() string + type AcceptOrganizationInvitationRequestValidationError struct + func (e AcceptOrganizationInvitationRequestValidationError) Cause() error + func (e AcceptOrganizationInvitationRequestValidationError) Error() string + func (e AcceptOrganizationInvitationRequestValidationError) ErrorName() string + func (e AcceptOrganizationInvitationRequestValidationError) Field() string + func (e AcceptOrganizationInvitationRequestValidationError) Key() bool + func (e AcceptOrganizationInvitationRequestValidationError) Reason() string + type AcceptOrganizationInvitationResponse struct + func (*AcceptOrganizationInvitationResponse) Descriptor() ([]byte, []int) + func (*AcceptOrganizationInvitationResponse) ProtoMessage() + func (m *AcceptOrganizationInvitationResponse) Validate() error + func (m *AcceptOrganizationInvitationResponse) ValidateAll() error + func (x *AcceptOrganizationInvitationResponse) ProtoReflect() protoreflect.Message + func (x *AcceptOrganizationInvitationResponse) Reset() + func (x *AcceptOrganizationInvitationResponse) String() string + type AcceptOrganizationInvitationResponseMultiError []error + func (m AcceptOrganizationInvitationResponseMultiError) AllErrors() []error + func (m AcceptOrganizationInvitationResponseMultiError) Error() string + type AcceptOrganizationInvitationResponseValidationError struct + func (e AcceptOrganizationInvitationResponseValidationError) Cause() error + func (e AcceptOrganizationInvitationResponseValidationError) Error() string + func (e AcceptOrganizationInvitationResponseValidationError) ErrorName() string + func (e AcceptOrganizationInvitationResponseValidationError) Field() string + func (e AcceptOrganizationInvitationResponseValidationError) Key() bool + func (e AcceptOrganizationInvitationResponseValidationError) Reason() string + type AddGroupUsersRequest struct + Id string + OrgId string + UserIds []string + func (*AddGroupUsersRequest) Descriptor() ([]byte, []int) + func (*AddGroupUsersRequest) ProtoMessage() + func (m *AddGroupUsersRequest) Validate() error + func (m *AddGroupUsersRequest) ValidateAll() error + func (x *AddGroupUsersRequest) GetId() string + func (x *AddGroupUsersRequest) GetOrgId() string + func (x *AddGroupUsersRequest) GetUserIds() []string + func (x *AddGroupUsersRequest) ProtoReflect() protoreflect.Message + func (x *AddGroupUsersRequest) Reset() + func (x *AddGroupUsersRequest) String() string + type AddGroupUsersRequestMultiError []error + func (m AddGroupUsersRequestMultiError) AllErrors() []error + func (m AddGroupUsersRequestMultiError) Error() string + type AddGroupUsersRequestValidationError struct + func (e AddGroupUsersRequestValidationError) Cause() error + func (e AddGroupUsersRequestValidationError) Error() string + func (e AddGroupUsersRequestValidationError) ErrorName() string + func (e AddGroupUsersRequestValidationError) Field() string + func (e AddGroupUsersRequestValidationError) Key() bool + func (e AddGroupUsersRequestValidationError) Reason() string + type AddGroupUsersResponse struct + func (*AddGroupUsersResponse) Descriptor() ([]byte, []int) + func (*AddGroupUsersResponse) ProtoMessage() + func (m *AddGroupUsersResponse) Validate() error + func (m *AddGroupUsersResponse) ValidateAll() error + func (x *AddGroupUsersResponse) ProtoReflect() protoreflect.Message + func (x *AddGroupUsersResponse) Reset() + func (x *AddGroupUsersResponse) String() string + type AddGroupUsersResponseMultiError []error + func (m AddGroupUsersResponseMultiError) AllErrors() []error + func (m AddGroupUsersResponseMultiError) Error() string + type AddGroupUsersResponseValidationError struct + func (e AddGroupUsersResponseValidationError) Cause() error + func (e AddGroupUsersResponseValidationError) Error() string + func (e AddGroupUsersResponseValidationError) ErrorName() string + func (e AddGroupUsersResponseValidationError) Field() string + func (e AddGroupUsersResponseValidationError) Key() bool + func (e AddGroupUsersResponseValidationError) Reason() string + type AddOrganizationUsersRequest struct + Id string + UserIds []string + func (*AddOrganizationUsersRequest) Descriptor() ([]byte, []int) + func (*AddOrganizationUsersRequest) ProtoMessage() + func (m *AddOrganizationUsersRequest) Validate() error + func (m *AddOrganizationUsersRequest) ValidateAll() error + func (x *AddOrganizationUsersRequest) GetId() string + func (x *AddOrganizationUsersRequest) GetUserIds() []string + func (x *AddOrganizationUsersRequest) ProtoReflect() protoreflect.Message + func (x *AddOrganizationUsersRequest) Reset() + func (x *AddOrganizationUsersRequest) String() string + type AddOrganizationUsersRequestMultiError []error + func (m AddOrganizationUsersRequestMultiError) AllErrors() []error + func (m AddOrganizationUsersRequestMultiError) Error() string + type AddOrganizationUsersRequestValidationError struct + func (e AddOrganizationUsersRequestValidationError) Cause() error + func (e AddOrganizationUsersRequestValidationError) Error() string + func (e AddOrganizationUsersRequestValidationError) ErrorName() string + func (e AddOrganizationUsersRequestValidationError) Field() string + func (e AddOrganizationUsersRequestValidationError) Key() bool + func (e AddOrganizationUsersRequestValidationError) Reason() string + type AddOrganizationUsersResponse struct + func (*AddOrganizationUsersResponse) Descriptor() ([]byte, []int) + func (*AddOrganizationUsersResponse) ProtoMessage() + func (m *AddOrganizationUsersResponse) Validate() error + func (m *AddOrganizationUsersResponse) ValidateAll() error + func (x *AddOrganizationUsersResponse) ProtoReflect() protoreflect.Message + func (x *AddOrganizationUsersResponse) Reset() + func (x *AddOrganizationUsersResponse) String() string + type AddOrganizationUsersResponseMultiError []error + func (m AddOrganizationUsersResponseMultiError) AllErrors() []error + func (m AddOrganizationUsersResponseMultiError) Error() string + type AddOrganizationUsersResponseValidationError struct + func (e AddOrganizationUsersResponseValidationError) Cause() error + func (e AddOrganizationUsersResponseValidationError) Error() string + func (e AddOrganizationUsersResponseValidationError) ErrorName() string + func (e AddOrganizationUsersResponseValidationError) Field() string + func (e AddOrganizationUsersResponseValidationError) Key() bool + func (e AddOrganizationUsersResponseValidationError) Reason() string + type AdminServiceClient interface + CreatePermission func(ctx context.Context, in *CreatePermissionRequest, opts ...grpc.CallOption) (*CreatePermissionResponse, error) + CreateRole func(ctx context.Context, in *CreateRoleRequest, opts ...grpc.CallOption) (*CreateRoleResponse, error) + DeletePermission func(ctx context.Context, in *DeletePermissionRequest, opts ...grpc.CallOption) (*DeletePermissionResponse, error) + DeleteRole func(ctx context.Context, in *DeleteRoleRequest, opts ...grpc.CallOption) (*DeleteRoleResponse, error) + ListAllOrganizations func(ctx context.Context, in *ListAllOrganizationsRequest, opts ...grpc.CallOption) (*ListAllOrganizationsResponse, error) + ListAllUsers func(ctx context.Context, in *ListAllUsersRequest, opts ...grpc.CallOption) (*ListAllUsersResponse, error) + ListGroups func(ctx context.Context, in *ListGroupsRequest, opts ...grpc.CallOption) (*ListGroupsResponse, error) + ListPolicies func(ctx context.Context, in *ListPoliciesRequest, opts ...grpc.CallOption) (*ListPoliciesResponse, error) + ListProjects func(ctx context.Context, in *ListProjectsRequest, opts ...grpc.CallOption) (*ListProjectsResponse, error) + ListRelations func(ctx context.Context, in *ListRelationsRequest, opts ...grpc.CallOption) (*ListRelationsResponse, error) + ListResources func(ctx context.Context, in *ListResourcesRequest, opts ...grpc.CallOption) (*ListResourcesResponse, error) + UpdatePermission func(ctx context.Context, in *UpdatePermissionRequest, opts ...grpc.CallOption) (*UpdatePermissionResponse, error) + func NewAdminServiceClient(cc grpc.ClientConnInterface) AdminServiceClient + type AdminServiceServer interface + CreatePermission func(context.Context, *CreatePermissionRequest) (*CreatePermissionResponse, error) + CreateRole func(context.Context, *CreateRoleRequest) (*CreateRoleResponse, error) + DeletePermission func(context.Context, *DeletePermissionRequest) (*DeletePermissionResponse, error) + DeleteRole func(context.Context, *DeleteRoleRequest) (*DeleteRoleResponse, error) + ListAllOrganizations func(context.Context, *ListAllOrganizationsRequest) (*ListAllOrganizationsResponse, error) + ListAllUsers func(context.Context, *ListAllUsersRequest) (*ListAllUsersResponse, error) + ListGroups func(context.Context, *ListGroupsRequest) (*ListGroupsResponse, error) + ListPolicies func(context.Context, *ListPoliciesRequest) (*ListPoliciesResponse, error) + ListProjects func(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error) + ListRelations func(context.Context, *ListRelationsRequest) (*ListRelationsResponse, error) + ListResources func(context.Context, *ListResourcesRequest) (*ListResourcesResponse, error) + UpdatePermission func(context.Context, *UpdatePermissionRequest) (*UpdatePermissionResponse, error) + type AuthCallbackRequest struct + Code string + State string + StrategyName string + func (*AuthCallbackRequest) Descriptor() ([]byte, []int) + func (*AuthCallbackRequest) ProtoMessage() + func (m *AuthCallbackRequest) Validate() error + func (m *AuthCallbackRequest) ValidateAll() error + func (x *AuthCallbackRequest) GetCode() string + func (x *AuthCallbackRequest) GetState() string + func (x *AuthCallbackRequest) GetStrategyName() string + func (x *AuthCallbackRequest) ProtoReflect() protoreflect.Message + func (x *AuthCallbackRequest) Reset() + func (x *AuthCallbackRequest) String() string + type AuthCallbackRequestMultiError []error + func (m AuthCallbackRequestMultiError) AllErrors() []error + func (m AuthCallbackRequestMultiError) Error() string + type AuthCallbackRequestValidationError struct + func (e AuthCallbackRequestValidationError) Cause() error + func (e AuthCallbackRequestValidationError) Error() string + func (e AuthCallbackRequestValidationError) ErrorName() string + func (e AuthCallbackRequestValidationError) Field() string + func (e AuthCallbackRequestValidationError) Key() bool + func (e AuthCallbackRequestValidationError) Reason() string + type AuthCallbackResponse struct + func (*AuthCallbackResponse) Descriptor() ([]byte, []int) + func (*AuthCallbackResponse) ProtoMessage() + func (m *AuthCallbackResponse) Validate() error + func (m *AuthCallbackResponse) ValidateAll() error + func (x *AuthCallbackResponse) ProtoReflect() protoreflect.Message + func (x *AuthCallbackResponse) Reset() + func (x *AuthCallbackResponse) String() string + type AuthCallbackResponseMultiError []error + func (m AuthCallbackResponseMultiError) AllErrors() []error + func (m AuthCallbackResponseMultiError) Error() string + type AuthCallbackResponseValidationError struct + func (e AuthCallbackResponseValidationError) Cause() error + func (e AuthCallbackResponseValidationError) Error() string + func (e AuthCallbackResponseValidationError) ErrorName() string + func (e AuthCallbackResponseValidationError) Field() string + func (e AuthCallbackResponseValidationError) Key() bool + func (e AuthCallbackResponseValidationError) Reason() string + type AuthLogoutRequest struct + func (*AuthLogoutRequest) Descriptor() ([]byte, []int) + func (*AuthLogoutRequest) ProtoMessage() + func (m *AuthLogoutRequest) Validate() error + func (m *AuthLogoutRequest) ValidateAll() error + func (x *AuthLogoutRequest) ProtoReflect() protoreflect.Message + func (x *AuthLogoutRequest) Reset() + func (x *AuthLogoutRequest) String() string + type AuthLogoutRequestMultiError []error + func (m AuthLogoutRequestMultiError) AllErrors() []error + func (m AuthLogoutRequestMultiError) Error() string + type AuthLogoutRequestValidationError struct + func (e AuthLogoutRequestValidationError) Cause() error + func (e AuthLogoutRequestValidationError) Error() string + func (e AuthLogoutRequestValidationError) ErrorName() string + func (e AuthLogoutRequestValidationError) Field() string + func (e AuthLogoutRequestValidationError) Key() bool + func (e AuthLogoutRequestValidationError) Reason() string + type AuthLogoutResponse struct + func (*AuthLogoutResponse) Descriptor() ([]byte, []int) + func (*AuthLogoutResponse) ProtoMessage() + func (m *AuthLogoutResponse) Validate() error + func (m *AuthLogoutResponse) ValidateAll() error + func (x *AuthLogoutResponse) ProtoReflect() protoreflect.Message + func (x *AuthLogoutResponse) Reset() + func (x *AuthLogoutResponse) String() string + type AuthLogoutResponseMultiError []error + func (m AuthLogoutResponseMultiError) AllErrors() []error + func (m AuthLogoutResponseMultiError) Error() string + type AuthLogoutResponseValidationError struct + func (e AuthLogoutResponseValidationError) Cause() error + func (e AuthLogoutResponseValidationError) Error() string + func (e AuthLogoutResponseValidationError) ErrorName() string + func (e AuthLogoutResponseValidationError) Field() string + func (e AuthLogoutResponseValidationError) Key() bool + func (e AuthLogoutResponseValidationError) Reason() string + type AuthStrategy struct + Name string + Params *structpb.Struct + func (*AuthStrategy) Descriptor() ([]byte, []int) + func (*AuthStrategy) ProtoMessage() + func (m *AuthStrategy) Validate() error + func (m *AuthStrategy) ValidateAll() error + func (x *AuthStrategy) GetName() string + func (x *AuthStrategy) GetParams() *structpb.Struct + func (x *AuthStrategy) ProtoReflect() protoreflect.Message + func (x *AuthStrategy) Reset() + func (x *AuthStrategy) String() string + type AuthStrategyMultiError []error + func (m AuthStrategyMultiError) AllErrors() []error + func (m AuthStrategyMultiError) Error() string + type AuthStrategyValidationError struct + func (e AuthStrategyValidationError) Cause() error + func (e AuthStrategyValidationError) Error() string + func (e AuthStrategyValidationError) ErrorName() string + func (e AuthStrategyValidationError) Field() string + func (e AuthStrategyValidationError) Key() bool + func (e AuthStrategyValidationError) Reason() string + type AuthenticateRequest struct + Email string + Redirect bool + ReturnTo string + StrategyName string + func (*AuthenticateRequest) Descriptor() ([]byte, []int) + func (*AuthenticateRequest) ProtoMessage() + func (m *AuthenticateRequest) Validate() error + func (m *AuthenticateRequest) ValidateAll() error + func (x *AuthenticateRequest) GetEmail() string + func (x *AuthenticateRequest) GetRedirect() bool + func (x *AuthenticateRequest) GetReturnTo() string + func (x *AuthenticateRequest) GetStrategyName() string + func (x *AuthenticateRequest) ProtoReflect() protoreflect.Message + func (x *AuthenticateRequest) Reset() + func (x *AuthenticateRequest) String() string + type AuthenticateRequestMultiError []error + func (m AuthenticateRequestMultiError) AllErrors() []error + func (m AuthenticateRequestMultiError) Error() string + type AuthenticateRequestValidationError struct + func (e AuthenticateRequestValidationError) Cause() error + func (e AuthenticateRequestValidationError) Error() string + func (e AuthenticateRequestValidationError) ErrorName() string + func (e AuthenticateRequestValidationError) Field() string + func (e AuthenticateRequestValidationError) Key() bool + func (e AuthenticateRequestValidationError) Reason() string + type AuthenticateResponse struct + Endpoint string + State string + func (*AuthenticateResponse) Descriptor() ([]byte, []int) + func (*AuthenticateResponse) ProtoMessage() + func (m *AuthenticateResponse) Validate() error + func (m *AuthenticateResponse) ValidateAll() error + func (x *AuthenticateResponse) GetEndpoint() string + func (x *AuthenticateResponse) GetState() string + func (x *AuthenticateResponse) ProtoReflect() protoreflect.Message + func (x *AuthenticateResponse) Reset() + func (x *AuthenticateResponse) String() string + type AuthenticateResponseMultiError []error + func (m AuthenticateResponseMultiError) AllErrors() []error + func (m AuthenticateResponseMultiError) Error() string + type AuthenticateResponseValidationError struct + func (e AuthenticateResponseValidationError) Cause() error + func (e AuthenticateResponseValidationError) Error() string + func (e AuthenticateResponseValidationError) ErrorName() string + func (e AuthenticateResponseValidationError) Field() string + func (e AuthenticateResponseValidationError) Key() bool + func (e AuthenticateResponseValidationError) Reason() string + type CheckResourcePermissionRequest struct + ObjectId string + ObjectNamespace string + Permission string + Resource string + func (*CheckResourcePermissionRequest) Descriptor() ([]byte, []int) + func (*CheckResourcePermissionRequest) ProtoMessage() + func (m *CheckResourcePermissionRequest) Validate() error + func (m *CheckResourcePermissionRequest) ValidateAll() error + func (x *CheckResourcePermissionRequest) GetObjectId() string + func (x *CheckResourcePermissionRequest) GetObjectNamespace() string + func (x *CheckResourcePermissionRequest) GetPermission() string + func (x *CheckResourcePermissionRequest) GetResource() string + func (x *CheckResourcePermissionRequest) ProtoReflect() protoreflect.Message + func (x *CheckResourcePermissionRequest) Reset() + func (x *CheckResourcePermissionRequest) String() string + type CheckResourcePermissionRequestMultiError []error + func (m CheckResourcePermissionRequestMultiError) AllErrors() []error + func (m CheckResourcePermissionRequestMultiError) Error() string + type CheckResourcePermissionRequestValidationError struct + func (e CheckResourcePermissionRequestValidationError) Cause() error + func (e CheckResourcePermissionRequestValidationError) Error() string + func (e CheckResourcePermissionRequestValidationError) ErrorName() string + func (e CheckResourcePermissionRequestValidationError) Field() string + func (e CheckResourcePermissionRequestValidationError) Key() bool + func (e CheckResourcePermissionRequestValidationError) Reason() string + type CheckResourcePermissionResponse struct + Status bool + func (*CheckResourcePermissionResponse) Descriptor() ([]byte, []int) + func (*CheckResourcePermissionResponse) ProtoMessage() + func (m *CheckResourcePermissionResponse) Validate() error + func (m *CheckResourcePermissionResponse) ValidateAll() error + func (x *CheckResourcePermissionResponse) GetStatus() bool + func (x *CheckResourcePermissionResponse) ProtoReflect() protoreflect.Message + func (x *CheckResourcePermissionResponse) Reset() + func (x *CheckResourcePermissionResponse) String() string + type CheckResourcePermissionResponseMultiError []error + func (m CheckResourcePermissionResponseMultiError) AllErrors() []error + func (m CheckResourcePermissionResponseMultiError) Error() string + type CheckResourcePermissionResponseValidationError struct + func (e CheckResourcePermissionResponseValidationError) Cause() error + func (e CheckResourcePermissionResponseValidationError) Error() string + func (e CheckResourcePermissionResponseValidationError) ErrorName() string + func (e CheckResourcePermissionResponseValidationError) Field() string + func (e CheckResourcePermissionResponseValidationError) Key() bool + func (e CheckResourcePermissionResponseValidationError) Reason() string + type CreateGroupRequest struct + Body *GroupRequestBody + OrgId string + func (*CreateGroupRequest) Descriptor() ([]byte, []int) + func (*CreateGroupRequest) ProtoMessage() + func (m *CreateGroupRequest) Validate() error + func (m *CreateGroupRequest) ValidateAll() error + func (x *CreateGroupRequest) GetBody() *GroupRequestBody + func (x *CreateGroupRequest) GetOrgId() string + func (x *CreateGroupRequest) ProtoReflect() protoreflect.Message + func (x *CreateGroupRequest) Reset() + func (x *CreateGroupRequest) String() string + type CreateGroupRequestMultiError []error + func (m CreateGroupRequestMultiError) AllErrors() []error + func (m CreateGroupRequestMultiError) Error() string + type CreateGroupRequestValidationError struct + func (e CreateGroupRequestValidationError) Cause() error + func (e CreateGroupRequestValidationError) Error() string + func (e CreateGroupRequestValidationError) ErrorName() string + func (e CreateGroupRequestValidationError) Field() string + func (e CreateGroupRequestValidationError) Key() bool + func (e CreateGroupRequestValidationError) Reason() string + type CreateGroupResponse struct + Group *Group + func (*CreateGroupResponse) Descriptor() ([]byte, []int) + func (*CreateGroupResponse) ProtoMessage() + func (m *CreateGroupResponse) Validate() error + func (m *CreateGroupResponse) ValidateAll() error + func (x *CreateGroupResponse) GetGroup() *Group + func (x *CreateGroupResponse) ProtoReflect() protoreflect.Message + func (x *CreateGroupResponse) Reset() + func (x *CreateGroupResponse) String() string + type CreateGroupResponseMultiError []error + func (m CreateGroupResponseMultiError) AllErrors() []error + func (m CreateGroupResponseMultiError) Error() string + type CreateGroupResponseValidationError struct + func (e CreateGroupResponseValidationError) Cause() error + func (e CreateGroupResponseValidationError) Error() string + func (e CreateGroupResponseValidationError) ErrorName() string + func (e CreateGroupResponseValidationError) Field() string + func (e CreateGroupResponseValidationError) Key() bool + func (e CreateGroupResponseValidationError) Reason() string + type CreateMetaSchemaRequest struct + Body *MetaSchemaRequestBody + func (*CreateMetaSchemaRequest) Descriptor() ([]byte, []int) + func (*CreateMetaSchemaRequest) ProtoMessage() + func (m *CreateMetaSchemaRequest) Validate() error + func (m *CreateMetaSchemaRequest) ValidateAll() error + func (x *CreateMetaSchemaRequest) GetBody() *MetaSchemaRequestBody + func (x *CreateMetaSchemaRequest) ProtoReflect() protoreflect.Message + func (x *CreateMetaSchemaRequest) Reset() + func (x *CreateMetaSchemaRequest) String() string + type CreateMetaSchemaRequestMultiError []error + func (m CreateMetaSchemaRequestMultiError) AllErrors() []error + func (m CreateMetaSchemaRequestMultiError) Error() string + type CreateMetaSchemaRequestValidationError struct + func (e CreateMetaSchemaRequestValidationError) Cause() error + func (e CreateMetaSchemaRequestValidationError) Error() string + func (e CreateMetaSchemaRequestValidationError) ErrorName() string + func (e CreateMetaSchemaRequestValidationError) Field() string + func (e CreateMetaSchemaRequestValidationError) Key() bool + func (e CreateMetaSchemaRequestValidationError) Reason() string + type CreateMetaSchemaResponse struct + Metaschema *MetaSchema + func (*CreateMetaSchemaResponse) Descriptor() ([]byte, []int) + func (*CreateMetaSchemaResponse) ProtoMessage() + func (m *CreateMetaSchemaResponse) Validate() error + func (m *CreateMetaSchemaResponse) ValidateAll() error + func (x *CreateMetaSchemaResponse) GetMetaschema() *MetaSchema + func (x *CreateMetaSchemaResponse) ProtoReflect() protoreflect.Message + func (x *CreateMetaSchemaResponse) Reset() + func (x *CreateMetaSchemaResponse) String() string + type CreateMetaSchemaResponseMultiError []error + func (m CreateMetaSchemaResponseMultiError) AllErrors() []error + func (m CreateMetaSchemaResponseMultiError) Error() string + type CreateMetaSchemaResponseValidationError struct + func (e CreateMetaSchemaResponseValidationError) Cause() error + func (e CreateMetaSchemaResponseValidationError) Error() string + func (e CreateMetaSchemaResponseValidationError) ErrorName() string + func (e CreateMetaSchemaResponseValidationError) Field() string + func (e CreateMetaSchemaResponseValidationError) Key() bool + func (e CreateMetaSchemaResponseValidationError) Reason() string + type CreateOrganizationInvitationRequest struct + GroupIds []string + OrgId string + UserId string + func (*CreateOrganizationInvitationRequest) Descriptor() ([]byte, []int) + func (*CreateOrganizationInvitationRequest) ProtoMessage() + func (m *CreateOrganizationInvitationRequest) Validate() error + func (m *CreateOrganizationInvitationRequest) ValidateAll() error + func (x *CreateOrganizationInvitationRequest) GetGroupIds() []string + func (x *CreateOrganizationInvitationRequest) GetOrgId() string + func (x *CreateOrganizationInvitationRequest) GetUserId() string + func (x *CreateOrganizationInvitationRequest) ProtoReflect() protoreflect.Message + func (x *CreateOrganizationInvitationRequest) Reset() + func (x *CreateOrganizationInvitationRequest) String() string + type CreateOrganizationInvitationRequestMultiError []error + func (m CreateOrganizationInvitationRequestMultiError) AllErrors() []error + func (m CreateOrganizationInvitationRequestMultiError) Error() string + type CreateOrganizationInvitationRequestValidationError struct + func (e CreateOrganizationInvitationRequestValidationError) Cause() error + func (e CreateOrganizationInvitationRequestValidationError) Error() string + func (e CreateOrganizationInvitationRequestValidationError) ErrorName() string + func (e CreateOrganizationInvitationRequestValidationError) Field() string + func (e CreateOrganizationInvitationRequestValidationError) Key() bool + func (e CreateOrganizationInvitationRequestValidationError) Reason() string + type CreateOrganizationInvitationResponse struct + Invitation *Invitation + func (*CreateOrganizationInvitationResponse) Descriptor() ([]byte, []int) + func (*CreateOrganizationInvitationResponse) ProtoMessage() + func (m *CreateOrganizationInvitationResponse) Validate() error + func (m *CreateOrganizationInvitationResponse) ValidateAll() error + func (x *CreateOrganizationInvitationResponse) GetInvitation() *Invitation + func (x *CreateOrganizationInvitationResponse) ProtoReflect() protoreflect.Message + func (x *CreateOrganizationInvitationResponse) Reset() + func (x *CreateOrganizationInvitationResponse) String() string + type CreateOrganizationInvitationResponseMultiError []error + func (m CreateOrganizationInvitationResponseMultiError) AllErrors() []error + func (m CreateOrganizationInvitationResponseMultiError) Error() string + type CreateOrganizationInvitationResponseValidationError struct + func (e CreateOrganizationInvitationResponseValidationError) Cause() error + func (e CreateOrganizationInvitationResponseValidationError) Error() string + func (e CreateOrganizationInvitationResponseValidationError) ErrorName() string + func (e CreateOrganizationInvitationResponseValidationError) Field() string + func (e CreateOrganizationInvitationResponseValidationError) Key() bool + func (e CreateOrganizationInvitationResponseValidationError) Reason() string + type CreateOrganizationRequest struct + Body *OrganizationRequestBody + func (*CreateOrganizationRequest) Descriptor() ([]byte, []int) + func (*CreateOrganizationRequest) ProtoMessage() + func (m *CreateOrganizationRequest) Validate() error + func (m *CreateOrganizationRequest) ValidateAll() error + func (x *CreateOrganizationRequest) GetBody() *OrganizationRequestBody + func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message + func (x *CreateOrganizationRequest) Reset() + func (x *CreateOrganizationRequest) String() string + type CreateOrganizationRequestMultiError []error + func (m CreateOrganizationRequestMultiError) AllErrors() []error + func (m CreateOrganizationRequestMultiError) Error() string + type CreateOrganizationRequestValidationError struct + func (e CreateOrganizationRequestValidationError) Cause() error + func (e CreateOrganizationRequestValidationError) Error() string + func (e CreateOrganizationRequestValidationError) ErrorName() string + func (e CreateOrganizationRequestValidationError) Field() string + func (e CreateOrganizationRequestValidationError) Key() bool + func (e CreateOrganizationRequestValidationError) Reason() string + type CreateOrganizationResponse struct + Organization *Organization + func (*CreateOrganizationResponse) Descriptor() ([]byte, []int) + func (*CreateOrganizationResponse) ProtoMessage() + func (m *CreateOrganizationResponse) Validate() error + func (m *CreateOrganizationResponse) ValidateAll() error + func (x *CreateOrganizationResponse) GetOrganization() *Organization + func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message + func (x *CreateOrganizationResponse) Reset() + func (x *CreateOrganizationResponse) String() string + type CreateOrganizationResponseMultiError []error + func (m CreateOrganizationResponseMultiError) AllErrors() []error + func (m CreateOrganizationResponseMultiError) Error() string + type CreateOrganizationResponseValidationError struct + func (e CreateOrganizationResponseValidationError) Cause() error + func (e CreateOrganizationResponseValidationError) Error() string + func (e CreateOrganizationResponseValidationError) ErrorName() string + func (e CreateOrganizationResponseValidationError) Field() string + func (e CreateOrganizationResponseValidationError) Key() bool + func (e CreateOrganizationResponseValidationError) Reason() string + type CreateOrganizationRoleRequest struct + Body *RoleRequestBody + OrgId string + func (*CreateOrganizationRoleRequest) Descriptor() ([]byte, []int) + func (*CreateOrganizationRoleRequest) ProtoMessage() + func (m *CreateOrganizationRoleRequest) Validate() error + func (m *CreateOrganizationRoleRequest) ValidateAll() error + func (x *CreateOrganizationRoleRequest) GetBody() *RoleRequestBody + func (x *CreateOrganizationRoleRequest) GetOrgId() string + func (x *CreateOrganizationRoleRequest) ProtoReflect() protoreflect.Message + func (x *CreateOrganizationRoleRequest) Reset() + func (x *CreateOrganizationRoleRequest) String() string + type CreateOrganizationRoleRequestMultiError []error + func (m CreateOrganizationRoleRequestMultiError) AllErrors() []error + func (m CreateOrganizationRoleRequestMultiError) Error() string + type CreateOrganizationRoleRequestValidationError struct + func (e CreateOrganizationRoleRequestValidationError) Cause() error + func (e CreateOrganizationRoleRequestValidationError) Error() string + func (e CreateOrganizationRoleRequestValidationError) ErrorName() string + func (e CreateOrganizationRoleRequestValidationError) Field() string + func (e CreateOrganizationRoleRequestValidationError) Key() bool + func (e CreateOrganizationRoleRequestValidationError) Reason() string + type CreateOrganizationRoleResponse struct + Role *Role + func (*CreateOrganizationRoleResponse) Descriptor() ([]byte, []int) + func (*CreateOrganizationRoleResponse) ProtoMessage() + func (m *CreateOrganizationRoleResponse) Validate() error + func (m *CreateOrganizationRoleResponse) ValidateAll() error + func (x *CreateOrganizationRoleResponse) GetRole() *Role + func (x *CreateOrganizationRoleResponse) ProtoReflect() protoreflect.Message + func (x *CreateOrganizationRoleResponse) Reset() + func (x *CreateOrganizationRoleResponse) String() string + type CreateOrganizationRoleResponseMultiError []error + func (m CreateOrganizationRoleResponseMultiError) AllErrors() []error + func (m CreateOrganizationRoleResponseMultiError) Error() string + type CreateOrganizationRoleResponseValidationError struct + func (e CreateOrganizationRoleResponseValidationError) Cause() error + func (e CreateOrganizationRoleResponseValidationError) Error() string + func (e CreateOrganizationRoleResponseValidationError) ErrorName() string + func (e CreateOrganizationRoleResponseValidationError) Field() string + func (e CreateOrganizationRoleResponseValidationError) Key() bool + func (e CreateOrganizationRoleResponseValidationError) Reason() string + type CreatePermissionRequest struct + Bodies []*PermissionRequestBody + func (*CreatePermissionRequest) Descriptor() ([]byte, []int) + func (*CreatePermissionRequest) ProtoMessage() + func (m *CreatePermissionRequest) Validate() error + func (m *CreatePermissionRequest) ValidateAll() error + func (x *CreatePermissionRequest) GetBodies() []*PermissionRequestBody + func (x *CreatePermissionRequest) ProtoReflect() protoreflect.Message + func (x *CreatePermissionRequest) Reset() + func (x *CreatePermissionRequest) String() string + type CreatePermissionRequestMultiError []error + func (m CreatePermissionRequestMultiError) AllErrors() []error + func (m CreatePermissionRequestMultiError) Error() string + type CreatePermissionRequestValidationError struct + func (e CreatePermissionRequestValidationError) Cause() error + func (e CreatePermissionRequestValidationError) Error() string + func (e CreatePermissionRequestValidationError) ErrorName() string + func (e CreatePermissionRequestValidationError) Field() string + func (e CreatePermissionRequestValidationError) Key() bool + func (e CreatePermissionRequestValidationError) Reason() string + type CreatePermissionResponse struct + Permissions []*Permission + func (*CreatePermissionResponse) Descriptor() ([]byte, []int) + func (*CreatePermissionResponse) ProtoMessage() + func (m *CreatePermissionResponse) Validate() error + func (m *CreatePermissionResponse) ValidateAll() error + func (x *CreatePermissionResponse) GetPermissions() []*Permission + func (x *CreatePermissionResponse) ProtoReflect() protoreflect.Message + func (x *CreatePermissionResponse) Reset() + func (x *CreatePermissionResponse) String() string + type CreatePermissionResponseMultiError []error + func (m CreatePermissionResponseMultiError) AllErrors() []error + func (m CreatePermissionResponseMultiError) Error() string + type CreatePermissionResponseValidationError struct + func (e CreatePermissionResponseValidationError) Cause() error + func (e CreatePermissionResponseValidationError) Error() string + func (e CreatePermissionResponseValidationError) ErrorName() string + func (e CreatePermissionResponseValidationError) Field() string + func (e CreatePermissionResponseValidationError) Key() bool + func (e CreatePermissionResponseValidationError) Reason() string + type CreatePolicyRequest struct + Body *PolicyRequestBody + func (*CreatePolicyRequest) Descriptor() ([]byte, []int) + func (*CreatePolicyRequest) ProtoMessage() + func (m *CreatePolicyRequest) Validate() error + func (m *CreatePolicyRequest) ValidateAll() error + func (x *CreatePolicyRequest) GetBody() *PolicyRequestBody + func (x *CreatePolicyRequest) ProtoReflect() protoreflect.Message + func (x *CreatePolicyRequest) Reset() + func (x *CreatePolicyRequest) String() string + type CreatePolicyRequestMultiError []error + func (m CreatePolicyRequestMultiError) AllErrors() []error + func (m CreatePolicyRequestMultiError) Error() string + type CreatePolicyRequestValidationError struct + func (e CreatePolicyRequestValidationError) Cause() error + func (e CreatePolicyRequestValidationError) Error() string + func (e CreatePolicyRequestValidationError) ErrorName() string + func (e CreatePolicyRequestValidationError) Field() string + func (e CreatePolicyRequestValidationError) Key() bool + func (e CreatePolicyRequestValidationError) Reason() string + type CreatePolicyResponse struct + Policy *Policy + func (*CreatePolicyResponse) Descriptor() ([]byte, []int) + func (*CreatePolicyResponse) ProtoMessage() + func (m *CreatePolicyResponse) Validate() error + func (m *CreatePolicyResponse) ValidateAll() error + func (x *CreatePolicyResponse) GetPolicy() *Policy + func (x *CreatePolicyResponse) ProtoReflect() protoreflect.Message + func (x *CreatePolicyResponse) Reset() + func (x *CreatePolicyResponse) String() string + type CreatePolicyResponseMultiError []error + func (m CreatePolicyResponseMultiError) AllErrors() []error + func (m CreatePolicyResponseMultiError) Error() string + type CreatePolicyResponseValidationError struct + func (e CreatePolicyResponseValidationError) Cause() error + func (e CreatePolicyResponseValidationError) Error() string + func (e CreatePolicyResponseValidationError) ErrorName() string + func (e CreatePolicyResponseValidationError) Field() string + func (e CreatePolicyResponseValidationError) Key() bool + func (e CreatePolicyResponseValidationError) Reason() string + type CreateProjectRequest struct + Body *ProjectRequestBody + func (*CreateProjectRequest) Descriptor() ([]byte, []int) + func (*CreateProjectRequest) ProtoMessage() + func (m *CreateProjectRequest) Validate() error + func (m *CreateProjectRequest) ValidateAll() error + func (x *CreateProjectRequest) GetBody() *ProjectRequestBody + func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message + func (x *CreateProjectRequest) Reset() + func (x *CreateProjectRequest) String() string + type CreateProjectRequestMultiError []error + func (m CreateProjectRequestMultiError) AllErrors() []error + func (m CreateProjectRequestMultiError) Error() string + type CreateProjectRequestValidationError struct + func (e CreateProjectRequestValidationError) Cause() error + func (e CreateProjectRequestValidationError) Error() string + func (e CreateProjectRequestValidationError) ErrorName() string + func (e CreateProjectRequestValidationError) Field() string + func (e CreateProjectRequestValidationError) Key() bool + func (e CreateProjectRequestValidationError) Reason() string + type CreateProjectResourceRequest struct + Body *ResourceRequestBody + Id string + ProjectId string + func (*CreateProjectResourceRequest) Descriptor() ([]byte, []int) + func (*CreateProjectResourceRequest) ProtoMessage() + func (m *CreateProjectResourceRequest) Validate() error + func (m *CreateProjectResourceRequest) ValidateAll() error + func (x *CreateProjectResourceRequest) GetBody() *ResourceRequestBody + func (x *CreateProjectResourceRequest) GetId() string + func (x *CreateProjectResourceRequest) GetProjectId() string + func (x *CreateProjectResourceRequest) ProtoReflect() protoreflect.Message + func (x *CreateProjectResourceRequest) Reset() + func (x *CreateProjectResourceRequest) String() string + type CreateProjectResourceRequestMultiError []error + func (m CreateProjectResourceRequestMultiError) AllErrors() []error + func (m CreateProjectResourceRequestMultiError) Error() string + type CreateProjectResourceRequestValidationError struct + func (e CreateProjectResourceRequestValidationError) Cause() error + func (e CreateProjectResourceRequestValidationError) Error() string + func (e CreateProjectResourceRequestValidationError) ErrorName() string + func (e CreateProjectResourceRequestValidationError) Field() string + func (e CreateProjectResourceRequestValidationError) Key() bool + func (e CreateProjectResourceRequestValidationError) Reason() string + type CreateProjectResourceResponse struct + Resource *Resource + func (*CreateProjectResourceResponse) Descriptor() ([]byte, []int) + func (*CreateProjectResourceResponse) ProtoMessage() + func (m *CreateProjectResourceResponse) Validate() error + func (m *CreateProjectResourceResponse) ValidateAll() error + func (x *CreateProjectResourceResponse) GetResource() *Resource + func (x *CreateProjectResourceResponse) ProtoReflect() protoreflect.Message + func (x *CreateProjectResourceResponse) Reset() + func (x *CreateProjectResourceResponse) String() string + type CreateProjectResourceResponseMultiError []error + func (m CreateProjectResourceResponseMultiError) AllErrors() []error + func (m CreateProjectResourceResponseMultiError) Error() string + type CreateProjectResourceResponseValidationError struct + func (e CreateProjectResourceResponseValidationError) Cause() error + func (e CreateProjectResourceResponseValidationError) Error() string + func (e CreateProjectResourceResponseValidationError) ErrorName() string + func (e CreateProjectResourceResponseValidationError) Field() string + func (e CreateProjectResourceResponseValidationError) Key() bool + func (e CreateProjectResourceResponseValidationError) Reason() string + type CreateProjectResponse struct + Project *Project + func (*CreateProjectResponse) Descriptor() ([]byte, []int) + func (*CreateProjectResponse) ProtoMessage() + func (m *CreateProjectResponse) Validate() error + func (m *CreateProjectResponse) ValidateAll() error + func (x *CreateProjectResponse) GetProject() *Project + func (x *CreateProjectResponse) ProtoReflect() protoreflect.Message + func (x *CreateProjectResponse) Reset() + func (x *CreateProjectResponse) String() string + type CreateProjectResponseMultiError []error + func (m CreateProjectResponseMultiError) AllErrors() []error + func (m CreateProjectResponseMultiError) Error() string + type CreateProjectResponseValidationError struct + func (e CreateProjectResponseValidationError) Cause() error + func (e CreateProjectResponseValidationError) Error() string + func (e CreateProjectResponseValidationError) ErrorName() string + func (e CreateProjectResponseValidationError) Field() string + func (e CreateProjectResponseValidationError) Key() bool + func (e CreateProjectResponseValidationError) Reason() string + type CreateRelationRequest struct + Body *RelationRequestBody + func (*CreateRelationRequest) Descriptor() ([]byte, []int) + func (*CreateRelationRequest) ProtoMessage() + func (m *CreateRelationRequest) Validate() error + func (m *CreateRelationRequest) ValidateAll() error + func (x *CreateRelationRequest) GetBody() *RelationRequestBody + func (x *CreateRelationRequest) ProtoReflect() protoreflect.Message + func (x *CreateRelationRequest) Reset() + func (x *CreateRelationRequest) String() string + type CreateRelationRequestMultiError []error + func (m CreateRelationRequestMultiError) AllErrors() []error + func (m CreateRelationRequestMultiError) Error() string + type CreateRelationRequestValidationError struct + func (e CreateRelationRequestValidationError) Cause() error + func (e CreateRelationRequestValidationError) Error() string + func (e CreateRelationRequestValidationError) ErrorName() string + func (e CreateRelationRequestValidationError) Field() string + func (e CreateRelationRequestValidationError) Key() bool + func (e CreateRelationRequestValidationError) Reason() string + type CreateRelationResponse struct + Relation *Relation + func (*CreateRelationResponse) Descriptor() ([]byte, []int) + func (*CreateRelationResponse) ProtoMessage() + func (m *CreateRelationResponse) Validate() error + func (m *CreateRelationResponse) ValidateAll() error + func (x *CreateRelationResponse) GetRelation() *Relation + func (x *CreateRelationResponse) ProtoReflect() protoreflect.Message + func (x *CreateRelationResponse) Reset() + func (x *CreateRelationResponse) String() string + type CreateRelationResponseMultiError []error + func (m CreateRelationResponseMultiError) AllErrors() []error + func (m CreateRelationResponseMultiError) Error() string + type CreateRelationResponseValidationError struct + func (e CreateRelationResponseValidationError) Cause() error + func (e CreateRelationResponseValidationError) Error() string + func (e CreateRelationResponseValidationError) ErrorName() string + func (e CreateRelationResponseValidationError) Field() string + func (e CreateRelationResponseValidationError) Key() bool + func (e CreateRelationResponseValidationError) Reason() string + type CreateRoleRequest struct + Body *RoleRequestBody + func (*CreateRoleRequest) Descriptor() ([]byte, []int) + func (*CreateRoleRequest) ProtoMessage() + func (m *CreateRoleRequest) Validate() error + func (m *CreateRoleRequest) ValidateAll() error + func (x *CreateRoleRequest) GetBody() *RoleRequestBody + func (x *CreateRoleRequest) ProtoReflect() protoreflect.Message + func (x *CreateRoleRequest) Reset() + func (x *CreateRoleRequest) String() string + type CreateRoleRequestMultiError []error + func (m CreateRoleRequestMultiError) AllErrors() []error + func (m CreateRoleRequestMultiError) Error() string + type CreateRoleRequestValidationError struct + func (e CreateRoleRequestValidationError) Cause() error + func (e CreateRoleRequestValidationError) Error() string + func (e CreateRoleRequestValidationError) ErrorName() string + func (e CreateRoleRequestValidationError) Field() string + func (e CreateRoleRequestValidationError) Key() bool + func (e CreateRoleRequestValidationError) Reason() string + type CreateRoleResponse struct + Role *Role + func (*CreateRoleResponse) Descriptor() ([]byte, []int) + func (*CreateRoleResponse) ProtoMessage() + func (m *CreateRoleResponse) Validate() error + func (m *CreateRoleResponse) ValidateAll() error + func (x *CreateRoleResponse) GetRole() *Role + func (x *CreateRoleResponse) ProtoReflect() protoreflect.Message + func (x *CreateRoleResponse) Reset() + func (x *CreateRoleResponse) String() string + type CreateRoleResponseMultiError []error + func (m CreateRoleResponseMultiError) AllErrors() []error + func (m CreateRoleResponseMultiError) Error() string + type CreateRoleResponseValidationError struct + func (e CreateRoleResponseValidationError) Cause() error + func (e CreateRoleResponseValidationError) Error() string + func (e CreateRoleResponseValidationError) ErrorName() string + func (e CreateRoleResponseValidationError) Field() string + func (e CreateRoleResponseValidationError) Key() bool + func (e CreateRoleResponseValidationError) Reason() string + type CreateServiceUserKeyRequest struct + Id string + Title string + func (*CreateServiceUserKeyRequest) Descriptor() ([]byte, []int) + func (*CreateServiceUserKeyRequest) ProtoMessage() + func (m *CreateServiceUserKeyRequest) Validate() error + func (m *CreateServiceUserKeyRequest) ValidateAll() error + func (x *CreateServiceUserKeyRequest) GetId() string + func (x *CreateServiceUserKeyRequest) GetTitle() string + func (x *CreateServiceUserKeyRequest) ProtoReflect() protoreflect.Message + func (x *CreateServiceUserKeyRequest) Reset() + func (x *CreateServiceUserKeyRequest) String() string + type CreateServiceUserKeyRequestMultiError []error + func (m CreateServiceUserKeyRequestMultiError) AllErrors() []error + func (m CreateServiceUserKeyRequestMultiError) Error() string + type CreateServiceUserKeyRequestValidationError struct + func (e CreateServiceUserKeyRequestValidationError) Cause() error + func (e CreateServiceUserKeyRequestValidationError) Error() string + func (e CreateServiceUserKeyRequestValidationError) ErrorName() string + func (e CreateServiceUserKeyRequestValidationError) Field() string + func (e CreateServiceUserKeyRequestValidationError) Key() bool + func (e CreateServiceUserKeyRequestValidationError) Reason() string + type CreateServiceUserKeyResponse struct + Key *KeyCredential + func (*CreateServiceUserKeyResponse) Descriptor() ([]byte, []int) + func (*CreateServiceUserKeyResponse) ProtoMessage() + func (m *CreateServiceUserKeyResponse) Validate() error + func (m *CreateServiceUserKeyResponse) ValidateAll() error + func (x *CreateServiceUserKeyResponse) GetKey() *KeyCredential + func (x *CreateServiceUserKeyResponse) ProtoReflect() protoreflect.Message + func (x *CreateServiceUserKeyResponse) Reset() + func (x *CreateServiceUserKeyResponse) String() string + type CreateServiceUserKeyResponseMultiError []error + func (m CreateServiceUserKeyResponseMultiError) AllErrors() []error + func (m CreateServiceUserKeyResponseMultiError) Error() string + type CreateServiceUserKeyResponseValidationError struct + func (e CreateServiceUserKeyResponseValidationError) Cause() error + func (e CreateServiceUserKeyResponseValidationError) Error() string + func (e CreateServiceUserKeyResponseValidationError) ErrorName() string + func (e CreateServiceUserKeyResponseValidationError) Field() string + func (e CreateServiceUserKeyResponseValidationError) Key() bool + func (e CreateServiceUserKeyResponseValidationError) Reason() string + type CreateServiceUserRequest struct + Body *ServiceUserRequestBody + OrgId string + func (*CreateServiceUserRequest) Descriptor() ([]byte, []int) + func (*CreateServiceUserRequest) ProtoMessage() + func (m *CreateServiceUserRequest) Validate() error + func (m *CreateServiceUserRequest) ValidateAll() error + func (x *CreateServiceUserRequest) GetBody() *ServiceUserRequestBody + func (x *CreateServiceUserRequest) GetOrgId() string + func (x *CreateServiceUserRequest) ProtoReflect() protoreflect.Message + func (x *CreateServiceUserRequest) Reset() + func (x *CreateServiceUserRequest) String() string + type CreateServiceUserRequestMultiError []error + func (m CreateServiceUserRequestMultiError) AllErrors() []error + func (m CreateServiceUserRequestMultiError) Error() string + type CreateServiceUserRequestValidationError struct + func (e CreateServiceUserRequestValidationError) Cause() error + func (e CreateServiceUserRequestValidationError) Error() string + func (e CreateServiceUserRequestValidationError) ErrorName() string + func (e CreateServiceUserRequestValidationError) Field() string + func (e CreateServiceUserRequestValidationError) Key() bool + func (e CreateServiceUserRequestValidationError) Reason() string + type CreateServiceUserResponse struct + Serviceuser *ServiceUser + func (*CreateServiceUserResponse) Descriptor() ([]byte, []int) + func (*CreateServiceUserResponse) ProtoMessage() + func (m *CreateServiceUserResponse) Validate() error + func (m *CreateServiceUserResponse) ValidateAll() error + func (x *CreateServiceUserResponse) GetServiceuser() *ServiceUser + func (x *CreateServiceUserResponse) ProtoReflect() protoreflect.Message + func (x *CreateServiceUserResponse) Reset() + func (x *CreateServiceUserResponse) String() string + type CreateServiceUserResponseMultiError []error + func (m CreateServiceUserResponseMultiError) AllErrors() []error + func (m CreateServiceUserResponseMultiError) Error() string + type CreateServiceUserResponseValidationError struct + func (e CreateServiceUserResponseValidationError) Cause() error + func (e CreateServiceUserResponseValidationError) Error() string + func (e CreateServiceUserResponseValidationError) ErrorName() string + func (e CreateServiceUserResponseValidationError) Field() string + func (e CreateServiceUserResponseValidationError) Key() bool + func (e CreateServiceUserResponseValidationError) Reason() string + type CreateServiceUserSecretRequest struct + Id string + Title string + func (*CreateServiceUserSecretRequest) Descriptor() ([]byte, []int) + func (*CreateServiceUserSecretRequest) ProtoMessage() + func (m *CreateServiceUserSecretRequest) Validate() error + func (m *CreateServiceUserSecretRequest) ValidateAll() error + func (x *CreateServiceUserSecretRequest) GetId() string + func (x *CreateServiceUserSecretRequest) GetTitle() string + func (x *CreateServiceUserSecretRequest) ProtoReflect() protoreflect.Message + func (x *CreateServiceUserSecretRequest) Reset() + func (x *CreateServiceUserSecretRequest) String() string + type CreateServiceUserSecretRequestMultiError []error + func (m CreateServiceUserSecretRequestMultiError) AllErrors() []error + func (m CreateServiceUserSecretRequestMultiError) Error() string + type CreateServiceUserSecretRequestValidationError struct + func (e CreateServiceUserSecretRequestValidationError) Cause() error + func (e CreateServiceUserSecretRequestValidationError) Error() string + func (e CreateServiceUserSecretRequestValidationError) ErrorName() string + func (e CreateServiceUserSecretRequestValidationError) Field() string + func (e CreateServiceUserSecretRequestValidationError) Key() bool + func (e CreateServiceUserSecretRequestValidationError) Reason() string + type CreateServiceUserSecretResponse struct + Secret *SecretCredential + func (*CreateServiceUserSecretResponse) Descriptor() ([]byte, []int) + func (*CreateServiceUserSecretResponse) ProtoMessage() + func (m *CreateServiceUserSecretResponse) Validate() error + func (m *CreateServiceUserSecretResponse) ValidateAll() error + func (x *CreateServiceUserSecretResponse) GetSecret() *SecretCredential + func (x *CreateServiceUserSecretResponse) ProtoReflect() protoreflect.Message + func (x *CreateServiceUserSecretResponse) Reset() + func (x *CreateServiceUserSecretResponse) String() string + type CreateServiceUserSecretResponseMultiError []error + func (m CreateServiceUserSecretResponseMultiError) AllErrors() []error + func (m CreateServiceUserSecretResponseMultiError) Error() string + type CreateServiceUserSecretResponseValidationError struct + func (e CreateServiceUserSecretResponseValidationError) Cause() error + func (e CreateServiceUserSecretResponseValidationError) Error() string + func (e CreateServiceUserSecretResponseValidationError) ErrorName() string + func (e CreateServiceUserSecretResponseValidationError) Field() string + func (e CreateServiceUserSecretResponseValidationError) Key() bool + func (e CreateServiceUserSecretResponseValidationError) Reason() string + type CreateUserRequest struct + Body *UserRequestBody + func (*CreateUserRequest) Descriptor() ([]byte, []int) + func (*CreateUserRequest) ProtoMessage() + func (m *CreateUserRequest) Validate() error + func (m *CreateUserRequest) ValidateAll() error + func (x *CreateUserRequest) GetBody() *UserRequestBody + func (x *CreateUserRequest) ProtoReflect() protoreflect.Message + func (x *CreateUserRequest) Reset() + func (x *CreateUserRequest) String() string + type CreateUserRequestMultiError []error + func (m CreateUserRequestMultiError) AllErrors() []error + func (m CreateUserRequestMultiError) Error() string + type CreateUserRequestValidationError struct + func (e CreateUserRequestValidationError) Cause() error + func (e CreateUserRequestValidationError) Error() string + func (e CreateUserRequestValidationError) ErrorName() string + func (e CreateUserRequestValidationError) Field() string + func (e CreateUserRequestValidationError) Key() bool + func (e CreateUserRequestValidationError) Reason() string + type CreateUserResponse struct + User *User + func (*CreateUserResponse) Descriptor() ([]byte, []int) + func (*CreateUserResponse) ProtoMessage() + func (m *CreateUserResponse) Validate() error + func (m *CreateUserResponse) ValidateAll() error + func (x *CreateUserResponse) GetUser() *User + func (x *CreateUserResponse) ProtoReflect() protoreflect.Message + func (x *CreateUserResponse) Reset() + func (x *CreateUserResponse) String() string + type CreateUserResponseMultiError []error + func (m CreateUserResponseMultiError) AllErrors() []error + func (m CreateUserResponseMultiError) Error() string + type CreateUserResponseValidationError struct + func (e CreateUserResponseValidationError) Cause() error + func (e CreateUserResponseValidationError) Error() string + func (e CreateUserResponseValidationError) ErrorName() string + func (e CreateUserResponseValidationError) Field() string + func (e CreateUserResponseValidationError) Key() bool + func (e CreateUserResponseValidationError) Reason() string + type DeleteGroupRequest struct + Id string + OrgId string + func (*DeleteGroupRequest) Descriptor() ([]byte, []int) + func (*DeleteGroupRequest) ProtoMessage() + func (m *DeleteGroupRequest) Validate() error + func (m *DeleteGroupRequest) ValidateAll() error + func (x *DeleteGroupRequest) GetId() string + func (x *DeleteGroupRequest) GetOrgId() string + func (x *DeleteGroupRequest) ProtoReflect() protoreflect.Message + func (x *DeleteGroupRequest) Reset() + func (x *DeleteGroupRequest) String() string + type DeleteGroupRequestMultiError []error + func (m DeleteGroupRequestMultiError) AllErrors() []error + func (m DeleteGroupRequestMultiError) Error() string + type DeleteGroupRequestValidationError struct + func (e DeleteGroupRequestValidationError) Cause() error + func (e DeleteGroupRequestValidationError) Error() string + func (e DeleteGroupRequestValidationError) ErrorName() string + func (e DeleteGroupRequestValidationError) Field() string + func (e DeleteGroupRequestValidationError) Key() bool + func (e DeleteGroupRequestValidationError) Reason() string + type DeleteGroupResponse struct + func (*DeleteGroupResponse) Descriptor() ([]byte, []int) + func (*DeleteGroupResponse) ProtoMessage() + func (m *DeleteGroupResponse) Validate() error + func (m *DeleteGroupResponse) ValidateAll() error + func (x *DeleteGroupResponse) ProtoReflect() protoreflect.Message + func (x *DeleteGroupResponse) Reset() + func (x *DeleteGroupResponse) String() string + type DeleteGroupResponseMultiError []error + func (m DeleteGroupResponseMultiError) AllErrors() []error + func (m DeleteGroupResponseMultiError) Error() string + type DeleteGroupResponseValidationError struct + func (e DeleteGroupResponseValidationError) Cause() error + func (e DeleteGroupResponseValidationError) Error() string + func (e DeleteGroupResponseValidationError) ErrorName() string + func (e DeleteGroupResponseValidationError) Field() string + func (e DeleteGroupResponseValidationError) Key() bool + func (e DeleteGroupResponseValidationError) Reason() string + type DeleteMetaSchemaRequest struct + Id string + func (*DeleteMetaSchemaRequest) Descriptor() ([]byte, []int) + func (*DeleteMetaSchemaRequest) ProtoMessage() + func (m *DeleteMetaSchemaRequest) Validate() error + func (m *DeleteMetaSchemaRequest) ValidateAll() error + func (x *DeleteMetaSchemaRequest) GetId() string + func (x *DeleteMetaSchemaRequest) ProtoReflect() protoreflect.Message + func (x *DeleteMetaSchemaRequest) Reset() + func (x *DeleteMetaSchemaRequest) String() string + type DeleteMetaSchemaRequestMultiError []error + func (m DeleteMetaSchemaRequestMultiError) AllErrors() []error + func (m DeleteMetaSchemaRequestMultiError) Error() string + type DeleteMetaSchemaRequestValidationError struct + func (e DeleteMetaSchemaRequestValidationError) Cause() error + func (e DeleteMetaSchemaRequestValidationError) Error() string + func (e DeleteMetaSchemaRequestValidationError) ErrorName() string + func (e DeleteMetaSchemaRequestValidationError) Field() string + func (e DeleteMetaSchemaRequestValidationError) Key() bool + func (e DeleteMetaSchemaRequestValidationError) Reason() string + type DeleteMetaSchemaResponse struct + func (*DeleteMetaSchemaResponse) Descriptor() ([]byte, []int) + func (*DeleteMetaSchemaResponse) ProtoMessage() + func (m *DeleteMetaSchemaResponse) Validate() error + func (m *DeleteMetaSchemaResponse) ValidateAll() error + func (x *DeleteMetaSchemaResponse) ProtoReflect() protoreflect.Message + func (x *DeleteMetaSchemaResponse) Reset() + func (x *DeleteMetaSchemaResponse) String() string + type DeleteMetaSchemaResponseMultiError []error + func (m DeleteMetaSchemaResponseMultiError) AllErrors() []error + func (m DeleteMetaSchemaResponseMultiError) Error() string + type DeleteMetaSchemaResponseValidationError struct + func (e DeleteMetaSchemaResponseValidationError) Cause() error + func (e DeleteMetaSchemaResponseValidationError) Error() string + func (e DeleteMetaSchemaResponseValidationError) ErrorName() string + func (e DeleteMetaSchemaResponseValidationError) Field() string + func (e DeleteMetaSchemaResponseValidationError) Key() bool + func (e DeleteMetaSchemaResponseValidationError) Reason() string + type DeleteOrganizationInvitationRequest struct + Id string + OrgId string + func (*DeleteOrganizationInvitationRequest) Descriptor() ([]byte, []int) + func (*DeleteOrganizationInvitationRequest) ProtoMessage() + func (m *DeleteOrganizationInvitationRequest) Validate() error + func (m *DeleteOrganizationInvitationRequest) ValidateAll() error + func (x *DeleteOrganizationInvitationRequest) GetId() string + func (x *DeleteOrganizationInvitationRequest) GetOrgId() string + func (x *DeleteOrganizationInvitationRequest) ProtoReflect() protoreflect.Message + func (x *DeleteOrganizationInvitationRequest) Reset() + func (x *DeleteOrganizationInvitationRequest) String() string + type DeleteOrganizationInvitationRequestMultiError []error + func (m DeleteOrganizationInvitationRequestMultiError) AllErrors() []error + func (m DeleteOrganizationInvitationRequestMultiError) Error() string + type DeleteOrganizationInvitationRequestValidationError struct + func (e DeleteOrganizationInvitationRequestValidationError) Cause() error + func (e DeleteOrganizationInvitationRequestValidationError) Error() string + func (e DeleteOrganizationInvitationRequestValidationError) ErrorName() string + func (e DeleteOrganizationInvitationRequestValidationError) Field() string + func (e DeleteOrganizationInvitationRequestValidationError) Key() bool + func (e DeleteOrganizationInvitationRequestValidationError) Reason() string + type DeleteOrganizationInvitationResponse struct + func (*DeleteOrganizationInvitationResponse) Descriptor() ([]byte, []int) + func (*DeleteOrganizationInvitationResponse) ProtoMessage() + func (m *DeleteOrganizationInvitationResponse) Validate() error + func (m *DeleteOrganizationInvitationResponse) ValidateAll() error + func (x *DeleteOrganizationInvitationResponse) ProtoReflect() protoreflect.Message + func (x *DeleteOrganizationInvitationResponse) Reset() + func (x *DeleteOrganizationInvitationResponse) String() string + type DeleteOrganizationInvitationResponseMultiError []error + func (m DeleteOrganizationInvitationResponseMultiError) AllErrors() []error + func (m DeleteOrganizationInvitationResponseMultiError) Error() string + type DeleteOrganizationInvitationResponseValidationError struct + func (e DeleteOrganizationInvitationResponseValidationError) Cause() error + func (e DeleteOrganizationInvitationResponseValidationError) Error() string + func (e DeleteOrganizationInvitationResponseValidationError) ErrorName() string + func (e DeleteOrganizationInvitationResponseValidationError) Field() string + func (e DeleteOrganizationInvitationResponseValidationError) Key() bool + func (e DeleteOrganizationInvitationResponseValidationError) Reason() string + type DeleteOrganizationRequest struct + Id string + func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int) + func (*DeleteOrganizationRequest) ProtoMessage() + func (m *DeleteOrganizationRequest) Validate() error + func (m *DeleteOrganizationRequest) ValidateAll() error + func (x *DeleteOrganizationRequest) GetId() string + func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message + func (x *DeleteOrganizationRequest) Reset() + func (x *DeleteOrganizationRequest) String() string + type DeleteOrganizationRequestMultiError []error + func (m DeleteOrganizationRequestMultiError) AllErrors() []error + func (m DeleteOrganizationRequestMultiError) Error() string + type DeleteOrganizationRequestValidationError struct + func (e DeleteOrganizationRequestValidationError) Cause() error + func (e DeleteOrganizationRequestValidationError) Error() string + func (e DeleteOrganizationRequestValidationError) ErrorName() string + func (e DeleteOrganizationRequestValidationError) Field() string + func (e DeleteOrganizationRequestValidationError) Key() bool + func (e DeleteOrganizationRequestValidationError) Reason() string + type DeleteOrganizationResponse struct + func (*DeleteOrganizationResponse) Descriptor() ([]byte, []int) + func (*DeleteOrganizationResponse) ProtoMessage() + func (m *DeleteOrganizationResponse) Validate() error + func (m *DeleteOrganizationResponse) ValidateAll() error + func (x *DeleteOrganizationResponse) ProtoReflect() protoreflect.Message + func (x *DeleteOrganizationResponse) Reset() + func (x *DeleteOrganizationResponse) String() string + type DeleteOrganizationResponseMultiError []error + func (m DeleteOrganizationResponseMultiError) AllErrors() []error + func (m DeleteOrganizationResponseMultiError) Error() string + type DeleteOrganizationResponseValidationError struct + func (e DeleteOrganizationResponseValidationError) Cause() error + func (e DeleteOrganizationResponseValidationError) Error() string + func (e DeleteOrganizationResponseValidationError) ErrorName() string + func (e DeleteOrganizationResponseValidationError) Field() string + func (e DeleteOrganizationResponseValidationError) Key() bool + func (e DeleteOrganizationResponseValidationError) Reason() string + type DeleteOrganizationRoleRequest struct + Id string + OrgId string + func (*DeleteOrganizationRoleRequest) Descriptor() ([]byte, []int) + func (*DeleteOrganizationRoleRequest) ProtoMessage() + func (m *DeleteOrganizationRoleRequest) Validate() error + func (m *DeleteOrganizationRoleRequest) ValidateAll() error + func (x *DeleteOrganizationRoleRequest) GetId() string + func (x *DeleteOrganizationRoleRequest) GetOrgId() string + func (x *DeleteOrganizationRoleRequest) ProtoReflect() protoreflect.Message + func (x *DeleteOrganizationRoleRequest) Reset() + func (x *DeleteOrganizationRoleRequest) String() string + type DeleteOrganizationRoleRequestMultiError []error + func (m DeleteOrganizationRoleRequestMultiError) AllErrors() []error + func (m DeleteOrganizationRoleRequestMultiError) Error() string + type DeleteOrganizationRoleRequestValidationError struct + func (e DeleteOrganizationRoleRequestValidationError) Cause() error + func (e DeleteOrganizationRoleRequestValidationError) Error() string + func (e DeleteOrganizationRoleRequestValidationError) ErrorName() string + func (e DeleteOrganizationRoleRequestValidationError) Field() string + func (e DeleteOrganizationRoleRequestValidationError) Key() bool + func (e DeleteOrganizationRoleRequestValidationError) Reason() string + type DeleteOrganizationRoleResponse struct + func (*DeleteOrganizationRoleResponse) Descriptor() ([]byte, []int) + func (*DeleteOrganizationRoleResponse) ProtoMessage() + func (m *DeleteOrganizationRoleResponse) Validate() error + func (m *DeleteOrganizationRoleResponse) ValidateAll() error + func (x *DeleteOrganizationRoleResponse) ProtoReflect() protoreflect.Message + func (x *DeleteOrganizationRoleResponse) Reset() + func (x *DeleteOrganizationRoleResponse) String() string + type DeleteOrganizationRoleResponseMultiError []error + func (m DeleteOrganizationRoleResponseMultiError) AllErrors() []error + func (m DeleteOrganizationRoleResponseMultiError) Error() string + type DeleteOrganizationRoleResponseValidationError struct + func (e DeleteOrganizationRoleResponseValidationError) Cause() error + func (e DeleteOrganizationRoleResponseValidationError) Error() string + func (e DeleteOrganizationRoleResponseValidationError) ErrorName() string + func (e DeleteOrganizationRoleResponseValidationError) Field() string + func (e DeleteOrganizationRoleResponseValidationError) Key() bool + func (e DeleteOrganizationRoleResponseValidationError) Reason() string + type DeletePermissionRequest struct + Id string + func (*DeletePermissionRequest) Descriptor() ([]byte, []int) + func (*DeletePermissionRequest) ProtoMessage() + func (m *DeletePermissionRequest) Validate() error + func (m *DeletePermissionRequest) ValidateAll() error + func (x *DeletePermissionRequest) GetId() string + func (x *DeletePermissionRequest) ProtoReflect() protoreflect.Message + func (x *DeletePermissionRequest) Reset() + func (x *DeletePermissionRequest) String() string + type DeletePermissionRequestMultiError []error + func (m DeletePermissionRequestMultiError) AllErrors() []error + func (m DeletePermissionRequestMultiError) Error() string + type DeletePermissionRequestValidationError struct + func (e DeletePermissionRequestValidationError) Cause() error + func (e DeletePermissionRequestValidationError) Error() string + func (e DeletePermissionRequestValidationError) ErrorName() string + func (e DeletePermissionRequestValidationError) Field() string + func (e DeletePermissionRequestValidationError) Key() bool + func (e DeletePermissionRequestValidationError) Reason() string + type DeletePermissionResponse struct + func (*DeletePermissionResponse) Descriptor() ([]byte, []int) + func (*DeletePermissionResponse) ProtoMessage() + func (m *DeletePermissionResponse) Validate() error + func (m *DeletePermissionResponse) ValidateAll() error + func (x *DeletePermissionResponse) ProtoReflect() protoreflect.Message + func (x *DeletePermissionResponse) Reset() + func (x *DeletePermissionResponse) String() string + type DeletePermissionResponseMultiError []error + func (m DeletePermissionResponseMultiError) AllErrors() []error + func (m DeletePermissionResponseMultiError) Error() string + type DeletePermissionResponseValidationError struct + func (e DeletePermissionResponseValidationError) Cause() error + func (e DeletePermissionResponseValidationError) Error() string + func (e DeletePermissionResponseValidationError) ErrorName() string + func (e DeletePermissionResponseValidationError) Field() string + func (e DeletePermissionResponseValidationError) Key() bool + func (e DeletePermissionResponseValidationError) Reason() string + type DeletePolicyRequest struct + Id string + func (*DeletePolicyRequest) Descriptor() ([]byte, []int) + func (*DeletePolicyRequest) ProtoMessage() + func (m *DeletePolicyRequest) Validate() error + func (m *DeletePolicyRequest) ValidateAll() error + func (x *DeletePolicyRequest) GetId() string + func (x *DeletePolicyRequest) ProtoReflect() protoreflect.Message + func (x *DeletePolicyRequest) Reset() + func (x *DeletePolicyRequest) String() string + type DeletePolicyRequestMultiError []error + func (m DeletePolicyRequestMultiError) AllErrors() []error + func (m DeletePolicyRequestMultiError) Error() string + type DeletePolicyRequestValidationError struct + func (e DeletePolicyRequestValidationError) Cause() error + func (e DeletePolicyRequestValidationError) Error() string + func (e DeletePolicyRequestValidationError) ErrorName() string + func (e DeletePolicyRequestValidationError) Field() string + func (e DeletePolicyRequestValidationError) Key() bool + func (e DeletePolicyRequestValidationError) Reason() string + type DeletePolicyResponse struct + func (*DeletePolicyResponse) Descriptor() ([]byte, []int) + func (*DeletePolicyResponse) ProtoMessage() + func (m *DeletePolicyResponse) Validate() error + func (m *DeletePolicyResponse) ValidateAll() error + func (x *DeletePolicyResponse) ProtoReflect() protoreflect.Message + func (x *DeletePolicyResponse) Reset() + func (x *DeletePolicyResponse) String() string + type DeletePolicyResponseMultiError []error + func (m DeletePolicyResponseMultiError) AllErrors() []error + func (m DeletePolicyResponseMultiError) Error() string + type DeletePolicyResponseValidationError struct + func (e DeletePolicyResponseValidationError) Cause() error + func (e DeletePolicyResponseValidationError) Error() string + func (e DeletePolicyResponseValidationError) ErrorName() string + func (e DeletePolicyResponseValidationError) Field() string + func (e DeletePolicyResponseValidationError) Key() bool + func (e DeletePolicyResponseValidationError) Reason() string + type DeleteProjectRequest struct + Id string + func (*DeleteProjectRequest) Descriptor() ([]byte, []int) + func (*DeleteProjectRequest) ProtoMessage() + func (m *DeleteProjectRequest) Validate() error + func (m *DeleteProjectRequest) ValidateAll() error + func (x *DeleteProjectRequest) GetId() string + func (x *DeleteProjectRequest) ProtoReflect() protoreflect.Message + func (x *DeleteProjectRequest) Reset() + func (x *DeleteProjectRequest) String() string + type DeleteProjectRequestMultiError []error + func (m DeleteProjectRequestMultiError) AllErrors() []error + func (m DeleteProjectRequestMultiError) Error() string + type DeleteProjectRequestValidationError struct + func (e DeleteProjectRequestValidationError) Cause() error + func (e DeleteProjectRequestValidationError) Error() string + func (e DeleteProjectRequestValidationError) ErrorName() string + func (e DeleteProjectRequestValidationError) Field() string + func (e DeleteProjectRequestValidationError) Key() bool + func (e DeleteProjectRequestValidationError) Reason() string + type DeleteProjectResourceRequest struct + Id string + ProjectId string + func (*DeleteProjectResourceRequest) Descriptor() ([]byte, []int) + func (*DeleteProjectResourceRequest) ProtoMessage() + func (m *DeleteProjectResourceRequest) Validate() error + func (m *DeleteProjectResourceRequest) ValidateAll() error + func (x *DeleteProjectResourceRequest) GetId() string + func (x *DeleteProjectResourceRequest) GetProjectId() string + func (x *DeleteProjectResourceRequest) ProtoReflect() protoreflect.Message + func (x *DeleteProjectResourceRequest) Reset() + func (x *DeleteProjectResourceRequest) String() string + type DeleteProjectResourceRequestMultiError []error + func (m DeleteProjectResourceRequestMultiError) AllErrors() []error + func (m DeleteProjectResourceRequestMultiError) Error() string + type DeleteProjectResourceRequestValidationError struct + func (e DeleteProjectResourceRequestValidationError) Cause() error + func (e DeleteProjectResourceRequestValidationError) Error() string + func (e DeleteProjectResourceRequestValidationError) ErrorName() string + func (e DeleteProjectResourceRequestValidationError) Field() string + func (e DeleteProjectResourceRequestValidationError) Key() bool + func (e DeleteProjectResourceRequestValidationError) Reason() string + type DeleteProjectResourceResponse struct + func (*DeleteProjectResourceResponse) Descriptor() ([]byte, []int) + func (*DeleteProjectResourceResponse) ProtoMessage() + func (m *DeleteProjectResourceResponse) Validate() error + func (m *DeleteProjectResourceResponse) ValidateAll() error + func (x *DeleteProjectResourceResponse) ProtoReflect() protoreflect.Message + func (x *DeleteProjectResourceResponse) Reset() + func (x *DeleteProjectResourceResponse) String() string + type DeleteProjectResourceResponseMultiError []error + func (m DeleteProjectResourceResponseMultiError) AllErrors() []error + func (m DeleteProjectResourceResponseMultiError) Error() string + type DeleteProjectResourceResponseValidationError struct + func (e DeleteProjectResourceResponseValidationError) Cause() error + func (e DeleteProjectResourceResponseValidationError) Error() string + func (e DeleteProjectResourceResponseValidationError) ErrorName() string + func (e DeleteProjectResourceResponseValidationError) Field() string + func (e DeleteProjectResourceResponseValidationError) Key() bool + func (e DeleteProjectResourceResponseValidationError) Reason() string + type DeleteProjectResponse struct + func (*DeleteProjectResponse) Descriptor() ([]byte, []int) + func (*DeleteProjectResponse) ProtoMessage() + func (m *DeleteProjectResponse) Validate() error + func (m *DeleteProjectResponse) ValidateAll() error + func (x *DeleteProjectResponse) ProtoReflect() protoreflect.Message + func (x *DeleteProjectResponse) Reset() + func (x *DeleteProjectResponse) String() string + type DeleteProjectResponseMultiError []error + func (m DeleteProjectResponseMultiError) AllErrors() []error + func (m DeleteProjectResponseMultiError) Error() string + type DeleteProjectResponseValidationError struct + func (e DeleteProjectResponseValidationError) Cause() error + func (e DeleteProjectResponseValidationError) Error() string + func (e DeleteProjectResponseValidationError) ErrorName() string + func (e DeleteProjectResponseValidationError) Field() string + func (e DeleteProjectResponseValidationError) Key() bool + func (e DeleteProjectResponseValidationError) Reason() string + type DeleteRelationRequest struct + Object string + Relation string + Subject string + func (*DeleteRelationRequest) Descriptor() ([]byte, []int) + func (*DeleteRelationRequest) ProtoMessage() + func (m *DeleteRelationRequest) Validate() error + func (m *DeleteRelationRequest) ValidateAll() error + func (x *DeleteRelationRequest) GetObject() string + func (x *DeleteRelationRequest) GetRelation() string + func (x *DeleteRelationRequest) GetSubject() string + func (x *DeleteRelationRequest) ProtoReflect() protoreflect.Message + func (x *DeleteRelationRequest) Reset() + func (x *DeleteRelationRequest) String() string + type DeleteRelationRequestMultiError []error + func (m DeleteRelationRequestMultiError) AllErrors() []error + func (m DeleteRelationRequestMultiError) Error() string + type DeleteRelationRequestValidationError struct + func (e DeleteRelationRequestValidationError) Cause() error + func (e DeleteRelationRequestValidationError) Error() string + func (e DeleteRelationRequestValidationError) ErrorName() string + func (e DeleteRelationRequestValidationError) Field() string + func (e DeleteRelationRequestValidationError) Key() bool + func (e DeleteRelationRequestValidationError) Reason() string + type DeleteRelationResponse struct + func (*DeleteRelationResponse) Descriptor() ([]byte, []int) + func (*DeleteRelationResponse) ProtoMessage() + func (m *DeleteRelationResponse) Validate() error + func (m *DeleteRelationResponse) ValidateAll() error + func (x *DeleteRelationResponse) ProtoReflect() protoreflect.Message + func (x *DeleteRelationResponse) Reset() + func (x *DeleteRelationResponse) String() string + type DeleteRelationResponseMultiError []error + func (m DeleteRelationResponseMultiError) AllErrors() []error + func (m DeleteRelationResponseMultiError) Error() string + type DeleteRelationResponseValidationError struct + func (e DeleteRelationResponseValidationError) Cause() error + func (e DeleteRelationResponseValidationError) Error() string + func (e DeleteRelationResponseValidationError) ErrorName() string + func (e DeleteRelationResponseValidationError) Field() string + func (e DeleteRelationResponseValidationError) Key() bool + func (e DeleteRelationResponseValidationError) Reason() string + type DeleteRoleRequest struct + Id string + func (*DeleteRoleRequest) Descriptor() ([]byte, []int) + func (*DeleteRoleRequest) ProtoMessage() + func (m *DeleteRoleRequest) Validate() error + func (m *DeleteRoleRequest) ValidateAll() error + func (x *DeleteRoleRequest) GetId() string + func (x *DeleteRoleRequest) ProtoReflect() protoreflect.Message + func (x *DeleteRoleRequest) Reset() + func (x *DeleteRoleRequest) String() string + type DeleteRoleRequestMultiError []error + func (m DeleteRoleRequestMultiError) AllErrors() []error + func (m DeleteRoleRequestMultiError) Error() string + type DeleteRoleRequestValidationError struct + func (e DeleteRoleRequestValidationError) Cause() error + func (e DeleteRoleRequestValidationError) Error() string + func (e DeleteRoleRequestValidationError) ErrorName() string + func (e DeleteRoleRequestValidationError) Field() string + func (e DeleteRoleRequestValidationError) Key() bool + func (e DeleteRoleRequestValidationError) Reason() string + type DeleteRoleResponse struct + func (*DeleteRoleResponse) Descriptor() ([]byte, []int) + func (*DeleteRoleResponse) ProtoMessage() + func (m *DeleteRoleResponse) Validate() error + func (m *DeleteRoleResponse) ValidateAll() error + func (x *DeleteRoleResponse) ProtoReflect() protoreflect.Message + func (x *DeleteRoleResponse) Reset() + func (x *DeleteRoleResponse) String() string + type DeleteRoleResponseMultiError []error + func (m DeleteRoleResponseMultiError) AllErrors() []error + func (m DeleteRoleResponseMultiError) Error() string + type DeleteRoleResponseValidationError struct + func (e DeleteRoleResponseValidationError) Cause() error + func (e DeleteRoleResponseValidationError) Error() string + func (e DeleteRoleResponseValidationError) ErrorName() string + func (e DeleteRoleResponseValidationError) Field() string + func (e DeleteRoleResponseValidationError) Key() bool + func (e DeleteRoleResponseValidationError) Reason() string + type DeleteServiceUserKeyRequest struct + Id string + KeyId string + func (*DeleteServiceUserKeyRequest) Descriptor() ([]byte, []int) + func (*DeleteServiceUserKeyRequest) ProtoMessage() + func (m *DeleteServiceUserKeyRequest) Validate() error + func (m *DeleteServiceUserKeyRequest) ValidateAll() error + func (x *DeleteServiceUserKeyRequest) GetId() string + func (x *DeleteServiceUserKeyRequest) GetKeyId() string + func (x *DeleteServiceUserKeyRequest) ProtoReflect() protoreflect.Message + func (x *DeleteServiceUserKeyRequest) Reset() + func (x *DeleteServiceUserKeyRequest) String() string + type DeleteServiceUserKeyRequestMultiError []error + func (m DeleteServiceUserKeyRequestMultiError) AllErrors() []error + func (m DeleteServiceUserKeyRequestMultiError) Error() string + type DeleteServiceUserKeyRequestValidationError struct + func (e DeleteServiceUserKeyRequestValidationError) Cause() error + func (e DeleteServiceUserKeyRequestValidationError) Error() string + func (e DeleteServiceUserKeyRequestValidationError) ErrorName() string + func (e DeleteServiceUserKeyRequestValidationError) Field() string + func (e DeleteServiceUserKeyRequestValidationError) Key() bool + func (e DeleteServiceUserKeyRequestValidationError) Reason() string + type DeleteServiceUserKeyResponse struct + func (*DeleteServiceUserKeyResponse) Descriptor() ([]byte, []int) + func (*DeleteServiceUserKeyResponse) ProtoMessage() + func (m *DeleteServiceUserKeyResponse) Validate() error + func (m *DeleteServiceUserKeyResponse) ValidateAll() error + func (x *DeleteServiceUserKeyResponse) ProtoReflect() protoreflect.Message + func (x *DeleteServiceUserKeyResponse) Reset() + func (x *DeleteServiceUserKeyResponse) String() string + type DeleteServiceUserKeyResponseMultiError []error + func (m DeleteServiceUserKeyResponseMultiError) AllErrors() []error + func (m DeleteServiceUserKeyResponseMultiError) Error() string + type DeleteServiceUserKeyResponseValidationError struct + func (e DeleteServiceUserKeyResponseValidationError) Cause() error + func (e DeleteServiceUserKeyResponseValidationError) Error() string + func (e DeleteServiceUserKeyResponseValidationError) ErrorName() string + func (e DeleteServiceUserKeyResponseValidationError) Field() string + func (e DeleteServiceUserKeyResponseValidationError) Key() bool + func (e DeleteServiceUserKeyResponseValidationError) Reason() string + type DeleteServiceUserRequest struct + Id string + func (*DeleteServiceUserRequest) Descriptor() ([]byte, []int) + func (*DeleteServiceUserRequest) ProtoMessage() + func (m *DeleteServiceUserRequest) Validate() error + func (m *DeleteServiceUserRequest) ValidateAll() error + func (x *DeleteServiceUserRequest) GetId() string + func (x *DeleteServiceUserRequest) ProtoReflect() protoreflect.Message + func (x *DeleteServiceUserRequest) Reset() + func (x *DeleteServiceUserRequest) String() string + type DeleteServiceUserRequestMultiError []error + func (m DeleteServiceUserRequestMultiError) AllErrors() []error + func (m DeleteServiceUserRequestMultiError) Error() string + type DeleteServiceUserRequestValidationError struct + func (e DeleteServiceUserRequestValidationError) Cause() error + func (e DeleteServiceUserRequestValidationError) Error() string + func (e DeleteServiceUserRequestValidationError) ErrorName() string + func (e DeleteServiceUserRequestValidationError) Field() string + func (e DeleteServiceUserRequestValidationError) Key() bool + func (e DeleteServiceUserRequestValidationError) Reason() string + type DeleteServiceUserResponse struct + func (*DeleteServiceUserResponse) Descriptor() ([]byte, []int) + func (*DeleteServiceUserResponse) ProtoMessage() + func (m *DeleteServiceUserResponse) Validate() error + func (m *DeleteServiceUserResponse) ValidateAll() error + func (x *DeleteServiceUserResponse) ProtoReflect() protoreflect.Message + func (x *DeleteServiceUserResponse) Reset() + func (x *DeleteServiceUserResponse) String() string + type DeleteServiceUserResponseMultiError []error + func (m DeleteServiceUserResponseMultiError) AllErrors() []error + func (m DeleteServiceUserResponseMultiError) Error() string + type DeleteServiceUserResponseValidationError struct + func (e DeleteServiceUserResponseValidationError) Cause() error + func (e DeleteServiceUserResponseValidationError) Error() string + func (e DeleteServiceUserResponseValidationError) ErrorName() string + func (e DeleteServiceUserResponseValidationError) Field() string + func (e DeleteServiceUserResponseValidationError) Key() bool + func (e DeleteServiceUserResponseValidationError) Reason() string + type DeleteServiceUserSecretRequest struct + Id string + SecretId string + func (*DeleteServiceUserSecretRequest) Descriptor() ([]byte, []int) + func (*DeleteServiceUserSecretRequest) ProtoMessage() + func (m *DeleteServiceUserSecretRequest) Validate() error + func (m *DeleteServiceUserSecretRequest) ValidateAll() error + func (x *DeleteServiceUserSecretRequest) GetId() string + func (x *DeleteServiceUserSecretRequest) GetSecretId() string + func (x *DeleteServiceUserSecretRequest) ProtoReflect() protoreflect.Message + func (x *DeleteServiceUserSecretRequest) Reset() + func (x *DeleteServiceUserSecretRequest) String() string + type DeleteServiceUserSecretRequestMultiError []error + func (m DeleteServiceUserSecretRequestMultiError) AllErrors() []error + func (m DeleteServiceUserSecretRequestMultiError) Error() string + type DeleteServiceUserSecretRequestValidationError struct + func (e DeleteServiceUserSecretRequestValidationError) Cause() error + func (e DeleteServiceUserSecretRequestValidationError) Error() string + func (e DeleteServiceUserSecretRequestValidationError) ErrorName() string + func (e DeleteServiceUserSecretRequestValidationError) Field() string + func (e DeleteServiceUserSecretRequestValidationError) Key() bool + func (e DeleteServiceUserSecretRequestValidationError) Reason() string + type DeleteServiceUserSecretResponse struct + func (*DeleteServiceUserSecretResponse) Descriptor() ([]byte, []int) + func (*DeleteServiceUserSecretResponse) ProtoMessage() + func (m *DeleteServiceUserSecretResponse) Validate() error + func (m *DeleteServiceUserSecretResponse) ValidateAll() error + func (x *DeleteServiceUserSecretResponse) ProtoReflect() protoreflect.Message + func (x *DeleteServiceUserSecretResponse) Reset() + func (x *DeleteServiceUserSecretResponse) String() string + type DeleteServiceUserSecretResponseMultiError []error + func (m DeleteServiceUserSecretResponseMultiError) AllErrors() []error + func (m DeleteServiceUserSecretResponseMultiError) Error() string + type DeleteServiceUserSecretResponseValidationError struct + func (e DeleteServiceUserSecretResponseValidationError) Cause() error + func (e DeleteServiceUserSecretResponseValidationError) Error() string + func (e DeleteServiceUserSecretResponseValidationError) ErrorName() string + func (e DeleteServiceUserSecretResponseValidationError) Field() string + func (e DeleteServiceUserSecretResponseValidationError) Key() bool + func (e DeleteServiceUserSecretResponseValidationError) Reason() string + type DeleteUserRequest struct + Id string + func (*DeleteUserRequest) Descriptor() ([]byte, []int) + func (*DeleteUserRequest) ProtoMessage() + func (m *DeleteUserRequest) Validate() error + func (m *DeleteUserRequest) ValidateAll() error + func (x *DeleteUserRequest) GetId() string + func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message + func (x *DeleteUserRequest) Reset() + func (x *DeleteUserRequest) String() string + type DeleteUserRequestMultiError []error + func (m DeleteUserRequestMultiError) AllErrors() []error + func (m DeleteUserRequestMultiError) Error() string + type DeleteUserRequestValidationError struct + func (e DeleteUserRequestValidationError) Cause() error + func (e DeleteUserRequestValidationError) Error() string + func (e DeleteUserRequestValidationError) ErrorName() string + func (e DeleteUserRequestValidationError) Field() string + func (e DeleteUserRequestValidationError) Key() bool + func (e DeleteUserRequestValidationError) Reason() string + type DeleteUserResponse struct + func (*DeleteUserResponse) Descriptor() ([]byte, []int) + func (*DeleteUserResponse) ProtoMessage() + func (m *DeleteUserResponse) Validate() error + func (m *DeleteUserResponse) ValidateAll() error + func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message + func (x *DeleteUserResponse) Reset() + func (x *DeleteUserResponse) String() string + type DeleteUserResponseMultiError []error + func (m DeleteUserResponseMultiError) AllErrors() []error + func (m DeleteUserResponseMultiError) Error() string + type DeleteUserResponseValidationError struct + func (e DeleteUserResponseValidationError) Cause() error + func (e DeleteUserResponseValidationError) Error() string + func (e DeleteUserResponseValidationError) ErrorName() string + func (e DeleteUserResponseValidationError) Field() string + func (e DeleteUserResponseValidationError) Key() bool + func (e DeleteUserResponseValidationError) Reason() string + type DisableGroupRequest struct + Id string + OrgId string + func (*DisableGroupRequest) Descriptor() ([]byte, []int) + func (*DisableGroupRequest) ProtoMessage() + func (m *DisableGroupRequest) Validate() error + func (m *DisableGroupRequest) ValidateAll() error + func (x *DisableGroupRequest) GetId() string + func (x *DisableGroupRequest) GetOrgId() string + func (x *DisableGroupRequest) ProtoReflect() protoreflect.Message + func (x *DisableGroupRequest) Reset() + func (x *DisableGroupRequest) String() string + type DisableGroupRequestMultiError []error + func (m DisableGroupRequestMultiError) AllErrors() []error + func (m DisableGroupRequestMultiError) Error() string + type DisableGroupRequestValidationError struct + func (e DisableGroupRequestValidationError) Cause() error + func (e DisableGroupRequestValidationError) Error() string + func (e DisableGroupRequestValidationError) ErrorName() string + func (e DisableGroupRequestValidationError) Field() string + func (e DisableGroupRequestValidationError) Key() bool + func (e DisableGroupRequestValidationError) Reason() string + type DisableGroupResponse struct + func (*DisableGroupResponse) Descriptor() ([]byte, []int) + func (*DisableGroupResponse) ProtoMessage() + func (m *DisableGroupResponse) Validate() error + func (m *DisableGroupResponse) ValidateAll() error + func (x *DisableGroupResponse) ProtoReflect() protoreflect.Message + func (x *DisableGroupResponse) Reset() + func (x *DisableGroupResponse) String() string + type DisableGroupResponseMultiError []error + func (m DisableGroupResponseMultiError) AllErrors() []error + func (m DisableGroupResponseMultiError) Error() string + type DisableGroupResponseValidationError struct + func (e DisableGroupResponseValidationError) Cause() error + func (e DisableGroupResponseValidationError) Error() string + func (e DisableGroupResponseValidationError) ErrorName() string + func (e DisableGroupResponseValidationError) Field() string + func (e DisableGroupResponseValidationError) Key() bool + func (e DisableGroupResponseValidationError) Reason() string + type DisableOrganizationRequest struct + Id string + func (*DisableOrganizationRequest) Descriptor() ([]byte, []int) + func (*DisableOrganizationRequest) ProtoMessage() + func (m *DisableOrganizationRequest) Validate() error + func (m *DisableOrganizationRequest) ValidateAll() error + func (x *DisableOrganizationRequest) GetId() string + func (x *DisableOrganizationRequest) ProtoReflect() protoreflect.Message + func (x *DisableOrganizationRequest) Reset() + func (x *DisableOrganizationRequest) String() string + type DisableOrganizationRequestMultiError []error + func (m DisableOrganizationRequestMultiError) AllErrors() []error + func (m DisableOrganizationRequestMultiError) Error() string + type DisableOrganizationRequestValidationError struct + func (e DisableOrganizationRequestValidationError) Cause() error + func (e DisableOrganizationRequestValidationError) Error() string + func (e DisableOrganizationRequestValidationError) ErrorName() string + func (e DisableOrganizationRequestValidationError) Field() string + func (e DisableOrganizationRequestValidationError) Key() bool + func (e DisableOrganizationRequestValidationError) Reason() string + type DisableOrganizationResponse struct + func (*DisableOrganizationResponse) Descriptor() ([]byte, []int) + func (*DisableOrganizationResponse) ProtoMessage() + func (m *DisableOrganizationResponse) Validate() error + func (m *DisableOrganizationResponse) ValidateAll() error + func (x *DisableOrganizationResponse) ProtoReflect() protoreflect.Message + func (x *DisableOrganizationResponse) Reset() + func (x *DisableOrganizationResponse) String() string + type DisableOrganizationResponseMultiError []error + func (m DisableOrganizationResponseMultiError) AllErrors() []error + func (m DisableOrganizationResponseMultiError) Error() string + type DisableOrganizationResponseValidationError struct + func (e DisableOrganizationResponseValidationError) Cause() error + func (e DisableOrganizationResponseValidationError) Error() string + func (e DisableOrganizationResponseValidationError) ErrorName() string + func (e DisableOrganizationResponseValidationError) Field() string + func (e DisableOrganizationResponseValidationError) Key() bool + func (e DisableOrganizationResponseValidationError) Reason() string + type DisableProjectRequest struct + Id string + func (*DisableProjectRequest) Descriptor() ([]byte, []int) + func (*DisableProjectRequest) ProtoMessage() + func (m *DisableProjectRequest) Validate() error + func (m *DisableProjectRequest) ValidateAll() error + func (x *DisableProjectRequest) GetId() string + func (x *DisableProjectRequest) ProtoReflect() protoreflect.Message + func (x *DisableProjectRequest) Reset() + func (x *DisableProjectRequest) String() string + type DisableProjectRequestMultiError []error + func (m DisableProjectRequestMultiError) AllErrors() []error + func (m DisableProjectRequestMultiError) Error() string + type DisableProjectRequestValidationError struct + func (e DisableProjectRequestValidationError) Cause() error + func (e DisableProjectRequestValidationError) Error() string + func (e DisableProjectRequestValidationError) ErrorName() string + func (e DisableProjectRequestValidationError) Field() string + func (e DisableProjectRequestValidationError) Key() bool + func (e DisableProjectRequestValidationError) Reason() string + type DisableProjectResponse struct + func (*DisableProjectResponse) Descriptor() ([]byte, []int) + func (*DisableProjectResponse) ProtoMessage() + func (m *DisableProjectResponse) Validate() error + func (m *DisableProjectResponse) ValidateAll() error + func (x *DisableProjectResponse) ProtoReflect() protoreflect.Message + func (x *DisableProjectResponse) Reset() + func (x *DisableProjectResponse) String() string + type DisableProjectResponseMultiError []error + func (m DisableProjectResponseMultiError) AllErrors() []error + func (m DisableProjectResponseMultiError) Error() string + type DisableProjectResponseValidationError struct + func (e DisableProjectResponseValidationError) Cause() error + func (e DisableProjectResponseValidationError) Error() string + func (e DisableProjectResponseValidationError) ErrorName() string + func (e DisableProjectResponseValidationError) Field() string + func (e DisableProjectResponseValidationError) Key() bool + func (e DisableProjectResponseValidationError) Reason() string + type DisableUserRequest struct + Id string + func (*DisableUserRequest) Descriptor() ([]byte, []int) + func (*DisableUserRequest) ProtoMessage() + func (m *DisableUserRequest) Validate() error + func (m *DisableUserRequest) ValidateAll() error + func (x *DisableUserRequest) GetId() string + func (x *DisableUserRequest) ProtoReflect() protoreflect.Message + func (x *DisableUserRequest) Reset() + func (x *DisableUserRequest) String() string + type DisableUserRequestMultiError []error + func (m DisableUserRequestMultiError) AllErrors() []error + func (m DisableUserRequestMultiError) Error() string + type DisableUserRequestValidationError struct + func (e DisableUserRequestValidationError) Cause() error + func (e DisableUserRequestValidationError) Error() string + func (e DisableUserRequestValidationError) ErrorName() string + func (e DisableUserRequestValidationError) Field() string + func (e DisableUserRequestValidationError) Key() bool + func (e DisableUserRequestValidationError) Reason() string + type DisableUserResponse struct + func (*DisableUserResponse) Descriptor() ([]byte, []int) + func (*DisableUserResponse) ProtoMessage() + func (m *DisableUserResponse) Validate() error + func (m *DisableUserResponse) ValidateAll() error + func (x *DisableUserResponse) ProtoReflect() protoreflect.Message + func (x *DisableUserResponse) Reset() + func (x *DisableUserResponse) String() string + type DisableUserResponseMultiError []error + func (m DisableUserResponseMultiError) AllErrors() []error + func (m DisableUserResponseMultiError) Error() string + type DisableUserResponseValidationError struct + func (e DisableUserResponseValidationError) Cause() error + func (e DisableUserResponseValidationError) Error() string + func (e DisableUserResponseValidationError) ErrorName() string + func (e DisableUserResponseValidationError) Field() string + func (e DisableUserResponseValidationError) Key() bool + func (e DisableUserResponseValidationError) Reason() string + type EnableGroupRequest struct + Id string + OrgId string + func (*EnableGroupRequest) Descriptor() ([]byte, []int) + func (*EnableGroupRequest) ProtoMessage() + func (m *EnableGroupRequest) Validate() error + func (m *EnableGroupRequest) ValidateAll() error + func (x *EnableGroupRequest) GetId() string + func (x *EnableGroupRequest) GetOrgId() string + func (x *EnableGroupRequest) ProtoReflect() protoreflect.Message + func (x *EnableGroupRequest) Reset() + func (x *EnableGroupRequest) String() string + type EnableGroupRequestMultiError []error + func (m EnableGroupRequestMultiError) AllErrors() []error + func (m EnableGroupRequestMultiError) Error() string + type EnableGroupRequestValidationError struct + func (e EnableGroupRequestValidationError) Cause() error + func (e EnableGroupRequestValidationError) Error() string + func (e EnableGroupRequestValidationError) ErrorName() string + func (e EnableGroupRequestValidationError) Field() string + func (e EnableGroupRequestValidationError) Key() bool + func (e EnableGroupRequestValidationError) Reason() string + type EnableGroupResponse struct + func (*EnableGroupResponse) Descriptor() ([]byte, []int) + func (*EnableGroupResponse) ProtoMessage() + func (m *EnableGroupResponse) Validate() error + func (m *EnableGroupResponse) ValidateAll() error + func (x *EnableGroupResponse) ProtoReflect() protoreflect.Message + func (x *EnableGroupResponse) Reset() + func (x *EnableGroupResponse) String() string + type EnableGroupResponseMultiError []error + func (m EnableGroupResponseMultiError) AllErrors() []error + func (m EnableGroupResponseMultiError) Error() string + type EnableGroupResponseValidationError struct + func (e EnableGroupResponseValidationError) Cause() error + func (e EnableGroupResponseValidationError) Error() string + func (e EnableGroupResponseValidationError) ErrorName() string + func (e EnableGroupResponseValidationError) Field() string + func (e EnableGroupResponseValidationError) Key() bool + func (e EnableGroupResponseValidationError) Reason() string + type EnableOrganizationRequest struct + Id string + func (*EnableOrganizationRequest) Descriptor() ([]byte, []int) + func (*EnableOrganizationRequest) ProtoMessage() + func (m *EnableOrganizationRequest) Validate() error + func (m *EnableOrganizationRequest) ValidateAll() error + func (x *EnableOrganizationRequest) GetId() string + func (x *EnableOrganizationRequest) ProtoReflect() protoreflect.Message + func (x *EnableOrganizationRequest) Reset() + func (x *EnableOrganizationRequest) String() string + type EnableOrganizationRequestMultiError []error + func (m EnableOrganizationRequestMultiError) AllErrors() []error + func (m EnableOrganizationRequestMultiError) Error() string + type EnableOrganizationRequestValidationError struct + func (e EnableOrganizationRequestValidationError) Cause() error + func (e EnableOrganizationRequestValidationError) Error() string + func (e EnableOrganizationRequestValidationError) ErrorName() string + func (e EnableOrganizationRequestValidationError) Field() string + func (e EnableOrganizationRequestValidationError) Key() bool + func (e EnableOrganizationRequestValidationError) Reason() string + type EnableOrganizationResponse struct + func (*EnableOrganizationResponse) Descriptor() ([]byte, []int) + func (*EnableOrganizationResponse) ProtoMessage() + func (m *EnableOrganizationResponse) Validate() error + func (m *EnableOrganizationResponse) ValidateAll() error + func (x *EnableOrganizationResponse) ProtoReflect() protoreflect.Message + func (x *EnableOrganizationResponse) Reset() + func (x *EnableOrganizationResponse) String() string + type EnableOrganizationResponseMultiError []error + func (m EnableOrganizationResponseMultiError) AllErrors() []error + func (m EnableOrganizationResponseMultiError) Error() string + type EnableOrganizationResponseValidationError struct + func (e EnableOrganizationResponseValidationError) Cause() error + func (e EnableOrganizationResponseValidationError) Error() string + func (e EnableOrganizationResponseValidationError) ErrorName() string + func (e EnableOrganizationResponseValidationError) Field() string + func (e EnableOrganizationResponseValidationError) Key() bool + func (e EnableOrganizationResponseValidationError) Reason() string + type EnableProjectRequest struct + Id string + func (*EnableProjectRequest) Descriptor() ([]byte, []int) + func (*EnableProjectRequest) ProtoMessage() + func (m *EnableProjectRequest) Validate() error + func (m *EnableProjectRequest) ValidateAll() error + func (x *EnableProjectRequest) GetId() string + func (x *EnableProjectRequest) ProtoReflect() protoreflect.Message + func (x *EnableProjectRequest) Reset() + func (x *EnableProjectRequest) String() string + type EnableProjectRequestMultiError []error + func (m EnableProjectRequestMultiError) AllErrors() []error + func (m EnableProjectRequestMultiError) Error() string + type EnableProjectRequestValidationError struct + func (e EnableProjectRequestValidationError) Cause() error + func (e EnableProjectRequestValidationError) Error() string + func (e EnableProjectRequestValidationError) ErrorName() string + func (e EnableProjectRequestValidationError) Field() string + func (e EnableProjectRequestValidationError) Key() bool + func (e EnableProjectRequestValidationError) Reason() string + type EnableProjectResponse struct + func (*EnableProjectResponse) Descriptor() ([]byte, []int) + func (*EnableProjectResponse) ProtoMessage() + func (m *EnableProjectResponse) Validate() error + func (m *EnableProjectResponse) ValidateAll() error + func (x *EnableProjectResponse) ProtoReflect() protoreflect.Message + func (x *EnableProjectResponse) Reset() + func (x *EnableProjectResponse) String() string + type EnableProjectResponseMultiError []error + func (m EnableProjectResponseMultiError) AllErrors() []error + func (m EnableProjectResponseMultiError) Error() string + type EnableProjectResponseValidationError struct + func (e EnableProjectResponseValidationError) Cause() error + func (e EnableProjectResponseValidationError) Error() string + func (e EnableProjectResponseValidationError) ErrorName() string + func (e EnableProjectResponseValidationError) Field() string + func (e EnableProjectResponseValidationError) Key() bool + func (e EnableProjectResponseValidationError) Reason() string + type EnableUserRequest struct + Id string + func (*EnableUserRequest) Descriptor() ([]byte, []int) + func (*EnableUserRequest) ProtoMessage() + func (m *EnableUserRequest) Validate() error + func (m *EnableUserRequest) ValidateAll() error + func (x *EnableUserRequest) GetId() string + func (x *EnableUserRequest) ProtoReflect() protoreflect.Message + func (x *EnableUserRequest) Reset() + func (x *EnableUserRequest) String() string + type EnableUserRequestMultiError []error + func (m EnableUserRequestMultiError) AllErrors() []error + func (m EnableUserRequestMultiError) Error() string + type EnableUserRequestValidationError struct + func (e EnableUserRequestValidationError) Cause() error + func (e EnableUserRequestValidationError) Error() string + func (e EnableUserRequestValidationError) ErrorName() string + func (e EnableUserRequestValidationError) Field() string + func (e EnableUserRequestValidationError) Key() bool + func (e EnableUserRequestValidationError) Reason() string + type EnableUserResponse struct + func (*EnableUserResponse) Descriptor() ([]byte, []int) + func (*EnableUserResponse) ProtoMessage() + func (m *EnableUserResponse) Validate() error + func (m *EnableUserResponse) ValidateAll() error + func (x *EnableUserResponse) ProtoReflect() protoreflect.Message + func (x *EnableUserResponse) Reset() + func (x *EnableUserResponse) String() string + type EnableUserResponseMultiError []error + func (m EnableUserResponseMultiError) AllErrors() []error + func (m EnableUserResponseMultiError) Error() string + type EnableUserResponseValidationError struct + func (e EnableUserResponseValidationError) Cause() error + func (e EnableUserResponseValidationError) Error() string + func (e EnableUserResponseValidationError) ErrorName() string + func (e EnableUserResponseValidationError) Field() string + func (e EnableUserResponseValidationError) Key() bool + func (e EnableUserResponseValidationError) Reason() string + type GetCurrentUserRequest struct + func (*GetCurrentUserRequest) Descriptor() ([]byte, []int) + func (*GetCurrentUserRequest) ProtoMessage() + func (m *GetCurrentUserRequest) Validate() error + func (m *GetCurrentUserRequest) ValidateAll() error + func (x *GetCurrentUserRequest) ProtoReflect() protoreflect.Message + func (x *GetCurrentUserRequest) Reset() + func (x *GetCurrentUserRequest) String() string + type GetCurrentUserRequestMultiError []error + func (m GetCurrentUserRequestMultiError) AllErrors() []error + func (m GetCurrentUserRequestMultiError) Error() string + type GetCurrentUserRequestValidationError struct + func (e GetCurrentUserRequestValidationError) Cause() error + func (e GetCurrentUserRequestValidationError) Error() string + func (e GetCurrentUserRequestValidationError) ErrorName() string + func (e GetCurrentUserRequestValidationError) Field() string + func (e GetCurrentUserRequestValidationError) Key() bool + func (e GetCurrentUserRequestValidationError) Reason() string + type GetCurrentUserResponse struct + Serviceuser *ServiceUser + User *User + func (*GetCurrentUserResponse) Descriptor() ([]byte, []int) + func (*GetCurrentUserResponse) ProtoMessage() + func (m *GetCurrentUserResponse) Validate() error + func (m *GetCurrentUserResponse) ValidateAll() error + func (x *GetCurrentUserResponse) GetServiceuser() *ServiceUser + func (x *GetCurrentUserResponse) GetUser() *User + func (x *GetCurrentUserResponse) ProtoReflect() protoreflect.Message + func (x *GetCurrentUserResponse) Reset() + func (x *GetCurrentUserResponse) String() string + type GetCurrentUserResponseMultiError []error + func (m GetCurrentUserResponseMultiError) AllErrors() []error + func (m GetCurrentUserResponseMultiError) Error() string + type GetCurrentUserResponseValidationError struct + func (e GetCurrentUserResponseValidationError) Cause() error + func (e GetCurrentUserResponseValidationError) Error() string + func (e GetCurrentUserResponseValidationError) ErrorName() string + func (e GetCurrentUserResponseValidationError) Field() string + func (e GetCurrentUserResponseValidationError) Key() bool + func (e GetCurrentUserResponseValidationError) Reason() string + type GetGroupRequest struct + Id string + OrgId string + func (*GetGroupRequest) Descriptor() ([]byte, []int) + func (*GetGroupRequest) ProtoMessage() + func (m *GetGroupRequest) Validate() error + func (m *GetGroupRequest) ValidateAll() error + func (x *GetGroupRequest) GetId() string + func (x *GetGroupRequest) GetOrgId() string + func (x *GetGroupRequest) ProtoReflect() protoreflect.Message + func (x *GetGroupRequest) Reset() + func (x *GetGroupRequest) String() string + type GetGroupRequestMultiError []error + func (m GetGroupRequestMultiError) AllErrors() []error + func (m GetGroupRequestMultiError) Error() string + type GetGroupRequestValidationError struct + func (e GetGroupRequestValidationError) Cause() error + func (e GetGroupRequestValidationError) Error() string + func (e GetGroupRequestValidationError) ErrorName() string + func (e GetGroupRequestValidationError) Field() string + func (e GetGroupRequestValidationError) Key() bool + func (e GetGroupRequestValidationError) Reason() string + type GetGroupResponse struct + Group *Group + func (*GetGroupResponse) Descriptor() ([]byte, []int) + func (*GetGroupResponse) ProtoMessage() + func (m *GetGroupResponse) Validate() error + func (m *GetGroupResponse) ValidateAll() error + func (x *GetGroupResponse) GetGroup() *Group + func (x *GetGroupResponse) ProtoReflect() protoreflect.Message + func (x *GetGroupResponse) Reset() + func (x *GetGroupResponse) String() string + type GetGroupResponseMultiError []error + func (m GetGroupResponseMultiError) AllErrors() []error + func (m GetGroupResponseMultiError) Error() string + type GetGroupResponseValidationError struct + func (e GetGroupResponseValidationError) Cause() error + func (e GetGroupResponseValidationError) Error() string + func (e GetGroupResponseValidationError) ErrorName() string + func (e GetGroupResponseValidationError) Field() string + func (e GetGroupResponseValidationError) Key() bool + func (e GetGroupResponseValidationError) Reason() string + type GetJWKsRequest struct + func (*GetJWKsRequest) Descriptor() ([]byte, []int) + func (*GetJWKsRequest) ProtoMessage() + func (m *GetJWKsRequest) Validate() error + func (m *GetJWKsRequest) ValidateAll() error + func (x *GetJWKsRequest) ProtoReflect() protoreflect.Message + func (x *GetJWKsRequest) Reset() + func (x *GetJWKsRequest) String() string + type GetJWKsRequestMultiError []error + func (m GetJWKsRequestMultiError) AllErrors() []error + func (m GetJWKsRequestMultiError) Error() string + type GetJWKsRequestValidationError struct + func (e GetJWKsRequestValidationError) Cause() error + func (e GetJWKsRequestValidationError) Error() string + func (e GetJWKsRequestValidationError) ErrorName() string + func (e GetJWKsRequestValidationError) Field() string + func (e GetJWKsRequestValidationError) Key() bool + func (e GetJWKsRequestValidationError) Reason() string + type GetJWKsResponse struct + Keys []*JSONWebKey + func (*GetJWKsResponse) Descriptor() ([]byte, []int) + func (*GetJWKsResponse) ProtoMessage() + func (m *GetJWKsResponse) Validate() error + func (m *GetJWKsResponse) ValidateAll() error + func (x *GetJWKsResponse) GetKeys() []*JSONWebKey + func (x *GetJWKsResponse) ProtoReflect() protoreflect.Message + func (x *GetJWKsResponse) Reset() + func (x *GetJWKsResponse) String() string + type GetJWKsResponseMultiError []error + func (m GetJWKsResponseMultiError) AllErrors() []error + func (m GetJWKsResponseMultiError) Error() string + type GetJWKsResponseValidationError struct + func (e GetJWKsResponseValidationError) Cause() error + func (e GetJWKsResponseValidationError) Error() string + func (e GetJWKsResponseValidationError) ErrorName() string + func (e GetJWKsResponseValidationError) Field() string + func (e GetJWKsResponseValidationError) Key() bool + func (e GetJWKsResponseValidationError) Reason() string + type GetMetaSchemaRequest struct + Id string + func (*GetMetaSchemaRequest) Descriptor() ([]byte, []int) + func (*GetMetaSchemaRequest) ProtoMessage() + func (m *GetMetaSchemaRequest) Validate() error + func (m *GetMetaSchemaRequest) ValidateAll() error + func (x *GetMetaSchemaRequest) GetId() string + func (x *GetMetaSchemaRequest) ProtoReflect() protoreflect.Message + func (x *GetMetaSchemaRequest) Reset() + func (x *GetMetaSchemaRequest) String() string + type GetMetaSchemaRequestMultiError []error + func (m GetMetaSchemaRequestMultiError) AllErrors() []error + func (m GetMetaSchemaRequestMultiError) Error() string + type GetMetaSchemaRequestValidationError struct + func (e GetMetaSchemaRequestValidationError) Cause() error + func (e GetMetaSchemaRequestValidationError) Error() string + func (e GetMetaSchemaRequestValidationError) ErrorName() string + func (e GetMetaSchemaRequestValidationError) Field() string + func (e GetMetaSchemaRequestValidationError) Key() bool + func (e GetMetaSchemaRequestValidationError) Reason() string + type GetMetaSchemaResponse struct + Metaschema *MetaSchema + func (*GetMetaSchemaResponse) Descriptor() ([]byte, []int) + func (*GetMetaSchemaResponse) ProtoMessage() + func (m *GetMetaSchemaResponse) Validate() error + func (m *GetMetaSchemaResponse) ValidateAll() error + func (x *GetMetaSchemaResponse) GetMetaschema() *MetaSchema + func (x *GetMetaSchemaResponse) ProtoReflect() protoreflect.Message + func (x *GetMetaSchemaResponse) Reset() + func (x *GetMetaSchemaResponse) String() string + type GetMetaSchemaResponseMultiError []error + func (m GetMetaSchemaResponseMultiError) AllErrors() []error + func (m GetMetaSchemaResponseMultiError) Error() string + type GetMetaSchemaResponseValidationError struct + func (e GetMetaSchemaResponseValidationError) Cause() error + func (e GetMetaSchemaResponseValidationError) Error() string + func (e GetMetaSchemaResponseValidationError) ErrorName() string + func (e GetMetaSchemaResponseValidationError) Field() string + func (e GetMetaSchemaResponseValidationError) Key() bool + func (e GetMetaSchemaResponseValidationError) Reason() string + type GetNamespaceRequest struct + Id string + func (*GetNamespaceRequest) Descriptor() ([]byte, []int) + func (*GetNamespaceRequest) ProtoMessage() + func (m *GetNamespaceRequest) Validate() error + func (m *GetNamespaceRequest) ValidateAll() error + func (x *GetNamespaceRequest) GetId() string + func (x *GetNamespaceRequest) ProtoReflect() protoreflect.Message + func (x *GetNamespaceRequest) Reset() + func (x *GetNamespaceRequest) String() string + type GetNamespaceRequestMultiError []error + func (m GetNamespaceRequestMultiError) AllErrors() []error + func (m GetNamespaceRequestMultiError) Error() string + type GetNamespaceRequestValidationError struct + func (e GetNamespaceRequestValidationError) Cause() error + func (e GetNamespaceRequestValidationError) Error() string + func (e GetNamespaceRequestValidationError) ErrorName() string + func (e GetNamespaceRequestValidationError) Field() string + func (e GetNamespaceRequestValidationError) Key() bool + func (e GetNamespaceRequestValidationError) Reason() string + type GetNamespaceResponse struct + Namespace *Namespace + func (*GetNamespaceResponse) Descriptor() ([]byte, []int) + func (*GetNamespaceResponse) ProtoMessage() + func (m *GetNamespaceResponse) Validate() error + func (m *GetNamespaceResponse) ValidateAll() error + func (x *GetNamespaceResponse) GetNamespace() *Namespace + func (x *GetNamespaceResponse) ProtoReflect() protoreflect.Message + func (x *GetNamespaceResponse) Reset() + func (x *GetNamespaceResponse) String() string + type GetNamespaceResponseMultiError []error + func (m GetNamespaceResponseMultiError) AllErrors() []error + func (m GetNamespaceResponseMultiError) Error() string + type GetNamespaceResponseValidationError struct + func (e GetNamespaceResponseValidationError) Cause() error + func (e GetNamespaceResponseValidationError) Error() string + func (e GetNamespaceResponseValidationError) ErrorName() string + func (e GetNamespaceResponseValidationError) Field() string + func (e GetNamespaceResponseValidationError) Key() bool + func (e GetNamespaceResponseValidationError) Reason() string + type GetOrganizationInvitationRequest struct + Id string + OrgId string + func (*GetOrganizationInvitationRequest) Descriptor() ([]byte, []int) + func (*GetOrganizationInvitationRequest) ProtoMessage() + func (m *GetOrganizationInvitationRequest) Validate() error + func (m *GetOrganizationInvitationRequest) ValidateAll() error + func (x *GetOrganizationInvitationRequest) GetId() string + func (x *GetOrganizationInvitationRequest) GetOrgId() string + func (x *GetOrganizationInvitationRequest) ProtoReflect() protoreflect.Message + func (x *GetOrganizationInvitationRequest) Reset() + func (x *GetOrganizationInvitationRequest) String() string + type GetOrganizationInvitationRequestMultiError []error + func (m GetOrganizationInvitationRequestMultiError) AllErrors() []error + func (m GetOrganizationInvitationRequestMultiError) Error() string + type GetOrganizationInvitationRequestValidationError struct + func (e GetOrganizationInvitationRequestValidationError) Cause() error + func (e GetOrganizationInvitationRequestValidationError) Error() string + func (e GetOrganizationInvitationRequestValidationError) ErrorName() string + func (e GetOrganizationInvitationRequestValidationError) Field() string + func (e GetOrganizationInvitationRequestValidationError) Key() bool + func (e GetOrganizationInvitationRequestValidationError) Reason() string + type GetOrganizationInvitationResponse struct + Invitation *Invitation + func (*GetOrganizationInvitationResponse) Descriptor() ([]byte, []int) + func (*GetOrganizationInvitationResponse) ProtoMessage() + func (m *GetOrganizationInvitationResponse) Validate() error + func (m *GetOrganizationInvitationResponse) ValidateAll() error + func (x *GetOrganizationInvitationResponse) GetInvitation() *Invitation + func (x *GetOrganizationInvitationResponse) ProtoReflect() protoreflect.Message + func (x *GetOrganizationInvitationResponse) Reset() + func (x *GetOrganizationInvitationResponse) String() string + type GetOrganizationInvitationResponseMultiError []error + func (m GetOrganizationInvitationResponseMultiError) AllErrors() []error + func (m GetOrganizationInvitationResponseMultiError) Error() string + type GetOrganizationInvitationResponseValidationError struct + func (e GetOrganizationInvitationResponseValidationError) Cause() error + func (e GetOrganizationInvitationResponseValidationError) Error() string + func (e GetOrganizationInvitationResponseValidationError) ErrorName() string + func (e GetOrganizationInvitationResponseValidationError) Field() string + func (e GetOrganizationInvitationResponseValidationError) Key() bool + func (e GetOrganizationInvitationResponseValidationError) Reason() string + type GetOrganizationRequest struct + Id string + func (*GetOrganizationRequest) Descriptor() ([]byte, []int) + func (*GetOrganizationRequest) ProtoMessage() + func (m *GetOrganizationRequest) Validate() error + func (m *GetOrganizationRequest) ValidateAll() error + func (x *GetOrganizationRequest) GetId() string + func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message + func (x *GetOrganizationRequest) Reset() + func (x *GetOrganizationRequest) String() string + type GetOrganizationRequestMultiError []error + func (m GetOrganizationRequestMultiError) AllErrors() []error + func (m GetOrganizationRequestMultiError) Error() string + type GetOrganizationRequestValidationError struct + func (e GetOrganizationRequestValidationError) Cause() error + func (e GetOrganizationRequestValidationError) Error() string + func (e GetOrganizationRequestValidationError) ErrorName() string + func (e GetOrganizationRequestValidationError) Field() string + func (e GetOrganizationRequestValidationError) Key() bool + func (e GetOrganizationRequestValidationError) Reason() string + type GetOrganizationResponse struct + Organization *Organization + func (*GetOrganizationResponse) Descriptor() ([]byte, []int) + func (*GetOrganizationResponse) ProtoMessage() + func (m *GetOrganizationResponse) Validate() error + func (m *GetOrganizationResponse) ValidateAll() error + func (x *GetOrganizationResponse) GetOrganization() *Organization + func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message + func (x *GetOrganizationResponse) Reset() + func (x *GetOrganizationResponse) String() string + type GetOrganizationResponseMultiError []error + func (m GetOrganizationResponseMultiError) AllErrors() []error + func (m GetOrganizationResponseMultiError) Error() string + type GetOrganizationResponseValidationError struct + func (e GetOrganizationResponseValidationError) Cause() error + func (e GetOrganizationResponseValidationError) Error() string + func (e GetOrganizationResponseValidationError) ErrorName() string + func (e GetOrganizationResponseValidationError) Field() string + func (e GetOrganizationResponseValidationError) Key() bool + func (e GetOrganizationResponseValidationError) Reason() string + type GetOrganizationRoleRequest struct + Id string + OrgId string + func (*GetOrganizationRoleRequest) Descriptor() ([]byte, []int) + func (*GetOrganizationRoleRequest) ProtoMessage() + func (m *GetOrganizationRoleRequest) Validate() error + func (m *GetOrganizationRoleRequest) ValidateAll() error + func (x *GetOrganizationRoleRequest) GetId() string + func (x *GetOrganizationRoleRequest) GetOrgId() string + func (x *GetOrganizationRoleRequest) ProtoReflect() protoreflect.Message + func (x *GetOrganizationRoleRequest) Reset() + func (x *GetOrganizationRoleRequest) String() string + type GetOrganizationRoleRequestMultiError []error + func (m GetOrganizationRoleRequestMultiError) AllErrors() []error + func (m GetOrganizationRoleRequestMultiError) Error() string + type GetOrganizationRoleRequestValidationError struct + func (e GetOrganizationRoleRequestValidationError) Cause() error + func (e GetOrganizationRoleRequestValidationError) Error() string + func (e GetOrganizationRoleRequestValidationError) ErrorName() string + func (e GetOrganizationRoleRequestValidationError) Field() string + func (e GetOrganizationRoleRequestValidationError) Key() bool + func (e GetOrganizationRoleRequestValidationError) Reason() string + type GetOrganizationRoleResponse struct + Role *Role + func (*GetOrganizationRoleResponse) Descriptor() ([]byte, []int) + func (*GetOrganizationRoleResponse) ProtoMessage() + func (m *GetOrganizationRoleResponse) Validate() error + func (m *GetOrganizationRoleResponse) ValidateAll() error + func (x *GetOrganizationRoleResponse) GetRole() *Role + func (x *GetOrganizationRoleResponse) ProtoReflect() protoreflect.Message + func (x *GetOrganizationRoleResponse) Reset() + func (x *GetOrganizationRoleResponse) String() string + type GetOrganizationRoleResponseMultiError []error + func (m GetOrganizationRoleResponseMultiError) AllErrors() []error + func (m GetOrganizationRoleResponseMultiError) Error() string + type GetOrganizationRoleResponseValidationError struct + func (e GetOrganizationRoleResponseValidationError) Cause() error + func (e GetOrganizationRoleResponseValidationError) Error() string + func (e GetOrganizationRoleResponseValidationError) ErrorName() string + func (e GetOrganizationRoleResponseValidationError) Field() string + func (e GetOrganizationRoleResponseValidationError) Key() bool + func (e GetOrganizationRoleResponseValidationError) Reason() string + type GetOrganizationsByCurrentUserRequest struct + func (*GetOrganizationsByCurrentUserRequest) Descriptor() ([]byte, []int) + func (*GetOrganizationsByCurrentUserRequest) ProtoMessage() + func (m *GetOrganizationsByCurrentUserRequest) Validate() error + func (m *GetOrganizationsByCurrentUserRequest) ValidateAll() error + func (x *GetOrganizationsByCurrentUserRequest) ProtoReflect() protoreflect.Message + func (x *GetOrganizationsByCurrentUserRequest) Reset() + func (x *GetOrganizationsByCurrentUserRequest) String() string + type GetOrganizationsByCurrentUserRequestMultiError []error + func (m GetOrganizationsByCurrentUserRequestMultiError) AllErrors() []error + func (m GetOrganizationsByCurrentUserRequestMultiError) Error() string + type GetOrganizationsByCurrentUserRequestValidationError struct + func (e GetOrganizationsByCurrentUserRequestValidationError) Cause() error + func (e GetOrganizationsByCurrentUserRequestValidationError) Error() string + func (e GetOrganizationsByCurrentUserRequestValidationError) ErrorName() string + func (e GetOrganizationsByCurrentUserRequestValidationError) Field() string + func (e GetOrganizationsByCurrentUserRequestValidationError) Key() bool + func (e GetOrganizationsByCurrentUserRequestValidationError) Reason() string + type GetOrganizationsByCurrentUserResponse struct + Organizations []*Organization + func (*GetOrganizationsByCurrentUserResponse) Descriptor() ([]byte, []int) + func (*GetOrganizationsByCurrentUserResponse) ProtoMessage() + func (m *GetOrganizationsByCurrentUserResponse) Validate() error + func (m *GetOrganizationsByCurrentUserResponse) ValidateAll() error + func (x *GetOrganizationsByCurrentUserResponse) GetOrganizations() []*Organization + func (x *GetOrganizationsByCurrentUserResponse) ProtoReflect() protoreflect.Message + func (x *GetOrganizationsByCurrentUserResponse) Reset() + func (x *GetOrganizationsByCurrentUserResponse) String() string + type GetOrganizationsByCurrentUserResponseMultiError []error + func (m GetOrganizationsByCurrentUserResponseMultiError) AllErrors() []error + func (m GetOrganizationsByCurrentUserResponseMultiError) Error() string + type GetOrganizationsByCurrentUserResponseValidationError struct + func (e GetOrganizationsByCurrentUserResponseValidationError) Cause() error + func (e GetOrganizationsByCurrentUserResponseValidationError) Error() string + func (e GetOrganizationsByCurrentUserResponseValidationError) ErrorName() string + func (e GetOrganizationsByCurrentUserResponseValidationError) Field() string + func (e GetOrganizationsByCurrentUserResponseValidationError) Key() bool + func (e GetOrganizationsByCurrentUserResponseValidationError) Reason() string + type GetOrganizationsByUserRequest struct + Id string + func (*GetOrganizationsByUserRequest) Descriptor() ([]byte, []int) + func (*GetOrganizationsByUserRequest) ProtoMessage() + func (m *GetOrganizationsByUserRequest) Validate() error + func (m *GetOrganizationsByUserRequest) ValidateAll() error + func (x *GetOrganizationsByUserRequest) GetId() string + func (x *GetOrganizationsByUserRequest) ProtoReflect() protoreflect.Message + func (x *GetOrganizationsByUserRequest) Reset() + func (x *GetOrganizationsByUserRequest) String() string + type GetOrganizationsByUserRequestMultiError []error + func (m GetOrganizationsByUserRequestMultiError) AllErrors() []error + func (m GetOrganizationsByUserRequestMultiError) Error() string + type GetOrganizationsByUserRequestValidationError struct + func (e GetOrganizationsByUserRequestValidationError) Cause() error + func (e GetOrganizationsByUserRequestValidationError) Error() string + func (e GetOrganizationsByUserRequestValidationError) ErrorName() string + func (e GetOrganizationsByUserRequestValidationError) Field() string + func (e GetOrganizationsByUserRequestValidationError) Key() bool + func (e GetOrganizationsByUserRequestValidationError) Reason() string + type GetOrganizationsByUserResponse struct + Organizations []*Organization + func (*GetOrganizationsByUserResponse) Descriptor() ([]byte, []int) + func (*GetOrganizationsByUserResponse) ProtoMessage() + func (m *GetOrganizationsByUserResponse) Validate() error + func (m *GetOrganizationsByUserResponse) ValidateAll() error + func (x *GetOrganizationsByUserResponse) GetOrganizations() []*Organization + func (x *GetOrganizationsByUserResponse) ProtoReflect() protoreflect.Message + func (x *GetOrganizationsByUserResponse) Reset() + func (x *GetOrganizationsByUserResponse) String() string + type GetOrganizationsByUserResponseMultiError []error + func (m GetOrganizationsByUserResponseMultiError) AllErrors() []error + func (m GetOrganizationsByUserResponseMultiError) Error() string + type GetOrganizationsByUserResponseValidationError struct + func (e GetOrganizationsByUserResponseValidationError) Cause() error + func (e GetOrganizationsByUserResponseValidationError) Error() string + func (e GetOrganizationsByUserResponseValidationError) ErrorName() string + func (e GetOrganizationsByUserResponseValidationError) Field() string + func (e GetOrganizationsByUserResponseValidationError) Key() bool + func (e GetOrganizationsByUserResponseValidationError) Reason() string + type GetPermissionRequest struct + Id string + func (*GetPermissionRequest) Descriptor() ([]byte, []int) + func (*GetPermissionRequest) ProtoMessage() + func (m *GetPermissionRequest) Validate() error + func (m *GetPermissionRequest) ValidateAll() error + func (x *GetPermissionRequest) GetId() string + func (x *GetPermissionRequest) ProtoReflect() protoreflect.Message + func (x *GetPermissionRequest) Reset() + func (x *GetPermissionRequest) String() string + type GetPermissionRequestMultiError []error + func (m GetPermissionRequestMultiError) AllErrors() []error + func (m GetPermissionRequestMultiError) Error() string + type GetPermissionRequestValidationError struct + func (e GetPermissionRequestValidationError) Cause() error + func (e GetPermissionRequestValidationError) Error() string + func (e GetPermissionRequestValidationError) ErrorName() string + func (e GetPermissionRequestValidationError) Field() string + func (e GetPermissionRequestValidationError) Key() bool + func (e GetPermissionRequestValidationError) Reason() string + type GetPermissionResponse struct + Permission *Permission + func (*GetPermissionResponse) Descriptor() ([]byte, []int) + func (*GetPermissionResponse) ProtoMessage() + func (m *GetPermissionResponse) Validate() error + func (m *GetPermissionResponse) ValidateAll() error + func (x *GetPermissionResponse) GetPermission() *Permission + func (x *GetPermissionResponse) ProtoReflect() protoreflect.Message + func (x *GetPermissionResponse) Reset() + func (x *GetPermissionResponse) String() string + type GetPermissionResponseMultiError []error + func (m GetPermissionResponseMultiError) AllErrors() []error + func (m GetPermissionResponseMultiError) Error() string + type GetPermissionResponseValidationError struct + func (e GetPermissionResponseValidationError) Cause() error + func (e GetPermissionResponseValidationError) Error() string + func (e GetPermissionResponseValidationError) ErrorName() string + func (e GetPermissionResponseValidationError) Field() string + func (e GetPermissionResponseValidationError) Key() bool + func (e GetPermissionResponseValidationError) Reason() string + type GetPolicyRequest struct + Id string + func (*GetPolicyRequest) Descriptor() ([]byte, []int) + func (*GetPolicyRequest) ProtoMessage() + func (m *GetPolicyRequest) Validate() error + func (m *GetPolicyRequest) ValidateAll() error + func (x *GetPolicyRequest) GetId() string + func (x *GetPolicyRequest) ProtoReflect() protoreflect.Message + func (x *GetPolicyRequest) Reset() + func (x *GetPolicyRequest) String() string + type GetPolicyRequestMultiError []error + func (m GetPolicyRequestMultiError) AllErrors() []error + func (m GetPolicyRequestMultiError) Error() string + type GetPolicyRequestValidationError struct + func (e GetPolicyRequestValidationError) Cause() error + func (e GetPolicyRequestValidationError) Error() string + func (e GetPolicyRequestValidationError) ErrorName() string + func (e GetPolicyRequestValidationError) Field() string + func (e GetPolicyRequestValidationError) Key() bool + func (e GetPolicyRequestValidationError) Reason() string + type GetPolicyResponse struct + Policy *Policy + func (*GetPolicyResponse) Descriptor() ([]byte, []int) + func (*GetPolicyResponse) ProtoMessage() + func (m *GetPolicyResponse) Validate() error + func (m *GetPolicyResponse) ValidateAll() error + func (x *GetPolicyResponse) GetPolicy() *Policy + func (x *GetPolicyResponse) ProtoReflect() protoreflect.Message + func (x *GetPolicyResponse) Reset() + func (x *GetPolicyResponse) String() string + type GetPolicyResponseMultiError []error + func (m GetPolicyResponseMultiError) AllErrors() []error + func (m GetPolicyResponseMultiError) Error() string + type GetPolicyResponseValidationError struct + func (e GetPolicyResponseValidationError) Cause() error + func (e GetPolicyResponseValidationError) Error() string + func (e GetPolicyResponseValidationError) ErrorName() string + func (e GetPolicyResponseValidationError) Field() string + func (e GetPolicyResponseValidationError) Key() bool + func (e GetPolicyResponseValidationError) Reason() string + type GetProjectRequest struct + Id string + func (*GetProjectRequest) Descriptor() ([]byte, []int) + func (*GetProjectRequest) ProtoMessage() + func (m *GetProjectRequest) Validate() error + func (m *GetProjectRequest) ValidateAll() error + func (x *GetProjectRequest) GetId() string + func (x *GetProjectRequest) ProtoReflect() protoreflect.Message + func (x *GetProjectRequest) Reset() + func (x *GetProjectRequest) String() string + type GetProjectRequestMultiError []error + func (m GetProjectRequestMultiError) AllErrors() []error + func (m GetProjectRequestMultiError) Error() string + type GetProjectRequestValidationError struct + func (e GetProjectRequestValidationError) Cause() error + func (e GetProjectRequestValidationError) Error() string + func (e GetProjectRequestValidationError) ErrorName() string + func (e GetProjectRequestValidationError) Field() string + func (e GetProjectRequestValidationError) Key() bool + func (e GetProjectRequestValidationError) Reason() string + type GetProjectResourceRequest struct + Id string + ProjectId string + func (*GetProjectResourceRequest) Descriptor() ([]byte, []int) + func (*GetProjectResourceRequest) ProtoMessage() + func (m *GetProjectResourceRequest) Validate() error + func (m *GetProjectResourceRequest) ValidateAll() error + func (x *GetProjectResourceRequest) GetId() string + func (x *GetProjectResourceRequest) GetProjectId() string + func (x *GetProjectResourceRequest) ProtoReflect() protoreflect.Message + func (x *GetProjectResourceRequest) Reset() + func (x *GetProjectResourceRequest) String() string + type GetProjectResourceRequestMultiError []error + func (m GetProjectResourceRequestMultiError) AllErrors() []error + func (m GetProjectResourceRequestMultiError) Error() string + type GetProjectResourceRequestValidationError struct + func (e GetProjectResourceRequestValidationError) Cause() error + func (e GetProjectResourceRequestValidationError) Error() string + func (e GetProjectResourceRequestValidationError) ErrorName() string + func (e GetProjectResourceRequestValidationError) Field() string + func (e GetProjectResourceRequestValidationError) Key() bool + func (e GetProjectResourceRequestValidationError) Reason() string + type GetProjectResourceResponse struct + Resource *Resource + func (*GetProjectResourceResponse) Descriptor() ([]byte, []int) + func (*GetProjectResourceResponse) ProtoMessage() + func (m *GetProjectResourceResponse) Validate() error + func (m *GetProjectResourceResponse) ValidateAll() error + func (x *GetProjectResourceResponse) GetResource() *Resource + func (x *GetProjectResourceResponse) ProtoReflect() protoreflect.Message + func (x *GetProjectResourceResponse) Reset() + func (x *GetProjectResourceResponse) String() string + type GetProjectResourceResponseMultiError []error + func (m GetProjectResourceResponseMultiError) AllErrors() []error + func (m GetProjectResourceResponseMultiError) Error() string + type GetProjectResourceResponseValidationError struct + func (e GetProjectResourceResponseValidationError) Cause() error + func (e GetProjectResourceResponseValidationError) Error() string + func (e GetProjectResourceResponseValidationError) ErrorName() string + func (e GetProjectResourceResponseValidationError) Field() string + func (e GetProjectResourceResponseValidationError) Key() bool + func (e GetProjectResourceResponseValidationError) Reason() string + type GetProjectResponse struct + Project *Project + func (*GetProjectResponse) Descriptor() ([]byte, []int) + func (*GetProjectResponse) ProtoMessage() + func (m *GetProjectResponse) Validate() error + func (m *GetProjectResponse) ValidateAll() error + func (x *GetProjectResponse) GetProject() *Project + func (x *GetProjectResponse) ProtoReflect() protoreflect.Message + func (x *GetProjectResponse) Reset() + func (x *GetProjectResponse) String() string + type GetProjectResponseMultiError []error + func (m GetProjectResponseMultiError) AllErrors() []error + func (m GetProjectResponseMultiError) Error() string + type GetProjectResponseValidationError struct + func (e GetProjectResponseValidationError) Cause() error + func (e GetProjectResponseValidationError) Error() string + func (e GetProjectResponseValidationError) ErrorName() string + func (e GetProjectResponseValidationError) Field() string + func (e GetProjectResponseValidationError) Key() bool + func (e GetProjectResponseValidationError) Reason() string + type GetRelationRequest struct + Id string + func (*GetRelationRequest) Descriptor() ([]byte, []int) + func (*GetRelationRequest) ProtoMessage() + func (m *GetRelationRequest) Validate() error + func (m *GetRelationRequest) ValidateAll() error + func (x *GetRelationRequest) GetId() string + func (x *GetRelationRequest) ProtoReflect() protoreflect.Message + func (x *GetRelationRequest) Reset() + func (x *GetRelationRequest) String() string + type GetRelationRequestMultiError []error + func (m GetRelationRequestMultiError) AllErrors() []error + func (m GetRelationRequestMultiError) Error() string + type GetRelationRequestValidationError struct + func (e GetRelationRequestValidationError) Cause() error + func (e GetRelationRequestValidationError) Error() string + func (e GetRelationRequestValidationError) ErrorName() string + func (e GetRelationRequestValidationError) Field() string + func (e GetRelationRequestValidationError) Key() bool + func (e GetRelationRequestValidationError) Reason() string + type GetRelationResponse struct + Relation *Relation + func (*GetRelationResponse) Descriptor() ([]byte, []int) + func (*GetRelationResponse) ProtoMessage() + func (m *GetRelationResponse) Validate() error + func (m *GetRelationResponse) ValidateAll() error + func (x *GetRelationResponse) GetRelation() *Relation + func (x *GetRelationResponse) ProtoReflect() protoreflect.Message + func (x *GetRelationResponse) Reset() + func (x *GetRelationResponse) String() string + type GetRelationResponseMultiError []error + func (m GetRelationResponseMultiError) AllErrors() []error + func (m GetRelationResponseMultiError) Error() string + type GetRelationResponseValidationError struct + func (e GetRelationResponseValidationError) Cause() error + func (e GetRelationResponseValidationError) Error() string + func (e GetRelationResponseValidationError) ErrorName() string + func (e GetRelationResponseValidationError) Field() string + func (e GetRelationResponseValidationError) Key() bool + func (e GetRelationResponseValidationError) Reason() string + type GetServiceUserKeyRequest struct + Id string + KeyId string + func (*GetServiceUserKeyRequest) Descriptor() ([]byte, []int) + func (*GetServiceUserKeyRequest) ProtoMessage() + func (m *GetServiceUserKeyRequest) Validate() error + func (m *GetServiceUserKeyRequest) ValidateAll() error + func (x *GetServiceUserKeyRequest) GetId() string + func (x *GetServiceUserKeyRequest) GetKeyId() string + func (x *GetServiceUserKeyRequest) ProtoReflect() protoreflect.Message + func (x *GetServiceUserKeyRequest) Reset() + func (x *GetServiceUserKeyRequest) String() string + type GetServiceUserKeyRequestMultiError []error + func (m GetServiceUserKeyRequestMultiError) AllErrors() []error + func (m GetServiceUserKeyRequestMultiError) Error() string + type GetServiceUserKeyRequestValidationError struct + func (e GetServiceUserKeyRequestValidationError) Cause() error + func (e GetServiceUserKeyRequestValidationError) Error() string + func (e GetServiceUserKeyRequestValidationError) ErrorName() string + func (e GetServiceUserKeyRequestValidationError) Field() string + func (e GetServiceUserKeyRequestValidationError) Key() bool + func (e GetServiceUserKeyRequestValidationError) Reason() string + type GetServiceUserKeyResponse struct + Keys []*JSONWebKey + func (*GetServiceUserKeyResponse) Descriptor() ([]byte, []int) + func (*GetServiceUserKeyResponse) ProtoMessage() + func (m *GetServiceUserKeyResponse) Validate() error + func (m *GetServiceUserKeyResponse) ValidateAll() error + func (x *GetServiceUserKeyResponse) GetKeys() []*JSONWebKey + func (x *GetServiceUserKeyResponse) ProtoReflect() protoreflect.Message + func (x *GetServiceUserKeyResponse) Reset() + func (x *GetServiceUserKeyResponse) String() string + type GetServiceUserKeyResponseMultiError []error + func (m GetServiceUserKeyResponseMultiError) AllErrors() []error + func (m GetServiceUserKeyResponseMultiError) Error() string + type GetServiceUserKeyResponseValidationError struct + func (e GetServiceUserKeyResponseValidationError) Cause() error + func (e GetServiceUserKeyResponseValidationError) Error() string + func (e GetServiceUserKeyResponseValidationError) ErrorName() string + func (e GetServiceUserKeyResponseValidationError) Field() string + func (e GetServiceUserKeyResponseValidationError) Key() bool + func (e GetServiceUserKeyResponseValidationError) Reason() string + type GetServiceUserRequest struct + Id string + func (*GetServiceUserRequest) Descriptor() ([]byte, []int) + func (*GetServiceUserRequest) ProtoMessage() + func (m *GetServiceUserRequest) Validate() error + func (m *GetServiceUserRequest) ValidateAll() error + func (x *GetServiceUserRequest) GetId() string + func (x *GetServiceUserRequest) ProtoReflect() protoreflect.Message + func (x *GetServiceUserRequest) Reset() + func (x *GetServiceUserRequest) String() string + type GetServiceUserRequestMultiError []error + func (m GetServiceUserRequestMultiError) AllErrors() []error + func (m GetServiceUserRequestMultiError) Error() string + type GetServiceUserRequestValidationError struct + func (e GetServiceUserRequestValidationError) Cause() error + func (e GetServiceUserRequestValidationError) Error() string + func (e GetServiceUserRequestValidationError) ErrorName() string + func (e GetServiceUserRequestValidationError) Field() string + func (e GetServiceUserRequestValidationError) Key() bool + func (e GetServiceUserRequestValidationError) Reason() string + type GetServiceUserResponse struct + Serviceuser *ServiceUser + func (*GetServiceUserResponse) Descriptor() ([]byte, []int) + func (*GetServiceUserResponse) ProtoMessage() + func (m *GetServiceUserResponse) Validate() error + func (m *GetServiceUserResponse) ValidateAll() error + func (x *GetServiceUserResponse) GetServiceuser() *ServiceUser + func (x *GetServiceUserResponse) ProtoReflect() protoreflect.Message + func (x *GetServiceUserResponse) Reset() + func (x *GetServiceUserResponse) String() string + type GetServiceUserResponseMultiError []error + func (m GetServiceUserResponseMultiError) AllErrors() []error + func (m GetServiceUserResponseMultiError) Error() string + type GetServiceUserResponseValidationError struct + func (e GetServiceUserResponseValidationError) Cause() error + func (e GetServiceUserResponseValidationError) Error() string + func (e GetServiceUserResponseValidationError) ErrorName() string + func (e GetServiceUserResponseValidationError) Field() string + func (e GetServiceUserResponseValidationError) Key() bool + func (e GetServiceUserResponseValidationError) Reason() string + type GetUserRequest struct + Id string + func (*GetUserRequest) Descriptor() ([]byte, []int) + func (*GetUserRequest) ProtoMessage() + func (m *GetUserRequest) Validate() error + func (m *GetUserRequest) ValidateAll() error + func (x *GetUserRequest) GetId() string + func (x *GetUserRequest) ProtoReflect() protoreflect.Message + func (x *GetUserRequest) Reset() + func (x *GetUserRequest) String() string + type GetUserRequestMultiError []error + func (m GetUserRequestMultiError) AllErrors() []error + func (m GetUserRequestMultiError) Error() string + type GetUserRequestValidationError struct + func (e GetUserRequestValidationError) Cause() error + func (e GetUserRequestValidationError) Error() string + func (e GetUserRequestValidationError) ErrorName() string + func (e GetUserRequestValidationError) Field() string + func (e GetUserRequestValidationError) Key() bool + func (e GetUserRequestValidationError) Reason() string + type GetUserResponse struct + User *User + func (*GetUserResponse) Descriptor() ([]byte, []int) + func (*GetUserResponse) ProtoMessage() + func (m *GetUserResponse) Validate() error + func (m *GetUserResponse) ValidateAll() error + func (x *GetUserResponse) GetUser() *User + func (x *GetUserResponse) ProtoReflect() protoreflect.Message + func (x *GetUserResponse) Reset() + func (x *GetUserResponse) String() string + type GetUserResponseMultiError []error + func (m GetUserResponseMultiError) AllErrors() []error + func (m GetUserResponseMultiError) Error() string + type GetUserResponseValidationError struct + func (e GetUserResponseValidationError) Cause() error + func (e GetUserResponseValidationError) Error() string + func (e GetUserResponseValidationError) ErrorName() string + func (e GetUserResponseValidationError) Field() string + func (e GetUserResponseValidationError) Key() bool + func (e GetUserResponseValidationError) Reason() string + type Group struct + CreatedAt *timestamppb.Timestamp + Id string + Metadata *structpb.Struct + Name string + OrgId string + Title string + UpdatedAt *timestamppb.Timestamp + func (*Group) Descriptor() ([]byte, []int) + func (*Group) ProtoMessage() + func (m *Group) Validate() error + func (m *Group) ValidateAll() error + func (x *Group) GetCreatedAt() *timestamppb.Timestamp + func (x *Group) GetId() string + func (x *Group) GetMetadata() *structpb.Struct + func (x *Group) GetName() string + func (x *Group) GetOrgId() string + func (x *Group) GetTitle() string + func (x *Group) GetUpdatedAt() *timestamppb.Timestamp + func (x *Group) ProtoReflect() protoreflect.Message + func (x *Group) Reset() + func (x *Group) String() string + type GroupMultiError []error + func (m GroupMultiError) AllErrors() []error + func (m GroupMultiError) Error() string + type GroupRequestBody struct + Metadata *structpb.Struct + Name string + Title string + func (*GroupRequestBody) Descriptor() ([]byte, []int) + func (*GroupRequestBody) ProtoMessage() + func (m *GroupRequestBody) Validate() error + func (m *GroupRequestBody) ValidateAll() error + func (x *GroupRequestBody) GetMetadata() *structpb.Struct + func (x *GroupRequestBody) GetName() string + func (x *GroupRequestBody) GetTitle() string + func (x *GroupRequestBody) ProtoReflect() protoreflect.Message + func (x *GroupRequestBody) Reset() + func (x *GroupRequestBody) String() string + type GroupRequestBodyMultiError []error + func (m GroupRequestBodyMultiError) AllErrors() []error + func (m GroupRequestBodyMultiError) Error() string + type GroupRequestBodyValidationError struct + func (e GroupRequestBodyValidationError) Cause() error + func (e GroupRequestBodyValidationError) Error() string + func (e GroupRequestBodyValidationError) ErrorName() string + func (e GroupRequestBodyValidationError) Field() string + func (e GroupRequestBodyValidationError) Key() bool + func (e GroupRequestBodyValidationError) Reason() string + type GroupValidationError struct + func (e GroupValidationError) Cause() error + func (e GroupValidationError) Error() string + func (e GroupValidationError) ErrorName() string + func (e GroupValidationError) Field() string + func (e GroupValidationError) Key() bool + func (e GroupValidationError) Reason() string + type Invitation struct + CreatedAt *timestamppb.Timestamp + ExpiresAt *timestamppb.Timestamp + GroupIds []string + Id string + Metadata *structpb.Struct + OrgId string + UserId string + func (*Invitation) Descriptor() ([]byte, []int) + func (*Invitation) ProtoMessage() + func (m *Invitation) Validate() error + func (m *Invitation) ValidateAll() error + func (x *Invitation) GetCreatedAt() *timestamppb.Timestamp + func (x *Invitation) GetExpiresAt() *timestamppb.Timestamp + func (x *Invitation) GetGroupIds() []string + func (x *Invitation) GetId() string + func (x *Invitation) GetMetadata() *structpb.Struct + func (x *Invitation) GetOrgId() string + func (x *Invitation) GetUserId() string + func (x *Invitation) ProtoReflect() protoreflect.Message + func (x *Invitation) Reset() + func (x *Invitation) String() string + type InvitationMultiError []error + func (m InvitationMultiError) AllErrors() []error + func (m InvitationMultiError) Error() string + type InvitationValidationError struct + func (e InvitationValidationError) Cause() error + func (e InvitationValidationError) Error() string + func (e InvitationValidationError) ErrorName() string + func (e InvitationValidationError) Field() string + func (e InvitationValidationError) Key() bool + func (e InvitationValidationError) Reason() string + type JSONWebKey struct + Alg string + Crv string + E string + Kid string + Kty string + N string + Use string + X string + Y string + func (*JSONWebKey) Descriptor() ([]byte, []int) + func (*JSONWebKey) ProtoMessage() + func (m *JSONWebKey) Validate() error + func (m *JSONWebKey) ValidateAll() error + func (x *JSONWebKey) GetAlg() string + func (x *JSONWebKey) GetCrv() string + func (x *JSONWebKey) GetE() string + func (x *JSONWebKey) GetKid() string + func (x *JSONWebKey) GetKty() string + func (x *JSONWebKey) GetN() string + func (x *JSONWebKey) GetUse() string + func (x *JSONWebKey) GetX() string + func (x *JSONWebKey) GetY() string + func (x *JSONWebKey) ProtoReflect() protoreflect.Message + func (x *JSONWebKey) Reset() + func (x *JSONWebKey) String() string + type JSONWebKeyMultiError []error + func (m JSONWebKeyMultiError) AllErrors() []error + func (m JSONWebKeyMultiError) Error() string + type JSONWebKeyValidationError struct + func (e JSONWebKeyValidationError) Cause() error + func (e JSONWebKeyValidationError) Error() string + func (e JSONWebKeyValidationError) ErrorName() string + func (e JSONWebKeyValidationError) Field() string + func (e JSONWebKeyValidationError) Key() bool + func (e JSONWebKeyValidationError) Reason() string + type KeyCredential struct + Kid string + PrincipalId string + PrivateKey string + Type string + func (*KeyCredential) Descriptor() ([]byte, []int) + func (*KeyCredential) ProtoMessage() + func (m *KeyCredential) Validate() error + func (m *KeyCredential) ValidateAll() error + func (x *KeyCredential) GetKid() string + func (x *KeyCredential) GetPrincipalId() string + func (x *KeyCredential) GetPrivateKey() string + func (x *KeyCredential) GetType() string + func (x *KeyCredential) ProtoReflect() protoreflect.Message + func (x *KeyCredential) Reset() + func (x *KeyCredential) String() string + type KeyCredentialMultiError []error + func (m KeyCredentialMultiError) AllErrors() []error + func (m KeyCredentialMultiError) Error() string + type KeyCredentialValidationError struct + func (e KeyCredentialValidationError) Cause() error + func (e KeyCredentialValidationError) Error() string + func (e KeyCredentialValidationError) ErrorName() string + func (e KeyCredentialValidationError) Field() string + func (e KeyCredentialValidationError) Key() bool + func (e KeyCredentialValidationError) Reason() string + type ListAllOrganizationsRequest struct + State string + UserId string + func (*ListAllOrganizationsRequest) Descriptor() ([]byte, []int) + func (*ListAllOrganizationsRequest) ProtoMessage() + func (m *ListAllOrganizationsRequest) Validate() error + func (m *ListAllOrganizationsRequest) ValidateAll() error + func (x *ListAllOrganizationsRequest) GetState() string + func (x *ListAllOrganizationsRequest) GetUserId() string + func (x *ListAllOrganizationsRequest) ProtoReflect() protoreflect.Message + func (x *ListAllOrganizationsRequest) Reset() + func (x *ListAllOrganizationsRequest) String() string + type ListAllOrganizationsRequestMultiError []error + func (m ListAllOrganizationsRequestMultiError) AllErrors() []error + func (m ListAllOrganizationsRequestMultiError) Error() string + type ListAllOrganizationsRequestValidationError struct + func (e ListAllOrganizationsRequestValidationError) Cause() error + func (e ListAllOrganizationsRequestValidationError) Error() string + func (e ListAllOrganizationsRequestValidationError) ErrorName() string + func (e ListAllOrganizationsRequestValidationError) Field() string + func (e ListAllOrganizationsRequestValidationError) Key() bool + func (e ListAllOrganizationsRequestValidationError) Reason() string + type ListAllOrganizationsResponse struct + Organizations []*Organization + func (*ListAllOrganizationsResponse) Descriptor() ([]byte, []int) + func (*ListAllOrganizationsResponse) ProtoMessage() + func (m *ListAllOrganizationsResponse) Validate() error + func (m *ListAllOrganizationsResponse) ValidateAll() error + func (x *ListAllOrganizationsResponse) GetOrganizations() []*Organization + func (x *ListAllOrganizationsResponse) ProtoReflect() protoreflect.Message + func (x *ListAllOrganizationsResponse) Reset() + func (x *ListAllOrganizationsResponse) String() string + type ListAllOrganizationsResponseMultiError []error + func (m ListAllOrganizationsResponseMultiError) AllErrors() []error + func (m ListAllOrganizationsResponseMultiError) Error() string + type ListAllOrganizationsResponseValidationError struct + func (e ListAllOrganizationsResponseValidationError) Cause() error + func (e ListAllOrganizationsResponseValidationError) Error() string + func (e ListAllOrganizationsResponseValidationError) ErrorName() string + func (e ListAllOrganizationsResponseValidationError) Field() string + func (e ListAllOrganizationsResponseValidationError) Key() bool + func (e ListAllOrganizationsResponseValidationError) Reason() string + type ListAllUsersRequest struct + GroupId string + Keyword string + OrgId string + PageNum int32 + PageSize int32 + State string + func (*ListAllUsersRequest) Descriptor() ([]byte, []int) + func (*ListAllUsersRequest) ProtoMessage() + func (m *ListAllUsersRequest) Validate() error + func (m *ListAllUsersRequest) ValidateAll() error + func (x *ListAllUsersRequest) GetGroupId() string + func (x *ListAllUsersRequest) GetKeyword() string + func (x *ListAllUsersRequest) GetOrgId() string + func (x *ListAllUsersRequest) GetPageNum() int32 + func (x *ListAllUsersRequest) GetPageSize() int32 + func (x *ListAllUsersRequest) GetState() string + func (x *ListAllUsersRequest) ProtoReflect() protoreflect.Message + func (x *ListAllUsersRequest) Reset() + func (x *ListAllUsersRequest) String() string + type ListAllUsersRequestMultiError []error + func (m ListAllUsersRequestMultiError) AllErrors() []error + func (m ListAllUsersRequestMultiError) Error() string + type ListAllUsersRequestValidationError struct + func (e ListAllUsersRequestValidationError) Cause() error + func (e ListAllUsersRequestValidationError) Error() string + func (e ListAllUsersRequestValidationError) ErrorName() string + func (e ListAllUsersRequestValidationError) Field() string + func (e ListAllUsersRequestValidationError) Key() bool + func (e ListAllUsersRequestValidationError) Reason() string + type ListAllUsersResponse struct + Count int32 + Users []*User + func (*ListAllUsersResponse) Descriptor() ([]byte, []int) + func (*ListAllUsersResponse) ProtoMessage() + func (m *ListAllUsersResponse) Validate() error + func (m *ListAllUsersResponse) ValidateAll() error + func (x *ListAllUsersResponse) GetCount() int32 + func (x *ListAllUsersResponse) GetUsers() []*User + func (x *ListAllUsersResponse) ProtoReflect() protoreflect.Message + func (x *ListAllUsersResponse) Reset() + func (x *ListAllUsersResponse) String() string + type ListAllUsersResponseMultiError []error + func (m ListAllUsersResponseMultiError) AllErrors() []error + func (m ListAllUsersResponseMultiError) Error() string + type ListAllUsersResponseValidationError struct + func (e ListAllUsersResponseValidationError) Cause() error + func (e ListAllUsersResponseValidationError) Error() string + func (e ListAllUsersResponseValidationError) ErrorName() string + func (e ListAllUsersResponseValidationError) Field() string + func (e ListAllUsersResponseValidationError) Key() bool + func (e ListAllUsersResponseValidationError) Reason() string + type ListAuthStrategiesRequest struct + func (*ListAuthStrategiesRequest) Descriptor() ([]byte, []int) + func (*ListAuthStrategiesRequest) ProtoMessage() + func (m *ListAuthStrategiesRequest) Validate() error + func (m *ListAuthStrategiesRequest) ValidateAll() error + func (x *ListAuthStrategiesRequest) ProtoReflect() protoreflect.Message + func (x *ListAuthStrategiesRequest) Reset() + func (x *ListAuthStrategiesRequest) String() string + type ListAuthStrategiesRequestMultiError []error + func (m ListAuthStrategiesRequestMultiError) AllErrors() []error + func (m ListAuthStrategiesRequestMultiError) Error() string + type ListAuthStrategiesRequestValidationError struct + func (e ListAuthStrategiesRequestValidationError) Cause() error + func (e ListAuthStrategiesRequestValidationError) Error() string + func (e ListAuthStrategiesRequestValidationError) ErrorName() string + func (e ListAuthStrategiesRequestValidationError) Field() string + func (e ListAuthStrategiesRequestValidationError) Key() bool + func (e ListAuthStrategiesRequestValidationError) Reason() string + type ListAuthStrategiesResponse struct + Strategies []*AuthStrategy + func (*ListAuthStrategiesResponse) Descriptor() ([]byte, []int) + func (*ListAuthStrategiesResponse) ProtoMessage() + func (m *ListAuthStrategiesResponse) Validate() error + func (m *ListAuthStrategiesResponse) ValidateAll() error + func (x *ListAuthStrategiesResponse) GetStrategies() []*AuthStrategy + func (x *ListAuthStrategiesResponse) ProtoReflect() protoreflect.Message + func (x *ListAuthStrategiesResponse) Reset() + func (x *ListAuthStrategiesResponse) String() string + type ListAuthStrategiesResponseMultiError []error + func (m ListAuthStrategiesResponseMultiError) AllErrors() []error + func (m ListAuthStrategiesResponseMultiError) Error() string + type ListAuthStrategiesResponseValidationError struct + func (e ListAuthStrategiesResponseValidationError) Cause() error + func (e ListAuthStrategiesResponseValidationError) Error() string + func (e ListAuthStrategiesResponseValidationError) ErrorName() string + func (e ListAuthStrategiesResponseValidationError) Field() string + func (e ListAuthStrategiesResponseValidationError) Key() bool + func (e ListAuthStrategiesResponseValidationError) Reason() string + type ListCurrentUserGroupsRequest struct + func (*ListCurrentUserGroupsRequest) Descriptor() ([]byte, []int) + func (*ListCurrentUserGroupsRequest) ProtoMessage() + func (m *ListCurrentUserGroupsRequest) Validate() error + func (m *ListCurrentUserGroupsRequest) ValidateAll() error + func (x *ListCurrentUserGroupsRequest) ProtoReflect() protoreflect.Message + func (x *ListCurrentUserGroupsRequest) Reset() + func (x *ListCurrentUserGroupsRequest) String() string + type ListCurrentUserGroupsRequestMultiError []error + func (m ListCurrentUserGroupsRequestMultiError) AllErrors() []error + func (m ListCurrentUserGroupsRequestMultiError) Error() string + type ListCurrentUserGroupsRequestValidationError struct + func (e ListCurrentUserGroupsRequestValidationError) Cause() error + func (e ListCurrentUserGroupsRequestValidationError) Error() string + func (e ListCurrentUserGroupsRequestValidationError) ErrorName() string + func (e ListCurrentUserGroupsRequestValidationError) Field() string + func (e ListCurrentUserGroupsRequestValidationError) Key() bool + func (e ListCurrentUserGroupsRequestValidationError) Reason() string + type ListCurrentUserGroupsResponse struct + Groups []*Group + func (*ListCurrentUserGroupsResponse) Descriptor() ([]byte, []int) + func (*ListCurrentUserGroupsResponse) ProtoMessage() + func (m *ListCurrentUserGroupsResponse) Validate() error + func (m *ListCurrentUserGroupsResponse) ValidateAll() error + func (x *ListCurrentUserGroupsResponse) GetGroups() []*Group + func (x *ListCurrentUserGroupsResponse) ProtoReflect() protoreflect.Message + func (x *ListCurrentUserGroupsResponse) Reset() + func (x *ListCurrentUserGroupsResponse) String() string + type ListCurrentUserGroupsResponseMultiError []error + func (m ListCurrentUserGroupsResponseMultiError) AllErrors() []error + func (m ListCurrentUserGroupsResponseMultiError) Error() string + type ListCurrentUserGroupsResponseValidationError struct + func (e ListCurrentUserGroupsResponseValidationError) Cause() error + func (e ListCurrentUserGroupsResponseValidationError) Error() string + func (e ListCurrentUserGroupsResponseValidationError) ErrorName() string + func (e ListCurrentUserGroupsResponseValidationError) Field() string + func (e ListCurrentUserGroupsResponseValidationError) Key() bool + func (e ListCurrentUserGroupsResponseValidationError) Reason() string + type ListGroupUsersRequest struct + Id string + OrgId string + func (*ListGroupUsersRequest) Descriptor() ([]byte, []int) + func (*ListGroupUsersRequest) ProtoMessage() + func (m *ListGroupUsersRequest) Validate() error + func (m *ListGroupUsersRequest) ValidateAll() error + func (x *ListGroupUsersRequest) GetId() string + func (x *ListGroupUsersRequest) GetOrgId() string + func (x *ListGroupUsersRequest) ProtoReflect() protoreflect.Message + func (x *ListGroupUsersRequest) Reset() + func (x *ListGroupUsersRequest) String() string + type ListGroupUsersRequestMultiError []error + func (m ListGroupUsersRequestMultiError) AllErrors() []error + func (m ListGroupUsersRequestMultiError) Error() string + type ListGroupUsersRequestValidationError struct + func (e ListGroupUsersRequestValidationError) Cause() error + func (e ListGroupUsersRequestValidationError) Error() string + func (e ListGroupUsersRequestValidationError) ErrorName() string + func (e ListGroupUsersRequestValidationError) Field() string + func (e ListGroupUsersRequestValidationError) Key() bool + func (e ListGroupUsersRequestValidationError) Reason() string + type ListGroupUsersResponse struct + Users []*User + func (*ListGroupUsersResponse) Descriptor() ([]byte, []int) + func (*ListGroupUsersResponse) ProtoMessage() + func (m *ListGroupUsersResponse) Validate() error + func (m *ListGroupUsersResponse) ValidateAll() error + func (x *ListGroupUsersResponse) GetUsers() []*User + func (x *ListGroupUsersResponse) ProtoReflect() protoreflect.Message + func (x *ListGroupUsersResponse) Reset() + func (x *ListGroupUsersResponse) String() string + type ListGroupUsersResponseMultiError []error + func (m ListGroupUsersResponseMultiError) AllErrors() []error + func (m ListGroupUsersResponseMultiError) Error() string + type ListGroupUsersResponseValidationError struct + func (e ListGroupUsersResponseValidationError) Cause() error + func (e ListGroupUsersResponseValidationError) Error() string + func (e ListGroupUsersResponseValidationError) ErrorName() string + func (e ListGroupUsersResponseValidationError) Field() string + func (e ListGroupUsersResponseValidationError) Key() bool + func (e ListGroupUsersResponseValidationError) Reason() string + type ListGroupsRequest struct + OrgId string + State string + func (*ListGroupsRequest) Descriptor() ([]byte, []int) + func (*ListGroupsRequest) ProtoMessage() + func (m *ListGroupsRequest) Validate() error + func (m *ListGroupsRequest) ValidateAll() error + func (x *ListGroupsRequest) GetOrgId() string + func (x *ListGroupsRequest) GetState() string + func (x *ListGroupsRequest) ProtoReflect() protoreflect.Message + func (x *ListGroupsRequest) Reset() + func (x *ListGroupsRequest) String() string + type ListGroupsRequestMultiError []error + func (m ListGroupsRequestMultiError) AllErrors() []error + func (m ListGroupsRequestMultiError) Error() string + type ListGroupsRequestValidationError struct + func (e ListGroupsRequestValidationError) Cause() error + func (e ListGroupsRequestValidationError) Error() string + func (e ListGroupsRequestValidationError) ErrorName() string + func (e ListGroupsRequestValidationError) Field() string + func (e ListGroupsRequestValidationError) Key() bool + func (e ListGroupsRequestValidationError) Reason() string + type ListGroupsResponse struct + Groups []*Group + func (*ListGroupsResponse) Descriptor() ([]byte, []int) + func (*ListGroupsResponse) ProtoMessage() + func (m *ListGroupsResponse) Validate() error + func (m *ListGroupsResponse) ValidateAll() error + func (x *ListGroupsResponse) GetGroups() []*Group + func (x *ListGroupsResponse) ProtoReflect() protoreflect.Message + func (x *ListGroupsResponse) Reset() + func (x *ListGroupsResponse) String() string + type ListGroupsResponseMultiError []error + func (m ListGroupsResponseMultiError) AllErrors() []error + func (m ListGroupsResponseMultiError) Error() string + type ListGroupsResponseValidationError struct + func (e ListGroupsResponseValidationError) Cause() error + func (e ListGroupsResponseValidationError) Error() string + func (e ListGroupsResponseValidationError) ErrorName() string + func (e ListGroupsResponseValidationError) Field() string + func (e ListGroupsResponseValidationError) Key() bool + func (e ListGroupsResponseValidationError) Reason() string + type ListMetaSchemasRequest struct + func (*ListMetaSchemasRequest) Descriptor() ([]byte, []int) + func (*ListMetaSchemasRequest) ProtoMessage() + func (m *ListMetaSchemasRequest) Validate() error + func (m *ListMetaSchemasRequest) ValidateAll() error + func (x *ListMetaSchemasRequest) ProtoReflect() protoreflect.Message + func (x *ListMetaSchemasRequest) Reset() + func (x *ListMetaSchemasRequest) String() string + type ListMetaSchemasRequestMultiError []error + func (m ListMetaSchemasRequestMultiError) AllErrors() []error + func (m ListMetaSchemasRequestMultiError) Error() string + type ListMetaSchemasRequestValidationError struct + func (e ListMetaSchemasRequestValidationError) Cause() error + func (e ListMetaSchemasRequestValidationError) Error() string + func (e ListMetaSchemasRequestValidationError) ErrorName() string + func (e ListMetaSchemasRequestValidationError) Field() string + func (e ListMetaSchemasRequestValidationError) Key() bool + func (e ListMetaSchemasRequestValidationError) Reason() string + type ListMetaSchemasResponse struct + Metaschemas []*MetaSchema + func (*ListMetaSchemasResponse) Descriptor() ([]byte, []int) + func (*ListMetaSchemasResponse) ProtoMessage() + func (m *ListMetaSchemasResponse) Validate() error + func (m *ListMetaSchemasResponse) ValidateAll() error + func (x *ListMetaSchemasResponse) GetMetaschemas() []*MetaSchema + func (x *ListMetaSchemasResponse) ProtoReflect() protoreflect.Message + func (x *ListMetaSchemasResponse) Reset() + func (x *ListMetaSchemasResponse) String() string + type ListMetaSchemasResponseMultiError []error + func (m ListMetaSchemasResponseMultiError) AllErrors() []error + func (m ListMetaSchemasResponseMultiError) Error() string + type ListMetaSchemasResponseValidationError struct + func (e ListMetaSchemasResponseValidationError) Cause() error + func (e ListMetaSchemasResponseValidationError) Error() string + func (e ListMetaSchemasResponseValidationError) ErrorName() string + func (e ListMetaSchemasResponseValidationError) Field() string + func (e ListMetaSchemasResponseValidationError) Key() bool + func (e ListMetaSchemasResponseValidationError) Reason() string + type ListNamespacesRequest struct + func (*ListNamespacesRequest) Descriptor() ([]byte, []int) + func (*ListNamespacesRequest) ProtoMessage() + func (m *ListNamespacesRequest) Validate() error + func (m *ListNamespacesRequest) ValidateAll() error + func (x *ListNamespacesRequest) ProtoReflect() protoreflect.Message + func (x *ListNamespacesRequest) Reset() + func (x *ListNamespacesRequest) String() string + type ListNamespacesRequestMultiError []error + func (m ListNamespacesRequestMultiError) AllErrors() []error + func (m ListNamespacesRequestMultiError) Error() string + type ListNamespacesRequestValidationError struct + func (e ListNamespacesRequestValidationError) Cause() error + func (e ListNamespacesRequestValidationError) Error() string + func (e ListNamespacesRequestValidationError) ErrorName() string + func (e ListNamespacesRequestValidationError) Field() string + func (e ListNamespacesRequestValidationError) Key() bool + func (e ListNamespacesRequestValidationError) Reason() string + type ListNamespacesResponse struct + Namespaces []*Namespace + func (*ListNamespacesResponse) Descriptor() ([]byte, []int) + func (*ListNamespacesResponse) ProtoMessage() + func (m *ListNamespacesResponse) Validate() error + func (m *ListNamespacesResponse) ValidateAll() error + func (x *ListNamespacesResponse) GetNamespaces() []*Namespace + func (x *ListNamespacesResponse) ProtoReflect() protoreflect.Message + func (x *ListNamespacesResponse) Reset() + func (x *ListNamespacesResponse) String() string + type ListNamespacesResponseMultiError []error + func (m ListNamespacesResponseMultiError) AllErrors() []error + func (m ListNamespacesResponseMultiError) Error() string + type ListNamespacesResponseValidationError struct + func (e ListNamespacesResponseValidationError) Cause() error + func (e ListNamespacesResponseValidationError) Error() string + func (e ListNamespacesResponseValidationError) ErrorName() string + func (e ListNamespacesResponseValidationError) Field() string + func (e ListNamespacesResponseValidationError) Key() bool + func (e ListNamespacesResponseValidationError) Reason() string + type ListOrganizationAdminsRequest struct + Id string + func (*ListOrganizationAdminsRequest) Descriptor() ([]byte, []int) + func (*ListOrganizationAdminsRequest) ProtoMessage() + func (m *ListOrganizationAdminsRequest) Validate() error + func (m *ListOrganizationAdminsRequest) ValidateAll() error + func (x *ListOrganizationAdminsRequest) GetId() string + func (x *ListOrganizationAdminsRequest) ProtoReflect() protoreflect.Message + func (x *ListOrganizationAdminsRequest) Reset() + func (x *ListOrganizationAdminsRequest) String() string + type ListOrganizationAdminsRequestMultiError []error + func (m ListOrganizationAdminsRequestMultiError) AllErrors() []error + func (m ListOrganizationAdminsRequestMultiError) Error() string + type ListOrganizationAdminsRequestValidationError struct + func (e ListOrganizationAdminsRequestValidationError) Cause() error + func (e ListOrganizationAdminsRequestValidationError) Error() string + func (e ListOrganizationAdminsRequestValidationError) ErrorName() string + func (e ListOrganizationAdminsRequestValidationError) Field() string + func (e ListOrganizationAdminsRequestValidationError) Key() bool + func (e ListOrganizationAdminsRequestValidationError) Reason() string + type ListOrganizationAdminsResponse struct + Users []*User + func (*ListOrganizationAdminsResponse) Descriptor() ([]byte, []int) + func (*ListOrganizationAdminsResponse) ProtoMessage() + func (m *ListOrganizationAdminsResponse) Validate() error + func (m *ListOrganizationAdminsResponse) ValidateAll() error + func (x *ListOrganizationAdminsResponse) GetUsers() []*User + func (x *ListOrganizationAdminsResponse) ProtoReflect() protoreflect.Message + func (x *ListOrganizationAdminsResponse) Reset() + func (x *ListOrganizationAdminsResponse) String() string + type ListOrganizationAdminsResponseMultiError []error + func (m ListOrganizationAdminsResponseMultiError) AllErrors() []error + func (m ListOrganizationAdminsResponseMultiError) Error() string + type ListOrganizationAdminsResponseValidationError struct + func (e ListOrganizationAdminsResponseValidationError) Cause() error + func (e ListOrganizationAdminsResponseValidationError) Error() string + func (e ListOrganizationAdminsResponseValidationError) ErrorName() string + func (e ListOrganizationAdminsResponseValidationError) Field() string + func (e ListOrganizationAdminsResponseValidationError) Key() bool + func (e ListOrganizationAdminsResponseValidationError) Reason() string + type ListOrganizationGroupsRequest struct + OrgId string + State string + func (*ListOrganizationGroupsRequest) Descriptor() ([]byte, []int) + func (*ListOrganizationGroupsRequest) ProtoMessage() + func (m *ListOrganizationGroupsRequest) Validate() error + func (m *ListOrganizationGroupsRequest) ValidateAll() error + func (x *ListOrganizationGroupsRequest) GetOrgId() string + func (x *ListOrganizationGroupsRequest) GetState() string + func (x *ListOrganizationGroupsRequest) ProtoReflect() protoreflect.Message + func (x *ListOrganizationGroupsRequest) Reset() + func (x *ListOrganizationGroupsRequest) String() string + type ListOrganizationGroupsRequestMultiError []error + func (m ListOrganizationGroupsRequestMultiError) AllErrors() []error + func (m ListOrganizationGroupsRequestMultiError) Error() string + type ListOrganizationGroupsRequestValidationError struct + func (e ListOrganizationGroupsRequestValidationError) Cause() error + func (e ListOrganizationGroupsRequestValidationError) Error() string + func (e ListOrganizationGroupsRequestValidationError) ErrorName() string + func (e ListOrganizationGroupsRequestValidationError) Field() string + func (e ListOrganizationGroupsRequestValidationError) Key() bool + func (e ListOrganizationGroupsRequestValidationError) Reason() string + type ListOrganizationGroupsResponse struct + Groups []*Group + func (*ListOrganizationGroupsResponse) Descriptor() ([]byte, []int) + func (*ListOrganizationGroupsResponse) ProtoMessage() + func (m *ListOrganizationGroupsResponse) Validate() error + func (m *ListOrganizationGroupsResponse) ValidateAll() error + func (x *ListOrganizationGroupsResponse) GetGroups() []*Group + func (x *ListOrganizationGroupsResponse) ProtoReflect() protoreflect.Message + func (x *ListOrganizationGroupsResponse) Reset() + func (x *ListOrganizationGroupsResponse) String() string + type ListOrganizationGroupsResponseMultiError []error + func (m ListOrganizationGroupsResponseMultiError) AllErrors() []error + func (m ListOrganizationGroupsResponseMultiError) Error() string + type ListOrganizationGroupsResponseValidationError struct + func (e ListOrganizationGroupsResponseValidationError) Cause() error + func (e ListOrganizationGroupsResponseValidationError) Error() string + func (e ListOrganizationGroupsResponseValidationError) ErrorName() string + func (e ListOrganizationGroupsResponseValidationError) Field() string + func (e ListOrganizationGroupsResponseValidationError) Key() bool + func (e ListOrganizationGroupsResponseValidationError) Reason() string + type ListOrganizationInvitationsRequest struct + OrgId string + UserId string + func (*ListOrganizationInvitationsRequest) Descriptor() ([]byte, []int) + func (*ListOrganizationInvitationsRequest) ProtoMessage() + func (m *ListOrganizationInvitationsRequest) Validate() error + func (m *ListOrganizationInvitationsRequest) ValidateAll() error + func (x *ListOrganizationInvitationsRequest) GetOrgId() string + func (x *ListOrganizationInvitationsRequest) GetUserId() string + func (x *ListOrganizationInvitationsRequest) ProtoReflect() protoreflect.Message + func (x *ListOrganizationInvitationsRequest) Reset() + func (x *ListOrganizationInvitationsRequest) String() string + type ListOrganizationInvitationsRequestMultiError []error + func (m ListOrganizationInvitationsRequestMultiError) AllErrors() []error + func (m ListOrganizationInvitationsRequestMultiError) Error() string + type ListOrganizationInvitationsRequestValidationError struct + func (e ListOrganizationInvitationsRequestValidationError) Cause() error + func (e ListOrganizationInvitationsRequestValidationError) Error() string + func (e ListOrganizationInvitationsRequestValidationError) ErrorName() string + func (e ListOrganizationInvitationsRequestValidationError) Field() string + func (e ListOrganizationInvitationsRequestValidationError) Key() bool + func (e ListOrganizationInvitationsRequestValidationError) Reason() string + type ListOrganizationInvitationsResponse struct + Invitations []*Invitation + func (*ListOrganizationInvitationsResponse) Descriptor() ([]byte, []int) + func (*ListOrganizationInvitationsResponse) ProtoMessage() + func (m *ListOrganizationInvitationsResponse) Validate() error + func (m *ListOrganizationInvitationsResponse) ValidateAll() error + func (x *ListOrganizationInvitationsResponse) GetInvitations() []*Invitation + func (x *ListOrganizationInvitationsResponse) ProtoReflect() protoreflect.Message + func (x *ListOrganizationInvitationsResponse) Reset() + func (x *ListOrganizationInvitationsResponse) String() string + type ListOrganizationInvitationsResponseMultiError []error + func (m ListOrganizationInvitationsResponseMultiError) AllErrors() []error + func (m ListOrganizationInvitationsResponseMultiError) Error() string + type ListOrganizationInvitationsResponseValidationError struct + func (e ListOrganizationInvitationsResponseValidationError) Cause() error + func (e ListOrganizationInvitationsResponseValidationError) Error() string + func (e ListOrganizationInvitationsResponseValidationError) ErrorName() string + func (e ListOrganizationInvitationsResponseValidationError) Field() string + func (e ListOrganizationInvitationsResponseValidationError) Key() bool + func (e ListOrganizationInvitationsResponseValidationError) Reason() string + type ListOrganizationProjectsRequest struct + Id string + State string + func (*ListOrganizationProjectsRequest) Descriptor() ([]byte, []int) + func (*ListOrganizationProjectsRequest) ProtoMessage() + func (m *ListOrganizationProjectsRequest) Validate() error + func (m *ListOrganizationProjectsRequest) ValidateAll() error + func (x *ListOrganizationProjectsRequest) GetId() string + func (x *ListOrganizationProjectsRequest) GetState() string + func (x *ListOrganizationProjectsRequest) ProtoReflect() protoreflect.Message + func (x *ListOrganizationProjectsRequest) Reset() + func (x *ListOrganizationProjectsRequest) String() string + type ListOrganizationProjectsRequestMultiError []error + func (m ListOrganizationProjectsRequestMultiError) AllErrors() []error + func (m ListOrganizationProjectsRequestMultiError) Error() string + type ListOrganizationProjectsRequestValidationError struct + func (e ListOrganizationProjectsRequestValidationError) Cause() error + func (e ListOrganizationProjectsRequestValidationError) Error() string + func (e ListOrganizationProjectsRequestValidationError) ErrorName() string + func (e ListOrganizationProjectsRequestValidationError) Field() string + func (e ListOrganizationProjectsRequestValidationError) Key() bool + func (e ListOrganizationProjectsRequestValidationError) Reason() string + type ListOrganizationProjectsResponse struct + Projects []*Project + func (*ListOrganizationProjectsResponse) Descriptor() ([]byte, []int) + func (*ListOrganizationProjectsResponse) ProtoMessage() + func (m *ListOrganizationProjectsResponse) Validate() error + func (m *ListOrganizationProjectsResponse) ValidateAll() error + func (x *ListOrganizationProjectsResponse) GetProjects() []*Project + func (x *ListOrganizationProjectsResponse) ProtoReflect() protoreflect.Message + func (x *ListOrganizationProjectsResponse) Reset() + func (x *ListOrganizationProjectsResponse) String() string + type ListOrganizationProjectsResponseMultiError []error + func (m ListOrganizationProjectsResponseMultiError) AllErrors() []error + func (m ListOrganizationProjectsResponseMultiError) Error() string + type ListOrganizationProjectsResponseValidationError struct + func (e ListOrganizationProjectsResponseValidationError) Cause() error + func (e ListOrganizationProjectsResponseValidationError) Error() string + func (e ListOrganizationProjectsResponseValidationError) ErrorName() string + func (e ListOrganizationProjectsResponseValidationError) Field() string + func (e ListOrganizationProjectsResponseValidationError) Key() bool + func (e ListOrganizationProjectsResponseValidationError) Reason() string + type ListOrganizationRolesRequest struct + OrgId string + State string + func (*ListOrganizationRolesRequest) Descriptor() ([]byte, []int) + func (*ListOrganizationRolesRequest) ProtoMessage() + func (m *ListOrganizationRolesRequest) Validate() error + func (m *ListOrganizationRolesRequest) ValidateAll() error + func (x *ListOrganizationRolesRequest) GetOrgId() string + func (x *ListOrganizationRolesRequest) GetState() string + func (x *ListOrganizationRolesRequest) ProtoReflect() protoreflect.Message + func (x *ListOrganizationRolesRequest) Reset() + func (x *ListOrganizationRolesRequest) String() string + type ListOrganizationRolesRequestMultiError []error + func (m ListOrganizationRolesRequestMultiError) AllErrors() []error + func (m ListOrganizationRolesRequestMultiError) Error() string + type ListOrganizationRolesRequestValidationError struct + func (e ListOrganizationRolesRequestValidationError) Cause() error + func (e ListOrganizationRolesRequestValidationError) Error() string + func (e ListOrganizationRolesRequestValidationError) ErrorName() string + func (e ListOrganizationRolesRequestValidationError) Field() string + func (e ListOrganizationRolesRequestValidationError) Key() bool + func (e ListOrganizationRolesRequestValidationError) Reason() string + type ListOrganizationRolesResponse struct + Roles []*Role + func (*ListOrganizationRolesResponse) Descriptor() ([]byte, []int) + func (*ListOrganizationRolesResponse) ProtoMessage() + func (m *ListOrganizationRolesResponse) Validate() error + func (m *ListOrganizationRolesResponse) ValidateAll() error + func (x *ListOrganizationRolesResponse) GetRoles() []*Role + func (x *ListOrganizationRolesResponse) ProtoReflect() protoreflect.Message + func (x *ListOrganizationRolesResponse) Reset() + func (x *ListOrganizationRolesResponse) String() string + type ListOrganizationRolesResponseMultiError []error + func (m ListOrganizationRolesResponseMultiError) AllErrors() []error + func (m ListOrganizationRolesResponseMultiError) Error() string + type ListOrganizationRolesResponseValidationError struct + func (e ListOrganizationRolesResponseValidationError) Cause() error + func (e ListOrganizationRolesResponseValidationError) Error() string + func (e ListOrganizationRolesResponseValidationError) ErrorName() string + func (e ListOrganizationRolesResponseValidationError) Field() string + func (e ListOrganizationRolesResponseValidationError) Key() bool + func (e ListOrganizationRolesResponseValidationError) Reason() string + type ListOrganizationUsersRequest struct + Id string + PermissionFilter string + func (*ListOrganizationUsersRequest) Descriptor() ([]byte, []int) + func (*ListOrganizationUsersRequest) ProtoMessage() + func (m *ListOrganizationUsersRequest) Validate() error + func (m *ListOrganizationUsersRequest) ValidateAll() error + func (x *ListOrganizationUsersRequest) GetId() string + func (x *ListOrganizationUsersRequest) GetPermissionFilter() string + func (x *ListOrganizationUsersRequest) ProtoReflect() protoreflect.Message + func (x *ListOrganizationUsersRequest) Reset() + func (x *ListOrganizationUsersRequest) String() string + type ListOrganizationUsersRequestMultiError []error + func (m ListOrganizationUsersRequestMultiError) AllErrors() []error + func (m ListOrganizationUsersRequestMultiError) Error() string + type ListOrganizationUsersRequestValidationError struct + func (e ListOrganizationUsersRequestValidationError) Cause() error + func (e ListOrganizationUsersRequestValidationError) Error() string + func (e ListOrganizationUsersRequestValidationError) ErrorName() string + func (e ListOrganizationUsersRequestValidationError) Field() string + func (e ListOrganizationUsersRequestValidationError) Key() bool + func (e ListOrganizationUsersRequestValidationError) Reason() string + type ListOrganizationUsersResponse struct + Users []*User + func (*ListOrganizationUsersResponse) Descriptor() ([]byte, []int) + func (*ListOrganizationUsersResponse) ProtoMessage() + func (m *ListOrganizationUsersResponse) Validate() error + func (m *ListOrganizationUsersResponse) ValidateAll() error + func (x *ListOrganizationUsersResponse) GetUsers() []*User + func (x *ListOrganizationUsersResponse) ProtoReflect() protoreflect.Message + func (x *ListOrganizationUsersResponse) Reset() + func (x *ListOrganizationUsersResponse) String() string + type ListOrganizationUsersResponseMultiError []error + func (m ListOrganizationUsersResponseMultiError) AllErrors() []error + func (m ListOrganizationUsersResponseMultiError) Error() string + type ListOrganizationUsersResponseValidationError struct + func (e ListOrganizationUsersResponseValidationError) Cause() error + func (e ListOrganizationUsersResponseValidationError) Error() string + func (e ListOrganizationUsersResponseValidationError) ErrorName() string + func (e ListOrganizationUsersResponseValidationError) Field() string + func (e ListOrganizationUsersResponseValidationError) Key() bool + func (e ListOrganizationUsersResponseValidationError) Reason() string + type ListOrganizationsRequest struct + State string + UserId string + func (*ListOrganizationsRequest) Descriptor() ([]byte, []int) + func (*ListOrganizationsRequest) ProtoMessage() + func (m *ListOrganizationsRequest) Validate() error + func (m *ListOrganizationsRequest) ValidateAll() error + func (x *ListOrganizationsRequest) GetState() string + func (x *ListOrganizationsRequest) GetUserId() string + func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message + func (x *ListOrganizationsRequest) Reset() + func (x *ListOrganizationsRequest) String() string + type ListOrganizationsRequestMultiError []error + func (m ListOrganizationsRequestMultiError) AllErrors() []error + func (m ListOrganizationsRequestMultiError) Error() string + type ListOrganizationsRequestValidationError struct + func (e ListOrganizationsRequestValidationError) Cause() error + func (e ListOrganizationsRequestValidationError) Error() string + func (e ListOrganizationsRequestValidationError) ErrorName() string + func (e ListOrganizationsRequestValidationError) Field() string + func (e ListOrganizationsRequestValidationError) Key() bool + func (e ListOrganizationsRequestValidationError) Reason() string + type ListOrganizationsResponse struct + Organizations []*Organization + func (*ListOrganizationsResponse) Descriptor() ([]byte, []int) + func (*ListOrganizationsResponse) ProtoMessage() + func (m *ListOrganizationsResponse) Validate() error + func (m *ListOrganizationsResponse) ValidateAll() error + func (x *ListOrganizationsResponse) GetOrganizations() []*Organization + func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message + func (x *ListOrganizationsResponse) Reset() + func (x *ListOrganizationsResponse) String() string + type ListOrganizationsResponseMultiError []error + func (m ListOrganizationsResponseMultiError) AllErrors() []error + func (m ListOrganizationsResponseMultiError) Error() string + type ListOrganizationsResponseValidationError struct + func (e ListOrganizationsResponseValidationError) Cause() error + func (e ListOrganizationsResponseValidationError) Error() string + func (e ListOrganizationsResponseValidationError) ErrorName() string + func (e ListOrganizationsResponseValidationError) Field() string + func (e ListOrganizationsResponseValidationError) Key() bool + func (e ListOrganizationsResponseValidationError) Reason() string + type ListPermissionsRequest struct + func (*ListPermissionsRequest) Descriptor() ([]byte, []int) + func (*ListPermissionsRequest) ProtoMessage() + func (m *ListPermissionsRequest) Validate() error + func (m *ListPermissionsRequest) ValidateAll() error + func (x *ListPermissionsRequest) ProtoReflect() protoreflect.Message + func (x *ListPermissionsRequest) Reset() + func (x *ListPermissionsRequest) String() string + type ListPermissionsRequestMultiError []error + func (m ListPermissionsRequestMultiError) AllErrors() []error + func (m ListPermissionsRequestMultiError) Error() string + type ListPermissionsRequestValidationError struct + func (e ListPermissionsRequestValidationError) Cause() error + func (e ListPermissionsRequestValidationError) Error() string + func (e ListPermissionsRequestValidationError) ErrorName() string + func (e ListPermissionsRequestValidationError) Field() string + func (e ListPermissionsRequestValidationError) Key() bool + func (e ListPermissionsRequestValidationError) Reason() string + type ListPermissionsResponse struct + Permissions []*Permission + func (*ListPermissionsResponse) Descriptor() ([]byte, []int) + func (*ListPermissionsResponse) ProtoMessage() + func (m *ListPermissionsResponse) Validate() error + func (m *ListPermissionsResponse) ValidateAll() error + func (x *ListPermissionsResponse) GetPermissions() []*Permission + func (x *ListPermissionsResponse) ProtoReflect() protoreflect.Message + func (x *ListPermissionsResponse) Reset() + func (x *ListPermissionsResponse) String() string + type ListPermissionsResponseMultiError []error + func (m ListPermissionsResponseMultiError) AllErrors() []error + func (m ListPermissionsResponseMultiError) Error() string + type ListPermissionsResponseValidationError struct + func (e ListPermissionsResponseValidationError) Cause() error + func (e ListPermissionsResponseValidationError) Error() string + func (e ListPermissionsResponseValidationError) ErrorName() string + func (e ListPermissionsResponseValidationError) Field() string + func (e ListPermissionsResponseValidationError) Key() bool + func (e ListPermissionsResponseValidationError) Reason() string + type ListPoliciesRequest struct + GroupId string + OrgId string + ProjectId string + RoleId string + UserId string + func (*ListPoliciesRequest) Descriptor() ([]byte, []int) + func (*ListPoliciesRequest) ProtoMessage() + func (m *ListPoliciesRequest) Validate() error + func (m *ListPoliciesRequest) ValidateAll() error + func (x *ListPoliciesRequest) GetGroupId() string + func (x *ListPoliciesRequest) GetOrgId() string + func (x *ListPoliciesRequest) GetProjectId() string + func (x *ListPoliciesRequest) GetRoleId() string + func (x *ListPoliciesRequest) GetUserId() string + func (x *ListPoliciesRequest) ProtoReflect() protoreflect.Message + func (x *ListPoliciesRequest) Reset() + func (x *ListPoliciesRequest) String() string + type ListPoliciesRequestMultiError []error + func (m ListPoliciesRequestMultiError) AllErrors() []error + func (m ListPoliciesRequestMultiError) Error() string + type ListPoliciesRequestValidationError struct + func (e ListPoliciesRequestValidationError) Cause() error + func (e ListPoliciesRequestValidationError) Error() string + func (e ListPoliciesRequestValidationError) ErrorName() string + func (e ListPoliciesRequestValidationError) Field() string + func (e ListPoliciesRequestValidationError) Key() bool + func (e ListPoliciesRequestValidationError) Reason() string + type ListPoliciesResponse struct + Policies []*Policy + func (*ListPoliciesResponse) Descriptor() ([]byte, []int) + func (*ListPoliciesResponse) ProtoMessage() + func (m *ListPoliciesResponse) Validate() error + func (m *ListPoliciesResponse) ValidateAll() error + func (x *ListPoliciesResponse) GetPolicies() []*Policy + func (x *ListPoliciesResponse) ProtoReflect() protoreflect.Message + func (x *ListPoliciesResponse) Reset() + func (x *ListPoliciesResponse) String() string + type ListPoliciesResponseMultiError []error + func (m ListPoliciesResponseMultiError) AllErrors() []error + func (m ListPoliciesResponseMultiError) Error() string + type ListPoliciesResponseValidationError struct + func (e ListPoliciesResponseValidationError) Cause() error + func (e ListPoliciesResponseValidationError) Error() string + func (e ListPoliciesResponseValidationError) ErrorName() string + func (e ListPoliciesResponseValidationError) Field() string + func (e ListPoliciesResponseValidationError) Key() bool + func (e ListPoliciesResponseValidationError) Reason() string + type ListProjectAdminsRequest struct + Id string + func (*ListProjectAdminsRequest) Descriptor() ([]byte, []int) + func (*ListProjectAdminsRequest) ProtoMessage() + func (m *ListProjectAdminsRequest) Validate() error + func (m *ListProjectAdminsRequest) ValidateAll() error + func (x *ListProjectAdminsRequest) GetId() string + func (x *ListProjectAdminsRequest) ProtoReflect() protoreflect.Message + func (x *ListProjectAdminsRequest) Reset() + func (x *ListProjectAdminsRequest) String() string + type ListProjectAdminsRequestMultiError []error + func (m ListProjectAdminsRequestMultiError) AllErrors() []error + func (m ListProjectAdminsRequestMultiError) Error() string + type ListProjectAdminsRequestValidationError struct + func (e ListProjectAdminsRequestValidationError) Cause() error + func (e ListProjectAdminsRequestValidationError) Error() string + func (e ListProjectAdminsRequestValidationError) ErrorName() string + func (e ListProjectAdminsRequestValidationError) Field() string + func (e ListProjectAdminsRequestValidationError) Key() bool + func (e ListProjectAdminsRequestValidationError) Reason() string + type ListProjectAdminsResponse struct + Users []*User + func (*ListProjectAdminsResponse) Descriptor() ([]byte, []int) + func (*ListProjectAdminsResponse) ProtoMessage() + func (m *ListProjectAdminsResponse) Validate() error + func (m *ListProjectAdminsResponse) ValidateAll() error + func (x *ListProjectAdminsResponse) GetUsers() []*User + func (x *ListProjectAdminsResponse) ProtoReflect() protoreflect.Message + func (x *ListProjectAdminsResponse) Reset() + func (x *ListProjectAdminsResponse) String() string + type ListProjectAdminsResponseMultiError []error + func (m ListProjectAdminsResponseMultiError) AllErrors() []error + func (m ListProjectAdminsResponseMultiError) Error() string + type ListProjectAdminsResponseValidationError struct + func (e ListProjectAdminsResponseValidationError) Cause() error + func (e ListProjectAdminsResponseValidationError) Error() string + func (e ListProjectAdminsResponseValidationError) ErrorName() string + func (e ListProjectAdminsResponseValidationError) Field() string + func (e ListProjectAdminsResponseValidationError) Key() bool + func (e ListProjectAdminsResponseValidationError) Reason() string + type ListProjectResourcesRequest struct + Namespace string + ProjectId string + func (*ListProjectResourcesRequest) Descriptor() ([]byte, []int) + func (*ListProjectResourcesRequest) ProtoMessage() + func (m *ListProjectResourcesRequest) Validate() error + func (m *ListProjectResourcesRequest) ValidateAll() error + func (x *ListProjectResourcesRequest) GetNamespace() string + func (x *ListProjectResourcesRequest) GetProjectId() string + func (x *ListProjectResourcesRequest) ProtoReflect() protoreflect.Message + func (x *ListProjectResourcesRequest) Reset() + func (x *ListProjectResourcesRequest) String() string + type ListProjectResourcesRequestMultiError []error + func (m ListProjectResourcesRequestMultiError) AllErrors() []error + func (m ListProjectResourcesRequestMultiError) Error() string + type ListProjectResourcesRequestValidationError struct + func (e ListProjectResourcesRequestValidationError) Cause() error + func (e ListProjectResourcesRequestValidationError) Error() string + func (e ListProjectResourcesRequestValidationError) ErrorName() string + func (e ListProjectResourcesRequestValidationError) Field() string + func (e ListProjectResourcesRequestValidationError) Key() bool + func (e ListProjectResourcesRequestValidationError) Reason() string + type ListProjectResourcesResponse struct + Resources []*Resource + func (*ListProjectResourcesResponse) Descriptor() ([]byte, []int) + func (*ListProjectResourcesResponse) ProtoMessage() + func (m *ListProjectResourcesResponse) Validate() error + func (m *ListProjectResourcesResponse) ValidateAll() error + func (x *ListProjectResourcesResponse) GetResources() []*Resource + func (x *ListProjectResourcesResponse) ProtoReflect() protoreflect.Message + func (x *ListProjectResourcesResponse) Reset() + func (x *ListProjectResourcesResponse) String() string + type ListProjectResourcesResponseMultiError []error + func (m ListProjectResourcesResponseMultiError) AllErrors() []error + func (m ListProjectResourcesResponseMultiError) Error() string + type ListProjectResourcesResponseValidationError struct + func (e ListProjectResourcesResponseValidationError) Cause() error + func (e ListProjectResourcesResponseValidationError) Error() string + func (e ListProjectResourcesResponseValidationError) ErrorName() string + func (e ListProjectResourcesResponseValidationError) Field() string + func (e ListProjectResourcesResponseValidationError) Key() bool + func (e ListProjectResourcesResponseValidationError) Reason() string + type ListProjectUsersRequest struct + Id string + PermissionFilter string + func (*ListProjectUsersRequest) Descriptor() ([]byte, []int) + func (*ListProjectUsersRequest) ProtoMessage() + func (m *ListProjectUsersRequest) Validate() error + func (m *ListProjectUsersRequest) ValidateAll() error + func (x *ListProjectUsersRequest) GetId() string + func (x *ListProjectUsersRequest) GetPermissionFilter() string + func (x *ListProjectUsersRequest) ProtoReflect() protoreflect.Message + func (x *ListProjectUsersRequest) Reset() + func (x *ListProjectUsersRequest) String() string + type ListProjectUsersRequestMultiError []error + func (m ListProjectUsersRequestMultiError) AllErrors() []error + func (m ListProjectUsersRequestMultiError) Error() string + type ListProjectUsersRequestValidationError struct + func (e ListProjectUsersRequestValidationError) Cause() error + func (e ListProjectUsersRequestValidationError) Error() string + func (e ListProjectUsersRequestValidationError) ErrorName() string + func (e ListProjectUsersRequestValidationError) Field() string + func (e ListProjectUsersRequestValidationError) Key() bool + func (e ListProjectUsersRequestValidationError) Reason() string + type ListProjectUsersResponse struct + Users []*User + func (*ListProjectUsersResponse) Descriptor() ([]byte, []int) + func (*ListProjectUsersResponse) ProtoMessage() + func (m *ListProjectUsersResponse) Validate() error + func (m *ListProjectUsersResponse) ValidateAll() error + func (x *ListProjectUsersResponse) GetUsers() []*User + func (x *ListProjectUsersResponse) ProtoReflect() protoreflect.Message + func (x *ListProjectUsersResponse) Reset() + func (x *ListProjectUsersResponse) String() string + type ListProjectUsersResponseMultiError []error + func (m ListProjectUsersResponseMultiError) AllErrors() []error + func (m ListProjectUsersResponseMultiError) Error() string + type ListProjectUsersResponseValidationError struct + func (e ListProjectUsersResponseValidationError) Cause() error + func (e ListProjectUsersResponseValidationError) Error() string + func (e ListProjectUsersResponseValidationError) ErrorName() string + func (e ListProjectUsersResponseValidationError) Field() string + func (e ListProjectUsersResponseValidationError) Key() bool + func (e ListProjectUsersResponseValidationError) Reason() string + type ListProjectsRequest struct + OrgId string + State string + func (*ListProjectsRequest) Descriptor() ([]byte, []int) + func (*ListProjectsRequest) ProtoMessage() + func (m *ListProjectsRequest) Validate() error + func (m *ListProjectsRequest) ValidateAll() error + func (x *ListProjectsRequest) GetOrgId() string + func (x *ListProjectsRequest) GetState() string + func (x *ListProjectsRequest) ProtoReflect() protoreflect.Message + func (x *ListProjectsRequest) Reset() + func (x *ListProjectsRequest) String() string + type ListProjectsRequestMultiError []error + func (m ListProjectsRequestMultiError) AllErrors() []error + func (m ListProjectsRequestMultiError) Error() string + type ListProjectsRequestValidationError struct + func (e ListProjectsRequestValidationError) Cause() error + func (e ListProjectsRequestValidationError) Error() string + func (e ListProjectsRequestValidationError) ErrorName() string + func (e ListProjectsRequestValidationError) Field() string + func (e ListProjectsRequestValidationError) Key() bool + func (e ListProjectsRequestValidationError) Reason() string + type ListProjectsResponse struct + Projects []*Project + func (*ListProjectsResponse) Descriptor() ([]byte, []int) + func (*ListProjectsResponse) ProtoMessage() + func (m *ListProjectsResponse) Validate() error + func (m *ListProjectsResponse) ValidateAll() error + func (x *ListProjectsResponse) GetProjects() []*Project + func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message + func (x *ListProjectsResponse) Reset() + func (x *ListProjectsResponse) String() string + type ListProjectsResponseMultiError []error + func (m ListProjectsResponseMultiError) AllErrors() []error + func (m ListProjectsResponseMultiError) Error() string + type ListProjectsResponseValidationError struct + func (e ListProjectsResponseValidationError) Cause() error + func (e ListProjectsResponseValidationError) Error() string + func (e ListProjectsResponseValidationError) ErrorName() string + func (e ListProjectsResponseValidationError) Field() string + func (e ListProjectsResponseValidationError) Key() bool + func (e ListProjectsResponseValidationError) Reason() string + type ListRelationsRequest struct + func (*ListRelationsRequest) Descriptor() ([]byte, []int) + func (*ListRelationsRequest) ProtoMessage() + func (m *ListRelationsRequest) Validate() error + func (m *ListRelationsRequest) ValidateAll() error + func (x *ListRelationsRequest) ProtoReflect() protoreflect.Message + func (x *ListRelationsRequest) Reset() + func (x *ListRelationsRequest) String() string + type ListRelationsRequestMultiError []error + func (m ListRelationsRequestMultiError) AllErrors() []error + func (m ListRelationsRequestMultiError) Error() string + type ListRelationsRequestValidationError struct + func (e ListRelationsRequestValidationError) Cause() error + func (e ListRelationsRequestValidationError) Error() string + func (e ListRelationsRequestValidationError) ErrorName() string + func (e ListRelationsRequestValidationError) Field() string + func (e ListRelationsRequestValidationError) Key() bool + func (e ListRelationsRequestValidationError) Reason() string + type ListRelationsResponse struct + Relations []*Relation + func (*ListRelationsResponse) Descriptor() ([]byte, []int) + func (*ListRelationsResponse) ProtoMessage() + func (m *ListRelationsResponse) Validate() error + func (m *ListRelationsResponse) ValidateAll() error + func (x *ListRelationsResponse) GetRelations() []*Relation + func (x *ListRelationsResponse) ProtoReflect() protoreflect.Message + func (x *ListRelationsResponse) Reset() + func (x *ListRelationsResponse) String() string + type ListRelationsResponseMultiError []error + func (m ListRelationsResponseMultiError) AllErrors() []error + func (m ListRelationsResponseMultiError) Error() string + type ListRelationsResponseValidationError struct + func (e ListRelationsResponseValidationError) Cause() error + func (e ListRelationsResponseValidationError) Error() string + func (e ListRelationsResponseValidationError) ErrorName() string + func (e ListRelationsResponseValidationError) Field() string + func (e ListRelationsResponseValidationError) Key() bool + func (e ListRelationsResponseValidationError) Reason() string + type ListResourcesRequest struct + Namespace string + OrganizationId string + ProjectId string + UserId string + func (*ListResourcesRequest) Descriptor() ([]byte, []int) + func (*ListResourcesRequest) ProtoMessage() + func (m *ListResourcesRequest) Validate() error + func (m *ListResourcesRequest) ValidateAll() error + func (x *ListResourcesRequest) GetNamespace() string + func (x *ListResourcesRequest) GetOrganizationId() string + func (x *ListResourcesRequest) GetProjectId() string + func (x *ListResourcesRequest) GetUserId() string + func (x *ListResourcesRequest) ProtoReflect() protoreflect.Message + func (x *ListResourcesRequest) Reset() + func (x *ListResourcesRequest) String() string + type ListResourcesRequestMultiError []error + func (m ListResourcesRequestMultiError) AllErrors() []error + func (m ListResourcesRequestMultiError) Error() string + type ListResourcesRequestValidationError struct + func (e ListResourcesRequestValidationError) Cause() error + func (e ListResourcesRequestValidationError) Error() string + func (e ListResourcesRequestValidationError) ErrorName() string + func (e ListResourcesRequestValidationError) Field() string + func (e ListResourcesRequestValidationError) Key() bool + func (e ListResourcesRequestValidationError) Reason() string + type ListResourcesResponse struct + Resources []*Resource + func (*ListResourcesResponse) Descriptor() ([]byte, []int) + func (*ListResourcesResponse) ProtoMessage() + func (m *ListResourcesResponse) Validate() error + func (m *ListResourcesResponse) ValidateAll() error + func (x *ListResourcesResponse) GetResources() []*Resource + func (x *ListResourcesResponse) ProtoReflect() protoreflect.Message + func (x *ListResourcesResponse) Reset() + func (x *ListResourcesResponse) String() string + type ListResourcesResponseMultiError []error + func (m ListResourcesResponseMultiError) AllErrors() []error + func (m ListResourcesResponseMultiError) Error() string + type ListResourcesResponseValidationError struct + func (e ListResourcesResponseValidationError) Cause() error + func (e ListResourcesResponseValidationError) Error() string + func (e ListResourcesResponseValidationError) ErrorName() string + func (e ListResourcesResponseValidationError) Field() string + func (e ListResourcesResponseValidationError) Key() bool + func (e ListResourcesResponseValidationError) Reason() string + type ListRolesRequest struct + State string + func (*ListRolesRequest) Descriptor() ([]byte, []int) + func (*ListRolesRequest) ProtoMessage() + func (m *ListRolesRequest) Validate() error + func (m *ListRolesRequest) ValidateAll() error + func (x *ListRolesRequest) GetState() string + func (x *ListRolesRequest) ProtoReflect() protoreflect.Message + func (x *ListRolesRequest) Reset() + func (x *ListRolesRequest) String() string + type ListRolesRequestMultiError []error + func (m ListRolesRequestMultiError) AllErrors() []error + func (m ListRolesRequestMultiError) Error() string + type ListRolesRequestValidationError struct + func (e ListRolesRequestValidationError) Cause() error + func (e ListRolesRequestValidationError) Error() string + func (e ListRolesRequestValidationError) ErrorName() string + func (e ListRolesRequestValidationError) Field() string + func (e ListRolesRequestValidationError) Key() bool + func (e ListRolesRequestValidationError) Reason() string + type ListRolesResponse struct + Roles []*Role + func (*ListRolesResponse) Descriptor() ([]byte, []int) + func (*ListRolesResponse) ProtoMessage() + func (m *ListRolesResponse) Validate() error + func (m *ListRolesResponse) ValidateAll() error + func (x *ListRolesResponse) GetRoles() []*Role + func (x *ListRolesResponse) ProtoReflect() protoreflect.Message + func (x *ListRolesResponse) Reset() + func (x *ListRolesResponse) String() string + type ListRolesResponseMultiError []error + func (m ListRolesResponseMultiError) AllErrors() []error + func (m ListRolesResponseMultiError) Error() string + type ListRolesResponseValidationError struct + func (e ListRolesResponseValidationError) Cause() error + func (e ListRolesResponseValidationError) Error() string + func (e ListRolesResponseValidationError) ErrorName() string + func (e ListRolesResponseValidationError) Field() string + func (e ListRolesResponseValidationError) Key() bool + func (e ListRolesResponseValidationError) Reason() string + type ListServiceUserKeysRequest struct + Id string + func (*ListServiceUserKeysRequest) Descriptor() ([]byte, []int) + func (*ListServiceUserKeysRequest) ProtoMessage() + func (m *ListServiceUserKeysRequest) Validate() error + func (m *ListServiceUserKeysRequest) ValidateAll() error + func (x *ListServiceUserKeysRequest) GetId() string + func (x *ListServiceUserKeysRequest) ProtoReflect() protoreflect.Message + func (x *ListServiceUserKeysRequest) Reset() + func (x *ListServiceUserKeysRequest) String() string + type ListServiceUserKeysRequestMultiError []error + func (m ListServiceUserKeysRequestMultiError) AllErrors() []error + func (m ListServiceUserKeysRequestMultiError) Error() string + type ListServiceUserKeysRequestValidationError struct + func (e ListServiceUserKeysRequestValidationError) Cause() error + func (e ListServiceUserKeysRequestValidationError) Error() string + func (e ListServiceUserKeysRequestValidationError) ErrorName() string + func (e ListServiceUserKeysRequestValidationError) Field() string + func (e ListServiceUserKeysRequestValidationError) Key() bool + func (e ListServiceUserKeysRequestValidationError) Reason() string + type ListServiceUserKeysResponse struct + Keys []*ServiceUserKey + func (*ListServiceUserKeysResponse) Descriptor() ([]byte, []int) + func (*ListServiceUserKeysResponse) ProtoMessage() + func (m *ListServiceUserKeysResponse) Validate() error + func (m *ListServiceUserKeysResponse) ValidateAll() error + func (x *ListServiceUserKeysResponse) GetKeys() []*ServiceUserKey + func (x *ListServiceUserKeysResponse) ProtoReflect() protoreflect.Message + func (x *ListServiceUserKeysResponse) Reset() + func (x *ListServiceUserKeysResponse) String() string + type ListServiceUserKeysResponseMultiError []error + func (m ListServiceUserKeysResponseMultiError) AllErrors() []error + func (m ListServiceUserKeysResponseMultiError) Error() string + type ListServiceUserKeysResponseValidationError struct + func (e ListServiceUserKeysResponseValidationError) Cause() error + func (e ListServiceUserKeysResponseValidationError) Error() string + func (e ListServiceUserKeysResponseValidationError) ErrorName() string + func (e ListServiceUserKeysResponseValidationError) Field() string + func (e ListServiceUserKeysResponseValidationError) Key() bool + func (e ListServiceUserKeysResponseValidationError) Reason() string + type ListServiceUserSecretsRequest struct + Id string + func (*ListServiceUserSecretsRequest) Descriptor() ([]byte, []int) + func (*ListServiceUserSecretsRequest) ProtoMessage() + func (m *ListServiceUserSecretsRequest) Validate() error + func (m *ListServiceUserSecretsRequest) ValidateAll() error + func (x *ListServiceUserSecretsRequest) GetId() string + func (x *ListServiceUserSecretsRequest) ProtoReflect() protoreflect.Message + func (x *ListServiceUserSecretsRequest) Reset() + func (x *ListServiceUserSecretsRequest) String() string + type ListServiceUserSecretsRequestMultiError []error + func (m ListServiceUserSecretsRequestMultiError) AllErrors() []error + func (m ListServiceUserSecretsRequestMultiError) Error() string + type ListServiceUserSecretsRequestValidationError struct + func (e ListServiceUserSecretsRequestValidationError) Cause() error + func (e ListServiceUserSecretsRequestValidationError) Error() string + func (e ListServiceUserSecretsRequestValidationError) ErrorName() string + func (e ListServiceUserSecretsRequestValidationError) Field() string + func (e ListServiceUserSecretsRequestValidationError) Key() bool + func (e ListServiceUserSecretsRequestValidationError) Reason() string + type ListServiceUserSecretsResponse struct + Secrets []*SecretCredential + func (*ListServiceUserSecretsResponse) Descriptor() ([]byte, []int) + func (*ListServiceUserSecretsResponse) ProtoMessage() + func (m *ListServiceUserSecretsResponse) Validate() error + func (m *ListServiceUserSecretsResponse) ValidateAll() error + func (x *ListServiceUserSecretsResponse) GetSecrets() []*SecretCredential + func (x *ListServiceUserSecretsResponse) ProtoReflect() protoreflect.Message + func (x *ListServiceUserSecretsResponse) Reset() + func (x *ListServiceUserSecretsResponse) String() string + type ListServiceUserSecretsResponseMultiError []error + func (m ListServiceUserSecretsResponseMultiError) AllErrors() []error + func (m ListServiceUserSecretsResponseMultiError) Error() string + type ListServiceUserSecretsResponseValidationError struct + func (e ListServiceUserSecretsResponseValidationError) Cause() error + func (e ListServiceUserSecretsResponseValidationError) Error() string + func (e ListServiceUserSecretsResponseValidationError) ErrorName() string + func (e ListServiceUserSecretsResponseValidationError) Field() string + func (e ListServiceUserSecretsResponseValidationError) Key() bool + func (e ListServiceUserSecretsResponseValidationError) Reason() string + type ListServiceUsersRequest struct + OrgId string + State string + func (*ListServiceUsersRequest) Descriptor() ([]byte, []int) + func (*ListServiceUsersRequest) ProtoMessage() + func (m *ListServiceUsersRequest) Validate() error + func (m *ListServiceUsersRequest) ValidateAll() error + func (x *ListServiceUsersRequest) GetOrgId() string + func (x *ListServiceUsersRequest) GetState() string + func (x *ListServiceUsersRequest) ProtoReflect() protoreflect.Message + func (x *ListServiceUsersRequest) Reset() + func (x *ListServiceUsersRequest) String() string + type ListServiceUsersRequestMultiError []error + func (m ListServiceUsersRequestMultiError) AllErrors() []error + func (m ListServiceUsersRequestMultiError) Error() string + type ListServiceUsersRequestValidationError struct + func (e ListServiceUsersRequestValidationError) Cause() error + func (e ListServiceUsersRequestValidationError) Error() string + func (e ListServiceUsersRequestValidationError) ErrorName() string + func (e ListServiceUsersRequestValidationError) Field() string + func (e ListServiceUsersRequestValidationError) Key() bool + func (e ListServiceUsersRequestValidationError) Reason() string + type ListServiceUsersResponse struct + Serviceusers []*ServiceUser + func (*ListServiceUsersResponse) Descriptor() ([]byte, []int) + func (*ListServiceUsersResponse) ProtoMessage() + func (m *ListServiceUsersResponse) Validate() error + func (m *ListServiceUsersResponse) ValidateAll() error + func (x *ListServiceUsersResponse) GetServiceusers() []*ServiceUser + func (x *ListServiceUsersResponse) ProtoReflect() protoreflect.Message + func (x *ListServiceUsersResponse) Reset() + func (x *ListServiceUsersResponse) String() string + type ListServiceUsersResponseMultiError []error + func (m ListServiceUsersResponseMultiError) AllErrors() []error + func (m ListServiceUsersResponseMultiError) Error() string + type ListServiceUsersResponseValidationError struct + func (e ListServiceUsersResponseValidationError) Cause() error + func (e ListServiceUsersResponseValidationError) Error() string + func (e ListServiceUsersResponseValidationError) ErrorName() string + func (e ListServiceUsersResponseValidationError) Field() string + func (e ListServiceUsersResponseValidationError) Key() bool + func (e ListServiceUsersResponseValidationError) Reason() string + type ListUserGroupsRequest struct + Id string + OrgId string + func (*ListUserGroupsRequest) Descriptor() ([]byte, []int) + func (*ListUserGroupsRequest) ProtoMessage() + func (m *ListUserGroupsRequest) Validate() error + func (m *ListUserGroupsRequest) ValidateAll() error + func (x *ListUserGroupsRequest) GetId() string + func (x *ListUserGroupsRequest) GetOrgId() string + func (x *ListUserGroupsRequest) ProtoReflect() protoreflect.Message + func (x *ListUserGroupsRequest) Reset() + func (x *ListUserGroupsRequest) String() string + type ListUserGroupsRequestMultiError []error + func (m ListUserGroupsRequestMultiError) AllErrors() []error + func (m ListUserGroupsRequestMultiError) Error() string + type ListUserGroupsRequestValidationError struct + func (e ListUserGroupsRequestValidationError) Cause() error + func (e ListUserGroupsRequestValidationError) Error() string + func (e ListUserGroupsRequestValidationError) ErrorName() string + func (e ListUserGroupsRequestValidationError) Field() string + func (e ListUserGroupsRequestValidationError) Key() bool + func (e ListUserGroupsRequestValidationError) Reason() string + type ListUserGroupsResponse struct + Groups []*Group + func (*ListUserGroupsResponse) Descriptor() ([]byte, []int) + func (*ListUserGroupsResponse) ProtoMessage() + func (m *ListUserGroupsResponse) Validate() error + func (m *ListUserGroupsResponse) ValidateAll() error + func (x *ListUserGroupsResponse) GetGroups() []*Group + func (x *ListUserGroupsResponse) ProtoReflect() protoreflect.Message + func (x *ListUserGroupsResponse) Reset() + func (x *ListUserGroupsResponse) String() string + type ListUserGroupsResponseMultiError []error + func (m ListUserGroupsResponseMultiError) AllErrors() []error + func (m ListUserGroupsResponseMultiError) Error() string + type ListUserGroupsResponseValidationError struct + func (e ListUserGroupsResponseValidationError) Cause() error + func (e ListUserGroupsResponseValidationError) Error() string + func (e ListUserGroupsResponseValidationError) ErrorName() string + func (e ListUserGroupsResponseValidationError) Field() string + func (e ListUserGroupsResponseValidationError) Key() bool + func (e ListUserGroupsResponseValidationError) Reason() string + type ListUserInvitationsRequest struct + Id string + func (*ListUserInvitationsRequest) Descriptor() ([]byte, []int) + func (*ListUserInvitationsRequest) ProtoMessage() + func (m *ListUserInvitationsRequest) Validate() error + func (m *ListUserInvitationsRequest) ValidateAll() error + func (x *ListUserInvitationsRequest) GetId() string + func (x *ListUserInvitationsRequest) ProtoReflect() protoreflect.Message + func (x *ListUserInvitationsRequest) Reset() + func (x *ListUserInvitationsRequest) String() string + type ListUserInvitationsRequestMultiError []error + func (m ListUserInvitationsRequestMultiError) AllErrors() []error + func (m ListUserInvitationsRequestMultiError) Error() string + type ListUserInvitationsRequestValidationError struct + func (e ListUserInvitationsRequestValidationError) Cause() error + func (e ListUserInvitationsRequestValidationError) Error() string + func (e ListUserInvitationsRequestValidationError) ErrorName() string + func (e ListUserInvitationsRequestValidationError) Field() string + func (e ListUserInvitationsRequestValidationError) Key() bool + func (e ListUserInvitationsRequestValidationError) Reason() string + type ListUserInvitationsResponse struct + Invitations []*Invitation + func (*ListUserInvitationsResponse) Descriptor() ([]byte, []int) + func (*ListUserInvitationsResponse) ProtoMessage() + func (m *ListUserInvitationsResponse) Validate() error + func (m *ListUserInvitationsResponse) ValidateAll() error + func (x *ListUserInvitationsResponse) GetInvitations() []*Invitation + func (x *ListUserInvitationsResponse) ProtoReflect() protoreflect.Message + func (x *ListUserInvitationsResponse) Reset() + func (x *ListUserInvitationsResponse) String() string + type ListUserInvitationsResponseMultiError []error + func (m ListUserInvitationsResponseMultiError) AllErrors() []error + func (m ListUserInvitationsResponseMultiError) Error() string + type ListUserInvitationsResponseValidationError struct + func (e ListUserInvitationsResponseValidationError) Cause() error + func (e ListUserInvitationsResponseValidationError) Error() string + func (e ListUserInvitationsResponseValidationError) ErrorName() string + func (e ListUserInvitationsResponseValidationError) Field() string + func (e ListUserInvitationsResponseValidationError) Key() bool + func (e ListUserInvitationsResponseValidationError) Reason() string + type ListUsersRequest struct + GroupId string + Keyword string + OrgId string + PageNum int32 + PageSize int32 + State string + func (*ListUsersRequest) Descriptor() ([]byte, []int) + func (*ListUsersRequest) ProtoMessage() + func (m *ListUsersRequest) Validate() error + func (m *ListUsersRequest) ValidateAll() error + func (x *ListUsersRequest) GetGroupId() string + func (x *ListUsersRequest) GetKeyword() string + func (x *ListUsersRequest) GetOrgId() string + func (x *ListUsersRequest) GetPageNum() int32 + func (x *ListUsersRequest) GetPageSize() int32 + func (x *ListUsersRequest) GetState() string + func (x *ListUsersRequest) ProtoReflect() protoreflect.Message + func (x *ListUsersRequest) Reset() + func (x *ListUsersRequest) String() string + type ListUsersRequestMultiError []error + func (m ListUsersRequestMultiError) AllErrors() []error + func (m ListUsersRequestMultiError) Error() string + type ListUsersRequestValidationError struct + func (e ListUsersRequestValidationError) Cause() error + func (e ListUsersRequestValidationError) Error() string + func (e ListUsersRequestValidationError) ErrorName() string + func (e ListUsersRequestValidationError) Field() string + func (e ListUsersRequestValidationError) Key() bool + func (e ListUsersRequestValidationError) Reason() string + type ListUsersResponse struct + Count int32 + Users []*User + func (*ListUsersResponse) Descriptor() ([]byte, []int) + func (*ListUsersResponse) ProtoMessage() + func (m *ListUsersResponse) Validate() error + func (m *ListUsersResponse) ValidateAll() error + func (x *ListUsersResponse) GetCount() int32 + func (x *ListUsersResponse) GetUsers() []*User + func (x *ListUsersResponse) ProtoReflect() protoreflect.Message + func (x *ListUsersResponse) Reset() + func (x *ListUsersResponse) String() string + type ListUsersResponseMultiError []error + func (m ListUsersResponseMultiError) AllErrors() []error + func (m ListUsersResponseMultiError) Error() string + type ListUsersResponseValidationError struct + func (e ListUsersResponseValidationError) Cause() error + func (e ListUsersResponseValidationError) Error() string + func (e ListUsersResponseValidationError) ErrorName() string + func (e ListUsersResponseValidationError) Field() string + func (e ListUsersResponseValidationError) Key() bool + func (e ListUsersResponseValidationError) Reason() string + type MetaSchema struct + CreatedAt *timestamppb.Timestamp + Id string + Name string + Schema string + UpdatedAt *timestamppb.Timestamp + func (*MetaSchema) Descriptor() ([]byte, []int) + func (*MetaSchema) ProtoMessage() + func (m *MetaSchema) Validate() error + func (m *MetaSchema) ValidateAll() error + func (x *MetaSchema) GetCreatedAt() *timestamppb.Timestamp + func (x *MetaSchema) GetId() string + func (x *MetaSchema) GetName() string + func (x *MetaSchema) GetSchema() string + func (x *MetaSchema) GetUpdatedAt() *timestamppb.Timestamp + func (x *MetaSchema) ProtoReflect() protoreflect.Message + func (x *MetaSchema) Reset() + func (x *MetaSchema) String() string + type MetaSchemaMultiError []error + func (m MetaSchemaMultiError) AllErrors() []error + func (m MetaSchemaMultiError) Error() string + type MetaSchemaRequestBody struct + Name string + Schema string + func (*MetaSchemaRequestBody) Descriptor() ([]byte, []int) + func (*MetaSchemaRequestBody) ProtoMessage() + func (m *MetaSchemaRequestBody) Validate() error + func (m *MetaSchemaRequestBody) ValidateAll() error + func (x *MetaSchemaRequestBody) GetName() string + func (x *MetaSchemaRequestBody) GetSchema() string + func (x *MetaSchemaRequestBody) ProtoReflect() protoreflect.Message + func (x *MetaSchemaRequestBody) Reset() + func (x *MetaSchemaRequestBody) String() string + type MetaSchemaRequestBodyMultiError []error + func (m MetaSchemaRequestBodyMultiError) AllErrors() []error + func (m MetaSchemaRequestBodyMultiError) Error() string + type MetaSchemaRequestBodyValidationError struct + func (e MetaSchemaRequestBodyValidationError) Cause() error + func (e MetaSchemaRequestBodyValidationError) Error() string + func (e MetaSchemaRequestBodyValidationError) ErrorName() string + func (e MetaSchemaRequestBodyValidationError) Field() string + func (e MetaSchemaRequestBodyValidationError) Key() bool + func (e MetaSchemaRequestBodyValidationError) Reason() string + type MetaSchemaValidationError struct + func (e MetaSchemaValidationError) Cause() error + func (e MetaSchemaValidationError) Error() string + func (e MetaSchemaValidationError) ErrorName() string + func (e MetaSchemaValidationError) Field() string + func (e MetaSchemaValidationError) Key() bool + func (e MetaSchemaValidationError) Reason() string + type Namespace struct + CreatedAt *timestamppb.Timestamp + Id string + Metadata *structpb.Struct + Name string + UpdatedAt *timestamppb.Timestamp + func (*Namespace) Descriptor() ([]byte, []int) + func (*Namespace) ProtoMessage() + func (m *Namespace) Validate() error + func (m *Namespace) ValidateAll() error + func (x *Namespace) GetCreatedAt() *timestamppb.Timestamp + func (x *Namespace) GetId() string + func (x *Namespace) GetMetadata() *structpb.Struct + func (x *Namespace) GetName() string + func (x *Namespace) GetUpdatedAt() *timestamppb.Timestamp + func (x *Namespace) ProtoReflect() protoreflect.Message + func (x *Namespace) Reset() + func (x *Namespace) String() string + type NamespaceMultiError []error + func (m NamespaceMultiError) AllErrors() []error + func (m NamespaceMultiError) Error() string + type NamespaceValidationError struct + func (e NamespaceValidationError) Cause() error + func (e NamespaceValidationError) Error() string + func (e NamespaceValidationError) ErrorName() string + func (e NamespaceValidationError) Field() string + func (e NamespaceValidationError) Key() bool + func (e NamespaceValidationError) Reason() string + type Organization struct + CreatedAt *timestamppb.Timestamp + Id string + Metadata *structpb.Struct + Name string + Title string + UpdatedAt *timestamppb.Timestamp + func (*Organization) Descriptor() ([]byte, []int) + func (*Organization) ProtoMessage() + func (m *Organization) Validate() error + func (m *Organization) ValidateAll() error + func (x *Organization) GetCreatedAt() *timestamppb.Timestamp + func (x *Organization) GetId() string + func (x *Organization) GetMetadata() *structpb.Struct + func (x *Organization) GetName() string + func (x *Organization) GetTitle() string + func (x *Organization) GetUpdatedAt() *timestamppb.Timestamp + func (x *Organization) ProtoReflect() protoreflect.Message + func (x *Organization) Reset() + func (x *Organization) String() string + type OrganizationMultiError []error + func (m OrganizationMultiError) AllErrors() []error + func (m OrganizationMultiError) Error() string + type OrganizationRequestBody struct + Metadata *structpb.Struct + Name string + Title string + func (*OrganizationRequestBody) Descriptor() ([]byte, []int) + func (*OrganizationRequestBody) ProtoMessage() + func (m *OrganizationRequestBody) Validate() error + func (m *OrganizationRequestBody) ValidateAll() error + func (x *OrganizationRequestBody) GetMetadata() *structpb.Struct + func (x *OrganizationRequestBody) GetName() string + func (x *OrganizationRequestBody) GetTitle() string + func (x *OrganizationRequestBody) ProtoReflect() protoreflect.Message + func (x *OrganizationRequestBody) Reset() + func (x *OrganizationRequestBody) String() string + type OrganizationRequestBodyMultiError []error + func (m OrganizationRequestBodyMultiError) AllErrors() []error + func (m OrganizationRequestBodyMultiError) Error() string + type OrganizationRequestBodyValidationError struct + func (e OrganizationRequestBodyValidationError) Cause() error + func (e OrganizationRequestBodyValidationError) Error() string + func (e OrganizationRequestBodyValidationError) ErrorName() string + func (e OrganizationRequestBodyValidationError) Field() string + func (e OrganizationRequestBodyValidationError) Key() bool + func (e OrganizationRequestBodyValidationError) Reason() string + type OrganizationValidationError struct + func (e OrganizationValidationError) Cause() error + func (e OrganizationValidationError) Error() string + func (e OrganizationValidationError) ErrorName() string + func (e OrganizationValidationError) Field() string + func (e OrganizationValidationError) Key() bool + func (e OrganizationValidationError) Reason() string + type Permission struct + CreatedAt *timestamppb.Timestamp + Id string + Key string + Metadata *structpb.Struct + Name string + Namespace string + Title string + UpdatedAt *timestamppb.Timestamp + func (*Permission) Descriptor() ([]byte, []int) + func (*Permission) ProtoMessage() + func (m *Permission) Validate() error + func (m *Permission) ValidateAll() error + func (x *Permission) GetCreatedAt() *timestamppb.Timestamp + func (x *Permission) GetId() string + func (x *Permission) GetKey() string + func (x *Permission) GetMetadata() *structpb.Struct + func (x *Permission) GetName() string + func (x *Permission) GetNamespace() string + func (x *Permission) GetTitle() string + func (x *Permission) GetUpdatedAt() *timestamppb.Timestamp + func (x *Permission) ProtoReflect() protoreflect.Message + func (x *Permission) Reset() + func (x *Permission) String() string + type PermissionMultiError []error + func (m PermissionMultiError) AllErrors() []error + func (m PermissionMultiError) Error() string + type PermissionRequestBody struct + Key string + Metadata *structpb.Struct + Name string + Namespace string + Title string + func (*PermissionRequestBody) Descriptor() ([]byte, []int) + func (*PermissionRequestBody) ProtoMessage() + func (m *PermissionRequestBody) Validate() error + func (m *PermissionRequestBody) ValidateAll() error + func (x *PermissionRequestBody) GetKey() string + func (x *PermissionRequestBody) GetMetadata() *structpb.Struct + func (x *PermissionRequestBody) GetName() string + func (x *PermissionRequestBody) GetNamespace() string + func (x *PermissionRequestBody) GetTitle() string + func (x *PermissionRequestBody) ProtoReflect() protoreflect.Message + func (x *PermissionRequestBody) Reset() + func (x *PermissionRequestBody) String() string + type PermissionRequestBodyMultiError []error + func (m PermissionRequestBodyMultiError) AllErrors() []error + func (m PermissionRequestBodyMultiError) Error() string + type PermissionRequestBodyValidationError struct + func (e PermissionRequestBodyValidationError) Cause() error + func (e PermissionRequestBodyValidationError) Error() string + func (e PermissionRequestBodyValidationError) ErrorName() string + func (e PermissionRequestBodyValidationError) Field() string + func (e PermissionRequestBodyValidationError) Key() bool + func (e PermissionRequestBodyValidationError) Reason() string + type PermissionValidationError struct + func (e PermissionValidationError) Cause() error + func (e PermissionValidationError) Error() string + func (e PermissionValidationError) ErrorName() string + func (e PermissionValidationError) Field() string + func (e PermissionValidationError) Key() bool + func (e PermissionValidationError) Reason() string + type Policy struct + CreatedAt *timestamppb.Timestamp + Id string + Metadata *structpb.Struct + Principal string + Resource string + RoleId string + Title string + UpdatedAt *timestamppb.Timestamp + func (*Policy) Descriptor() ([]byte, []int) + func (*Policy) ProtoMessage() + func (m *Policy) Validate() error + func (m *Policy) ValidateAll() error + func (x *Policy) GetCreatedAt() *timestamppb.Timestamp + func (x *Policy) GetId() string + func (x *Policy) GetMetadata() *structpb.Struct + func (x *Policy) GetPrincipal() string + func (x *Policy) GetResource() string + func (x *Policy) GetRoleId() string + func (x *Policy) GetTitle() string + func (x *Policy) GetUpdatedAt() *timestamppb.Timestamp + func (x *Policy) ProtoReflect() protoreflect.Message + func (x *Policy) Reset() + func (x *Policy) String() string + type PolicyMultiError []error + func (m PolicyMultiError) AllErrors() []error + func (m PolicyMultiError) Error() string + type PolicyRequestBody struct + Metadata *structpb.Struct + Principal string + Resource string + RoleId string + Title string + func (*PolicyRequestBody) Descriptor() ([]byte, []int) + func (*PolicyRequestBody) ProtoMessage() + func (m *PolicyRequestBody) Validate() error + func (m *PolicyRequestBody) ValidateAll() error + func (x *PolicyRequestBody) GetMetadata() *structpb.Struct + func (x *PolicyRequestBody) GetPrincipal() string + func (x *PolicyRequestBody) GetResource() string + func (x *PolicyRequestBody) GetRoleId() string + func (x *PolicyRequestBody) GetTitle() string + func (x *PolicyRequestBody) ProtoReflect() protoreflect.Message + func (x *PolicyRequestBody) Reset() + func (x *PolicyRequestBody) String() string + type PolicyRequestBodyMultiError []error + func (m PolicyRequestBodyMultiError) AllErrors() []error + func (m PolicyRequestBodyMultiError) Error() string + type PolicyRequestBodyValidationError struct + func (e PolicyRequestBodyValidationError) Cause() error + func (e PolicyRequestBodyValidationError) Error() string + func (e PolicyRequestBodyValidationError) ErrorName() string + func (e PolicyRequestBodyValidationError) Field() string + func (e PolicyRequestBodyValidationError) Key() bool + func (e PolicyRequestBodyValidationError) Reason() string + type PolicyValidationError struct + func (e PolicyValidationError) Cause() error + func (e PolicyValidationError) Error() string + func (e PolicyValidationError) ErrorName() string + func (e PolicyValidationError) Field() string + func (e PolicyValidationError) Key() bool + func (e PolicyValidationError) Reason() string + type Project struct + CreatedAt *timestamppb.Timestamp + Id string + Metadata *structpb.Struct + Name string + OrgId string + Title string + UpdatedAt *timestamppb.Timestamp + func (*Project) Descriptor() ([]byte, []int) + func (*Project) ProtoMessage() + func (m *Project) Validate() error + func (m *Project) ValidateAll() error + func (x *Project) GetCreatedAt() *timestamppb.Timestamp + func (x *Project) GetId() string + func (x *Project) GetMetadata() *structpb.Struct + func (x *Project) GetName() string + func (x *Project) GetOrgId() string + func (x *Project) GetTitle() string + func (x *Project) GetUpdatedAt() *timestamppb.Timestamp + func (x *Project) ProtoReflect() protoreflect.Message + func (x *Project) Reset() + func (x *Project) String() string + type ProjectMultiError []error + func (m ProjectMultiError) AllErrors() []error + func (m ProjectMultiError) Error() string + type ProjectRequestBody struct + Metadata *structpb.Struct + Name string + OrgId string + Title string + func (*ProjectRequestBody) Descriptor() ([]byte, []int) + func (*ProjectRequestBody) ProtoMessage() + func (m *ProjectRequestBody) Validate() error + func (m *ProjectRequestBody) ValidateAll() error + func (x *ProjectRequestBody) GetMetadata() *structpb.Struct + func (x *ProjectRequestBody) GetName() string + func (x *ProjectRequestBody) GetOrgId() string + func (x *ProjectRequestBody) GetTitle() string + func (x *ProjectRequestBody) ProtoReflect() protoreflect.Message + func (x *ProjectRequestBody) Reset() + func (x *ProjectRequestBody) String() string + type ProjectRequestBodyMultiError []error + func (m ProjectRequestBodyMultiError) AllErrors() []error + func (m ProjectRequestBodyMultiError) Error() string + type ProjectRequestBodyValidationError struct + func (e ProjectRequestBodyValidationError) Cause() error + func (e ProjectRequestBodyValidationError) Error() string + func (e ProjectRequestBodyValidationError) ErrorName() string + func (e ProjectRequestBodyValidationError) Field() string + func (e ProjectRequestBodyValidationError) Key() bool + func (e ProjectRequestBodyValidationError) Reason() string + type ProjectValidationError struct + func (e ProjectValidationError) Cause() error + func (e ProjectValidationError) Error() string + func (e ProjectValidationError) ErrorName() string + func (e ProjectValidationError) Field() string + func (e ProjectValidationError) Key() bool + func (e ProjectValidationError) Reason() string + type Relation struct + CreatedAt *timestamppb.Timestamp + Id string + Object string + Relation string + Subject string + SubjectSubRelation string + UpdatedAt *timestamppb.Timestamp + func (*Relation) Descriptor() ([]byte, []int) + func (*Relation) ProtoMessage() + func (m *Relation) Validate() error + func (m *Relation) ValidateAll() error + func (x *Relation) GetCreatedAt() *timestamppb.Timestamp + func (x *Relation) GetId() string + func (x *Relation) GetObject() string + func (x *Relation) GetRelation() string + func (x *Relation) GetSubject() string + func (x *Relation) GetSubjectSubRelation() string + func (x *Relation) GetUpdatedAt() *timestamppb.Timestamp + func (x *Relation) ProtoReflect() protoreflect.Message + func (x *Relation) Reset() + func (x *Relation) String() string + type RelationMultiError []error + func (m RelationMultiError) AllErrors() []error + func (m RelationMultiError) Error() string + type RelationRequestBody struct + Object string + Relation string + Subject string + SubjectSubRelation string + func (*RelationRequestBody) Descriptor() ([]byte, []int) + func (*RelationRequestBody) ProtoMessage() + func (m *RelationRequestBody) Validate() error + func (m *RelationRequestBody) ValidateAll() error + func (x *RelationRequestBody) GetObject() string + func (x *RelationRequestBody) GetRelation() string + func (x *RelationRequestBody) GetSubject() string + func (x *RelationRequestBody) GetSubjectSubRelation() string + func (x *RelationRequestBody) ProtoReflect() protoreflect.Message + func (x *RelationRequestBody) Reset() + func (x *RelationRequestBody) String() string + type RelationRequestBodyMultiError []error + func (m RelationRequestBodyMultiError) AllErrors() []error + func (m RelationRequestBodyMultiError) Error() string + type RelationRequestBodyValidationError struct + func (e RelationRequestBodyValidationError) Cause() error + func (e RelationRequestBodyValidationError) Error() string + func (e RelationRequestBodyValidationError) ErrorName() string + func (e RelationRequestBodyValidationError) Field() string + func (e RelationRequestBodyValidationError) Key() bool + func (e RelationRequestBodyValidationError) Reason() string + type RelationValidationError struct + func (e RelationValidationError) Cause() error + func (e RelationValidationError) Error() string + func (e RelationValidationError) ErrorName() string + func (e RelationValidationError) Field() string + func (e RelationValidationError) Key() bool + func (e RelationValidationError) Reason() string + type RemoveGroupUserRequest struct + Id string + OrgId string + UserId string + func (*RemoveGroupUserRequest) Descriptor() ([]byte, []int) + func (*RemoveGroupUserRequest) ProtoMessage() + func (m *RemoveGroupUserRequest) Validate() error + func (m *RemoveGroupUserRequest) ValidateAll() error + func (x *RemoveGroupUserRequest) GetId() string + func (x *RemoveGroupUserRequest) GetOrgId() string + func (x *RemoveGroupUserRequest) GetUserId() string + func (x *RemoveGroupUserRequest) ProtoReflect() protoreflect.Message + func (x *RemoveGroupUserRequest) Reset() + func (x *RemoveGroupUserRequest) String() string + type RemoveGroupUserRequestMultiError []error + func (m RemoveGroupUserRequestMultiError) AllErrors() []error + func (m RemoveGroupUserRequestMultiError) Error() string + type RemoveGroupUserRequestValidationError struct + func (e RemoveGroupUserRequestValidationError) Cause() error + func (e RemoveGroupUserRequestValidationError) Error() string + func (e RemoveGroupUserRequestValidationError) ErrorName() string + func (e RemoveGroupUserRequestValidationError) Field() string + func (e RemoveGroupUserRequestValidationError) Key() bool + func (e RemoveGroupUserRequestValidationError) Reason() string + type RemoveGroupUserResponse struct + func (*RemoveGroupUserResponse) Descriptor() ([]byte, []int) + func (*RemoveGroupUserResponse) ProtoMessage() + func (m *RemoveGroupUserResponse) Validate() error + func (m *RemoveGroupUserResponse) ValidateAll() error + func (x *RemoveGroupUserResponse) ProtoReflect() protoreflect.Message + func (x *RemoveGroupUserResponse) Reset() + func (x *RemoveGroupUserResponse) String() string + type RemoveGroupUserResponseMultiError []error + func (m RemoveGroupUserResponseMultiError) AllErrors() []error + func (m RemoveGroupUserResponseMultiError) Error() string + type RemoveGroupUserResponseValidationError struct + func (e RemoveGroupUserResponseValidationError) Cause() error + func (e RemoveGroupUserResponseValidationError) Error() string + func (e RemoveGroupUserResponseValidationError) ErrorName() string + func (e RemoveGroupUserResponseValidationError) Field() string + func (e RemoveGroupUserResponseValidationError) Key() bool + func (e RemoveGroupUserResponseValidationError) Reason() string + type RemoveOrganizationUserRequest struct + Id string + UserId string + func (*RemoveOrganizationUserRequest) Descriptor() ([]byte, []int) + func (*RemoveOrganizationUserRequest) ProtoMessage() + func (m *RemoveOrganizationUserRequest) Validate() error + func (m *RemoveOrganizationUserRequest) ValidateAll() error + func (x *RemoveOrganizationUserRequest) GetId() string + func (x *RemoveOrganizationUserRequest) GetUserId() string + func (x *RemoveOrganizationUserRequest) ProtoReflect() protoreflect.Message + func (x *RemoveOrganizationUserRequest) Reset() + func (x *RemoveOrganizationUserRequest) String() string + type RemoveOrganizationUserRequestMultiError []error + func (m RemoveOrganizationUserRequestMultiError) AllErrors() []error + func (m RemoveOrganizationUserRequestMultiError) Error() string + type RemoveOrganizationUserRequestValidationError struct + func (e RemoveOrganizationUserRequestValidationError) Cause() error + func (e RemoveOrganizationUserRequestValidationError) Error() string + func (e RemoveOrganizationUserRequestValidationError) ErrorName() string + func (e RemoveOrganizationUserRequestValidationError) Field() string + func (e RemoveOrganizationUserRequestValidationError) Key() bool + func (e RemoveOrganizationUserRequestValidationError) Reason() string + type RemoveOrganizationUserResponse struct + func (*RemoveOrganizationUserResponse) Descriptor() ([]byte, []int) + func (*RemoveOrganizationUserResponse) ProtoMessage() + func (m *RemoveOrganizationUserResponse) Validate() error + func (m *RemoveOrganizationUserResponse) ValidateAll() error + func (x *RemoveOrganizationUserResponse) ProtoReflect() protoreflect.Message + func (x *RemoveOrganizationUserResponse) Reset() + func (x *RemoveOrganizationUserResponse) String() string + type RemoveOrganizationUserResponseMultiError []error + func (m RemoveOrganizationUserResponseMultiError) AllErrors() []error + func (m RemoveOrganizationUserResponseMultiError) Error() string + type RemoveOrganizationUserResponseValidationError struct + func (e RemoveOrganizationUserResponseValidationError) Cause() error + func (e RemoveOrganizationUserResponseValidationError) Error() string + func (e RemoveOrganizationUserResponseValidationError) ErrorName() string + func (e RemoveOrganizationUserResponseValidationError) Field() string + func (e RemoveOrganizationUserResponseValidationError) Key() bool + func (e RemoveOrganizationUserResponseValidationError) Reason() string + type Resource struct + CreatedAt *timestamppb.Timestamp + Id string + Metadata *structpb.Struct + Name string + Namespace string + Principal string + ProjectId string + UpdatedAt *timestamppb.Timestamp + Urn string + func (*Resource) Descriptor() ([]byte, []int) + func (*Resource) ProtoMessage() + func (m *Resource) Validate() error + func (m *Resource) ValidateAll() error + func (x *Resource) GetCreatedAt() *timestamppb.Timestamp + func (x *Resource) GetId() string + func (x *Resource) GetMetadata() *structpb.Struct + func (x *Resource) GetName() string + func (x *Resource) GetNamespace() string + func (x *Resource) GetPrincipal() string + func (x *Resource) GetProjectId() string + func (x *Resource) GetUpdatedAt() *timestamppb.Timestamp + func (x *Resource) GetUrn() string + func (x *Resource) ProtoReflect() protoreflect.Message + func (x *Resource) Reset() + func (x *Resource) String() string + type ResourceMultiError []error + func (m ResourceMultiError) AllErrors() []error + func (m ResourceMultiError) Error() string + type ResourceRequestBody struct + Metadata *structpb.Struct + Name string + Namespace string + Principal string + func (*ResourceRequestBody) Descriptor() ([]byte, []int) + func (*ResourceRequestBody) ProtoMessage() + func (m *ResourceRequestBody) Validate() error + func (m *ResourceRequestBody) ValidateAll() error + func (x *ResourceRequestBody) GetMetadata() *structpb.Struct + func (x *ResourceRequestBody) GetName() string + func (x *ResourceRequestBody) GetNamespace() string + func (x *ResourceRequestBody) GetPrincipal() string + func (x *ResourceRequestBody) ProtoReflect() protoreflect.Message + func (x *ResourceRequestBody) Reset() + func (x *ResourceRequestBody) String() string + type ResourceRequestBodyMultiError []error + func (m ResourceRequestBodyMultiError) AllErrors() []error + func (m ResourceRequestBodyMultiError) Error() string + type ResourceRequestBodyValidationError struct + func (e ResourceRequestBodyValidationError) Cause() error + func (e ResourceRequestBodyValidationError) Error() string + func (e ResourceRequestBodyValidationError) ErrorName() string + func (e ResourceRequestBodyValidationError) Field() string + func (e ResourceRequestBodyValidationError) Key() bool + func (e ResourceRequestBodyValidationError) Reason() string + type ResourceValidationError struct + func (e ResourceValidationError) Cause() error + func (e ResourceValidationError) Error() string + func (e ResourceValidationError) ErrorName() string + func (e ResourceValidationError) Field() string + func (e ResourceValidationError) Key() bool + func (e ResourceValidationError) Reason() string + type Role struct + CreatedAt *timestamppb.Timestamp + Id string + Metadata *structpb.Struct + Name string + OrgId string + Permissions []string + State string + Title string + UpdatedAt *timestamppb.Timestamp + func (*Role) Descriptor() ([]byte, []int) + func (*Role) ProtoMessage() + func (m *Role) Validate() error + func (m *Role) ValidateAll() error + func (x *Role) GetCreatedAt() *timestamppb.Timestamp + func (x *Role) GetId() string + func (x *Role) GetMetadata() *structpb.Struct + func (x *Role) GetName() string + func (x *Role) GetOrgId() string + func (x *Role) GetPermissions() []string + func (x *Role) GetState() string + func (x *Role) GetTitle() string + func (x *Role) GetUpdatedAt() *timestamppb.Timestamp + func (x *Role) ProtoReflect() protoreflect.Message + func (x *Role) Reset() + func (x *Role) String() string + type RoleMultiError []error + func (m RoleMultiError) AllErrors() []error + func (m RoleMultiError) Error() string + type RoleRequestBody struct + Metadata *structpb.Struct + Name string + Permissions []string + Title string + func (*RoleRequestBody) Descriptor() ([]byte, []int) + func (*RoleRequestBody) ProtoMessage() + func (m *RoleRequestBody) Validate() error + func (m *RoleRequestBody) ValidateAll() error + func (x *RoleRequestBody) GetMetadata() *structpb.Struct + func (x *RoleRequestBody) GetName() string + func (x *RoleRequestBody) GetPermissions() []string + func (x *RoleRequestBody) GetTitle() string + func (x *RoleRequestBody) ProtoReflect() protoreflect.Message + func (x *RoleRequestBody) Reset() + func (x *RoleRequestBody) String() string + type RoleRequestBodyMultiError []error + func (m RoleRequestBodyMultiError) AllErrors() []error + func (m RoleRequestBodyMultiError) Error() string + type RoleRequestBodyValidationError struct + func (e RoleRequestBodyValidationError) Cause() error + func (e RoleRequestBodyValidationError) Error() string + func (e RoleRequestBodyValidationError) ErrorName() string + func (e RoleRequestBodyValidationError) Field() string + func (e RoleRequestBodyValidationError) Key() bool + func (e RoleRequestBodyValidationError) Reason() string + type RoleValidationError struct + func (e RoleValidationError) Cause() error + func (e RoleValidationError) Error() string + func (e RoleValidationError) ErrorName() string + func (e RoleValidationError) Field() string + func (e RoleValidationError) Key() bool + func (e RoleValidationError) Reason() string + type SecretCredential struct + CreatedAt *timestamppb.Timestamp + Id string + Secret string + Title string + func (*SecretCredential) Descriptor() ([]byte, []int) + func (*SecretCredential) ProtoMessage() + func (m *SecretCredential) Validate() error + func (m *SecretCredential) ValidateAll() error + func (x *SecretCredential) GetCreatedAt() *timestamppb.Timestamp + func (x *SecretCredential) GetId() string + func (x *SecretCredential) GetSecret() string + func (x *SecretCredential) GetTitle() string + func (x *SecretCredential) ProtoReflect() protoreflect.Message + func (x *SecretCredential) Reset() + func (x *SecretCredential) String() string + type SecretCredentialMultiError []error + func (m SecretCredentialMultiError) AllErrors() []error + func (m SecretCredentialMultiError) Error() string + type SecretCredentialValidationError struct + func (e SecretCredentialValidationError) Cause() error + func (e SecretCredentialValidationError) Error() string + func (e SecretCredentialValidationError) ErrorName() string + func (e SecretCredentialValidationError) Field() string + func (e SecretCredentialValidationError) Key() bool + func (e SecretCredentialValidationError) Reason() string + type ServiceUser struct + CreatedAt *timestamppb.Timestamp + Id string + Metadata *structpb.Struct + State string + Title string + UpdatedAt *timestamppb.Timestamp + func (*ServiceUser) Descriptor() ([]byte, []int) + func (*ServiceUser) ProtoMessage() + func (m *ServiceUser) Validate() error + func (m *ServiceUser) ValidateAll() error + func (x *ServiceUser) GetCreatedAt() *timestamppb.Timestamp + func (x *ServiceUser) GetId() string + func (x *ServiceUser) GetMetadata() *structpb.Struct + func (x *ServiceUser) GetState() string + func (x *ServiceUser) GetTitle() string + func (x *ServiceUser) GetUpdatedAt() *timestamppb.Timestamp + func (x *ServiceUser) ProtoReflect() protoreflect.Message + func (x *ServiceUser) Reset() + func (x *ServiceUser) String() string + type ServiceUserKey struct + CreatedAt *timestamppb.Timestamp + Id string + PrincipalId string + PublicKey string + Title string + func (*ServiceUserKey) Descriptor() ([]byte, []int) + func (*ServiceUserKey) ProtoMessage() + func (m *ServiceUserKey) Validate() error + func (m *ServiceUserKey) ValidateAll() error + func (x *ServiceUserKey) GetCreatedAt() *timestamppb.Timestamp + func (x *ServiceUserKey) GetId() string + func (x *ServiceUserKey) GetPrincipalId() string + func (x *ServiceUserKey) GetPublicKey() string + func (x *ServiceUserKey) GetTitle() string + func (x *ServiceUserKey) ProtoReflect() protoreflect.Message + func (x *ServiceUserKey) Reset() + func (x *ServiceUserKey) String() string + type ServiceUserKeyMultiError []error + func (m ServiceUserKeyMultiError) AllErrors() []error + func (m ServiceUserKeyMultiError) Error() string + type ServiceUserKeyValidationError struct + func (e ServiceUserKeyValidationError) Cause() error + func (e ServiceUserKeyValidationError) Error() string + func (e ServiceUserKeyValidationError) ErrorName() string + func (e ServiceUserKeyValidationError) Field() string + func (e ServiceUserKeyValidationError) Key() bool + func (e ServiceUserKeyValidationError) Reason() string + type ServiceUserMultiError []error + func (m ServiceUserMultiError) AllErrors() []error + func (m ServiceUserMultiError) Error() string + type ServiceUserRequestBody struct + Metadata *structpb.Struct + Title string + func (*ServiceUserRequestBody) Descriptor() ([]byte, []int) + func (*ServiceUserRequestBody) ProtoMessage() + func (m *ServiceUserRequestBody) Validate() error + func (m *ServiceUserRequestBody) ValidateAll() error + func (x *ServiceUserRequestBody) GetMetadata() *structpb.Struct + func (x *ServiceUserRequestBody) GetTitle() string + func (x *ServiceUserRequestBody) ProtoReflect() protoreflect.Message + func (x *ServiceUserRequestBody) Reset() + func (x *ServiceUserRequestBody) String() string + type ServiceUserRequestBodyMultiError []error + func (m ServiceUserRequestBodyMultiError) AllErrors() []error + func (m ServiceUserRequestBodyMultiError) Error() string + type ServiceUserRequestBodyValidationError struct + func (e ServiceUserRequestBodyValidationError) Cause() error + func (e ServiceUserRequestBodyValidationError) Error() string + func (e ServiceUserRequestBodyValidationError) ErrorName() string + func (e ServiceUserRequestBodyValidationError) Field() string + func (e ServiceUserRequestBodyValidationError) Key() bool + func (e ServiceUserRequestBodyValidationError) Reason() string + type ServiceUserValidationError struct + func (e ServiceUserValidationError) Cause() error + func (e ServiceUserValidationError) Error() string + func (e ServiceUserValidationError) ErrorName() string + func (e ServiceUserValidationError) Field() string + func (e ServiceUserValidationError) Key() bool + func (e ServiceUserValidationError) Reason() string + type ShieldServiceClient interface + AcceptOrganizationInvitation func(ctx context.Context, in *AcceptOrganizationInvitationRequest, ...) (*AcceptOrganizationInvitationResponse, error) + AddGroupUsers func(ctx context.Context, in *AddGroupUsersRequest, opts ...grpc.CallOption) (*AddGroupUsersResponse, error) + AddOrganizationUsers func(ctx context.Context, in *AddOrganizationUsersRequest, opts ...grpc.CallOption) (*AddOrganizationUsersResponse, error) + AuthCallback func(ctx context.Context, in *AuthCallbackRequest, opts ...grpc.CallOption) (*AuthCallbackResponse, error) + AuthLogout func(ctx context.Context, in *AuthLogoutRequest, opts ...grpc.CallOption) (*AuthLogoutResponse, error) + Authenticate func(ctx context.Context, in *AuthenticateRequest, opts ...grpc.CallOption) (*AuthenticateResponse, error) + CheckResourcePermission func(ctx context.Context, in *CheckResourcePermissionRequest, ...) (*CheckResourcePermissionResponse, error) + CreateGroup func(ctx context.Context, in *CreateGroupRequest, opts ...grpc.CallOption) (*CreateGroupResponse, error) + CreateMetaSchema func(ctx context.Context, in *CreateMetaSchemaRequest, opts ...grpc.CallOption) (*CreateMetaSchemaResponse, error) + CreateOrganization func(ctx context.Context, in *CreateOrganizationRequest, opts ...grpc.CallOption) (*CreateOrganizationResponse, error) + CreateOrganizationInvitation func(ctx context.Context, in *CreateOrganizationInvitationRequest, ...) (*CreateOrganizationInvitationResponse, error) + CreateOrganizationRole func(ctx context.Context, in *CreateOrganizationRoleRequest, ...) (*CreateOrganizationRoleResponse, error) + CreatePolicy func(ctx context.Context, in *CreatePolicyRequest, opts ...grpc.CallOption) (*CreatePolicyResponse, error) + CreateProject func(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*CreateProjectResponse, error) + CreateProjectResource func(ctx context.Context, in *CreateProjectResourceRequest, opts ...grpc.CallOption) (*CreateProjectResourceResponse, error) + CreateRelation func(ctx context.Context, in *CreateRelationRequest, opts ...grpc.CallOption) (*CreateRelationResponse, error) + CreateServiceUser func(ctx context.Context, in *CreateServiceUserRequest, opts ...grpc.CallOption) (*CreateServiceUserResponse, error) + CreateServiceUserKey func(ctx context.Context, in *CreateServiceUserKeyRequest, opts ...grpc.CallOption) (*CreateServiceUserKeyResponse, error) + CreateServiceUserSecret func(ctx context.Context, in *CreateServiceUserSecretRequest, ...) (*CreateServiceUserSecretResponse, error) + CreateUser func(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserResponse, error) + DeleteGroup func(ctx context.Context, in *DeleteGroupRequest, opts ...grpc.CallOption) (*DeleteGroupResponse, error) + DeleteMetaSchema func(ctx context.Context, in *DeleteMetaSchemaRequest, opts ...grpc.CallOption) (*DeleteMetaSchemaResponse, error) + DeleteOrganization func(ctx context.Context, in *DeleteOrganizationRequest, opts ...grpc.CallOption) (*DeleteOrganizationResponse, error) + DeleteOrganizationInvitation func(ctx context.Context, in *DeleteOrganizationInvitationRequest, ...) (*DeleteOrganizationInvitationResponse, error) + DeleteOrganizationRole func(ctx context.Context, in *DeleteOrganizationRoleRequest, ...) (*DeleteOrganizationRoleResponse, error) + DeletePolicy func(ctx context.Context, in *DeletePolicyRequest, opts ...grpc.CallOption) (*DeletePolicyResponse, error) + DeleteProject func(ctx context.Context, in *DeleteProjectRequest, opts ...grpc.CallOption) (*DeleteProjectResponse, error) + DeleteProjectResource func(ctx context.Context, in *DeleteProjectResourceRequest, opts ...grpc.CallOption) (*DeleteProjectResourceResponse, error) + DeleteRelation func(ctx context.Context, in *DeleteRelationRequest, opts ...grpc.CallOption) (*DeleteRelationResponse, error) + DeleteServiceUser func(ctx context.Context, in *DeleteServiceUserRequest, opts ...grpc.CallOption) (*DeleteServiceUserResponse, error) + DeleteServiceUserKey func(ctx context.Context, in *DeleteServiceUserKeyRequest, opts ...grpc.CallOption) (*DeleteServiceUserKeyResponse, error) + DeleteServiceUserSecret func(ctx context.Context, in *DeleteServiceUserSecretRequest, ...) (*DeleteServiceUserSecretResponse, error) + DeleteUser func(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error) + DisableGroup func(ctx context.Context, in *DisableGroupRequest, opts ...grpc.CallOption) (*DisableGroupResponse, error) + DisableOrganization func(ctx context.Context, in *DisableOrganizationRequest, opts ...grpc.CallOption) (*DisableOrganizationResponse, error) + DisableProject func(ctx context.Context, in *DisableProjectRequest, opts ...grpc.CallOption) (*DisableProjectResponse, error) + DisableUser func(ctx context.Context, in *DisableUserRequest, opts ...grpc.CallOption) (*DisableUserResponse, error) + EnableGroup func(ctx context.Context, in *EnableGroupRequest, opts ...grpc.CallOption) (*EnableGroupResponse, error) + EnableOrganization func(ctx context.Context, in *EnableOrganizationRequest, opts ...grpc.CallOption) (*EnableOrganizationResponse, error) + EnableProject func(ctx context.Context, in *EnableProjectRequest, opts ...grpc.CallOption) (*EnableProjectResponse, error) + EnableUser func(ctx context.Context, in *EnableUserRequest, opts ...grpc.CallOption) (*EnableUserResponse, error) + GetCurrentUser func(ctx context.Context, in *GetCurrentUserRequest, opts ...grpc.CallOption) (*GetCurrentUserResponse, error) + GetGroup func(ctx context.Context, in *GetGroupRequest, opts ...grpc.CallOption) (*GetGroupResponse, error) + GetJWKs func(ctx context.Context, in *GetJWKsRequest, opts ...grpc.CallOption) (*GetJWKsResponse, error) + GetMetaSchema func(ctx context.Context, in *GetMetaSchemaRequest, opts ...grpc.CallOption) (*GetMetaSchemaResponse, error) + GetNamespace func(ctx context.Context, in *GetNamespaceRequest, opts ...grpc.CallOption) (*GetNamespaceResponse, error) + GetOrganization func(ctx context.Context, in *GetOrganizationRequest, opts ...grpc.CallOption) (*GetOrganizationResponse, error) + GetOrganizationInvitation func(ctx context.Context, in *GetOrganizationInvitationRequest, ...) (*GetOrganizationInvitationResponse, error) + GetOrganizationRole func(ctx context.Context, in *GetOrganizationRoleRequest, opts ...grpc.CallOption) (*GetOrganizationRoleResponse, error) + GetOrganizationsByCurrentUser func(ctx context.Context, in *GetOrganizationsByCurrentUserRequest, ...) (*GetOrganizationsByCurrentUserResponse, error) + GetOrganizationsByUser func(ctx context.Context, in *GetOrganizationsByUserRequest, ...) (*GetOrganizationsByUserResponse, error) + GetPermission func(ctx context.Context, in *GetPermissionRequest, opts ...grpc.CallOption) (*GetPermissionResponse, error) + GetPolicy func(ctx context.Context, in *GetPolicyRequest, opts ...grpc.CallOption) (*GetPolicyResponse, error) + GetProject func(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*GetProjectResponse, error) + GetProjectResource func(ctx context.Context, in *GetProjectResourceRequest, opts ...grpc.CallOption) (*GetProjectResourceResponse, error) + GetRelation func(ctx context.Context, in *GetRelationRequest, opts ...grpc.CallOption) (*GetRelationResponse, error) + GetServiceUser func(ctx context.Context, in *GetServiceUserRequest, opts ...grpc.CallOption) (*GetServiceUserResponse, error) + GetServiceUserKey func(ctx context.Context, in *GetServiceUserKeyRequest, opts ...grpc.CallOption) (*GetServiceUserKeyResponse, error) + GetUser func(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error) + ListAuthStrategies func(ctx context.Context, in *ListAuthStrategiesRequest, opts ...grpc.CallOption) (*ListAuthStrategiesResponse, error) + ListCurrentUserGroups func(ctx context.Context, in *ListCurrentUserGroupsRequest, opts ...grpc.CallOption) (*ListCurrentUserGroupsResponse, error) + ListGroupUsers func(ctx context.Context, in *ListGroupUsersRequest, opts ...grpc.CallOption) (*ListGroupUsersResponse, error) + ListMetaSchemas func(ctx context.Context, in *ListMetaSchemasRequest, opts ...grpc.CallOption) (*ListMetaSchemasResponse, error) + ListNamespaces func(ctx context.Context, in *ListNamespacesRequest, opts ...grpc.CallOption) (*ListNamespacesResponse, error) + ListOrganizationAdmins func(ctx context.Context, in *ListOrganizationAdminsRequest, ...) (*ListOrganizationAdminsResponse, error) + ListOrganizationGroups func(ctx context.Context, in *ListOrganizationGroupsRequest, ...) (*ListOrganizationGroupsResponse, error) + ListOrganizationInvitations func(ctx context.Context, in *ListOrganizationInvitationsRequest, ...) (*ListOrganizationInvitationsResponse, error) + ListOrganizationProjects func(ctx context.Context, in *ListOrganizationProjectsRequest, ...) (*ListOrganizationProjectsResponse, error) + ListOrganizationRoles func(ctx context.Context, in *ListOrganizationRolesRequest, opts ...grpc.CallOption) (*ListOrganizationRolesResponse, error) + ListOrganizationUsers func(ctx context.Context, in *ListOrganizationUsersRequest, opts ...grpc.CallOption) (*ListOrganizationUsersResponse, error) + ListOrganizations func(ctx context.Context, in *ListOrganizationsRequest, opts ...grpc.CallOption) (*ListOrganizationsResponse, error) + ListPermissions func(ctx context.Context, in *ListPermissionsRequest, opts ...grpc.CallOption) (*ListPermissionsResponse, error) + ListProjectAdmins func(ctx context.Context, in *ListProjectAdminsRequest, opts ...grpc.CallOption) (*ListProjectAdminsResponse, error) + ListProjectResources func(ctx context.Context, in *ListProjectResourcesRequest, opts ...grpc.CallOption) (*ListProjectResourcesResponse, error) + ListProjectUsers func(ctx context.Context, in *ListProjectUsersRequest, opts ...grpc.CallOption) (*ListProjectUsersResponse, error) + ListRoles func(ctx context.Context, in *ListRolesRequest, opts ...grpc.CallOption) (*ListRolesResponse, error) + ListServiceUserKeys func(ctx context.Context, in *ListServiceUserKeysRequest, opts ...grpc.CallOption) (*ListServiceUserKeysResponse, error) + ListServiceUserSecrets func(ctx context.Context, in *ListServiceUserSecretsRequest, ...) (*ListServiceUserSecretsResponse, error) + ListServiceUsers func(ctx context.Context, in *ListServiceUsersRequest, opts ...grpc.CallOption) (*ListServiceUsersResponse, error) + ListUserGroups func(ctx context.Context, in *ListUserGroupsRequest, opts ...grpc.CallOption) (*ListUserGroupsResponse, error) + ListUserInvitations func(ctx context.Context, in *ListUserInvitationsRequest, opts ...grpc.CallOption) (*ListUserInvitationsResponse, error) + ListUsers func(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error) + RemoveGroupUser func(ctx context.Context, in *RemoveGroupUserRequest, opts ...grpc.CallOption) (*RemoveGroupUserResponse, error) + RemoveOrganizationUser func(ctx context.Context, in *RemoveOrganizationUserRequest, ...) (*RemoveOrganizationUserResponse, error) + UpdateCurrentUser func(ctx context.Context, in *UpdateCurrentUserRequest, opts ...grpc.CallOption) (*UpdateCurrentUserResponse, error) + UpdateGroup func(ctx context.Context, in *UpdateGroupRequest, opts ...grpc.CallOption) (*UpdateGroupResponse, error) + UpdateMetaSchema func(ctx context.Context, in *UpdateMetaSchemaRequest, opts ...grpc.CallOption) (*UpdateMetaSchemaResponse, error) + UpdateOrganization func(ctx context.Context, in *UpdateOrganizationRequest, opts ...grpc.CallOption) (*UpdateOrganizationResponse, error) + UpdateOrganizationRole func(ctx context.Context, in *UpdateOrganizationRoleRequest, ...) (*UpdateOrganizationRoleResponse, error) + UpdatePolicy func(ctx context.Context, in *UpdatePolicyRequest, opts ...grpc.CallOption) (*UpdatePolicyResponse, error) + UpdateProject func(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*UpdateProjectResponse, error) + UpdateProjectResource func(ctx context.Context, in *UpdateProjectResourceRequest, opts ...grpc.CallOption) (*UpdateProjectResourceResponse, error) + UpdateUser func(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*UpdateUserResponse, error) + func NewShieldServiceClient(cc grpc.ClientConnInterface) ShieldServiceClient + type ShieldServiceServer interface + AcceptOrganizationInvitation func(context.Context, *AcceptOrganizationInvitationRequest) (*AcceptOrganizationInvitationResponse, error) + AddGroupUsers func(context.Context, *AddGroupUsersRequest) (*AddGroupUsersResponse, error) + AddOrganizationUsers func(context.Context, *AddOrganizationUsersRequest) (*AddOrganizationUsersResponse, error) + AuthCallback func(context.Context, *AuthCallbackRequest) (*AuthCallbackResponse, error) + AuthLogout func(context.Context, *AuthLogoutRequest) (*AuthLogoutResponse, error) + Authenticate func(context.Context, *AuthenticateRequest) (*AuthenticateResponse, error) + CheckResourcePermission func(context.Context, *CheckResourcePermissionRequest) (*CheckResourcePermissionResponse, error) + CreateGroup func(context.Context, *CreateGroupRequest) (*CreateGroupResponse, error) + CreateMetaSchema func(context.Context, *CreateMetaSchemaRequest) (*CreateMetaSchemaResponse, error) + CreateOrganization func(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error) + CreateOrganizationInvitation func(context.Context, *CreateOrganizationInvitationRequest) (*CreateOrganizationInvitationResponse, error) + CreateOrganizationRole func(context.Context, *CreateOrganizationRoleRequest) (*CreateOrganizationRoleResponse, error) + CreatePolicy func(context.Context, *CreatePolicyRequest) (*CreatePolicyResponse, error) + CreateProject func(context.Context, *CreateProjectRequest) (*CreateProjectResponse, error) + CreateProjectResource func(context.Context, *CreateProjectResourceRequest) (*CreateProjectResourceResponse, error) + CreateRelation func(context.Context, *CreateRelationRequest) (*CreateRelationResponse, error) + CreateServiceUser func(context.Context, *CreateServiceUserRequest) (*CreateServiceUserResponse, error) + CreateServiceUserKey func(context.Context, *CreateServiceUserKeyRequest) (*CreateServiceUserKeyResponse, error) + CreateServiceUserSecret func(context.Context, *CreateServiceUserSecretRequest) (*CreateServiceUserSecretResponse, error) + CreateUser func(context.Context, *CreateUserRequest) (*CreateUserResponse, error) + DeleteGroup func(context.Context, *DeleteGroupRequest) (*DeleteGroupResponse, error) + DeleteMetaSchema func(context.Context, *DeleteMetaSchemaRequest) (*DeleteMetaSchemaResponse, error) + DeleteOrganization func(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error) + DeleteOrganizationInvitation func(context.Context, *DeleteOrganizationInvitationRequest) (*DeleteOrganizationInvitationResponse, error) + DeleteOrganizationRole func(context.Context, *DeleteOrganizationRoleRequest) (*DeleteOrganizationRoleResponse, error) + DeletePolicy func(context.Context, *DeletePolicyRequest) (*DeletePolicyResponse, error) + DeleteProject func(context.Context, *DeleteProjectRequest) (*DeleteProjectResponse, error) + DeleteProjectResource func(context.Context, *DeleteProjectResourceRequest) (*DeleteProjectResourceResponse, error) + DeleteRelation func(context.Context, *DeleteRelationRequest) (*DeleteRelationResponse, error) + DeleteServiceUser func(context.Context, *DeleteServiceUserRequest) (*DeleteServiceUserResponse, error) + DeleteServiceUserKey func(context.Context, *DeleteServiceUserKeyRequest) (*DeleteServiceUserKeyResponse, error) + DeleteServiceUserSecret func(context.Context, *DeleteServiceUserSecretRequest) (*DeleteServiceUserSecretResponse, error) + DeleteUser func(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error) + DisableGroup func(context.Context, *DisableGroupRequest) (*DisableGroupResponse, error) + DisableOrganization func(context.Context, *DisableOrganizationRequest) (*DisableOrganizationResponse, error) + DisableProject func(context.Context, *DisableProjectRequest) (*DisableProjectResponse, error) + DisableUser func(context.Context, *DisableUserRequest) (*DisableUserResponse, error) + EnableGroup func(context.Context, *EnableGroupRequest) (*EnableGroupResponse, error) + EnableOrganization func(context.Context, *EnableOrganizationRequest) (*EnableOrganizationResponse, error) + EnableProject func(context.Context, *EnableProjectRequest) (*EnableProjectResponse, error) + EnableUser func(context.Context, *EnableUserRequest) (*EnableUserResponse, error) + GetCurrentUser func(context.Context, *GetCurrentUserRequest) (*GetCurrentUserResponse, error) + GetGroup func(context.Context, *GetGroupRequest) (*GetGroupResponse, error) + GetJWKs func(context.Context, *GetJWKsRequest) (*GetJWKsResponse, error) + GetMetaSchema func(context.Context, *GetMetaSchemaRequest) (*GetMetaSchemaResponse, error) + GetNamespace func(context.Context, *GetNamespaceRequest) (*GetNamespaceResponse, error) + GetOrganization func(context.Context, *GetOrganizationRequest) (*GetOrganizationResponse, error) + GetOrganizationInvitation func(context.Context, *GetOrganizationInvitationRequest) (*GetOrganizationInvitationResponse, error) + GetOrganizationRole func(context.Context, *GetOrganizationRoleRequest) (*GetOrganizationRoleResponse, error) + GetOrganizationsByCurrentUser func(context.Context, *GetOrganizationsByCurrentUserRequest) (*GetOrganizationsByCurrentUserResponse, error) + GetOrganizationsByUser func(context.Context, *GetOrganizationsByUserRequest) (*GetOrganizationsByUserResponse, error) + GetPermission func(context.Context, *GetPermissionRequest) (*GetPermissionResponse, error) + GetPolicy func(context.Context, *GetPolicyRequest) (*GetPolicyResponse, error) + GetProject func(context.Context, *GetProjectRequest) (*GetProjectResponse, error) + GetProjectResource func(context.Context, *GetProjectResourceRequest) (*GetProjectResourceResponse, error) + GetRelation func(context.Context, *GetRelationRequest) (*GetRelationResponse, error) + GetServiceUser func(context.Context, *GetServiceUserRequest) (*GetServiceUserResponse, error) + GetServiceUserKey func(context.Context, *GetServiceUserKeyRequest) (*GetServiceUserKeyResponse, error) + GetUser func(context.Context, *GetUserRequest) (*GetUserResponse, error) + ListAuthStrategies func(context.Context, *ListAuthStrategiesRequest) (*ListAuthStrategiesResponse, error) + ListCurrentUserGroups func(context.Context, *ListCurrentUserGroupsRequest) (*ListCurrentUserGroupsResponse, error) + ListGroupUsers func(context.Context, *ListGroupUsersRequest) (*ListGroupUsersResponse, error) + ListMetaSchemas func(context.Context, *ListMetaSchemasRequest) (*ListMetaSchemasResponse, error) + ListNamespaces func(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error) + ListOrganizationAdmins func(context.Context, *ListOrganizationAdminsRequest) (*ListOrganizationAdminsResponse, error) + ListOrganizationGroups func(context.Context, *ListOrganizationGroupsRequest) (*ListOrganizationGroupsResponse, error) + ListOrganizationInvitations func(context.Context, *ListOrganizationInvitationsRequest) (*ListOrganizationInvitationsResponse, error) + ListOrganizationProjects func(context.Context, *ListOrganizationProjectsRequest) (*ListOrganizationProjectsResponse, error) + ListOrganizationRoles func(context.Context, *ListOrganizationRolesRequest) (*ListOrganizationRolesResponse, error) + ListOrganizationUsers func(context.Context, *ListOrganizationUsersRequest) (*ListOrganizationUsersResponse, error) + ListOrganizations func(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error) + ListPermissions func(context.Context, *ListPermissionsRequest) (*ListPermissionsResponse, error) + ListProjectAdmins func(context.Context, *ListProjectAdminsRequest) (*ListProjectAdminsResponse, error) + ListProjectResources func(context.Context, *ListProjectResourcesRequest) (*ListProjectResourcesResponse, error) + ListProjectUsers func(context.Context, *ListProjectUsersRequest) (*ListProjectUsersResponse, error) + ListRoles func(context.Context, *ListRolesRequest) (*ListRolesResponse, error) + ListServiceUserKeys func(context.Context, *ListServiceUserKeysRequest) (*ListServiceUserKeysResponse, error) + ListServiceUserSecrets func(context.Context, *ListServiceUserSecretsRequest) (*ListServiceUserSecretsResponse, error) + ListServiceUsers func(context.Context, *ListServiceUsersRequest) (*ListServiceUsersResponse, error) + ListUserGroups func(context.Context, *ListUserGroupsRequest) (*ListUserGroupsResponse, error) + ListUserInvitations func(context.Context, *ListUserInvitationsRequest) (*ListUserInvitationsResponse, error) + ListUsers func(context.Context, *ListUsersRequest) (*ListUsersResponse, error) + RemoveGroupUser func(context.Context, *RemoveGroupUserRequest) (*RemoveGroupUserResponse, error) + RemoveOrganizationUser func(context.Context, *RemoveOrganizationUserRequest) (*RemoveOrganizationUserResponse, error) + UpdateCurrentUser func(context.Context, *UpdateCurrentUserRequest) (*UpdateCurrentUserResponse, error) + UpdateGroup func(context.Context, *UpdateGroupRequest) (*UpdateGroupResponse, error) + UpdateMetaSchema func(context.Context, *UpdateMetaSchemaRequest) (*UpdateMetaSchemaResponse, error) + UpdateOrganization func(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error) + UpdateOrganizationRole func(context.Context, *UpdateOrganizationRoleRequest) (*UpdateOrganizationRoleResponse, error) + UpdatePolicy func(context.Context, *UpdatePolicyRequest) (*UpdatePolicyResponse, error) + UpdateProject func(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error) + UpdateProjectResource func(context.Context, *UpdateProjectResourceRequest) (*UpdateProjectResourceResponse, error) + UpdateUser func(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error) + type UnimplementedAdminServiceServer struct + func (UnimplementedAdminServiceServer) CreatePermission(context.Context, *CreatePermissionRequest) (*CreatePermissionResponse, error) + func (UnimplementedAdminServiceServer) CreateRole(context.Context, *CreateRoleRequest) (*CreateRoleResponse, error) + func (UnimplementedAdminServiceServer) DeletePermission(context.Context, *DeletePermissionRequest) (*DeletePermissionResponse, error) + func (UnimplementedAdminServiceServer) DeleteRole(context.Context, *DeleteRoleRequest) (*DeleteRoleResponse, error) + func (UnimplementedAdminServiceServer) ListAllOrganizations(context.Context, *ListAllOrganizationsRequest) (*ListAllOrganizationsResponse, error) + func (UnimplementedAdminServiceServer) ListAllUsers(context.Context, *ListAllUsersRequest) (*ListAllUsersResponse, error) + func (UnimplementedAdminServiceServer) ListGroups(context.Context, *ListGroupsRequest) (*ListGroupsResponse, error) + func (UnimplementedAdminServiceServer) ListPolicies(context.Context, *ListPoliciesRequest) (*ListPoliciesResponse, error) + func (UnimplementedAdminServiceServer) ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error) + func (UnimplementedAdminServiceServer) ListRelations(context.Context, *ListRelationsRequest) (*ListRelationsResponse, error) + func (UnimplementedAdminServiceServer) ListResources(context.Context, *ListResourcesRequest) (*ListResourcesResponse, error) + func (UnimplementedAdminServiceServer) UpdatePermission(context.Context, *UpdatePermissionRequest) (*UpdatePermissionResponse, error) + type UnimplementedShieldServiceServer struct + func (UnimplementedShieldServiceServer) AcceptOrganizationInvitation(context.Context, *AcceptOrganizationInvitationRequest) (*AcceptOrganizationInvitationResponse, error) + func (UnimplementedShieldServiceServer) AddGroupUsers(context.Context, *AddGroupUsersRequest) (*AddGroupUsersResponse, error) + func (UnimplementedShieldServiceServer) AddOrganizationUsers(context.Context, *AddOrganizationUsersRequest) (*AddOrganizationUsersResponse, error) + func (UnimplementedShieldServiceServer) AuthCallback(context.Context, *AuthCallbackRequest) (*AuthCallbackResponse, error) + func (UnimplementedShieldServiceServer) AuthLogout(context.Context, *AuthLogoutRequest) (*AuthLogoutResponse, error) + func (UnimplementedShieldServiceServer) Authenticate(context.Context, *AuthenticateRequest) (*AuthenticateResponse, error) + func (UnimplementedShieldServiceServer) CheckResourcePermission(context.Context, *CheckResourcePermissionRequest) (*CheckResourcePermissionResponse, error) + func (UnimplementedShieldServiceServer) CreateGroup(context.Context, *CreateGroupRequest) (*CreateGroupResponse, error) + func (UnimplementedShieldServiceServer) CreateMetaSchema(context.Context, *CreateMetaSchemaRequest) (*CreateMetaSchemaResponse, error) + func (UnimplementedShieldServiceServer) CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error) + func (UnimplementedShieldServiceServer) CreateOrganizationInvitation(context.Context, *CreateOrganizationInvitationRequest) (*CreateOrganizationInvitationResponse, error) + func (UnimplementedShieldServiceServer) CreateOrganizationRole(context.Context, *CreateOrganizationRoleRequest) (*CreateOrganizationRoleResponse, error) + func (UnimplementedShieldServiceServer) CreatePolicy(context.Context, *CreatePolicyRequest) (*CreatePolicyResponse, error) + func (UnimplementedShieldServiceServer) CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectResponse, error) + func (UnimplementedShieldServiceServer) CreateProjectResource(context.Context, *CreateProjectResourceRequest) (*CreateProjectResourceResponse, error) + func (UnimplementedShieldServiceServer) CreateRelation(context.Context, *CreateRelationRequest) (*CreateRelationResponse, error) + func (UnimplementedShieldServiceServer) CreateServiceUser(context.Context, *CreateServiceUserRequest) (*CreateServiceUserResponse, error) + func (UnimplementedShieldServiceServer) CreateServiceUserKey(context.Context, *CreateServiceUserKeyRequest) (*CreateServiceUserKeyResponse, error) + func (UnimplementedShieldServiceServer) CreateServiceUserSecret(context.Context, *CreateServiceUserSecretRequest) (*CreateServiceUserSecretResponse, error) + func (UnimplementedShieldServiceServer) CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error) + func (UnimplementedShieldServiceServer) DeleteGroup(context.Context, *DeleteGroupRequest) (*DeleteGroupResponse, error) + func (UnimplementedShieldServiceServer) DeleteMetaSchema(context.Context, *DeleteMetaSchemaRequest) (*DeleteMetaSchemaResponse, error) + func (UnimplementedShieldServiceServer) DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error) + func (UnimplementedShieldServiceServer) DeleteOrganizationInvitation(context.Context, *DeleteOrganizationInvitationRequest) (*DeleteOrganizationInvitationResponse, error) + func (UnimplementedShieldServiceServer) DeleteOrganizationRole(context.Context, *DeleteOrganizationRoleRequest) (*DeleteOrganizationRoleResponse, error) + func (UnimplementedShieldServiceServer) DeletePolicy(context.Context, *DeletePolicyRequest) (*DeletePolicyResponse, error) + func (UnimplementedShieldServiceServer) DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectResponse, error) + func (UnimplementedShieldServiceServer) DeleteProjectResource(context.Context, *DeleteProjectResourceRequest) (*DeleteProjectResourceResponse, error) + func (UnimplementedShieldServiceServer) DeleteRelation(context.Context, *DeleteRelationRequest) (*DeleteRelationResponse, error) + func (UnimplementedShieldServiceServer) DeleteServiceUser(context.Context, *DeleteServiceUserRequest) (*DeleteServiceUserResponse, error) + func (UnimplementedShieldServiceServer) DeleteServiceUserKey(context.Context, *DeleteServiceUserKeyRequest) (*DeleteServiceUserKeyResponse, error) + func (UnimplementedShieldServiceServer) DeleteServiceUserSecret(context.Context, *DeleteServiceUserSecretRequest) (*DeleteServiceUserSecretResponse, error) + func (UnimplementedShieldServiceServer) DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error) + func (UnimplementedShieldServiceServer) DisableGroup(context.Context, *DisableGroupRequest) (*DisableGroupResponse, error) + func (UnimplementedShieldServiceServer) DisableOrganization(context.Context, *DisableOrganizationRequest) (*DisableOrganizationResponse, error) + func (UnimplementedShieldServiceServer) DisableProject(context.Context, *DisableProjectRequest) (*DisableProjectResponse, error) + func (UnimplementedShieldServiceServer) DisableUser(context.Context, *DisableUserRequest) (*DisableUserResponse, error) + func (UnimplementedShieldServiceServer) EnableGroup(context.Context, *EnableGroupRequest) (*EnableGroupResponse, error) + func (UnimplementedShieldServiceServer) EnableOrganization(context.Context, *EnableOrganizationRequest) (*EnableOrganizationResponse, error) + func (UnimplementedShieldServiceServer) EnableProject(context.Context, *EnableProjectRequest) (*EnableProjectResponse, error) + func (UnimplementedShieldServiceServer) EnableUser(context.Context, *EnableUserRequest) (*EnableUserResponse, error) + func (UnimplementedShieldServiceServer) GetCurrentUser(context.Context, *GetCurrentUserRequest) (*GetCurrentUserResponse, error) + func (UnimplementedShieldServiceServer) GetGroup(context.Context, *GetGroupRequest) (*GetGroupResponse, error) + func (UnimplementedShieldServiceServer) GetJWKs(context.Context, *GetJWKsRequest) (*GetJWKsResponse, error) + func (UnimplementedShieldServiceServer) GetMetaSchema(context.Context, *GetMetaSchemaRequest) (*GetMetaSchemaResponse, error) + func (UnimplementedShieldServiceServer) GetNamespace(context.Context, *GetNamespaceRequest) (*GetNamespaceResponse, error) + func (UnimplementedShieldServiceServer) GetOrganization(context.Context, *GetOrganizationRequest) (*GetOrganizationResponse, error) + func (UnimplementedShieldServiceServer) GetOrganizationInvitation(context.Context, *GetOrganizationInvitationRequest) (*GetOrganizationInvitationResponse, error) + func (UnimplementedShieldServiceServer) GetOrganizationRole(context.Context, *GetOrganizationRoleRequest) (*GetOrganizationRoleResponse, error) + func (UnimplementedShieldServiceServer) GetOrganizationsByCurrentUser(context.Context, *GetOrganizationsByCurrentUserRequest) (*GetOrganizationsByCurrentUserResponse, error) + func (UnimplementedShieldServiceServer) GetOrganizationsByUser(context.Context, *GetOrganizationsByUserRequest) (*GetOrganizationsByUserResponse, error) + func (UnimplementedShieldServiceServer) GetPermission(context.Context, *GetPermissionRequest) (*GetPermissionResponse, error) + func (UnimplementedShieldServiceServer) GetPolicy(context.Context, *GetPolicyRequest) (*GetPolicyResponse, error) + func (UnimplementedShieldServiceServer) GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error) + func (UnimplementedShieldServiceServer) GetProjectResource(context.Context, *GetProjectResourceRequest) (*GetProjectResourceResponse, error) + func (UnimplementedShieldServiceServer) GetRelation(context.Context, *GetRelationRequest) (*GetRelationResponse, error) + func (UnimplementedShieldServiceServer) GetServiceUser(context.Context, *GetServiceUserRequest) (*GetServiceUserResponse, error) + func (UnimplementedShieldServiceServer) GetServiceUserKey(context.Context, *GetServiceUserKeyRequest) (*GetServiceUserKeyResponse, error) + func (UnimplementedShieldServiceServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error) + func (UnimplementedShieldServiceServer) ListAuthStrategies(context.Context, *ListAuthStrategiesRequest) (*ListAuthStrategiesResponse, error) + func (UnimplementedShieldServiceServer) ListCurrentUserGroups(context.Context, *ListCurrentUserGroupsRequest) (*ListCurrentUserGroupsResponse, error) + func (UnimplementedShieldServiceServer) ListGroupUsers(context.Context, *ListGroupUsersRequest) (*ListGroupUsersResponse, error) + func (UnimplementedShieldServiceServer) ListMetaSchemas(context.Context, *ListMetaSchemasRequest) (*ListMetaSchemasResponse, error) + func (UnimplementedShieldServiceServer) ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error) + func (UnimplementedShieldServiceServer) ListOrganizationAdmins(context.Context, *ListOrganizationAdminsRequest) (*ListOrganizationAdminsResponse, error) + func (UnimplementedShieldServiceServer) ListOrganizationGroups(context.Context, *ListOrganizationGroupsRequest) (*ListOrganizationGroupsResponse, error) + func (UnimplementedShieldServiceServer) ListOrganizationInvitations(context.Context, *ListOrganizationInvitationsRequest) (*ListOrganizationInvitationsResponse, error) + func (UnimplementedShieldServiceServer) ListOrganizationProjects(context.Context, *ListOrganizationProjectsRequest) (*ListOrganizationProjectsResponse, error) + func (UnimplementedShieldServiceServer) ListOrganizationRoles(context.Context, *ListOrganizationRolesRequest) (*ListOrganizationRolesResponse, error) + func (UnimplementedShieldServiceServer) ListOrganizationUsers(context.Context, *ListOrganizationUsersRequest) (*ListOrganizationUsersResponse, error) + func (UnimplementedShieldServiceServer) ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error) + func (UnimplementedShieldServiceServer) ListPermissions(context.Context, *ListPermissionsRequest) (*ListPermissionsResponse, error) + func (UnimplementedShieldServiceServer) ListProjectAdmins(context.Context, *ListProjectAdminsRequest) (*ListProjectAdminsResponse, error) + func (UnimplementedShieldServiceServer) ListProjectResources(context.Context, *ListProjectResourcesRequest) (*ListProjectResourcesResponse, error) + func (UnimplementedShieldServiceServer) ListProjectUsers(context.Context, *ListProjectUsersRequest) (*ListProjectUsersResponse, error) + func (UnimplementedShieldServiceServer) ListRoles(context.Context, *ListRolesRequest) (*ListRolesResponse, error) + func (UnimplementedShieldServiceServer) ListServiceUserKeys(context.Context, *ListServiceUserKeysRequest) (*ListServiceUserKeysResponse, error) + func (UnimplementedShieldServiceServer) ListServiceUserSecrets(context.Context, *ListServiceUserSecretsRequest) (*ListServiceUserSecretsResponse, error) + func (UnimplementedShieldServiceServer) ListServiceUsers(context.Context, *ListServiceUsersRequest) (*ListServiceUsersResponse, error) + func (UnimplementedShieldServiceServer) ListUserGroups(context.Context, *ListUserGroupsRequest) (*ListUserGroupsResponse, error) + func (UnimplementedShieldServiceServer) ListUserInvitations(context.Context, *ListUserInvitationsRequest) (*ListUserInvitationsResponse, error) + func (UnimplementedShieldServiceServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error) + func (UnimplementedShieldServiceServer) RemoveGroupUser(context.Context, *RemoveGroupUserRequest) (*RemoveGroupUserResponse, error) + func (UnimplementedShieldServiceServer) RemoveOrganizationUser(context.Context, *RemoveOrganizationUserRequest) (*RemoveOrganizationUserResponse, error) + func (UnimplementedShieldServiceServer) UpdateCurrentUser(context.Context, *UpdateCurrentUserRequest) (*UpdateCurrentUserResponse, error) + func (UnimplementedShieldServiceServer) UpdateGroup(context.Context, *UpdateGroupRequest) (*UpdateGroupResponse, error) + func (UnimplementedShieldServiceServer) UpdateMetaSchema(context.Context, *UpdateMetaSchemaRequest) (*UpdateMetaSchemaResponse, error) + func (UnimplementedShieldServiceServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error) + func (UnimplementedShieldServiceServer) UpdateOrganizationRole(context.Context, *UpdateOrganizationRoleRequest) (*UpdateOrganizationRoleResponse, error) + func (UnimplementedShieldServiceServer) UpdatePolicy(context.Context, *UpdatePolicyRequest) (*UpdatePolicyResponse, error) + func (UnimplementedShieldServiceServer) UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error) + func (UnimplementedShieldServiceServer) UpdateProjectResource(context.Context, *UpdateProjectResourceRequest) (*UpdateProjectResourceResponse, error) + func (UnimplementedShieldServiceServer) UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error) + type UnsafeAdminServiceServer interface + type UnsafeShieldServiceServer interface + type UpdateCurrentUserRequest struct + Body *UserRequestBody + func (*UpdateCurrentUserRequest) Descriptor() ([]byte, []int) + func (*UpdateCurrentUserRequest) ProtoMessage() + func (m *UpdateCurrentUserRequest) Validate() error + func (m *UpdateCurrentUserRequest) ValidateAll() error + func (x *UpdateCurrentUserRequest) GetBody() *UserRequestBody + func (x *UpdateCurrentUserRequest) ProtoReflect() protoreflect.Message + func (x *UpdateCurrentUserRequest) Reset() + func (x *UpdateCurrentUserRequest) String() string + type UpdateCurrentUserRequestMultiError []error + func (m UpdateCurrentUserRequestMultiError) AllErrors() []error + func (m UpdateCurrentUserRequestMultiError) Error() string + type UpdateCurrentUserRequestValidationError struct + func (e UpdateCurrentUserRequestValidationError) Cause() error + func (e UpdateCurrentUserRequestValidationError) Error() string + func (e UpdateCurrentUserRequestValidationError) ErrorName() string + func (e UpdateCurrentUserRequestValidationError) Field() string + func (e UpdateCurrentUserRequestValidationError) Key() bool + func (e UpdateCurrentUserRequestValidationError) Reason() string + type UpdateCurrentUserResponse struct + User *User + func (*UpdateCurrentUserResponse) Descriptor() ([]byte, []int) + func (*UpdateCurrentUserResponse) ProtoMessage() + func (m *UpdateCurrentUserResponse) Validate() error + func (m *UpdateCurrentUserResponse) ValidateAll() error + func (x *UpdateCurrentUserResponse) GetUser() *User + func (x *UpdateCurrentUserResponse) ProtoReflect() protoreflect.Message + func (x *UpdateCurrentUserResponse) Reset() + func (x *UpdateCurrentUserResponse) String() string + type UpdateCurrentUserResponseMultiError []error + func (m UpdateCurrentUserResponseMultiError) AllErrors() []error + func (m UpdateCurrentUserResponseMultiError) Error() string + type UpdateCurrentUserResponseValidationError struct + func (e UpdateCurrentUserResponseValidationError) Cause() error + func (e UpdateCurrentUserResponseValidationError) Error() string + func (e UpdateCurrentUserResponseValidationError) ErrorName() string + func (e UpdateCurrentUserResponseValidationError) Field() string + func (e UpdateCurrentUserResponseValidationError) Key() bool + func (e UpdateCurrentUserResponseValidationError) Reason() string + type UpdateGroupRequest struct + Body *GroupRequestBody + Id string + OrgId string + func (*UpdateGroupRequest) Descriptor() ([]byte, []int) + func (*UpdateGroupRequest) ProtoMessage() + func (m *UpdateGroupRequest) Validate() error + func (m *UpdateGroupRequest) ValidateAll() error + func (x *UpdateGroupRequest) GetBody() *GroupRequestBody + func (x *UpdateGroupRequest) GetId() string + func (x *UpdateGroupRequest) GetOrgId() string + func (x *UpdateGroupRequest) ProtoReflect() protoreflect.Message + func (x *UpdateGroupRequest) Reset() + func (x *UpdateGroupRequest) String() string + type UpdateGroupRequestMultiError []error + func (m UpdateGroupRequestMultiError) AllErrors() []error + func (m UpdateGroupRequestMultiError) Error() string + type UpdateGroupRequestValidationError struct + func (e UpdateGroupRequestValidationError) Cause() error + func (e UpdateGroupRequestValidationError) Error() string + func (e UpdateGroupRequestValidationError) ErrorName() string + func (e UpdateGroupRequestValidationError) Field() string + func (e UpdateGroupRequestValidationError) Key() bool + func (e UpdateGroupRequestValidationError) Reason() string + type UpdateGroupResponse struct + Group *Group + func (*UpdateGroupResponse) Descriptor() ([]byte, []int) + func (*UpdateGroupResponse) ProtoMessage() + func (m *UpdateGroupResponse) Validate() error + func (m *UpdateGroupResponse) ValidateAll() error + func (x *UpdateGroupResponse) GetGroup() *Group + func (x *UpdateGroupResponse) ProtoReflect() protoreflect.Message + func (x *UpdateGroupResponse) Reset() + func (x *UpdateGroupResponse) String() string + type UpdateGroupResponseMultiError []error + func (m UpdateGroupResponseMultiError) AllErrors() []error + func (m UpdateGroupResponseMultiError) Error() string + type UpdateGroupResponseValidationError struct + func (e UpdateGroupResponseValidationError) Cause() error + func (e UpdateGroupResponseValidationError) Error() string + func (e UpdateGroupResponseValidationError) ErrorName() string + func (e UpdateGroupResponseValidationError) Field() string + func (e UpdateGroupResponseValidationError) Key() bool + func (e UpdateGroupResponseValidationError) Reason() string + type UpdateMetaSchemaRequest struct + Body *MetaSchemaRequestBody + Id string + func (*UpdateMetaSchemaRequest) Descriptor() ([]byte, []int) + func (*UpdateMetaSchemaRequest) ProtoMessage() + func (m *UpdateMetaSchemaRequest) Validate() error + func (m *UpdateMetaSchemaRequest) ValidateAll() error + func (x *UpdateMetaSchemaRequest) GetBody() *MetaSchemaRequestBody + func (x *UpdateMetaSchemaRequest) GetId() string + func (x *UpdateMetaSchemaRequest) ProtoReflect() protoreflect.Message + func (x *UpdateMetaSchemaRequest) Reset() + func (x *UpdateMetaSchemaRequest) String() string + type UpdateMetaSchemaRequestMultiError []error + func (m UpdateMetaSchemaRequestMultiError) AllErrors() []error + func (m UpdateMetaSchemaRequestMultiError) Error() string + type UpdateMetaSchemaRequestValidationError struct + func (e UpdateMetaSchemaRequestValidationError) Cause() error + func (e UpdateMetaSchemaRequestValidationError) Error() string + func (e UpdateMetaSchemaRequestValidationError) ErrorName() string + func (e UpdateMetaSchemaRequestValidationError) Field() string + func (e UpdateMetaSchemaRequestValidationError) Key() bool + func (e UpdateMetaSchemaRequestValidationError) Reason() string + type UpdateMetaSchemaResponse struct + Metaschema *MetaSchema + func (*UpdateMetaSchemaResponse) Descriptor() ([]byte, []int) + func (*UpdateMetaSchemaResponse) ProtoMessage() + func (m *UpdateMetaSchemaResponse) Validate() error + func (m *UpdateMetaSchemaResponse) ValidateAll() error + func (x *UpdateMetaSchemaResponse) GetMetaschema() *MetaSchema + func (x *UpdateMetaSchemaResponse) ProtoReflect() protoreflect.Message + func (x *UpdateMetaSchemaResponse) Reset() + func (x *UpdateMetaSchemaResponse) String() string + type UpdateMetaSchemaResponseMultiError []error + func (m UpdateMetaSchemaResponseMultiError) AllErrors() []error + func (m UpdateMetaSchemaResponseMultiError) Error() string + type UpdateMetaSchemaResponseValidationError struct + func (e UpdateMetaSchemaResponseValidationError) Cause() error + func (e UpdateMetaSchemaResponseValidationError) Error() string + func (e UpdateMetaSchemaResponseValidationError) ErrorName() string + func (e UpdateMetaSchemaResponseValidationError) Field() string + func (e UpdateMetaSchemaResponseValidationError) Key() bool + func (e UpdateMetaSchemaResponseValidationError) Reason() string + type UpdateOrganizationRequest struct + Body *OrganizationRequestBody + Id string + func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int) + func (*UpdateOrganizationRequest) ProtoMessage() + func (m *UpdateOrganizationRequest) Validate() error + func (m *UpdateOrganizationRequest) ValidateAll() error + func (x *UpdateOrganizationRequest) GetBody() *OrganizationRequestBody + func (x *UpdateOrganizationRequest) GetId() string + func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message + func (x *UpdateOrganizationRequest) Reset() + func (x *UpdateOrganizationRequest) String() string + type UpdateOrganizationRequestMultiError []error + func (m UpdateOrganizationRequestMultiError) AllErrors() []error + func (m UpdateOrganizationRequestMultiError) Error() string + type UpdateOrganizationRequestValidationError struct + func (e UpdateOrganizationRequestValidationError) Cause() error + func (e UpdateOrganizationRequestValidationError) Error() string + func (e UpdateOrganizationRequestValidationError) ErrorName() string + func (e UpdateOrganizationRequestValidationError) Field() string + func (e UpdateOrganizationRequestValidationError) Key() bool + func (e UpdateOrganizationRequestValidationError) Reason() string + type UpdateOrganizationResponse struct + Organization *Organization + func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int) + func (*UpdateOrganizationResponse) ProtoMessage() + func (m *UpdateOrganizationResponse) Validate() error + func (m *UpdateOrganizationResponse) ValidateAll() error + func (x *UpdateOrganizationResponse) GetOrganization() *Organization + func (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message + func (x *UpdateOrganizationResponse) Reset() + func (x *UpdateOrganizationResponse) String() string + type UpdateOrganizationResponseMultiError []error + func (m UpdateOrganizationResponseMultiError) AllErrors() []error + func (m UpdateOrganizationResponseMultiError) Error() string + type UpdateOrganizationResponseValidationError struct + func (e UpdateOrganizationResponseValidationError) Cause() error + func (e UpdateOrganizationResponseValidationError) Error() string + func (e UpdateOrganizationResponseValidationError) ErrorName() string + func (e UpdateOrganizationResponseValidationError) Field() string + func (e UpdateOrganizationResponseValidationError) Key() bool + func (e UpdateOrganizationResponseValidationError) Reason() string + type UpdateOrganizationRoleRequest struct + Body *RoleRequestBody + Id string + OrgId string + func (*UpdateOrganizationRoleRequest) Descriptor() ([]byte, []int) + func (*UpdateOrganizationRoleRequest) ProtoMessage() + func (m *UpdateOrganizationRoleRequest) Validate() error + func (m *UpdateOrganizationRoleRequest) ValidateAll() error + func (x *UpdateOrganizationRoleRequest) GetBody() *RoleRequestBody + func (x *UpdateOrganizationRoleRequest) GetId() string + func (x *UpdateOrganizationRoleRequest) GetOrgId() string + func (x *UpdateOrganizationRoleRequest) ProtoReflect() protoreflect.Message + func (x *UpdateOrganizationRoleRequest) Reset() + func (x *UpdateOrganizationRoleRequest) String() string + type UpdateOrganizationRoleRequestMultiError []error + func (m UpdateOrganizationRoleRequestMultiError) AllErrors() []error + func (m UpdateOrganizationRoleRequestMultiError) Error() string + type UpdateOrganizationRoleRequestValidationError struct + func (e UpdateOrganizationRoleRequestValidationError) Cause() error + func (e UpdateOrganizationRoleRequestValidationError) Error() string + func (e UpdateOrganizationRoleRequestValidationError) ErrorName() string + func (e UpdateOrganizationRoleRequestValidationError) Field() string + func (e UpdateOrganizationRoleRequestValidationError) Key() bool + func (e UpdateOrganizationRoleRequestValidationError) Reason() string + type UpdateOrganizationRoleResponse struct + Role *Role + func (*UpdateOrganizationRoleResponse) Descriptor() ([]byte, []int) + func (*UpdateOrganizationRoleResponse) ProtoMessage() + func (m *UpdateOrganizationRoleResponse) Validate() error + func (m *UpdateOrganizationRoleResponse) ValidateAll() error + func (x *UpdateOrganizationRoleResponse) GetRole() *Role + func (x *UpdateOrganizationRoleResponse) ProtoReflect() protoreflect.Message + func (x *UpdateOrganizationRoleResponse) Reset() + func (x *UpdateOrganizationRoleResponse) String() string + type UpdateOrganizationRoleResponseMultiError []error + func (m UpdateOrganizationRoleResponseMultiError) AllErrors() []error + func (m UpdateOrganizationRoleResponseMultiError) Error() string + type UpdateOrganizationRoleResponseValidationError struct + func (e UpdateOrganizationRoleResponseValidationError) Cause() error + func (e UpdateOrganizationRoleResponseValidationError) Error() string + func (e UpdateOrganizationRoleResponseValidationError) ErrorName() string + func (e UpdateOrganizationRoleResponseValidationError) Field() string + func (e UpdateOrganizationRoleResponseValidationError) Key() bool + func (e UpdateOrganizationRoleResponseValidationError) Reason() string + type UpdatePermissionRequest struct + Body *PermissionRequestBody + Id string + func (*UpdatePermissionRequest) Descriptor() ([]byte, []int) + func (*UpdatePermissionRequest) ProtoMessage() + func (m *UpdatePermissionRequest) Validate() error + func (m *UpdatePermissionRequest) ValidateAll() error + func (x *UpdatePermissionRequest) GetBody() *PermissionRequestBody + func (x *UpdatePermissionRequest) GetId() string + func (x *UpdatePermissionRequest) ProtoReflect() protoreflect.Message + func (x *UpdatePermissionRequest) Reset() + func (x *UpdatePermissionRequest) String() string + type UpdatePermissionRequestMultiError []error + func (m UpdatePermissionRequestMultiError) AllErrors() []error + func (m UpdatePermissionRequestMultiError) Error() string + type UpdatePermissionRequestValidationError struct + func (e UpdatePermissionRequestValidationError) Cause() error + func (e UpdatePermissionRequestValidationError) Error() string + func (e UpdatePermissionRequestValidationError) ErrorName() string + func (e UpdatePermissionRequestValidationError) Field() string + func (e UpdatePermissionRequestValidationError) Key() bool + func (e UpdatePermissionRequestValidationError) Reason() string + type UpdatePermissionResponse struct + Permission *Permission + func (*UpdatePermissionResponse) Descriptor() ([]byte, []int) + func (*UpdatePermissionResponse) ProtoMessage() + func (m *UpdatePermissionResponse) Validate() error + func (m *UpdatePermissionResponse) ValidateAll() error + func (x *UpdatePermissionResponse) GetPermission() *Permission + func (x *UpdatePermissionResponse) ProtoReflect() protoreflect.Message + func (x *UpdatePermissionResponse) Reset() + func (x *UpdatePermissionResponse) String() string + type UpdatePermissionResponseMultiError []error + func (m UpdatePermissionResponseMultiError) AllErrors() []error + func (m UpdatePermissionResponseMultiError) Error() string + type UpdatePermissionResponseValidationError struct + func (e UpdatePermissionResponseValidationError) Cause() error + func (e UpdatePermissionResponseValidationError) Error() string + func (e UpdatePermissionResponseValidationError) ErrorName() string + func (e UpdatePermissionResponseValidationError) Field() string + func (e UpdatePermissionResponseValidationError) Key() bool + func (e UpdatePermissionResponseValidationError) Reason() string + type UpdatePolicyRequest struct + Body *PolicyRequestBody + Id string + func (*UpdatePolicyRequest) Descriptor() ([]byte, []int) + func (*UpdatePolicyRequest) ProtoMessage() + func (m *UpdatePolicyRequest) Validate() error + func (m *UpdatePolicyRequest) ValidateAll() error + func (x *UpdatePolicyRequest) GetBody() *PolicyRequestBody + func (x *UpdatePolicyRequest) GetId() string + func (x *UpdatePolicyRequest) ProtoReflect() protoreflect.Message + func (x *UpdatePolicyRequest) Reset() + func (x *UpdatePolicyRequest) String() string + type UpdatePolicyRequestMultiError []error + func (m UpdatePolicyRequestMultiError) AllErrors() []error + func (m UpdatePolicyRequestMultiError) Error() string + type UpdatePolicyRequestValidationError struct + func (e UpdatePolicyRequestValidationError) Cause() error + func (e UpdatePolicyRequestValidationError) Error() string + func (e UpdatePolicyRequestValidationError) ErrorName() string + func (e UpdatePolicyRequestValidationError) Field() string + func (e UpdatePolicyRequestValidationError) Key() bool + func (e UpdatePolicyRequestValidationError) Reason() string + type UpdatePolicyResponse struct + Policies []*Policy + func (*UpdatePolicyResponse) Descriptor() ([]byte, []int) + func (*UpdatePolicyResponse) ProtoMessage() + func (m *UpdatePolicyResponse) Validate() error + func (m *UpdatePolicyResponse) ValidateAll() error + func (x *UpdatePolicyResponse) GetPolicies() []*Policy + func (x *UpdatePolicyResponse) ProtoReflect() protoreflect.Message + func (x *UpdatePolicyResponse) Reset() + func (x *UpdatePolicyResponse) String() string + type UpdatePolicyResponseMultiError []error + func (m UpdatePolicyResponseMultiError) AllErrors() []error + func (m UpdatePolicyResponseMultiError) Error() string + type UpdatePolicyResponseValidationError struct + func (e UpdatePolicyResponseValidationError) Cause() error + func (e UpdatePolicyResponseValidationError) Error() string + func (e UpdatePolicyResponseValidationError) ErrorName() string + func (e UpdatePolicyResponseValidationError) Field() string + func (e UpdatePolicyResponseValidationError) Key() bool + func (e UpdatePolicyResponseValidationError) Reason() string + type UpdateProjectRequest struct + Body *ProjectRequestBody + Id string + func (*UpdateProjectRequest) Descriptor() ([]byte, []int) + func (*UpdateProjectRequest) ProtoMessage() + func (m *UpdateProjectRequest) Validate() error + func (m *UpdateProjectRequest) ValidateAll() error + func (x *UpdateProjectRequest) GetBody() *ProjectRequestBody + func (x *UpdateProjectRequest) GetId() string + func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message + func (x *UpdateProjectRequest) Reset() + func (x *UpdateProjectRequest) String() string + type UpdateProjectRequestMultiError []error + func (m UpdateProjectRequestMultiError) AllErrors() []error + func (m UpdateProjectRequestMultiError) Error() string + type UpdateProjectRequestValidationError struct + func (e UpdateProjectRequestValidationError) Cause() error + func (e UpdateProjectRequestValidationError) Error() string + func (e UpdateProjectRequestValidationError) ErrorName() string + func (e UpdateProjectRequestValidationError) Field() string + func (e UpdateProjectRequestValidationError) Key() bool + func (e UpdateProjectRequestValidationError) Reason() string + type UpdateProjectResourceRequest struct + Body *ResourceRequestBody + Id string + ProjectId string + func (*UpdateProjectResourceRequest) Descriptor() ([]byte, []int) + func (*UpdateProjectResourceRequest) ProtoMessage() + func (m *UpdateProjectResourceRequest) Validate() error + func (m *UpdateProjectResourceRequest) ValidateAll() error + func (x *UpdateProjectResourceRequest) GetBody() *ResourceRequestBody + func (x *UpdateProjectResourceRequest) GetId() string + func (x *UpdateProjectResourceRequest) GetProjectId() string + func (x *UpdateProjectResourceRequest) ProtoReflect() protoreflect.Message + func (x *UpdateProjectResourceRequest) Reset() + func (x *UpdateProjectResourceRequest) String() string + type UpdateProjectResourceRequestMultiError []error + func (m UpdateProjectResourceRequestMultiError) AllErrors() []error + func (m UpdateProjectResourceRequestMultiError) Error() string + type UpdateProjectResourceRequestValidationError struct + func (e UpdateProjectResourceRequestValidationError) Cause() error + func (e UpdateProjectResourceRequestValidationError) Error() string + func (e UpdateProjectResourceRequestValidationError) ErrorName() string + func (e UpdateProjectResourceRequestValidationError) Field() string + func (e UpdateProjectResourceRequestValidationError) Key() bool + func (e UpdateProjectResourceRequestValidationError) Reason() string + type UpdateProjectResourceResponse struct + Resource *Resource + func (*UpdateProjectResourceResponse) Descriptor() ([]byte, []int) + func (*UpdateProjectResourceResponse) ProtoMessage() + func (m *UpdateProjectResourceResponse) Validate() error + func (m *UpdateProjectResourceResponse) ValidateAll() error + func (x *UpdateProjectResourceResponse) GetResource() *Resource + func (x *UpdateProjectResourceResponse) ProtoReflect() protoreflect.Message + func (x *UpdateProjectResourceResponse) Reset() + func (x *UpdateProjectResourceResponse) String() string + type UpdateProjectResourceResponseMultiError []error + func (m UpdateProjectResourceResponseMultiError) AllErrors() []error + func (m UpdateProjectResourceResponseMultiError) Error() string + type UpdateProjectResourceResponseValidationError struct + func (e UpdateProjectResourceResponseValidationError) Cause() error + func (e UpdateProjectResourceResponseValidationError) Error() string + func (e UpdateProjectResourceResponseValidationError) ErrorName() string + func (e UpdateProjectResourceResponseValidationError) Field() string + func (e UpdateProjectResourceResponseValidationError) Key() bool + func (e UpdateProjectResourceResponseValidationError) Reason() string + type UpdateProjectResponse struct + Project *Project + func (*UpdateProjectResponse) Descriptor() ([]byte, []int) + func (*UpdateProjectResponse) ProtoMessage() + func (m *UpdateProjectResponse) Validate() error + func (m *UpdateProjectResponse) ValidateAll() error + func (x *UpdateProjectResponse) GetProject() *Project + func (x *UpdateProjectResponse) ProtoReflect() protoreflect.Message + func (x *UpdateProjectResponse) Reset() + func (x *UpdateProjectResponse) String() string + type UpdateProjectResponseMultiError []error + func (m UpdateProjectResponseMultiError) AllErrors() []error + func (m UpdateProjectResponseMultiError) Error() string + type UpdateProjectResponseValidationError struct + func (e UpdateProjectResponseValidationError) Cause() error + func (e UpdateProjectResponseValidationError) Error() string + func (e UpdateProjectResponseValidationError) ErrorName() string + func (e UpdateProjectResponseValidationError) Field() string + func (e UpdateProjectResponseValidationError) Key() bool + func (e UpdateProjectResponseValidationError) Reason() string + type UpdateRelationRequest struct + Body *RelationRequestBody + Id string + func (*UpdateRelationRequest) Descriptor() ([]byte, []int) + func (*UpdateRelationRequest) ProtoMessage() + func (m *UpdateRelationRequest) Validate() error + func (m *UpdateRelationRequest) ValidateAll() error + func (x *UpdateRelationRequest) GetBody() *RelationRequestBody + func (x *UpdateRelationRequest) GetId() string + func (x *UpdateRelationRequest) ProtoReflect() protoreflect.Message + func (x *UpdateRelationRequest) Reset() + func (x *UpdateRelationRequest) String() string + type UpdateRelationRequestMultiError []error + func (m UpdateRelationRequestMultiError) AllErrors() []error + func (m UpdateRelationRequestMultiError) Error() string + type UpdateRelationRequestValidationError struct + func (e UpdateRelationRequestValidationError) Cause() error + func (e UpdateRelationRequestValidationError) Error() string + func (e UpdateRelationRequestValidationError) ErrorName() string + func (e UpdateRelationRequestValidationError) Field() string + func (e UpdateRelationRequestValidationError) Key() bool + func (e UpdateRelationRequestValidationError) Reason() string + type UpdateRelationResponse struct + Relation *Relation + func (*UpdateRelationResponse) Descriptor() ([]byte, []int) + func (*UpdateRelationResponse) ProtoMessage() + func (m *UpdateRelationResponse) Validate() error + func (m *UpdateRelationResponse) ValidateAll() error + func (x *UpdateRelationResponse) GetRelation() *Relation + func (x *UpdateRelationResponse) ProtoReflect() protoreflect.Message + func (x *UpdateRelationResponse) Reset() + func (x *UpdateRelationResponse) String() string + type UpdateRelationResponseMultiError []error + func (m UpdateRelationResponseMultiError) AllErrors() []error + func (m UpdateRelationResponseMultiError) Error() string + type UpdateRelationResponseValidationError struct + func (e UpdateRelationResponseValidationError) Cause() error + func (e UpdateRelationResponseValidationError) Error() string + func (e UpdateRelationResponseValidationError) ErrorName() string + func (e UpdateRelationResponseValidationError) Field() string + func (e UpdateRelationResponseValidationError) Key() bool + func (e UpdateRelationResponseValidationError) Reason() string + type UpdateServiceUserRequest struct + Body *ServiceUserRequestBody + Id string + func (*UpdateServiceUserRequest) Descriptor() ([]byte, []int) + func (*UpdateServiceUserRequest) ProtoMessage() + func (m *UpdateServiceUserRequest) Validate() error + func (m *UpdateServiceUserRequest) ValidateAll() error + func (x *UpdateServiceUserRequest) GetBody() *ServiceUserRequestBody + func (x *UpdateServiceUserRequest) GetId() string + func (x *UpdateServiceUserRequest) ProtoReflect() protoreflect.Message + func (x *UpdateServiceUserRequest) Reset() + func (x *UpdateServiceUserRequest) String() string + type UpdateServiceUserRequestMultiError []error + func (m UpdateServiceUserRequestMultiError) AllErrors() []error + func (m UpdateServiceUserRequestMultiError) Error() string + type UpdateServiceUserRequestValidationError struct + func (e UpdateServiceUserRequestValidationError) Cause() error + func (e UpdateServiceUserRequestValidationError) Error() string + func (e UpdateServiceUserRequestValidationError) ErrorName() string + func (e UpdateServiceUserRequestValidationError) Field() string + func (e UpdateServiceUserRequestValidationError) Key() bool + func (e UpdateServiceUserRequestValidationError) Reason() string + type UpdateServiceUserResponse struct + Serviceuser *ServiceUser + func (*UpdateServiceUserResponse) Descriptor() ([]byte, []int) + func (*UpdateServiceUserResponse) ProtoMessage() + func (m *UpdateServiceUserResponse) Validate() error + func (m *UpdateServiceUserResponse) ValidateAll() error + func (x *UpdateServiceUserResponse) GetServiceuser() *ServiceUser + func (x *UpdateServiceUserResponse) ProtoReflect() protoreflect.Message + func (x *UpdateServiceUserResponse) Reset() + func (x *UpdateServiceUserResponse) String() string + type UpdateServiceUserResponseMultiError []error + func (m UpdateServiceUserResponseMultiError) AllErrors() []error + func (m UpdateServiceUserResponseMultiError) Error() string + type UpdateServiceUserResponseValidationError struct + func (e UpdateServiceUserResponseValidationError) Cause() error + func (e UpdateServiceUserResponseValidationError) Error() string + func (e UpdateServiceUserResponseValidationError) ErrorName() string + func (e UpdateServiceUserResponseValidationError) Field() string + func (e UpdateServiceUserResponseValidationError) Key() bool + func (e UpdateServiceUserResponseValidationError) Reason() string + type UpdateUserRequest struct + Body *UserRequestBody + Id string + func (*UpdateUserRequest) Descriptor() ([]byte, []int) + func (*UpdateUserRequest) ProtoMessage() + func (m *UpdateUserRequest) Validate() error + func (m *UpdateUserRequest) ValidateAll() error + func (x *UpdateUserRequest) GetBody() *UserRequestBody + func (x *UpdateUserRequest) GetId() string + func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message + func (x *UpdateUserRequest) Reset() + func (x *UpdateUserRequest) String() string + type UpdateUserRequestMultiError []error + func (m UpdateUserRequestMultiError) AllErrors() []error + func (m UpdateUserRequestMultiError) Error() string + type UpdateUserRequestValidationError struct + func (e UpdateUserRequestValidationError) Cause() error + func (e UpdateUserRequestValidationError) Error() string + func (e UpdateUserRequestValidationError) ErrorName() string + func (e UpdateUserRequestValidationError) Field() string + func (e UpdateUserRequestValidationError) Key() bool + func (e UpdateUserRequestValidationError) Reason() string + type UpdateUserResponse struct + User *User + func (*UpdateUserResponse) Descriptor() ([]byte, []int) + func (*UpdateUserResponse) ProtoMessage() + func (m *UpdateUserResponse) Validate() error + func (m *UpdateUserResponse) ValidateAll() error + func (x *UpdateUserResponse) GetUser() *User + func (x *UpdateUserResponse) ProtoReflect() protoreflect.Message + func (x *UpdateUserResponse) Reset() + func (x *UpdateUserResponse) String() string + type UpdateUserResponseMultiError []error + func (m UpdateUserResponseMultiError) AllErrors() []error + func (m UpdateUserResponseMultiError) Error() string + type UpdateUserResponseValidationError struct + func (e UpdateUserResponseValidationError) Cause() error + func (e UpdateUserResponseValidationError) Error() string + func (e UpdateUserResponseValidationError) ErrorName() string + func (e UpdateUserResponseValidationError) Field() string + func (e UpdateUserResponseValidationError) Key() bool + func (e UpdateUserResponseValidationError) Reason() string + type User struct + CreatedAt *timestamppb.Timestamp + Email string + Id string + Metadata *structpb.Struct + Name string + State string + Title string + UpdatedAt *timestamppb.Timestamp + func (*User) Descriptor() ([]byte, []int) + func (*User) ProtoMessage() + func (m *User) Validate() error + func (m *User) ValidateAll() error + func (x *User) GetCreatedAt() *timestamppb.Timestamp + func (x *User) GetEmail() string + func (x *User) GetId() string + func (x *User) GetMetadata() *structpb.Struct + func (x *User) GetName() string + func (x *User) GetState() string + func (x *User) GetTitle() string + func (x *User) GetUpdatedAt() *timestamppb.Timestamp + func (x *User) ProtoReflect() protoreflect.Message + func (x *User) Reset() + func (x *User) String() string + type UserMultiError []error + func (m UserMultiError) AllErrors() []error + func (m UserMultiError) Error() string + type UserRequestBody struct + Email string + Metadata *structpb.Struct + Name string + Title string + func (*UserRequestBody) Descriptor() ([]byte, []int) + func (*UserRequestBody) ProtoMessage() + func (m *UserRequestBody) Validate() error + func (m *UserRequestBody) ValidateAll() error + func (x *UserRequestBody) GetEmail() string + func (x *UserRequestBody) GetMetadata() *structpb.Struct + func (x *UserRequestBody) GetName() string + func (x *UserRequestBody) GetTitle() string + func (x *UserRequestBody) ProtoReflect() protoreflect.Message + func (x *UserRequestBody) Reset() + func (x *UserRequestBody) String() string + type UserRequestBodyMultiError []error + func (m UserRequestBodyMultiError) AllErrors() []error + func (m UserRequestBodyMultiError) Error() string + type UserRequestBodyValidationError struct + func (e UserRequestBodyValidationError) Cause() error + func (e UserRequestBodyValidationError) Error() string + func (e UserRequestBodyValidationError) ErrorName() string + func (e UserRequestBodyValidationError) Field() string + func (e UserRequestBodyValidationError) Key() bool + func (e UserRequestBodyValidationError) Reason() string + type UserValidationError struct + func (e UserValidationError) Cause() error + func (e UserValidationError) Error() string + func (e UserValidationError) ErrorName() string + func (e UserValidationError) Field() string + func (e UserValidationError) Key() bool + func (e UserValidationError) Reason() string