Documentation ¶
Index ¶
- Variables
- type ChildGroupMembership
- func (*ChildGroupMembership) Descriptor() ([]byte, []int)deprecated
- func (x *ChildGroupMembership) GetGroup() *Group
- func (*ChildGroupMembership) ProtoMessage()
- func (x *ChildGroupMembership) ProtoReflect() protoreflect.Message
- func (x *ChildGroupMembership) Reset()
- func (x *ChildGroupMembership) String() string
- func (m *ChildGroupMembership) Validate() error
- func (m *ChildGroupMembership) ValidateAll() error
- type ChildGroupMembershipMultiError
- type ChildGroupMembershipValidationError
- func (e ChildGroupMembershipValidationError) Cause() error
- func (e ChildGroupMembershipValidationError) Error() string
- func (e ChildGroupMembershipValidationError) ErrorName() string
- func (e ChildGroupMembershipValidationError) Field() string
- func (e ChildGroupMembershipValidationError) Key() bool
- func (e ChildGroupMembershipValidationError) Reason() string
- type GetGroupRequest
- func (*GetGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupRequest) GetId() string
- func (x *GetGroupRequest) GetIntegrationId() string
- func (*GetGroupRequest) ProtoMessage()
- func (x *GetGroupRequest) ProtoReflect() protoreflect.Message
- func (x *GetGroupRequest) Reset()
- func (x *GetGroupRequest) String() string
- func (m *GetGroupRequest) Validate() error
- func (m *GetGroupRequest) ValidateAll() error
- type GetGroupRequestMultiError
- type GetGroupRequestValidationError
- 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
- func (*GetGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupResponse) GetGroup() *Group
- func (*GetGroupResponse) ProtoMessage()
- func (x *GetGroupResponse) ProtoReflect() protoreflect.Message
- func (x *GetGroupResponse) Reset()
- func (x *GetGroupResponse) String() string
- func (m *GetGroupResponse) Validate() error
- func (m *GetGroupResponse) ValidateAll() error
- type GetGroupResponseMultiError
- type GetGroupResponseValidationError
- 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 GetUserRequest
- func (*GetUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserRequest) GetId() string
- func (*GetUserRequest) ProtoMessage()
- func (x *GetUserRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserRequest) Reset()
- func (x *GetUserRequest) String() string
- func (m *GetUserRequest) Validate() error
- func (m *GetUserRequest) ValidateAll() error
- type GetUserRequestMultiError
- type GetUserRequestValidationError
- 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
- func (*GetUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserResponse) GetUser() *User
- func (*GetUserResponse) ProtoMessage()
- func (x *GetUserResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserResponse) Reset()
- func (x *GetUserResponse) String() string
- func (m *GetUserResponse) Validate() error
- func (m *GetUserResponse) ValidateAll() error
- type GetUserResponseMultiError
- type GetUserResponseValidationError
- 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
- func (*Group) Descriptor() ([]byte, []int)deprecated
- func (x *Group) GetChildGroupCount() int32
- func (x *Group) GetDescription() string
- func (x *Group) GetId() string
- func (x *Group) GetIntegration() *Integration
- func (x *Group) GetIsDynamic() bool
- func (x *Group) GetMemberCount() int32
- func (x *Group) GetName() string
- func (*Group) ProtoMessage()
- func (x *Group) ProtoReflect() protoreflect.Message
- func (x *Group) Reset()
- func (x *Group) String() string
- func (m *Group) Validate() error
- func (m *Group) ValidateAll() error
- type GroupMembership
- func (*GroupMembership) Descriptor() ([]byte, []int)deprecated
- func (x *GroupMembership) GetUser() *User
- func (*GroupMembership) ProtoMessage()
- func (x *GroupMembership) ProtoReflect() protoreflect.Message
- func (x *GroupMembership) Reset()
- func (x *GroupMembership) String() string
- func (m *GroupMembership) Validate() error
- func (m *GroupMembership) ValidateAll() error
- type GroupMembershipMultiError
- type GroupMembershipValidationError
- func (e GroupMembershipValidationError) Cause() error
- func (e GroupMembershipValidationError) Error() string
- func (e GroupMembershipValidationError) ErrorName() string
- func (e GroupMembershipValidationError) Field() string
- func (e GroupMembershipValidationError) Key() bool
- func (e GroupMembershipValidationError) Reason() string
- type GroupMultiError
- type GroupValidationError
- type Integration
- func (*Integration) Descriptor() ([]byte, []int)deprecated
- func (x *Integration) GetId() string
- func (x *Integration) GetName() string
- func (x *Integration) GetType() IntegrationType
- func (*Integration) ProtoMessage()
- func (x *Integration) ProtoReflect() protoreflect.Message
- func (x *Integration) Reset()
- func (x *Integration) String() string
- func (m *Integration) Validate() error
- func (m *Integration) ValidateAll() error
- type IntegrationMultiError
- type IntegrationType
- func (IntegrationType) Descriptor() protoreflect.EnumDescriptor
- func (x IntegrationType) Enum() *IntegrationType
- func (IntegrationType) EnumDescriptor() ([]byte, []int)deprecated
- func (x IntegrationType) Number() protoreflect.EnumNumber
- func (x IntegrationType) String() string
- func (IntegrationType) Type() protoreflect.EnumType
- type IntegrationValidationError
- func (e IntegrationValidationError) Cause() error
- func (e IntegrationValidationError) Error() string
- func (e IntegrationValidationError) ErrorName() string
- func (e IntegrationValidationError) Field() string
- func (e IntegrationValidationError) Key() bool
- func (e IntegrationValidationError) Reason() string
- type LookupUserAccountRequest
- func (*LookupUserAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LookupUserAccountRequest) GetIntegrationId() string
- func (x *LookupUserAccountRequest) GetUserAccountId() string
- func (*LookupUserAccountRequest) ProtoMessage()
- func (x *LookupUserAccountRequest) ProtoReflect() protoreflect.Message
- func (x *LookupUserAccountRequest) Reset()
- func (x *LookupUserAccountRequest) String() string
- func (m *LookupUserAccountRequest) Validate() error
- func (m *LookupUserAccountRequest) ValidateAll() error
- type LookupUserAccountRequestMultiError
- type LookupUserAccountRequestValidationError
- func (e LookupUserAccountRequestValidationError) Cause() error
- func (e LookupUserAccountRequestValidationError) Error() string
- func (e LookupUserAccountRequestValidationError) ErrorName() string
- func (e LookupUserAccountRequestValidationError) Field() string
- func (e LookupUserAccountRequestValidationError) Key() bool
- func (e LookupUserAccountRequestValidationError) Reason() string
- type LookupUserAccountResponse
- func (*LookupUserAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LookupUserAccountResponse) GetUser() *User
- func (*LookupUserAccountResponse) ProtoMessage()
- func (x *LookupUserAccountResponse) ProtoReflect() protoreflect.Message
- func (x *LookupUserAccountResponse) Reset()
- func (x *LookupUserAccountResponse) String() string
- func (m *LookupUserAccountResponse) Validate() error
- func (m *LookupUserAccountResponse) ValidateAll() error
- type LookupUserAccountResponseMultiError
- type LookupUserAccountResponseValidationError
- func (e LookupUserAccountResponseValidationError) Cause() error
- func (e LookupUserAccountResponseValidationError) Error() string
- func (e LookupUserAccountResponseValidationError) ErrorName() string
- func (e LookupUserAccountResponseValidationError) Field() string
- func (e LookupUserAccountResponseValidationError) Key() bool
- func (e LookupUserAccountResponseValidationError) Reason() string
- type QueryChildGroupsRequest
- func (*QueryChildGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryChildGroupsRequest) GetGroupId() string
- func (x *QueryChildGroupsRequest) GetIntegrationId() string
- func (x *QueryChildGroupsRequest) GetPageToken() string
- func (*QueryChildGroupsRequest) ProtoMessage()
- func (x *QueryChildGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *QueryChildGroupsRequest) Reset()
- func (x *QueryChildGroupsRequest) String() string
- func (m *QueryChildGroupsRequest) Validate() error
- func (m *QueryChildGroupsRequest) ValidateAll() error
- type QueryChildGroupsRequestMultiError
- type QueryChildGroupsRequestValidationError
- func (e QueryChildGroupsRequestValidationError) Cause() error
- func (e QueryChildGroupsRequestValidationError) Error() string
- func (e QueryChildGroupsRequestValidationError) ErrorName() string
- func (e QueryChildGroupsRequestValidationError) Field() string
- func (e QueryChildGroupsRequestValidationError) Key() bool
- func (e QueryChildGroupsRequestValidationError) Reason() string
- type QueryChildGroupsResponse
- func (*QueryChildGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryChildGroupsResponse) GetChildGroups() []*ChildGroupMembership
- func (x *QueryChildGroupsResponse) GetNextPageToken() string
- func (*QueryChildGroupsResponse) ProtoMessage()
- func (x *QueryChildGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryChildGroupsResponse) Reset()
- func (x *QueryChildGroupsResponse) String() string
- func (m *QueryChildGroupsResponse) Validate() error
- func (m *QueryChildGroupsResponse) ValidateAll() error
- type QueryChildGroupsResponseMultiError
- type QueryChildGroupsResponseValidationError
- func (e QueryChildGroupsResponseValidationError) Cause() error
- func (e QueryChildGroupsResponseValidationError) Error() string
- func (e QueryChildGroupsResponseValidationError) ErrorName() string
- func (e QueryChildGroupsResponseValidationError) Field() string
- func (e QueryChildGroupsResponseValidationError) Key() bool
- func (e QueryChildGroupsResponseValidationError) Reason() string
- type QueryGroupMembersRequest
- func (*QueryGroupMembersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGroupMembersRequest) GetGroupId() string
- func (x *QueryGroupMembersRequest) GetIntegrationId() string
- func (x *QueryGroupMembersRequest) GetPageToken() string
- func (*QueryGroupMembersRequest) ProtoMessage()
- func (x *QueryGroupMembersRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGroupMembersRequest) Reset()
- func (x *QueryGroupMembersRequest) String() string
- func (m *QueryGroupMembersRequest) Validate() error
- func (m *QueryGroupMembersRequest) ValidateAll() error
- type QueryGroupMembersRequestMultiError
- type QueryGroupMembersRequestValidationError
- func (e QueryGroupMembersRequestValidationError) Cause() error
- func (e QueryGroupMembersRequestValidationError) Error() string
- func (e QueryGroupMembersRequestValidationError) ErrorName() string
- func (e QueryGroupMembersRequestValidationError) Field() string
- func (e QueryGroupMembersRequestValidationError) Key() bool
- func (e QueryGroupMembersRequestValidationError) Reason() string
- type QueryGroupMembersResponse
- func (*QueryGroupMembersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGroupMembersResponse) GetMembers() []*GroupMembership
- func (x *QueryGroupMembersResponse) GetNextPageToken() string
- func (*QueryGroupMembersResponse) ProtoMessage()
- func (x *QueryGroupMembersResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGroupMembersResponse) Reset()
- func (x *QueryGroupMembersResponse) String() string
- func (m *QueryGroupMembersResponse) Validate() error
- func (m *QueryGroupMembersResponse) ValidateAll() error
- type QueryGroupMembersResponseMultiError
- type QueryGroupMembersResponseValidationError
- func (e QueryGroupMembersResponseValidationError) Cause() error
- func (e QueryGroupMembersResponseValidationError) Error() string
- func (e QueryGroupMembersResponseValidationError) ErrorName() string
- func (e QueryGroupMembersResponseValidationError) Field() string
- func (e QueryGroupMembersResponseValidationError) Key() bool
- func (e QueryGroupMembersResponseValidationError) Reason() string
- type QueryGroupsForUserRequest
- func (*QueryGroupsForUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGroupsForUserRequest) GetPageToken() string
- func (x *QueryGroupsForUserRequest) GetUserId() string
- func (*QueryGroupsForUserRequest) ProtoMessage()
- func (x *QueryGroupsForUserRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGroupsForUserRequest) Reset()
- func (x *QueryGroupsForUserRequest) String() string
- func (m *QueryGroupsForUserRequest) Validate() error
- func (m *QueryGroupsForUserRequest) ValidateAll() error
- type QueryGroupsForUserRequestMultiError
- type QueryGroupsForUserRequestValidationError
- func (e QueryGroupsForUserRequestValidationError) Cause() error
- func (e QueryGroupsForUserRequestValidationError) Error() string
- func (e QueryGroupsForUserRequestValidationError) ErrorName() string
- func (e QueryGroupsForUserRequestValidationError) Field() string
- func (e QueryGroupsForUserRequestValidationError) Key() bool
- func (e QueryGroupsForUserRequestValidationError) Reason() string
- type QueryGroupsForUserResponse
- func (*QueryGroupsForUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGroupsForUserResponse) GetMemberships() []*UserGroupMembership
- func (x *QueryGroupsForUserResponse) GetNextPageToken() string
- func (*QueryGroupsForUserResponse) ProtoMessage()
- func (x *QueryGroupsForUserResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGroupsForUserResponse) Reset()
- func (x *QueryGroupsForUserResponse) String() string
- func (m *QueryGroupsForUserResponse) Validate() error
- func (m *QueryGroupsForUserResponse) ValidateAll() error
- type QueryGroupsForUserResponseMultiError
- type QueryGroupsForUserResponseValidationError
- func (e QueryGroupsForUserResponseValidationError) Cause() error
- func (e QueryGroupsForUserResponseValidationError) Error() string
- func (e QueryGroupsForUserResponseValidationError) ErrorName() string
- func (e QueryGroupsForUserResponseValidationError) Field() string
- func (e QueryGroupsForUserResponseValidationError) Key() bool
- func (e QueryGroupsForUserResponseValidationError) Reason() string
- type QueryGroupsRequest
- func (*QueryGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGroupsRequest) GetPageToken() string
- func (*QueryGroupsRequest) ProtoMessage()
- func (x *QueryGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGroupsRequest) Reset()
- func (x *QueryGroupsRequest) String() string
- func (m *QueryGroupsRequest) Validate() error
- func (m *QueryGroupsRequest) ValidateAll() error
- type QueryGroupsRequestMultiError
- type QueryGroupsRequestValidationError
- func (e QueryGroupsRequestValidationError) Cause() error
- func (e QueryGroupsRequestValidationError) Error() string
- func (e QueryGroupsRequestValidationError) ErrorName() string
- func (e QueryGroupsRequestValidationError) Field() string
- func (e QueryGroupsRequestValidationError) Key() bool
- func (e QueryGroupsRequestValidationError) Reason() string
- type QueryGroupsResponse
- func (*QueryGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGroupsResponse) GetGroups() []*Group
- func (x *QueryGroupsResponse) GetNextPageToken() string
- func (x *QueryGroupsResponse) GetTotalGroupCount() int32
- func (*QueryGroupsResponse) ProtoMessage()
- func (x *QueryGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGroupsResponse) Reset()
- func (x *QueryGroupsResponse) String() string
- func (m *QueryGroupsResponse) Validate() error
- func (m *QueryGroupsResponse) ValidateAll() error
- type QueryGroupsResponseMultiError
- type QueryGroupsResponseValidationError
- func (e QueryGroupsResponseValidationError) Cause() error
- func (e QueryGroupsResponseValidationError) Error() string
- func (e QueryGroupsResponseValidationError) ErrorName() string
- func (e QueryGroupsResponseValidationError) Field() string
- func (e QueryGroupsResponseValidationError) Key() bool
- func (e QueryGroupsResponseValidationError) Reason() string
- type QueryUsersRequest
- func (*QueryUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryUsersRequest) GetPageToken() string
- func (*QueryUsersRequest) ProtoMessage()
- func (x *QueryUsersRequest) ProtoReflect() protoreflect.Message
- func (x *QueryUsersRequest) Reset()
- func (x *QueryUsersRequest) String() string
- func (m *QueryUsersRequest) Validate() error
- func (m *QueryUsersRequest) ValidateAll() error
- type QueryUsersRequestMultiError
- type QueryUsersRequestValidationError
- func (e QueryUsersRequestValidationError) Cause() error
- func (e QueryUsersRequestValidationError) Error() string
- func (e QueryUsersRequestValidationError) ErrorName() string
- func (e QueryUsersRequestValidationError) Field() string
- func (e QueryUsersRequestValidationError) Key() bool
- func (e QueryUsersRequestValidationError) Reason() string
- type QueryUsersResponse
- func (*QueryUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryUsersResponse) GetNextPageToken() string
- func (x *QueryUsersResponse) GetTotalUserCount() int32
- func (x *QueryUsersResponse) GetUsers() []*User
- func (*QueryUsersResponse) ProtoMessage()
- func (x *QueryUsersResponse) ProtoReflect() protoreflect.Message
- func (x *QueryUsersResponse) Reset()
- func (x *QueryUsersResponse) String() string
- func (m *QueryUsersResponse) Validate() error
- func (m *QueryUsersResponse) ValidateAll() error
- type QueryUsersResponseMultiError
- type QueryUsersResponseValidationError
- func (e QueryUsersResponseValidationError) Cause() error
- func (e QueryUsersResponseValidationError) Error() string
- func (e QueryUsersResponseValidationError) ErrorName() string
- func (e QueryUsersResponseValidationError) Field() string
- func (e QueryUsersResponseValidationError) Key() bool
- func (e QueryUsersResponseValidationError) Reason() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetAccounts() []*UserAccount
- func (x *User) GetDepartment() string
- func (x *User) GetEmail() string
- func (x *User) GetGroupMembershipCount() int32
- func (x *User) GetId() string
- func (x *User) GetLastAuthenticatedAt() *timestamppb.Timestamp
- func (x *User) GetName() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- func (m *User) Validate() error
- func (m *User) ValidateAll() error
- type UserAccount
- func (*UserAccount) Descriptor() ([]byte, []int)deprecated
- func (x *UserAccount) GetId() string
- func (x *UserAccount) GetIntegration() *Integration
- func (x *UserAccount) GetType() string
- func (*UserAccount) ProtoMessage()
- func (x *UserAccount) ProtoReflect() protoreflect.Message
- func (x *UserAccount) Reset()
- func (x *UserAccount) String() string
- func (m *UserAccount) Validate() error
- func (m *UserAccount) ValidateAll() error
- type UserAccountMultiError
- type UserAccountValidationError
- func (e UserAccountValidationError) Cause() error
- func (e UserAccountValidationError) Error() string
- func (e UserAccountValidationError) ErrorName() string
- func (e UserAccountValidationError) Field() string
- func (e UserAccountValidationError) Key() bool
- func (e UserAccountValidationError) Reason() string
- type UserGroupMembership
- func (*UserGroupMembership) Descriptor() ([]byte, []int)deprecated
- func (x *UserGroupMembership) GetGroup() *Group
- func (*UserGroupMembership) ProtoMessage()
- func (x *UserGroupMembership) ProtoReflect() protoreflect.Message
- func (x *UserGroupMembership) Reset()
- func (x *UserGroupMembership) String() string
- func (m *UserGroupMembership) Validate() error
- func (m *UserGroupMembership) ValidateAll() error
- type UserGroupMembershipMultiError
- type UserGroupMembershipValidationError
- func (e UserGroupMembershipValidationError) Cause() error
- func (e UserGroupMembershipValidationError) Error() string
- func (e UserGroupMembershipValidationError) ErrorName() string
- func (e UserGroupMembershipValidationError) Field() string
- func (e UserGroupMembershipValidationError) Key() bool
- func (e UserGroupMembershipValidationError) Reason() string
- type UserMultiError
- type UserValidationError
Constants ¶
This section is empty.
Variables ¶
var ( IntegrationType_name = map[int32]string{ 0: "INTEGRATION_TYPE_UNSPECIFIED", 1: "INTEGRATION_TYPE_ENTRA", 2: "INTEGRATION_TYPE_AWS_IAM_IDENTITY_CENTER", 3: "INTEGRATION_TYPE_SLACK", 4: "INTEGRATION_TYPE_PAGERDUTY", 5: "INTEGRATION_TYPE_OKTA", 6: "INTEGRATION_TYPE_OPSGENIE", 7: "INTEGRATION_TYPE_DATASTAX", } IntegrationType_value = map[string]int32{ "INTEGRATION_TYPE_UNSPECIFIED": 0, "INTEGRATION_TYPE_ENTRA": 1, "INTEGRATION_TYPE_AWS_IAM_IDENTITY_CENTER": 2, "INTEGRATION_TYPE_SLACK": 3, "INTEGRATION_TYPE_PAGERDUTY": 4, "INTEGRATION_TYPE_OKTA": 5, "INTEGRATION_TYPE_OPSGENIE": 6, "INTEGRATION_TYPE_DATASTAX": 7, } )
Enum value maps for IntegrationType.
var File_commonfate_control_directory_v1alpha1_directory_proto protoreflect.FileDescriptor
var File_commonfate_control_directory_v1alpha1_group_proto protoreflect.FileDescriptor
var File_commonfate_control_directory_v1alpha1_integration_proto protoreflect.FileDescriptor
var File_commonfate_control_directory_v1alpha1_user_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ChildGroupMembership ¶
type ChildGroupMembership struct { Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"` // contains filtered or unexported fields }
func (*ChildGroupMembership) Descriptor
deprecated
func (*ChildGroupMembership) Descriptor() ([]byte, []int)
Deprecated: Use ChildGroupMembership.ProtoReflect.Descriptor instead.
func (*ChildGroupMembership) GetGroup ¶
func (x *ChildGroupMembership) GetGroup() *Group
func (*ChildGroupMembership) ProtoMessage ¶
func (*ChildGroupMembership) ProtoMessage()
func (*ChildGroupMembership) ProtoReflect ¶
func (x *ChildGroupMembership) ProtoReflect() protoreflect.Message
func (*ChildGroupMembership) Reset ¶
func (x *ChildGroupMembership) Reset()
func (*ChildGroupMembership) String ¶
func (x *ChildGroupMembership) String() string
func (*ChildGroupMembership) Validate ¶
func (m *ChildGroupMembership) Validate() error
Validate checks the field values on ChildGroupMembership with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ChildGroupMembership) ValidateAll ¶
func (m *ChildGroupMembership) ValidateAll() error
ValidateAll checks the field values on ChildGroupMembership with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChildGroupMembershipMultiError, or nil if none found.
type ChildGroupMembershipMultiError ¶
type ChildGroupMembershipMultiError []error
ChildGroupMembershipMultiError is an error wrapping multiple validation errors returned by ChildGroupMembership.ValidateAll() if the designated constraints aren't met.
func (ChildGroupMembershipMultiError) AllErrors ¶
func (m ChildGroupMembershipMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ChildGroupMembershipMultiError) Error ¶
func (m ChildGroupMembershipMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ChildGroupMembershipValidationError ¶
type ChildGroupMembershipValidationError struct {
// contains filtered or unexported fields
}
ChildGroupMembershipValidationError is the validation error returned by ChildGroupMembership.Validate if the designated constraints aren't met.
func (ChildGroupMembershipValidationError) Cause ¶
func (e ChildGroupMembershipValidationError) Cause() error
Cause function returns cause value.
func (ChildGroupMembershipValidationError) Error ¶
func (e ChildGroupMembershipValidationError) Error() string
Error satisfies the builtin error interface
func (ChildGroupMembershipValidationError) ErrorName ¶
func (e ChildGroupMembershipValidationError) ErrorName() string
ErrorName returns error name.
func (ChildGroupMembershipValidationError) Field ¶
func (e ChildGroupMembershipValidationError) Field() string
Field function returns field value.
func (ChildGroupMembershipValidationError) Key ¶
func (e ChildGroupMembershipValidationError) Key() bool
Key function returns key value.
func (ChildGroupMembershipValidationError) Reason ¶
func (e ChildGroupMembershipValidationError) Reason() string
Reason function returns reason value.
type GetGroupRequest ¶
type GetGroupRequest struct { // The ID of the group. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Optionally, an integration ID may be provided. // This is used to disambiguiate groups in the case // that two integrations provide a group with the same ID. IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` // contains filtered or unexported fields }
func (*GetGroupRequest) Descriptor
deprecated
func (*GetGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupRequest.ProtoReflect.Descriptor instead.
func (*GetGroupRequest) GetId ¶
func (x *GetGroupRequest) GetId() string
func (*GetGroupRequest) GetIntegrationId ¶
func (x *GetGroupRequest) GetIntegrationId() string
func (*GetGroupRequest) ProtoMessage ¶
func (*GetGroupRequest) ProtoMessage()
func (*GetGroupRequest) ProtoReflect ¶
func (x *GetGroupRequest) ProtoReflect() protoreflect.Message
func (*GetGroupRequest) Reset ¶
func (x *GetGroupRequest) Reset()
func (*GetGroupRequest) String ¶
func (x *GetGroupRequest) String() string
func (*GetGroupRequest) Validate ¶
func (m *GetGroupRequest) Validate() error
Validate checks the field values on GetGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGroupRequest) ValidateAll ¶
func (m *GetGroupRequest) ValidateAll() error
ValidateAll checks the field values on GetGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupRequestMultiError, or nil if none found.
type GetGroupRequestMultiError ¶
type GetGroupRequestMultiError []error
GetGroupRequestMultiError is an error wrapping multiple validation errors returned by GetGroupRequest.ValidateAll() if the designated constraints aren't met.
func (GetGroupRequestMultiError) AllErrors ¶
func (m GetGroupRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGroupRequestMultiError) Error ¶
func (m GetGroupRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGroupRequestValidationError ¶
type GetGroupRequestValidationError struct {
// contains filtered or unexported fields
}
GetGroupRequestValidationError is the validation error returned by GetGroupRequest.Validate if the designated constraints aren't met.
func (GetGroupRequestValidationError) Cause ¶
func (e GetGroupRequestValidationError) Cause() error
Cause function returns cause value.
func (GetGroupRequestValidationError) Error ¶
func (e GetGroupRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetGroupRequestValidationError) ErrorName ¶
func (e GetGroupRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetGroupRequestValidationError) Field ¶
func (e GetGroupRequestValidationError) Field() string
Field function returns field value.
func (GetGroupRequestValidationError) Key ¶
func (e GetGroupRequestValidationError) Key() bool
Key function returns key value.
func (GetGroupRequestValidationError) Reason ¶
func (e GetGroupRequestValidationError) Reason() string
Reason function returns reason value.
type GetGroupResponse ¶
type GetGroupResponse struct { Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"` // contains filtered or unexported fields }
func (*GetGroupResponse) Descriptor
deprecated
func (*GetGroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupResponse.ProtoReflect.Descriptor instead.
func (*GetGroupResponse) GetGroup ¶
func (x *GetGroupResponse) GetGroup() *Group
func (*GetGroupResponse) ProtoMessage ¶
func (*GetGroupResponse) ProtoMessage()
func (*GetGroupResponse) ProtoReflect ¶
func (x *GetGroupResponse) ProtoReflect() protoreflect.Message
func (*GetGroupResponse) Reset ¶
func (x *GetGroupResponse) Reset()
func (*GetGroupResponse) String ¶
func (x *GetGroupResponse) String() string
func (*GetGroupResponse) Validate ¶
func (m *GetGroupResponse) Validate() error
Validate checks the field values on GetGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGroupResponse) ValidateAll ¶
func (m *GetGroupResponse) ValidateAll() error
ValidateAll checks the field values on GetGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupResponseMultiError, or nil if none found.
type GetGroupResponseMultiError ¶
type GetGroupResponseMultiError []error
GetGroupResponseMultiError is an error wrapping multiple validation errors returned by GetGroupResponse.ValidateAll() if the designated constraints aren't met.
func (GetGroupResponseMultiError) AllErrors ¶
func (m GetGroupResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGroupResponseMultiError) Error ¶
func (m GetGroupResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGroupResponseValidationError ¶
type GetGroupResponseValidationError struct {
// contains filtered or unexported fields
}
GetGroupResponseValidationError is the validation error returned by GetGroupResponse.Validate if the designated constraints aren't met.
func (GetGroupResponseValidationError) Cause ¶
func (e GetGroupResponseValidationError) Cause() error
Cause function returns cause value.
func (GetGroupResponseValidationError) Error ¶
func (e GetGroupResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetGroupResponseValidationError) ErrorName ¶
func (e GetGroupResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetGroupResponseValidationError) Field ¶
func (e GetGroupResponseValidationError) Field() string
Field function returns field value.
func (GetGroupResponseValidationError) Key ¶
func (e GetGroupResponseValidationError) Key() bool
Key function returns key value.
func (GetGroupResponseValidationError) Reason ¶
func (e GetGroupResponseValidationError) Reason() string
Reason function returns reason value.
type GetUserRequest ¶
type GetUserRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetUserRequest) Descriptor
deprecated
func (*GetUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.
func (*GetUserRequest) GetId ¶
func (x *GetUserRequest) GetId() string
func (*GetUserRequest) ProtoMessage ¶
func (*GetUserRequest) ProtoMessage()
func (*GetUserRequest) ProtoReflect ¶
func (x *GetUserRequest) ProtoReflect() protoreflect.Message
func (*GetUserRequest) Reset ¶
func (x *GetUserRequest) Reset()
func (*GetUserRequest) String ¶
func (x *GetUserRequest) String() string
func (*GetUserRequest) Validate ¶
func (m *GetUserRequest) Validate() error
Validate checks the field values on GetUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserRequest) ValidateAll ¶
func (m *GetUserRequest) ValidateAll() error
ValidateAll checks the field values on GetUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserRequestMultiError, or nil if none found.
type GetUserRequestMultiError ¶
type GetUserRequestMultiError []error
GetUserRequestMultiError is an error wrapping multiple validation errors returned by GetUserRequest.ValidateAll() if the designated constraints aren't met.
func (GetUserRequestMultiError) AllErrors ¶
func (m GetUserRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserRequestMultiError) Error ¶
func (m GetUserRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserRequestValidationError ¶
type GetUserRequestValidationError struct {
// contains filtered or unexported fields
}
GetUserRequestValidationError is the validation error returned by GetUserRequest.Validate if the designated constraints aren't met.
func (GetUserRequestValidationError) Cause ¶
func (e GetUserRequestValidationError) Cause() error
Cause function returns cause value.
func (GetUserRequestValidationError) Error ¶
func (e GetUserRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserRequestValidationError) ErrorName ¶
func (e GetUserRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserRequestValidationError) Field ¶
func (e GetUserRequestValidationError) Field() string
Field function returns field value.
func (GetUserRequestValidationError) Key ¶
func (e GetUserRequestValidationError) Key() bool
Key function returns key value.
func (GetUserRequestValidationError) Reason ¶
func (e GetUserRequestValidationError) Reason() string
Reason function returns reason value.
type GetUserResponse ¶
type GetUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GetUserResponse) Descriptor
deprecated
func (*GetUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.
func (*GetUserResponse) GetUser ¶
func (x *GetUserResponse) GetUser() *User
func (*GetUserResponse) ProtoMessage ¶
func (*GetUserResponse) ProtoMessage()
func (*GetUserResponse) ProtoReflect ¶
func (x *GetUserResponse) ProtoReflect() protoreflect.Message
func (*GetUserResponse) Reset ¶
func (x *GetUserResponse) Reset()
func (*GetUserResponse) String ¶
func (x *GetUserResponse) String() string
func (*GetUserResponse) Validate ¶
func (m *GetUserResponse) Validate() error
Validate checks the field values on GetUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserResponse) ValidateAll ¶
func (m *GetUserResponse) ValidateAll() error
ValidateAll checks the field values on GetUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserResponseMultiError, or nil if none found.
type GetUserResponseMultiError ¶
type GetUserResponseMultiError []error
GetUserResponseMultiError is an error wrapping multiple validation errors returned by GetUserResponse.ValidateAll() if the designated constraints aren't met.
func (GetUserResponseMultiError) AllErrors ¶
func (m GetUserResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserResponseMultiError) Error ¶
func (m GetUserResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserResponseValidationError ¶
type GetUserResponseValidationError struct {
// contains filtered or unexported fields
}
GetUserResponseValidationError is the validation error returned by GetUserResponse.Validate if the designated constraints aren't met.
func (GetUserResponseValidationError) Cause ¶
func (e GetUserResponseValidationError) Cause() error
Cause function returns cause value.
func (GetUserResponseValidationError) Error ¶
func (e GetUserResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserResponseValidationError) ErrorName ¶
func (e GetUserResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserResponseValidationError) Field ¶
func (e GetUserResponseValidationError) Field() string
Field function returns field value.
func (GetUserResponseValidationError) Key ¶
func (e GetUserResponseValidationError) Key() bool
Key function returns key value.
func (GetUserResponseValidationError) Reason ¶
func (e GetUserResponseValidationError) Reason() string
Reason function returns reason value.
type Group ¶
type Group struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` MemberCount int32 `protobuf:"varint,4,opt,name=member_count,json=memberCount,proto3" json:"member_count,omitempty"` ChildGroupCount int32 `protobuf:"varint,5,opt,name=child_group_count,json=childGroupCount,proto3" json:"child_group_count,omitempty"` // Information about the integration that the // group was synced from. Integration *Integration `protobuf:"bytes,6,opt,name=integration,proto3" json:"integration,omitempty"` // Dynamic groups are calculated based on attributes // in an integration, such as on-call membership. IsDynamic bool `protobuf:"varint,7,opt,name=is_dynamic,json=isDynamic,proto3" json:"is_dynamic,omitempty"` // contains filtered or unexported fields }
func (*Group) Descriptor
deprecated
func (*Group) GetChildGroupCount ¶
func (*Group) GetDescription ¶
func (*Group) GetIntegration ¶
func (x *Group) GetIntegration() *Integration
func (*Group) GetIsDynamic ¶
func (*Group) GetMemberCount ¶
func (*Group) ProtoMessage ¶
func (*Group) ProtoMessage()
func (*Group) ProtoReflect ¶
func (x *Group) ProtoReflect() protoreflect.Message
func (*Group) Validate ¶
Validate checks the field values on Group with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Group) ValidateAll ¶
ValidateAll checks the field values on Group with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GroupMultiError, or nil if none found.
type GroupMembership ¶
type GroupMembership struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GroupMembership) Descriptor
deprecated
func (*GroupMembership) Descriptor() ([]byte, []int)
Deprecated: Use GroupMembership.ProtoReflect.Descriptor instead.
func (*GroupMembership) GetUser ¶
func (x *GroupMembership) GetUser() *User
func (*GroupMembership) ProtoMessage ¶
func (*GroupMembership) ProtoMessage()
func (*GroupMembership) ProtoReflect ¶
func (x *GroupMembership) ProtoReflect() protoreflect.Message
func (*GroupMembership) Reset ¶
func (x *GroupMembership) Reset()
func (*GroupMembership) String ¶
func (x *GroupMembership) String() string
func (*GroupMembership) Validate ¶
func (m *GroupMembership) Validate() error
Validate checks the field values on GroupMembership with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GroupMembership) ValidateAll ¶
func (m *GroupMembership) ValidateAll() error
ValidateAll checks the field values on GroupMembership with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GroupMembershipMultiError, or nil if none found.
type GroupMembershipMultiError ¶
type GroupMembershipMultiError []error
GroupMembershipMultiError is an error wrapping multiple validation errors returned by GroupMembership.ValidateAll() if the designated constraints aren't met.
func (GroupMembershipMultiError) AllErrors ¶
func (m GroupMembershipMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GroupMembershipMultiError) Error ¶
func (m GroupMembershipMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GroupMembershipValidationError ¶
type GroupMembershipValidationError struct {
// contains filtered or unexported fields
}
GroupMembershipValidationError is the validation error returned by GroupMembership.Validate if the designated constraints aren't met.
func (GroupMembershipValidationError) Cause ¶
func (e GroupMembershipValidationError) Cause() error
Cause function returns cause value.
func (GroupMembershipValidationError) Error ¶
func (e GroupMembershipValidationError) Error() string
Error satisfies the builtin error interface
func (GroupMembershipValidationError) ErrorName ¶
func (e GroupMembershipValidationError) ErrorName() string
ErrorName returns error name.
func (GroupMembershipValidationError) Field ¶
func (e GroupMembershipValidationError) Field() string
Field function returns field value.
func (GroupMembershipValidationError) Key ¶
func (e GroupMembershipValidationError) Key() bool
Key function returns key value.
func (GroupMembershipValidationError) Reason ¶
func (e GroupMembershipValidationError) Reason() string
Reason function returns reason value.
type GroupMultiError ¶
type GroupMultiError []error
GroupMultiError is an error wrapping multiple validation errors returned by Group.ValidateAll() if the designated constraints aren't met.
func (GroupMultiError) AllErrors ¶
func (m GroupMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GroupMultiError) Error ¶
func (m GroupMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GroupValidationError ¶
type GroupValidationError struct {
// contains filtered or unexported fields
}
GroupValidationError is the validation error returned by Group.Validate if the designated constraints aren't met.
func (GroupValidationError) Cause ¶
func (e GroupValidationError) Cause() error
Cause function returns cause value.
func (GroupValidationError) Error ¶
func (e GroupValidationError) Error() string
Error satisfies the builtin error interface
func (GroupValidationError) ErrorName ¶
func (e GroupValidationError) ErrorName() string
ErrorName returns error name.
func (GroupValidationError) Field ¶
func (e GroupValidationError) Field() string
Field function returns field value.
func (GroupValidationError) Key ¶
func (e GroupValidationError) Key() bool
Key function returns key value.
func (GroupValidationError) Reason ¶
func (e GroupValidationError) Reason() string
Reason function returns reason value.
type Integration ¶
type Integration struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Type IntegrationType `protobuf:"varint,3,opt,name=type,proto3,enum=commonfate.control.directory.v1alpha1.IntegrationType" json:"type,omitempty"` // contains filtered or unexported fields }
func (*Integration) Descriptor
deprecated
func (*Integration) Descriptor() ([]byte, []int)
Deprecated: Use Integration.ProtoReflect.Descriptor instead.
func (*Integration) GetId ¶
func (x *Integration) GetId() string
func (*Integration) GetName ¶
func (x *Integration) GetName() string
func (*Integration) GetType ¶
func (x *Integration) GetType() IntegrationType
func (*Integration) ProtoMessage ¶
func (*Integration) ProtoMessage()
func (*Integration) ProtoReflect ¶
func (x *Integration) ProtoReflect() protoreflect.Message
func (*Integration) Reset ¶
func (x *Integration) Reset()
func (*Integration) String ¶
func (x *Integration) String() string
func (*Integration) Validate ¶
func (m *Integration) Validate() error
Validate checks the field values on Integration with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Integration) ValidateAll ¶
func (m *Integration) ValidateAll() error
ValidateAll checks the field values on Integration with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IntegrationMultiError, or nil if none found.
type IntegrationMultiError ¶
type IntegrationMultiError []error
IntegrationMultiError is an error wrapping multiple validation errors returned by Integration.ValidateAll() if the designated constraints aren't met.
func (IntegrationMultiError) AllErrors ¶
func (m IntegrationMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IntegrationMultiError) Error ¶
func (m IntegrationMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IntegrationType ¶
type IntegrationType int32
const ( IntegrationType_INTEGRATION_TYPE_UNSPECIFIED IntegrationType = 0 IntegrationType_INTEGRATION_TYPE_ENTRA IntegrationType = 1 IntegrationType_INTEGRATION_TYPE_AWS_IAM_IDENTITY_CENTER IntegrationType = 2 IntegrationType_INTEGRATION_TYPE_SLACK IntegrationType = 3 IntegrationType_INTEGRATION_TYPE_PAGERDUTY IntegrationType = 4 IntegrationType_INTEGRATION_TYPE_OKTA IntegrationType = 5 IntegrationType_INTEGRATION_TYPE_OPSGENIE IntegrationType = 6 IntegrationType_INTEGRATION_TYPE_DATASTAX IntegrationType = 7 )
func (IntegrationType) Descriptor ¶
func (IntegrationType) Descriptor() protoreflect.EnumDescriptor
func (IntegrationType) Enum ¶
func (x IntegrationType) Enum() *IntegrationType
func (IntegrationType) EnumDescriptor
deprecated
func (IntegrationType) EnumDescriptor() ([]byte, []int)
Deprecated: Use IntegrationType.Descriptor instead.
func (IntegrationType) Number ¶
func (x IntegrationType) Number() protoreflect.EnumNumber
func (IntegrationType) String ¶
func (x IntegrationType) String() string
func (IntegrationType) Type ¶
func (IntegrationType) Type() protoreflect.EnumType
type IntegrationValidationError ¶
type IntegrationValidationError struct {
// contains filtered or unexported fields
}
IntegrationValidationError is the validation error returned by Integration.Validate if the designated constraints aren't met.
func (IntegrationValidationError) Cause ¶
func (e IntegrationValidationError) Cause() error
Cause function returns cause value.
func (IntegrationValidationError) Error ¶
func (e IntegrationValidationError) Error() string
Error satisfies the builtin error interface
func (IntegrationValidationError) ErrorName ¶
func (e IntegrationValidationError) ErrorName() string
ErrorName returns error name.
func (IntegrationValidationError) Field ¶
func (e IntegrationValidationError) Field() string
Field function returns field value.
func (IntegrationValidationError) Key ¶
func (e IntegrationValidationError) Key() bool
Key function returns key value.
func (IntegrationValidationError) Reason ¶
func (e IntegrationValidationError) Reason() string
Reason function returns reason value.
type LookupUserAccountRequest ¶
type LookupUserAccountRequest struct { // The ID of the user account. UserAccountId string `protobuf:"bytes,1,opt,name=user_account_id,json=userAccountId,proto3" json:"user_account_id,omitempty"` // Optionally, an integration ID may be provided. // This is used to disambiguiate groups in the case // that two integrations provide a user account with the same ID. IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` // contains filtered or unexported fields }
func (*LookupUserAccountRequest) Descriptor
deprecated
func (*LookupUserAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use LookupUserAccountRequest.ProtoReflect.Descriptor instead.
func (*LookupUserAccountRequest) GetIntegrationId ¶
func (x *LookupUserAccountRequest) GetIntegrationId() string
func (*LookupUserAccountRequest) GetUserAccountId ¶
func (x *LookupUserAccountRequest) GetUserAccountId() string
func (*LookupUserAccountRequest) ProtoMessage ¶
func (*LookupUserAccountRequest) ProtoMessage()
func (*LookupUserAccountRequest) ProtoReflect ¶
func (x *LookupUserAccountRequest) ProtoReflect() protoreflect.Message
func (*LookupUserAccountRequest) Reset ¶
func (x *LookupUserAccountRequest) Reset()
func (*LookupUserAccountRequest) String ¶
func (x *LookupUserAccountRequest) String() string
func (*LookupUserAccountRequest) Validate ¶
func (m *LookupUserAccountRequest) Validate() error
Validate checks the field values on LookupUserAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LookupUserAccountRequest) ValidateAll ¶
func (m *LookupUserAccountRequest) ValidateAll() error
ValidateAll checks the field values on LookupUserAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LookupUserAccountRequestMultiError, or nil if none found.
type LookupUserAccountRequestMultiError ¶
type LookupUserAccountRequestMultiError []error
LookupUserAccountRequestMultiError is an error wrapping multiple validation errors returned by LookupUserAccountRequest.ValidateAll() if the designated constraints aren't met.
func (LookupUserAccountRequestMultiError) AllErrors ¶
func (m LookupUserAccountRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LookupUserAccountRequestMultiError) Error ¶
func (m LookupUserAccountRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LookupUserAccountRequestValidationError ¶
type LookupUserAccountRequestValidationError struct {
// contains filtered or unexported fields
}
LookupUserAccountRequestValidationError is the validation error returned by LookupUserAccountRequest.Validate if the designated constraints aren't met.
func (LookupUserAccountRequestValidationError) Cause ¶
func (e LookupUserAccountRequestValidationError) Cause() error
Cause function returns cause value.
func (LookupUserAccountRequestValidationError) Error ¶
func (e LookupUserAccountRequestValidationError) Error() string
Error satisfies the builtin error interface
func (LookupUserAccountRequestValidationError) ErrorName ¶
func (e LookupUserAccountRequestValidationError) ErrorName() string
ErrorName returns error name.
func (LookupUserAccountRequestValidationError) Field ¶
func (e LookupUserAccountRequestValidationError) Field() string
Field function returns field value.
func (LookupUserAccountRequestValidationError) Key ¶
func (e LookupUserAccountRequestValidationError) Key() bool
Key function returns key value.
func (LookupUserAccountRequestValidationError) Reason ¶
func (e LookupUserAccountRequestValidationError) Reason() string
Reason function returns reason value.
type LookupUserAccountResponse ¶
type LookupUserAccountResponse struct { // The user associated with the user account. User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*LookupUserAccountResponse) Descriptor
deprecated
func (*LookupUserAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use LookupUserAccountResponse.ProtoReflect.Descriptor instead.
func (*LookupUserAccountResponse) GetUser ¶
func (x *LookupUserAccountResponse) GetUser() *User
func (*LookupUserAccountResponse) ProtoMessage ¶
func (*LookupUserAccountResponse) ProtoMessage()
func (*LookupUserAccountResponse) ProtoReflect ¶
func (x *LookupUserAccountResponse) ProtoReflect() protoreflect.Message
func (*LookupUserAccountResponse) Reset ¶
func (x *LookupUserAccountResponse) Reset()
func (*LookupUserAccountResponse) String ¶
func (x *LookupUserAccountResponse) String() string
func (*LookupUserAccountResponse) Validate ¶
func (m *LookupUserAccountResponse) Validate() error
Validate checks the field values on LookupUserAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LookupUserAccountResponse) ValidateAll ¶
func (m *LookupUserAccountResponse) ValidateAll() error
ValidateAll checks the field values on LookupUserAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LookupUserAccountResponseMultiError, or nil if none found.
type LookupUserAccountResponseMultiError ¶
type LookupUserAccountResponseMultiError []error
LookupUserAccountResponseMultiError is an error wrapping multiple validation errors returned by LookupUserAccountResponse.ValidateAll() if the designated constraints aren't met.
func (LookupUserAccountResponseMultiError) AllErrors ¶
func (m LookupUserAccountResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LookupUserAccountResponseMultiError) Error ¶
func (m LookupUserAccountResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LookupUserAccountResponseValidationError ¶
type LookupUserAccountResponseValidationError struct {
// contains filtered or unexported fields
}
LookupUserAccountResponseValidationError is the validation error returned by LookupUserAccountResponse.Validate if the designated constraints aren't met.
func (LookupUserAccountResponseValidationError) Cause ¶
func (e LookupUserAccountResponseValidationError) Cause() error
Cause function returns cause value.
func (LookupUserAccountResponseValidationError) Error ¶
func (e LookupUserAccountResponseValidationError) Error() string
Error satisfies the builtin error interface
func (LookupUserAccountResponseValidationError) ErrorName ¶
func (e LookupUserAccountResponseValidationError) ErrorName() string
ErrorName returns error name.
func (LookupUserAccountResponseValidationError) Field ¶
func (e LookupUserAccountResponseValidationError) Field() string
Field function returns field value.
func (LookupUserAccountResponseValidationError) Key ¶
func (e LookupUserAccountResponseValidationError) Key() bool
Key function returns key value.
func (LookupUserAccountResponseValidationError) Reason ¶
func (e LookupUserAccountResponseValidationError) Reason() string
Reason function returns reason value.
type QueryChildGroupsRequest ¶
type QueryChildGroupsRequest struct { // The ID of the group. GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // Optionally, an integration ID may be provided. // This is used to disambiguiate groups in the case // that two integrations provide a group with the same ID. IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` // The token for the next page. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*QueryChildGroupsRequest) Descriptor
deprecated
func (*QueryChildGroupsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryChildGroupsRequest.ProtoReflect.Descriptor instead.
func (*QueryChildGroupsRequest) GetGroupId ¶
func (x *QueryChildGroupsRequest) GetGroupId() string
func (*QueryChildGroupsRequest) GetIntegrationId ¶
func (x *QueryChildGroupsRequest) GetIntegrationId() string
func (*QueryChildGroupsRequest) GetPageToken ¶
func (x *QueryChildGroupsRequest) GetPageToken() string
func (*QueryChildGroupsRequest) ProtoMessage ¶
func (*QueryChildGroupsRequest) ProtoMessage()
func (*QueryChildGroupsRequest) ProtoReflect ¶
func (x *QueryChildGroupsRequest) ProtoReflect() protoreflect.Message
func (*QueryChildGroupsRequest) Reset ¶
func (x *QueryChildGroupsRequest) Reset()
func (*QueryChildGroupsRequest) String ¶
func (x *QueryChildGroupsRequest) String() string
func (*QueryChildGroupsRequest) Validate ¶
func (m *QueryChildGroupsRequest) Validate() error
Validate checks the field values on QueryChildGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryChildGroupsRequest) ValidateAll ¶
func (m *QueryChildGroupsRequest) ValidateAll() error
ValidateAll checks the field values on QueryChildGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryChildGroupsRequestMultiError, or nil if none found.
type QueryChildGroupsRequestMultiError ¶
type QueryChildGroupsRequestMultiError []error
QueryChildGroupsRequestMultiError is an error wrapping multiple validation errors returned by QueryChildGroupsRequest.ValidateAll() if the designated constraints aren't met.
func (QueryChildGroupsRequestMultiError) AllErrors ¶
func (m QueryChildGroupsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryChildGroupsRequestMultiError) Error ¶
func (m QueryChildGroupsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryChildGroupsRequestValidationError ¶
type QueryChildGroupsRequestValidationError struct {
// contains filtered or unexported fields
}
QueryChildGroupsRequestValidationError is the validation error returned by QueryChildGroupsRequest.Validate if the designated constraints aren't met.
func (QueryChildGroupsRequestValidationError) Cause ¶
func (e QueryChildGroupsRequestValidationError) Cause() error
Cause function returns cause value.
func (QueryChildGroupsRequestValidationError) Error ¶
func (e QueryChildGroupsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (QueryChildGroupsRequestValidationError) ErrorName ¶
func (e QueryChildGroupsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (QueryChildGroupsRequestValidationError) Field ¶
func (e QueryChildGroupsRequestValidationError) Field() string
Field function returns field value.
func (QueryChildGroupsRequestValidationError) Key ¶
func (e QueryChildGroupsRequestValidationError) Key() bool
Key function returns key value.
func (QueryChildGroupsRequestValidationError) Reason ¶
func (e QueryChildGroupsRequestValidationError) Reason() string
Reason function returns reason value.
type QueryChildGroupsResponse ¶
type QueryChildGroupsResponse struct { // Groups that are children of this group. ChildGroups []*ChildGroupMembership `protobuf:"bytes,1,rep,name=child_groups,json=childGroups,proto3" json:"child_groups,omitempty"` // The token for the next page. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*QueryChildGroupsResponse) Descriptor
deprecated
func (*QueryChildGroupsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryChildGroupsResponse.ProtoReflect.Descriptor instead.
func (*QueryChildGroupsResponse) GetChildGroups ¶
func (x *QueryChildGroupsResponse) GetChildGroups() []*ChildGroupMembership
func (*QueryChildGroupsResponse) GetNextPageToken ¶
func (x *QueryChildGroupsResponse) GetNextPageToken() string
func (*QueryChildGroupsResponse) ProtoMessage ¶
func (*QueryChildGroupsResponse) ProtoMessage()
func (*QueryChildGroupsResponse) ProtoReflect ¶
func (x *QueryChildGroupsResponse) ProtoReflect() protoreflect.Message
func (*QueryChildGroupsResponse) Reset ¶
func (x *QueryChildGroupsResponse) Reset()
func (*QueryChildGroupsResponse) String ¶
func (x *QueryChildGroupsResponse) String() string
func (*QueryChildGroupsResponse) Validate ¶
func (m *QueryChildGroupsResponse) Validate() error
Validate checks the field values on QueryChildGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryChildGroupsResponse) ValidateAll ¶
func (m *QueryChildGroupsResponse) ValidateAll() error
ValidateAll checks the field values on QueryChildGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryChildGroupsResponseMultiError, or nil if none found.
type QueryChildGroupsResponseMultiError ¶
type QueryChildGroupsResponseMultiError []error
QueryChildGroupsResponseMultiError is an error wrapping multiple validation errors returned by QueryChildGroupsResponse.ValidateAll() if the designated constraints aren't met.
func (QueryChildGroupsResponseMultiError) AllErrors ¶
func (m QueryChildGroupsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryChildGroupsResponseMultiError) Error ¶
func (m QueryChildGroupsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryChildGroupsResponseValidationError ¶
type QueryChildGroupsResponseValidationError struct {
// contains filtered or unexported fields
}
QueryChildGroupsResponseValidationError is the validation error returned by QueryChildGroupsResponse.Validate if the designated constraints aren't met.
func (QueryChildGroupsResponseValidationError) Cause ¶
func (e QueryChildGroupsResponseValidationError) Cause() error
Cause function returns cause value.
func (QueryChildGroupsResponseValidationError) Error ¶
func (e QueryChildGroupsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (QueryChildGroupsResponseValidationError) ErrorName ¶
func (e QueryChildGroupsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (QueryChildGroupsResponseValidationError) Field ¶
func (e QueryChildGroupsResponseValidationError) Field() string
Field function returns field value.
func (QueryChildGroupsResponseValidationError) Key ¶
func (e QueryChildGroupsResponseValidationError) Key() bool
Key function returns key value.
func (QueryChildGroupsResponseValidationError) Reason ¶
func (e QueryChildGroupsResponseValidationError) Reason() string
Reason function returns reason value.
type QueryGroupMembersRequest ¶
type QueryGroupMembersRequest struct { // The ID of the group. GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // Optionally, an integration ID may be provided. // This is used to disambiguiate groups in the case // that two integrations provide a group with the same ID. IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` // The token for the next page. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*QueryGroupMembersRequest) Descriptor
deprecated
func (*QueryGroupMembersRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryGroupMembersRequest.ProtoReflect.Descriptor instead.
func (*QueryGroupMembersRequest) GetGroupId ¶
func (x *QueryGroupMembersRequest) GetGroupId() string
func (*QueryGroupMembersRequest) GetIntegrationId ¶
func (x *QueryGroupMembersRequest) GetIntegrationId() string
func (*QueryGroupMembersRequest) GetPageToken ¶
func (x *QueryGroupMembersRequest) GetPageToken() string
func (*QueryGroupMembersRequest) ProtoMessage ¶
func (*QueryGroupMembersRequest) ProtoMessage()
func (*QueryGroupMembersRequest) ProtoReflect ¶
func (x *QueryGroupMembersRequest) ProtoReflect() protoreflect.Message
func (*QueryGroupMembersRequest) Reset ¶
func (x *QueryGroupMembersRequest) Reset()
func (*QueryGroupMembersRequest) String ¶
func (x *QueryGroupMembersRequest) String() string
func (*QueryGroupMembersRequest) Validate ¶
func (m *QueryGroupMembersRequest) Validate() error
Validate checks the field values on QueryGroupMembersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryGroupMembersRequest) ValidateAll ¶
func (m *QueryGroupMembersRequest) ValidateAll() error
ValidateAll checks the field values on QueryGroupMembersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryGroupMembersRequestMultiError, or nil if none found.
type QueryGroupMembersRequestMultiError ¶
type QueryGroupMembersRequestMultiError []error
QueryGroupMembersRequestMultiError is an error wrapping multiple validation errors returned by QueryGroupMembersRequest.ValidateAll() if the designated constraints aren't met.
func (QueryGroupMembersRequestMultiError) AllErrors ¶
func (m QueryGroupMembersRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryGroupMembersRequestMultiError) Error ¶
func (m QueryGroupMembersRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryGroupMembersRequestValidationError ¶
type QueryGroupMembersRequestValidationError struct {
// contains filtered or unexported fields
}
QueryGroupMembersRequestValidationError is the validation error returned by QueryGroupMembersRequest.Validate if the designated constraints aren't met.
func (QueryGroupMembersRequestValidationError) Cause ¶
func (e QueryGroupMembersRequestValidationError) Cause() error
Cause function returns cause value.
func (QueryGroupMembersRequestValidationError) Error ¶
func (e QueryGroupMembersRequestValidationError) Error() string
Error satisfies the builtin error interface
func (QueryGroupMembersRequestValidationError) ErrorName ¶
func (e QueryGroupMembersRequestValidationError) ErrorName() string
ErrorName returns error name.
func (QueryGroupMembersRequestValidationError) Field ¶
func (e QueryGroupMembersRequestValidationError) Field() string
Field function returns field value.
func (QueryGroupMembersRequestValidationError) Key ¶
func (e QueryGroupMembersRequestValidationError) Key() bool
Key function returns key value.
func (QueryGroupMembersRequestValidationError) Reason ¶
func (e QueryGroupMembersRequestValidationError) Reason() string
Reason function returns reason value.
type QueryGroupMembersResponse ¶
type QueryGroupMembersResponse struct { // Users that are members of this group. Members []*GroupMembership `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty"` // The token for the next page. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*QueryGroupMembersResponse) Descriptor
deprecated
func (*QueryGroupMembersResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryGroupMembersResponse.ProtoReflect.Descriptor instead.
func (*QueryGroupMembersResponse) GetMembers ¶
func (x *QueryGroupMembersResponse) GetMembers() []*GroupMembership
func (*QueryGroupMembersResponse) GetNextPageToken ¶
func (x *QueryGroupMembersResponse) GetNextPageToken() string
func (*QueryGroupMembersResponse) ProtoMessage ¶
func (*QueryGroupMembersResponse) ProtoMessage()
func (*QueryGroupMembersResponse) ProtoReflect ¶
func (x *QueryGroupMembersResponse) ProtoReflect() protoreflect.Message
func (*QueryGroupMembersResponse) Reset ¶
func (x *QueryGroupMembersResponse) Reset()
func (*QueryGroupMembersResponse) String ¶
func (x *QueryGroupMembersResponse) String() string
func (*QueryGroupMembersResponse) Validate ¶
func (m *QueryGroupMembersResponse) Validate() error
Validate checks the field values on QueryGroupMembersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryGroupMembersResponse) ValidateAll ¶
func (m *QueryGroupMembersResponse) ValidateAll() error
ValidateAll checks the field values on QueryGroupMembersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryGroupMembersResponseMultiError, or nil if none found.
type QueryGroupMembersResponseMultiError ¶
type QueryGroupMembersResponseMultiError []error
QueryGroupMembersResponseMultiError is an error wrapping multiple validation errors returned by QueryGroupMembersResponse.ValidateAll() if the designated constraints aren't met.
func (QueryGroupMembersResponseMultiError) AllErrors ¶
func (m QueryGroupMembersResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryGroupMembersResponseMultiError) Error ¶
func (m QueryGroupMembersResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryGroupMembersResponseValidationError ¶
type QueryGroupMembersResponseValidationError struct {
// contains filtered or unexported fields
}
QueryGroupMembersResponseValidationError is the validation error returned by QueryGroupMembersResponse.Validate if the designated constraints aren't met.
func (QueryGroupMembersResponseValidationError) Cause ¶
func (e QueryGroupMembersResponseValidationError) Cause() error
Cause function returns cause value.
func (QueryGroupMembersResponseValidationError) Error ¶
func (e QueryGroupMembersResponseValidationError) Error() string
Error satisfies the builtin error interface
func (QueryGroupMembersResponseValidationError) ErrorName ¶
func (e QueryGroupMembersResponseValidationError) ErrorName() string
ErrorName returns error name.
func (QueryGroupMembersResponseValidationError) Field ¶
func (e QueryGroupMembersResponseValidationError) Field() string
Field function returns field value.
func (QueryGroupMembersResponseValidationError) Key ¶
func (e QueryGroupMembersResponseValidationError) Key() bool
Key function returns key value.
func (QueryGroupMembersResponseValidationError) Reason ¶
func (e QueryGroupMembersResponseValidationError) Reason() string
Reason function returns reason value.
type QueryGroupsForUserRequest ¶
type QueryGroupsForUserRequest struct { // The ID of the user. UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // The token for the next page. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*QueryGroupsForUserRequest) Descriptor
deprecated
func (*QueryGroupsForUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryGroupsForUserRequest.ProtoReflect.Descriptor instead.
func (*QueryGroupsForUserRequest) GetPageToken ¶
func (x *QueryGroupsForUserRequest) GetPageToken() string
func (*QueryGroupsForUserRequest) GetUserId ¶
func (x *QueryGroupsForUserRequest) GetUserId() string
func (*QueryGroupsForUserRequest) ProtoMessage ¶
func (*QueryGroupsForUserRequest) ProtoMessage()
func (*QueryGroupsForUserRequest) ProtoReflect ¶
func (x *QueryGroupsForUserRequest) ProtoReflect() protoreflect.Message
func (*QueryGroupsForUserRequest) Reset ¶
func (x *QueryGroupsForUserRequest) Reset()
func (*QueryGroupsForUserRequest) String ¶
func (x *QueryGroupsForUserRequest) String() string
func (*QueryGroupsForUserRequest) Validate ¶
func (m *QueryGroupsForUserRequest) Validate() error
Validate checks the field values on QueryGroupsForUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryGroupsForUserRequest) ValidateAll ¶
func (m *QueryGroupsForUserRequest) ValidateAll() error
ValidateAll checks the field values on QueryGroupsForUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryGroupsForUserRequestMultiError, or nil if none found.
type QueryGroupsForUserRequestMultiError ¶
type QueryGroupsForUserRequestMultiError []error
QueryGroupsForUserRequestMultiError is an error wrapping multiple validation errors returned by QueryGroupsForUserRequest.ValidateAll() if the designated constraints aren't met.
func (QueryGroupsForUserRequestMultiError) AllErrors ¶
func (m QueryGroupsForUserRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryGroupsForUserRequestMultiError) Error ¶
func (m QueryGroupsForUserRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryGroupsForUserRequestValidationError ¶
type QueryGroupsForUserRequestValidationError struct {
// contains filtered or unexported fields
}
QueryGroupsForUserRequestValidationError is the validation error returned by QueryGroupsForUserRequest.Validate if the designated constraints aren't met.
func (QueryGroupsForUserRequestValidationError) Cause ¶
func (e QueryGroupsForUserRequestValidationError) Cause() error
Cause function returns cause value.
func (QueryGroupsForUserRequestValidationError) Error ¶
func (e QueryGroupsForUserRequestValidationError) Error() string
Error satisfies the builtin error interface
func (QueryGroupsForUserRequestValidationError) ErrorName ¶
func (e QueryGroupsForUserRequestValidationError) ErrorName() string
ErrorName returns error name.
func (QueryGroupsForUserRequestValidationError) Field ¶
func (e QueryGroupsForUserRequestValidationError) Field() string
Field function returns field value.
func (QueryGroupsForUserRequestValidationError) Key ¶
func (e QueryGroupsForUserRequestValidationError) Key() bool
Key function returns key value.
func (QueryGroupsForUserRequestValidationError) Reason ¶
func (e QueryGroupsForUserRequestValidationError) Reason() string
Reason function returns reason value.
type QueryGroupsForUserResponse ¶
type QueryGroupsForUserResponse struct { // Groups that the user belongs to. Memberships []*UserGroupMembership `protobuf:"bytes,1,rep,name=memberships,proto3" json:"memberships,omitempty"` // The token for the next page. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*QueryGroupsForUserResponse) Descriptor
deprecated
func (*QueryGroupsForUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryGroupsForUserResponse.ProtoReflect.Descriptor instead.
func (*QueryGroupsForUserResponse) GetMemberships ¶
func (x *QueryGroupsForUserResponse) GetMemberships() []*UserGroupMembership
func (*QueryGroupsForUserResponse) GetNextPageToken ¶
func (x *QueryGroupsForUserResponse) GetNextPageToken() string
func (*QueryGroupsForUserResponse) ProtoMessage ¶
func (*QueryGroupsForUserResponse) ProtoMessage()
func (*QueryGroupsForUserResponse) ProtoReflect ¶
func (x *QueryGroupsForUserResponse) ProtoReflect() protoreflect.Message
func (*QueryGroupsForUserResponse) Reset ¶
func (x *QueryGroupsForUserResponse) Reset()
func (*QueryGroupsForUserResponse) String ¶
func (x *QueryGroupsForUserResponse) String() string
func (*QueryGroupsForUserResponse) Validate ¶
func (m *QueryGroupsForUserResponse) Validate() error
Validate checks the field values on QueryGroupsForUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryGroupsForUserResponse) ValidateAll ¶
func (m *QueryGroupsForUserResponse) ValidateAll() error
ValidateAll checks the field values on QueryGroupsForUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryGroupsForUserResponseMultiError, or nil if none found.
type QueryGroupsForUserResponseMultiError ¶
type QueryGroupsForUserResponseMultiError []error
QueryGroupsForUserResponseMultiError is an error wrapping multiple validation errors returned by QueryGroupsForUserResponse.ValidateAll() if the designated constraints aren't met.
func (QueryGroupsForUserResponseMultiError) AllErrors ¶
func (m QueryGroupsForUserResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryGroupsForUserResponseMultiError) Error ¶
func (m QueryGroupsForUserResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryGroupsForUserResponseValidationError ¶
type QueryGroupsForUserResponseValidationError struct {
// contains filtered or unexported fields
}
QueryGroupsForUserResponseValidationError is the validation error returned by QueryGroupsForUserResponse.Validate if the designated constraints aren't met.
func (QueryGroupsForUserResponseValidationError) Cause ¶
func (e QueryGroupsForUserResponseValidationError) Cause() error
Cause function returns cause value.
func (QueryGroupsForUserResponseValidationError) Error ¶
func (e QueryGroupsForUserResponseValidationError) Error() string
Error satisfies the builtin error interface
func (QueryGroupsForUserResponseValidationError) ErrorName ¶
func (e QueryGroupsForUserResponseValidationError) ErrorName() string
ErrorName returns error name.
func (QueryGroupsForUserResponseValidationError) Field ¶
func (e QueryGroupsForUserResponseValidationError) Field() string
Field function returns field value.
func (QueryGroupsForUserResponseValidationError) Key ¶
func (e QueryGroupsForUserResponseValidationError) Key() bool
Key function returns key value.
func (QueryGroupsForUserResponseValidationError) Reason ¶
func (e QueryGroupsForUserResponseValidationError) Reason() string
Reason function returns reason value.
type QueryGroupsRequest ¶
type QueryGroupsRequest struct { // The token for the next page. PageToken string `protobuf:"bytes,1,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*QueryGroupsRequest) Descriptor
deprecated
func (*QueryGroupsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryGroupsRequest.ProtoReflect.Descriptor instead.
func (*QueryGroupsRequest) GetPageToken ¶
func (x *QueryGroupsRequest) GetPageToken() string
func (*QueryGroupsRequest) ProtoMessage ¶
func (*QueryGroupsRequest) ProtoMessage()
func (*QueryGroupsRequest) ProtoReflect ¶
func (x *QueryGroupsRequest) ProtoReflect() protoreflect.Message
func (*QueryGroupsRequest) Reset ¶
func (x *QueryGroupsRequest) Reset()
func (*QueryGroupsRequest) String ¶
func (x *QueryGroupsRequest) String() string
func (*QueryGroupsRequest) Validate ¶
func (m *QueryGroupsRequest) Validate() error
Validate checks the field values on QueryGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryGroupsRequest) ValidateAll ¶
func (m *QueryGroupsRequest) ValidateAll() error
ValidateAll checks the field values on QueryGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryGroupsRequestMultiError, or nil if none found.
type QueryGroupsRequestMultiError ¶
type QueryGroupsRequestMultiError []error
QueryGroupsRequestMultiError is an error wrapping multiple validation errors returned by QueryGroupsRequest.ValidateAll() if the designated constraints aren't met.
func (QueryGroupsRequestMultiError) AllErrors ¶
func (m QueryGroupsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryGroupsRequestMultiError) Error ¶
func (m QueryGroupsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryGroupsRequestValidationError ¶
type QueryGroupsRequestValidationError struct {
// contains filtered or unexported fields
}
QueryGroupsRequestValidationError is the validation error returned by QueryGroupsRequest.Validate if the designated constraints aren't met.
func (QueryGroupsRequestValidationError) Cause ¶
func (e QueryGroupsRequestValidationError) Cause() error
Cause function returns cause value.
func (QueryGroupsRequestValidationError) Error ¶
func (e QueryGroupsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (QueryGroupsRequestValidationError) ErrorName ¶
func (e QueryGroupsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (QueryGroupsRequestValidationError) Field ¶
func (e QueryGroupsRequestValidationError) Field() string
Field function returns field value.
func (QueryGroupsRequestValidationError) Key ¶
func (e QueryGroupsRequestValidationError) Key() bool
Key function returns key value.
func (QueryGroupsRequestValidationError) Reason ¶
func (e QueryGroupsRequestValidationError) Reason() string
Reason function returns reason value.
type QueryGroupsResponse ¶
type QueryGroupsResponse struct { Groups []*Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"` // The token for the next page. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // The total number of groups in // this Common Fate instance. TotalGroupCount int32 `protobuf:"varint,3,opt,name=total_group_count,json=totalGroupCount,proto3" json:"total_group_count,omitempty"` // contains filtered or unexported fields }
func (*QueryGroupsResponse) Descriptor
deprecated
func (*QueryGroupsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryGroupsResponse.ProtoReflect.Descriptor instead.
func (*QueryGroupsResponse) GetGroups ¶
func (x *QueryGroupsResponse) GetGroups() []*Group
func (*QueryGroupsResponse) GetNextPageToken ¶
func (x *QueryGroupsResponse) GetNextPageToken() string
func (*QueryGroupsResponse) GetTotalGroupCount ¶
func (x *QueryGroupsResponse) GetTotalGroupCount() int32
func (*QueryGroupsResponse) ProtoMessage ¶
func (*QueryGroupsResponse) ProtoMessage()
func (*QueryGroupsResponse) ProtoReflect ¶
func (x *QueryGroupsResponse) ProtoReflect() protoreflect.Message
func (*QueryGroupsResponse) Reset ¶
func (x *QueryGroupsResponse) Reset()
func (*QueryGroupsResponse) String ¶
func (x *QueryGroupsResponse) String() string
func (*QueryGroupsResponse) Validate ¶
func (m *QueryGroupsResponse) Validate() error
Validate checks the field values on QueryGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryGroupsResponse) ValidateAll ¶
func (m *QueryGroupsResponse) ValidateAll() error
ValidateAll checks the field values on QueryGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryGroupsResponseMultiError, or nil if none found.
type QueryGroupsResponseMultiError ¶
type QueryGroupsResponseMultiError []error
QueryGroupsResponseMultiError is an error wrapping multiple validation errors returned by QueryGroupsResponse.ValidateAll() if the designated constraints aren't met.
func (QueryGroupsResponseMultiError) AllErrors ¶
func (m QueryGroupsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryGroupsResponseMultiError) Error ¶
func (m QueryGroupsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryGroupsResponseValidationError ¶
type QueryGroupsResponseValidationError struct {
// contains filtered or unexported fields
}
QueryGroupsResponseValidationError is the validation error returned by QueryGroupsResponse.Validate if the designated constraints aren't met.
func (QueryGroupsResponseValidationError) Cause ¶
func (e QueryGroupsResponseValidationError) Cause() error
Cause function returns cause value.
func (QueryGroupsResponseValidationError) Error ¶
func (e QueryGroupsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (QueryGroupsResponseValidationError) ErrorName ¶
func (e QueryGroupsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (QueryGroupsResponseValidationError) Field ¶
func (e QueryGroupsResponseValidationError) Field() string
Field function returns field value.
func (QueryGroupsResponseValidationError) Key ¶
func (e QueryGroupsResponseValidationError) Key() bool
Key function returns key value.
func (QueryGroupsResponseValidationError) Reason ¶
func (e QueryGroupsResponseValidationError) Reason() string
Reason function returns reason value.
type QueryUsersRequest ¶
type QueryUsersRequest struct { // The token for the next page. PageToken string `protobuf:"bytes,1,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*QueryUsersRequest) Descriptor
deprecated
func (*QueryUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryUsersRequest.ProtoReflect.Descriptor instead.
func (*QueryUsersRequest) GetPageToken ¶
func (x *QueryUsersRequest) GetPageToken() string
func (*QueryUsersRequest) ProtoMessage ¶
func (*QueryUsersRequest) ProtoMessage()
func (*QueryUsersRequest) ProtoReflect ¶
func (x *QueryUsersRequest) ProtoReflect() protoreflect.Message
func (*QueryUsersRequest) Reset ¶
func (x *QueryUsersRequest) Reset()
func (*QueryUsersRequest) String ¶
func (x *QueryUsersRequest) String() string
func (*QueryUsersRequest) Validate ¶
func (m *QueryUsersRequest) Validate() error
Validate checks the field values on QueryUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryUsersRequest) ValidateAll ¶
func (m *QueryUsersRequest) ValidateAll() error
ValidateAll checks the field values on QueryUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryUsersRequestMultiError, or nil if none found.
type QueryUsersRequestMultiError ¶
type QueryUsersRequestMultiError []error
QueryUsersRequestMultiError is an error wrapping multiple validation errors returned by QueryUsersRequest.ValidateAll() if the designated constraints aren't met.
func (QueryUsersRequestMultiError) AllErrors ¶
func (m QueryUsersRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryUsersRequestMultiError) Error ¶
func (m QueryUsersRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryUsersRequestValidationError ¶
type QueryUsersRequestValidationError struct {
// contains filtered or unexported fields
}
QueryUsersRequestValidationError is the validation error returned by QueryUsersRequest.Validate if the designated constraints aren't met.
func (QueryUsersRequestValidationError) Cause ¶
func (e QueryUsersRequestValidationError) Cause() error
Cause function returns cause value.
func (QueryUsersRequestValidationError) Error ¶
func (e QueryUsersRequestValidationError) Error() string
Error satisfies the builtin error interface
func (QueryUsersRequestValidationError) ErrorName ¶
func (e QueryUsersRequestValidationError) ErrorName() string
ErrorName returns error name.
func (QueryUsersRequestValidationError) Field ¶
func (e QueryUsersRequestValidationError) Field() string
Field function returns field value.
func (QueryUsersRequestValidationError) Key ¶
func (e QueryUsersRequestValidationError) Key() bool
Key function returns key value.
func (QueryUsersRequestValidationError) Reason ¶
func (e QueryUsersRequestValidationError) Reason() string
Reason function returns reason value.
type QueryUsersResponse ¶
type QueryUsersResponse struct { Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` // The token for the next page. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // The total number of users in // this Common Fate instance. TotalUserCount int32 `protobuf:"varint,3,opt,name=total_user_count,json=totalUserCount,proto3" json:"total_user_count,omitempty"` // contains filtered or unexported fields }
func (*QueryUsersResponse) Descriptor
deprecated
func (*QueryUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryUsersResponse.ProtoReflect.Descriptor instead.
func (*QueryUsersResponse) GetNextPageToken ¶
func (x *QueryUsersResponse) GetNextPageToken() string
func (*QueryUsersResponse) GetTotalUserCount ¶
func (x *QueryUsersResponse) GetTotalUserCount() int32
func (*QueryUsersResponse) GetUsers ¶
func (x *QueryUsersResponse) GetUsers() []*User
func (*QueryUsersResponse) ProtoMessage ¶
func (*QueryUsersResponse) ProtoMessage()
func (*QueryUsersResponse) ProtoReflect ¶
func (x *QueryUsersResponse) ProtoReflect() protoreflect.Message
func (*QueryUsersResponse) Reset ¶
func (x *QueryUsersResponse) Reset()
func (*QueryUsersResponse) String ¶
func (x *QueryUsersResponse) String() string
func (*QueryUsersResponse) Validate ¶
func (m *QueryUsersResponse) Validate() error
Validate checks the field values on QueryUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryUsersResponse) ValidateAll ¶
func (m *QueryUsersResponse) ValidateAll() error
ValidateAll checks the field values on QueryUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryUsersResponseMultiError, or nil if none found.
type QueryUsersResponseMultiError ¶
type QueryUsersResponseMultiError []error
QueryUsersResponseMultiError is an error wrapping multiple validation errors returned by QueryUsersResponse.ValidateAll() if the designated constraints aren't met.
func (QueryUsersResponseMultiError) AllErrors ¶
func (m QueryUsersResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryUsersResponseMultiError) Error ¶
func (m QueryUsersResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryUsersResponseValidationError ¶
type QueryUsersResponseValidationError struct {
// contains filtered or unexported fields
}
QueryUsersResponseValidationError is the validation error returned by QueryUsersResponse.Validate if the designated constraints aren't met.
func (QueryUsersResponseValidationError) Cause ¶
func (e QueryUsersResponseValidationError) Cause() error
Cause function returns cause value.
func (QueryUsersResponseValidationError) Error ¶
func (e QueryUsersResponseValidationError) Error() string
Error satisfies the builtin error interface
func (QueryUsersResponseValidationError) ErrorName ¶
func (e QueryUsersResponseValidationError) ErrorName() string
ErrorName returns error name.
func (QueryUsersResponseValidationError) Field ¶
func (e QueryUsersResponseValidationError) Field() string
Field function returns field value.
func (QueryUsersResponseValidationError) Key ¶
func (e QueryUsersResponseValidationError) Key() bool
Key function returns key value.
func (QueryUsersResponseValidationError) Reason ¶
func (e QueryUsersResponseValidationError) Reason() string
Reason function returns reason value.
type User ¶
type User struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` // Accounts in external systems linked with the user. Accounts []*UserAccount `protobuf:"bytes,4,rep,name=accounts,proto3" json:"accounts,omitempty"` // The timestamp of the user's last authentication // to Common Fate. // // If nil, the user has never authenticated. LastAuthenticatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=last_authenticated_at,json=lastAuthenticatedAt,proto3" json:"last_authenticated_at,omitempty"` // The number of groups the user belongs to. GroupMembershipCount int32 `protobuf:"varint,6,opt,name=group_membership_count,json=groupMembershipCount,proto3" json:"group_membership_count,omitempty"` Department string `protobuf:"bytes,7,opt,name=department,proto3" json:"department,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetAccounts ¶
func (x *User) GetAccounts() []*UserAccount
func (*User) GetDepartment ¶ added in v1.47.0
func (*User) GetGroupMembershipCount ¶
func (*User) GetLastAuthenticatedAt ¶
func (x *User) GetLastAuthenticatedAt() *timestamppb.Timestamp
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
func (*User) Validate ¶
Validate checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*User) ValidateAll ¶
ValidateAll checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserMultiError, or nil if none found.
type UserAccount ¶
type UserAccount struct { // ID of the user account in the integration. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Type of the user account. This field // adheres to a Cedar entity type format, // such as "AWS::IDC::User" or "Okta::User". Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // Information about the integration that the // user account was synced from. Integration *Integration `protobuf:"bytes,3,opt,name=integration,proto3" json:"integration,omitempty"` // contains filtered or unexported fields }
func (*UserAccount) Descriptor
deprecated
func (*UserAccount) Descriptor() ([]byte, []int)
Deprecated: Use UserAccount.ProtoReflect.Descriptor instead.
func (*UserAccount) GetId ¶
func (x *UserAccount) GetId() string
func (*UserAccount) GetIntegration ¶
func (x *UserAccount) GetIntegration() *Integration
func (*UserAccount) GetType ¶
func (x *UserAccount) GetType() string
func (*UserAccount) ProtoMessage ¶
func (*UserAccount) ProtoMessage()
func (*UserAccount) ProtoReflect ¶
func (x *UserAccount) ProtoReflect() protoreflect.Message
func (*UserAccount) Reset ¶
func (x *UserAccount) Reset()
func (*UserAccount) String ¶
func (x *UserAccount) String() string
func (*UserAccount) Validate ¶
func (m *UserAccount) Validate() error
Validate checks the field values on UserAccount with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserAccount) ValidateAll ¶
func (m *UserAccount) ValidateAll() error
ValidateAll checks the field values on UserAccount with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserAccountMultiError, or nil if none found.
type UserAccountMultiError ¶
type UserAccountMultiError []error
UserAccountMultiError is an error wrapping multiple validation errors returned by UserAccount.ValidateAll() if the designated constraints aren't met.
func (UserAccountMultiError) AllErrors ¶
func (m UserAccountMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserAccountMultiError) Error ¶
func (m UserAccountMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserAccountValidationError ¶
type UserAccountValidationError struct {
// contains filtered or unexported fields
}
UserAccountValidationError is the validation error returned by UserAccount.Validate if the designated constraints aren't met.
func (UserAccountValidationError) Cause ¶
func (e UserAccountValidationError) Cause() error
Cause function returns cause value.
func (UserAccountValidationError) Error ¶
func (e UserAccountValidationError) Error() string
Error satisfies the builtin error interface
func (UserAccountValidationError) ErrorName ¶
func (e UserAccountValidationError) ErrorName() string
ErrorName returns error name.
func (UserAccountValidationError) Field ¶
func (e UserAccountValidationError) Field() string
Field function returns field value.
func (UserAccountValidationError) Key ¶
func (e UserAccountValidationError) Key() bool
Key function returns key value.
func (UserAccountValidationError) Reason ¶
func (e UserAccountValidationError) Reason() string
Reason function returns reason value.
type UserGroupMembership ¶
type UserGroupMembership struct { Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"` // contains filtered or unexported fields }
func (*UserGroupMembership) Descriptor
deprecated
func (*UserGroupMembership) Descriptor() ([]byte, []int)
Deprecated: Use UserGroupMembership.ProtoReflect.Descriptor instead.
func (*UserGroupMembership) GetGroup ¶
func (x *UserGroupMembership) GetGroup() *Group
func (*UserGroupMembership) ProtoMessage ¶
func (*UserGroupMembership) ProtoMessage()
func (*UserGroupMembership) ProtoReflect ¶
func (x *UserGroupMembership) ProtoReflect() protoreflect.Message
func (*UserGroupMembership) Reset ¶
func (x *UserGroupMembership) Reset()
func (*UserGroupMembership) String ¶
func (x *UserGroupMembership) String() string
func (*UserGroupMembership) Validate ¶
func (m *UserGroupMembership) Validate() error
Validate checks the field values on UserGroupMembership with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserGroupMembership) ValidateAll ¶
func (m *UserGroupMembership) ValidateAll() error
ValidateAll checks the field values on UserGroupMembership with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserGroupMembershipMultiError, or nil if none found.
type UserGroupMembershipMultiError ¶
type UserGroupMembershipMultiError []error
UserGroupMembershipMultiError is an error wrapping multiple validation errors returned by UserGroupMembership.ValidateAll() if the designated constraints aren't met.
func (UserGroupMembershipMultiError) AllErrors ¶
func (m UserGroupMembershipMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserGroupMembershipMultiError) Error ¶
func (m UserGroupMembershipMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserGroupMembershipValidationError ¶
type UserGroupMembershipValidationError struct {
// contains filtered or unexported fields
}
UserGroupMembershipValidationError is the validation error returned by UserGroupMembership.Validate if the designated constraints aren't met.
func (UserGroupMembershipValidationError) Cause ¶
func (e UserGroupMembershipValidationError) Cause() error
Cause function returns cause value.
func (UserGroupMembershipValidationError) Error ¶
func (e UserGroupMembershipValidationError) Error() string
Error satisfies the builtin error interface
func (UserGroupMembershipValidationError) ErrorName ¶
func (e UserGroupMembershipValidationError) ErrorName() string
ErrorName returns error name.
func (UserGroupMembershipValidationError) Field ¶
func (e UserGroupMembershipValidationError) Field() string
Field function returns field value.
func (UserGroupMembershipValidationError) Key ¶
func (e UserGroupMembershipValidationError) Key() bool
Key function returns key value.
func (UserGroupMembershipValidationError) Reason ¶
func (e UserGroupMembershipValidationError) Reason() string
Reason function returns reason value.
type UserMultiError ¶
type UserMultiError []error
UserMultiError is an error wrapping multiple validation errors returned by User.ValidateAll() if the designated constraints aren't met.
func (UserMultiError) AllErrors ¶
func (m UserMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserMultiError) Error ¶
func (m UserMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserValidationError ¶
type UserValidationError struct {
// contains filtered or unexported fields
}
UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.
func (UserValidationError) Cause ¶
func (e UserValidationError) Cause() error
Cause function returns cause value.
func (UserValidationError) Error ¶
func (e UserValidationError) Error() string
Error satisfies the builtin error interface
func (UserValidationError) ErrorName ¶
func (e UserValidationError) ErrorName() string
ErrorName returns error name.
func (UserValidationError) Field ¶
func (e UserValidationError) Field() string
Field function returns field value.
func (UserValidationError) Key ¶
func (e UserValidationError) Key() bool
Key function returns key value.
func (UserValidationError) Reason ¶
func (e UserValidationError) Reason() string
Reason function returns reason value.