directoryv1alpha1

package
v1.69.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2024 License: MIT Imports: 20 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
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.

View Source
var File_commonfate_control_directory_v1alpha1_directory_proto protoreflect.FileDescriptor
View Source
var File_commonfate_control_directory_v1alpha1_group_proto protoreflect.FileDescriptor
View Source
var File_commonfate_control_directory_v1alpha1_integration_proto protoreflect.FileDescriptor
View Source
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

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

Cause function returns cause value.

func (ChildGroupMembershipValidationError) Error

Error satisfies the builtin error interface

func (ChildGroupMembershipValidationError) ErrorName

ErrorName returns error name.

func (ChildGroupMembershipValidationError) Field

Field function returns field value.

func (ChildGroupMembershipValidationError) Key

Key function returns key value.

func (ChildGroupMembershipValidationError) Reason

Reason function returns reason value.

type DeleteUserRequest added in v1.59.0

type DeleteUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserRequest) Descriptor deprecated added in v1.59.0

func (*DeleteUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) GetId added in v1.59.0

func (x *DeleteUserRequest) GetId() string

func (*DeleteUserRequest) ProtoMessage added in v1.59.0

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect added in v1.59.0

func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message

func (*DeleteUserRequest) Reset added in v1.59.0

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String added in v1.59.0

func (x *DeleteUserRequest) String() string

func (*DeleteUserRequest) Validate added in v1.59.0

func (m *DeleteUserRequest) Validate() error

Validate checks the field values on DeleteUserRequest 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 (*DeleteUserRequest) ValidateAll added in v1.59.0

func (m *DeleteUserRequest) ValidateAll() error

ValidateAll checks the field values on DeleteUserRequest 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 DeleteUserRequestMultiError, or nil if none found.

type DeleteUserRequestMultiError added in v1.59.0

type DeleteUserRequestMultiError []error

DeleteUserRequestMultiError is an error wrapping multiple validation errors returned by DeleteUserRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteUserRequestMultiError) AllErrors added in v1.59.0

func (m DeleteUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteUserRequestMultiError) Error added in v1.59.0

Error returns a concatenation of all the error messages it wraps.

type DeleteUserRequestValidationError added in v1.59.0

type DeleteUserRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteUserRequestValidationError is the validation error returned by DeleteUserRequest.Validate if the designated constraints aren't met.

func (DeleteUserRequestValidationError) Cause added in v1.59.0

Cause function returns cause value.

func (DeleteUserRequestValidationError) Error added in v1.59.0

Error satisfies the builtin error interface

func (DeleteUserRequestValidationError) ErrorName added in v1.59.0

ErrorName returns error name.

func (DeleteUserRequestValidationError) Field added in v1.59.0

Field function returns field value.

func (DeleteUserRequestValidationError) Key added in v1.59.0

Key function returns key value.

func (DeleteUserRequestValidationError) Reason added in v1.59.0

Reason function returns reason value.

type DeleteUserResponse added in v1.59.0

type DeleteUserResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteUserResponse) Descriptor deprecated added in v1.59.0

func (*DeleteUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserResponse) ProtoMessage added in v1.59.0

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect added in v1.59.0

func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message

func (*DeleteUserResponse) Reset added in v1.59.0

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String added in v1.59.0

func (x *DeleteUserResponse) String() string

func (*DeleteUserResponse) Validate added in v1.59.0

func (m *DeleteUserResponse) Validate() error

Validate checks the field values on DeleteUserResponse 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 (*DeleteUserResponse) ValidateAll added in v1.59.0

func (m *DeleteUserResponse) ValidateAll() error

ValidateAll checks the field values on DeleteUserResponse 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 DeleteUserResponseMultiError, or nil if none found.

type DeleteUserResponseMultiError added in v1.59.0

type DeleteUserResponseMultiError []error

DeleteUserResponseMultiError is an error wrapping multiple validation errors returned by DeleteUserResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteUserResponseMultiError) AllErrors added in v1.59.0

func (m DeleteUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteUserResponseMultiError) Error added in v1.59.0

Error returns a concatenation of all the error messages it wraps.

type DeleteUserResponseValidationError added in v1.59.0

type DeleteUserResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteUserResponseValidationError is the validation error returned by DeleteUserResponse.Validate if the designated constraints aren't met.

func (DeleteUserResponseValidationError) Cause added in v1.59.0

Cause function returns cause value.

func (DeleteUserResponseValidationError) Error added in v1.59.0

Error satisfies the builtin error interface

func (DeleteUserResponseValidationError) ErrorName added in v1.59.0

ErrorName returns error name.

func (DeleteUserResponseValidationError) Field added in v1.59.0

Field function returns field value.

func (DeleteUserResponseValidationError) Key added in v1.59.0

Key function returns key value.

func (DeleteUserResponseValidationError) Reason added in v1.59.0

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

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

Cause function returns cause value.

func (GetGroupRequestValidationError) Error

Error satisfies the builtin error interface

func (GetGroupRequestValidationError) ErrorName

func (e GetGroupRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetGroupRequestValidationError) Field

Field function returns field value.

func (GetGroupRequestValidationError) Key

Key function returns key value.

func (GetGroupRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetGroupResponseValidationError) Error

Error satisfies the builtin error interface

func (GetGroupResponseValidationError) ErrorName

ErrorName returns error name.

func (GetGroupResponseValidationError) Field

Field function returns field value.

func (GetGroupResponseValidationError) Key

Key function returns key value.

func (GetGroupResponseValidationError) Reason

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

Cause function returns cause value.

func (GetUserRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUserRequestValidationError) ErrorName

func (e GetUserRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserRequestValidationError) Field

Field function returns field value.

func (GetUserRequestValidationError) Key

Key function returns key value.

func (GetUserRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetUserResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUserResponseValidationError) ErrorName

func (e GetUserResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserResponseValidationError) Field

Field function returns field value.

func (GetUserResponseValidationError) Key

Key function returns key value.

func (GetUserResponseValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use Group.ProtoReflect.Descriptor instead.

func (*Group) GetChildGroupCount

func (x *Group) GetChildGroupCount() int32

func (*Group) GetDescription

func (x *Group) GetDescription() string

func (*Group) GetId

func (x *Group) GetId() string

func (*Group) GetIntegration

func (x *Group) GetIntegration() *Integration

func (*Group) GetIsDynamic

func (x *Group) GetIsDynamic() bool

func (*Group) GetMemberCount

func (x *Group) GetMemberCount() int32

func (*Group) GetName

func (x *Group) GetName() string

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) ProtoReflect

func (x *Group) ProtoReflect() protoreflect.Message

func (*Group) Reset

func (x *Group) Reset()

func (*Group) String

func (x *Group) String() string

func (*Group) Validate

func (m *Group) Validate() error

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

func (m *Group) ValidateAll() error

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

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

Cause function returns cause value.

func (GroupMembershipValidationError) Error

Error satisfies the builtin error interface

func (GroupMembershipValidationError) ErrorName

func (e GroupMembershipValidationError) ErrorName() string

ErrorName returns error name.

func (GroupMembershipValidationError) Field

Field function returns field value.

func (GroupMembershipValidationError) Key

Key function returns key value.

func (GroupMembershipValidationError) Reason

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) Enum

func (x IntegrationType) Enum() *IntegrationType

func (IntegrationType) EnumDescriptor deprecated

func (IntegrationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use IntegrationType.Descriptor instead.

func (IntegrationType) Number

func (IntegrationType) String

func (x IntegrationType) String() string

func (IntegrationType) Type

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

Cause function returns cause value.

func (IntegrationValidationError) Error

Error satisfies the builtin error interface

func (IntegrationValidationError) ErrorName

func (e IntegrationValidationError) ErrorName() string

ErrorName returns error name.

func (IntegrationValidationError) Field

Field function returns field value.

func (IntegrationValidationError) Key

Key function returns key value.

func (IntegrationValidationError) Reason

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

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

Cause function returns cause value.

func (LookupUserAccountRequestValidationError) Error

Error satisfies the builtin error interface

func (LookupUserAccountRequestValidationError) ErrorName

ErrorName returns error name.

func (LookupUserAccountRequestValidationError) Field

Field function returns field value.

func (LookupUserAccountRequestValidationError) Key

Key function returns key value.

func (LookupUserAccountRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (LookupUserAccountResponseMultiError) Error

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

Cause function returns cause value.

func (LookupUserAccountResponseValidationError) Error

Error satisfies the builtin error interface

func (LookupUserAccountResponseValidationError) ErrorName

ErrorName returns error name.

func (LookupUserAccountResponseValidationError) Field

Field function returns field value.

func (LookupUserAccountResponseValidationError) Key

Key function returns key value.

func (LookupUserAccountResponseValidationError) Reason

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

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

Cause function returns cause value.

func (QueryChildGroupsRequestValidationError) Error

Error satisfies the builtin error interface

func (QueryChildGroupsRequestValidationError) ErrorName

ErrorName returns error name.

func (QueryChildGroupsRequestValidationError) Field

Field function returns field value.

func (QueryChildGroupsRequestValidationError) Key

Key function returns key value.

func (QueryChildGroupsRequestValidationError) Reason

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

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

Cause function returns cause value.

func (QueryChildGroupsResponseValidationError) Error

Error satisfies the builtin error interface

func (QueryChildGroupsResponseValidationError) ErrorName

ErrorName returns error name.

func (QueryChildGroupsResponseValidationError) Field

Field function returns field value.

func (QueryChildGroupsResponseValidationError) Key

Key function returns key value.

func (QueryChildGroupsResponseValidationError) Reason

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

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

Cause function returns cause value.

func (QueryGroupMembersRequestValidationError) Error

Error satisfies the builtin error interface

func (QueryGroupMembersRequestValidationError) ErrorName

ErrorName returns error name.

func (QueryGroupMembersRequestValidationError) Field

Field function returns field value.

func (QueryGroupMembersRequestValidationError) Key

Key function returns key value.

func (QueryGroupMembersRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (QueryGroupMembersResponseMultiError) Error

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

Cause function returns cause value.

func (QueryGroupMembersResponseValidationError) Error

Error satisfies the builtin error interface

func (QueryGroupMembersResponseValidationError) ErrorName

ErrorName returns error name.

func (QueryGroupMembersResponseValidationError) Field

Field function returns field value.

func (QueryGroupMembersResponseValidationError) Key

Key function returns key value.

func (QueryGroupMembersResponseValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (QueryGroupsForUserRequestMultiError) Error

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

Cause function returns cause value.

func (QueryGroupsForUserRequestValidationError) Error

Error satisfies the builtin error interface

func (QueryGroupsForUserRequestValidationError) ErrorName

ErrorName returns error name.

func (QueryGroupsForUserRequestValidationError) Field

Field function returns field value.

func (QueryGroupsForUserRequestValidationError) Key

Key function returns key value.

func (QueryGroupsForUserRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (QueryGroupsForUserResponseMultiError) Error

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

Cause function returns cause value.

func (QueryGroupsForUserResponseValidationError) Error

Error satisfies the builtin error interface

func (QueryGroupsForUserResponseValidationError) ErrorName

ErrorName returns error name.

func (QueryGroupsForUserResponseValidationError) Field

Field function returns field value.

func (QueryGroupsForUserResponseValidationError) Key

Key function returns key value.

func (QueryGroupsForUserResponseValidationError) Reason

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

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

Cause function returns cause value.

func (QueryGroupsRequestValidationError) Error

Error satisfies the builtin error interface

func (QueryGroupsRequestValidationError) ErrorName

ErrorName returns error name.

func (QueryGroupsRequestValidationError) Field

Field function returns field value.

func (QueryGroupsRequestValidationError) Key

Key function returns key value.

func (QueryGroupsRequestValidationError) Reason

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

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

Cause function returns cause value.

func (QueryGroupsResponseValidationError) Error

Error satisfies the builtin error interface

func (QueryGroupsResponseValidationError) ErrorName

ErrorName returns error name.

func (QueryGroupsResponseValidationError) Field

Field function returns field value.

func (QueryGroupsResponseValidationError) Key

Key function returns key value.

func (QueryGroupsResponseValidationError) Reason

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

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

Cause function returns cause value.

func (QueryUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (QueryUsersRequestValidationError) ErrorName

ErrorName returns error name.

func (QueryUsersRequestValidationError) Field

Field function returns field value.

func (QueryUsersRequestValidationError) Key

Key function returns key value.

func (QueryUsersRequestValidationError) Reason

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

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

Cause function returns cause value.

func (QueryUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (QueryUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (QueryUsersResponseValidationError) Field

Field function returns field value.

func (QueryUsersResponseValidationError) Key

Key function returns key value.

func (QueryUsersResponseValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetAccounts

func (x *User) GetAccounts() []*UserAccount

func (*User) GetDepartment added in v1.47.0

func (x *User) GetDepartment() string

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetGroupMembershipCount

func (x *User) GetGroupMembershipCount() int32

func (*User) GetId

func (x *User) GetId() string

func (*User) GetLastAuthenticatedAt

func (x *User) GetLastAuthenticatedAt() *timestamppb.Timestamp

func (*User) GetName

func (x *User) GetName() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

func (*User) Validate

func (m *User) Validate() error

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

func (m *User) ValidateAll() error

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

Cause function returns cause value.

func (UserAccountValidationError) Error

Error satisfies the builtin error interface

func (UserAccountValidationError) ErrorName

func (e UserAccountValidationError) ErrorName() string

ErrorName returns error name.

func (UserAccountValidationError) Field

Field function returns field value.

func (UserAccountValidationError) Key

Key function returns key value.

func (UserAccountValidationError) Reason

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

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

Cause function returns cause value.

func (UserGroupMembershipValidationError) Error

Error satisfies the builtin error interface

func (UserGroupMembershipValidationError) ErrorName

ErrorName returns error name.

func (UserGroupMembershipValidationError) Field

Field function returns field value.

func (UserGroupMembershipValidationError) Key

Key function returns key value.

func (UserGroupMembershipValidationError) Reason

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL