auditsinkv1beta1

package
v0.47.0 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ConfigType_name = map[int32]string{
		0:  "CONFIG_TYPE_INVALID",
		1:  "CONFIG_TYPE_CUSTOMER",
		2:  "CONFIG_TYPE_APPLICATION_SPACE",
		15: "CONFIG_TYPE_ISSUER",
		4:  "CONFIG_TYPE_APPLICATION",
		5:  "CONFIG_TYPE_APP_AGENT",
		6:  "CONFIG_TYPE_APP_AGENT_CREDENTIAL",
		18: "CONFIG_TYPE_SERVICE_ACCOUNT",
		19: "CONFIG_TYPE_SERVICE_CREDENTIAL",
		21: "CONFIG_TYPE_DIGITAL_TWIN",
		27: "CONFIG_TYPE_AUDIT_SINK",
		30: "CONFIG_TYPE_TOKEN_INTROSPECT",
		22: "CONFIG_TYPE_AUTHORIZATION_POLICY",
		29: "CONFIG_TYPE_CONSENT",
		31: "CONFIG_TYPE_INGEST_PIPELINE",
		32: "CONFIG_TYPE_ENTITY_MATCHING_PIPELINE",
		33: "CONFIG_TYPE_EXTERNAL_DATA_RESOLVER",
	}
	ConfigType_value = map[string]int32{
		"CONFIG_TYPE_INVALID":                  0,
		"CONFIG_TYPE_CUSTOMER":                 1,
		"CONFIG_TYPE_APPLICATION_SPACE":        2,
		"CONFIG_TYPE_ISSUER":                   15,
		"CONFIG_TYPE_APPLICATION":              4,
		"CONFIG_TYPE_APP_AGENT":                5,
		"CONFIG_TYPE_APP_AGENT_CREDENTIAL":     6,
		"CONFIG_TYPE_SERVICE_ACCOUNT":          18,
		"CONFIG_TYPE_SERVICE_CREDENTIAL":       19,
		"CONFIG_TYPE_DIGITAL_TWIN":             21,
		"CONFIG_TYPE_AUDIT_SINK":               27,
		"CONFIG_TYPE_TOKEN_INTROSPECT":         30,
		"CONFIG_TYPE_AUTHORIZATION_POLICY":     22,
		"CONFIG_TYPE_CONSENT":                  29,
		"CONFIG_TYPE_INGEST_PIPELINE":          31,
		"CONFIG_TYPE_ENTITY_MATCHING_PIPELINE": 32,
		"CONFIG_TYPE_EXTERNAL_DATA_RESOLVER":   33,
	}
)

Enum value maps for ConfigType.

View Source
var (
	ExternalTokenStatus_name = map[int32]string{
		0: "EXTERNAL_TOKEN_STATUS_INVALID",
		1: "EXTERNAL_TOKEN_STATUS_ENFORCE",
		2: "EXTERNAL_TOKEN_STATUS_ALLOW",
		3: "EXTERNAL_TOKEN_STATUS_DISALLOW",
	}
	ExternalTokenStatus_value = map[string]int32{
		"EXTERNAL_TOKEN_STATUS_INVALID":  0,
		"EXTERNAL_TOKEN_STATUS_ENFORCE":  1,
		"EXTERNAL_TOKEN_STATUS_ALLOW":    2,
		"EXTERNAL_TOKEN_STATUS_DISALLOW": 3,
	}
)

Enum value maps for ExternalTokenStatus.

View Source
var (
	IngestPipelineOperation_name = map[int32]string{
		0: "INGEST_PIPELINE_OPERATION_INVALID",
		1: "INGEST_PIPELINE_OPERATION_UPSERT_NODE",
		2: "INGEST_PIPELINE_OPERATION_UPSERT_RELATIONSHIP",
		3: "INGEST_PIPELINE_OPERATION_DELETE_NODE",
		4: "INGEST_PIPELINE_OPERATION_DELETE_RELATIONSHIP",
		5: "INGEST_PIPELINE_OPERATION_DELETE_NODE_PROPERTY",
		6: "INGEST_PIPELINE_OPERATION_DELETE_RELATIONSHIP_PROPERTY",
	}
	IngestPipelineOperation_value = map[string]int32{
		"INGEST_PIPELINE_OPERATION_INVALID":                      0,
		"INGEST_PIPELINE_OPERATION_UPSERT_NODE":                  1,
		"INGEST_PIPELINE_OPERATION_UPSERT_RELATIONSHIP":          2,
		"INGEST_PIPELINE_OPERATION_DELETE_NODE":                  3,
		"INGEST_PIPELINE_OPERATION_DELETE_RELATIONSHIP":          4,
		"INGEST_PIPELINE_OPERATION_DELETE_NODE_PROPERTY":         5,
		"INGEST_PIPELINE_OPERATION_DELETE_RELATIONSHIP_PROPERTY": 6,
	}
)

Enum value maps for IngestPipelineOperation.

View Source
var (
	ExternalDataResolverConfig_ContentType_name = map[int32]string{
		0: "CONTENT_TYPE_INVALID",
		1: "CONTENT_TYPE_JSON",
	}
	ExternalDataResolverConfig_ContentType_value = map[string]int32{
		"CONTENT_TYPE_INVALID": 0,
		"CONTENT_TYPE_JSON":    1,
	}
)

Enum value maps for ExternalDataResolverConfig_ContentType.

View Source
var (
	AuthorizationPolicyConfig_Status_name = map[int32]string{
		0: "STATUS_INVALID",
		1: "STATUS_ACTIVE",
		2: "STATUS_INACTIVE",
		3: "STATUS_DRAFT",
	}
	AuthorizationPolicyConfig_Status_value = map[string]int32{
		"STATUS_INVALID":  0,
		"STATUS_ACTIVE":   1,
		"STATUS_INACTIVE": 2,
		"STATUS_DRAFT":    3,
	}
)

Enum value maps for AuthorizationPolicyConfig_Status.

View Source
var (
	EntityMatchingPipelineConfig_Status_name = map[int32]string{
		0: "STATUS_INVALID",
		1: "STATUS_PENDING",
		2: "STATUS_IN_PROGRESS",
		3: "STATUS_SUCCESS",
		4: "STATUS_ERROR",
	}
	EntityMatchingPipelineConfig_Status_value = map[string]int32{
		"STATUS_INVALID":     0,
		"STATUS_PENDING":     1,
		"STATUS_IN_PROGRESS": 2,
		"STATUS_SUCCESS":     3,
		"STATUS_ERROR":       4,
	}
)

Enum value maps for EntityMatchingPipelineConfig_Status.

View Source
var File_indykite_auditsink_v1beta1_ai_proto protoreflect.FileDescriptor
View Source
var File_indykite_auditsink_v1beta1_authorization_proto protoreflect.FileDescriptor
View Source
var File_indykite_auditsink_v1beta1_config_proto protoreflect.FileDescriptor
View Source
var File_indykite_auditsink_v1beta1_ingest_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ApplicationAgentCredentialConfig added in v0.19.1

type ApplicationAgentCredentialConfig struct {
	Kid string `protobuf:"bytes,1,opt,name=kid,proto3" json:"kid,omitempty"`
	// KeyFormat specify in which format the public key was provided.
	// Could by empty, if no public key was provided.
	KeyFormat   string                 `protobuf:"bytes,2,opt,name=key_format,json=keyFormat,proto3" json:"key_format,omitempty"`
	OriginalKid string                 `protobuf:"bytes,3,opt,name=original_kid,json=originalKid,proto3" json:"original_kid,omitempty"`
	ExpireTime  *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationAgentCredentialConfig) Descriptor deprecated added in v0.19.1

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

Deprecated: Use ApplicationAgentCredentialConfig.ProtoReflect.Descriptor instead.

func (*ApplicationAgentCredentialConfig) GetExpireTime added in v0.19.1

func (*ApplicationAgentCredentialConfig) GetKeyFormat added in v0.19.1

func (x *ApplicationAgentCredentialConfig) GetKeyFormat() string

func (*ApplicationAgentCredentialConfig) GetKid added in v0.19.1

func (*ApplicationAgentCredentialConfig) GetOriginalKid added in v0.19.1

func (x *ApplicationAgentCredentialConfig) GetOriginalKid() string

func (*ApplicationAgentCredentialConfig) ProtoMessage added in v0.19.1

func (*ApplicationAgentCredentialConfig) ProtoMessage()

func (*ApplicationAgentCredentialConfig) ProtoReflect added in v0.19.1

func (*ApplicationAgentCredentialConfig) Reset added in v0.19.1

func (*ApplicationAgentCredentialConfig) String added in v0.19.1

func (*ApplicationAgentCredentialConfig) Validate added in v0.19.1

Validate checks the field values on ApplicationAgentCredentialConfig 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 (*ApplicationAgentCredentialConfig) ValidateAll added in v0.19.1

func (m *ApplicationAgentCredentialConfig) ValidateAll() error

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

type ApplicationAgentCredentialConfigMultiError added in v0.19.1

type ApplicationAgentCredentialConfigMultiError []error

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

func (ApplicationAgentCredentialConfigMultiError) AllErrors added in v0.19.1

AllErrors returns a list of validation violation errors.

func (ApplicationAgentCredentialConfigMultiError) Error added in v0.19.1

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

type ApplicationAgentCredentialConfigValidationError added in v0.19.1

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

ApplicationAgentCredentialConfigValidationError is the validation error returned by ApplicationAgentCredentialConfig.Validate if the designated constraints aren't met.

func (ApplicationAgentCredentialConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (ApplicationAgentCredentialConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (ApplicationAgentCredentialConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (ApplicationAgentCredentialConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (ApplicationAgentCredentialConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (ApplicationAgentCredentialConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type AssignConfigPermissions added in v0.19.1

type AssignConfigPermissions struct {

	// TargetIdentifier is gid identifier of Service Account or DigitalTwin.
	TargetIdentifier string `protobuf:"bytes,1,opt,name=target_identifier,json=targetIdentifier,proto3" json:"target_identifier,omitempty"`
	// TargetType is type of TargetIdentifier.
	TargetType ConfigType `` /* 135-byte string literal not displayed */
	// Permission role id to be assigned.
	Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"`
	// CustomerId under which to assign permissions.
	CustomerId string `protobuf:"bytes,4,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// Object to which Permission will be linked to. Can be Customer, AppSpace or Tenant.
	ObjectId string `protobuf:"bytes,5,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// Object type is type of object_id.
	ObjectType ConfigType `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AssignConfigPermissions) Descriptor deprecated added in v0.19.1

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

Deprecated: Use AssignConfigPermissions.ProtoReflect.Descriptor instead.

func (*AssignConfigPermissions) GetCustomerId added in v0.19.1

func (x *AssignConfigPermissions) GetCustomerId() string

func (*AssignConfigPermissions) GetObjectId added in v0.19.1

func (x *AssignConfigPermissions) GetObjectId() string

func (*AssignConfigPermissions) GetObjectType added in v0.19.1

func (x *AssignConfigPermissions) GetObjectType() ConfigType

func (*AssignConfigPermissions) GetRole added in v0.19.1

func (x *AssignConfigPermissions) GetRole() string

func (*AssignConfigPermissions) GetTargetIdentifier added in v0.19.1

func (x *AssignConfigPermissions) GetTargetIdentifier() string

func (*AssignConfigPermissions) GetTargetType added in v0.19.1

func (x *AssignConfigPermissions) GetTargetType() ConfigType

func (*AssignConfigPermissions) ProtoMessage added in v0.19.1

func (*AssignConfigPermissions) ProtoMessage()

func (*AssignConfigPermissions) ProtoReflect added in v0.19.1

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

func (*AssignConfigPermissions) Reset added in v0.19.1

func (x *AssignConfigPermissions) Reset()

func (*AssignConfigPermissions) String added in v0.19.1

func (x *AssignConfigPermissions) String() string

func (*AssignConfigPermissions) Validate added in v0.19.1

func (m *AssignConfigPermissions) Validate() error

Validate checks the field values on AssignConfigPermissions 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 (*AssignConfigPermissions) ValidateAll added in v0.19.1

func (m *AssignConfigPermissions) ValidateAll() error

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

type AssignConfigPermissionsMultiError added in v0.19.1

type AssignConfigPermissionsMultiError []error

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

func (AssignConfigPermissionsMultiError) AllErrors added in v0.19.1

func (m AssignConfigPermissionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AssignConfigPermissionsMultiError) Error added in v0.19.1

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

type AssignConfigPermissionsValidationError added in v0.19.1

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

AssignConfigPermissionsValidationError is the validation error returned by AssignConfigPermissions.Validate if the designated constraints aren't met.

func (AssignConfigPermissionsValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (AssignConfigPermissionsValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (AssignConfigPermissionsValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (AssignConfigPermissionsValidationError) Field added in v0.19.1

Field function returns field value.

func (AssignConfigPermissionsValidationError) Key added in v0.19.1

Key function returns key value.

func (AssignConfigPermissionsValidationError) Reason added in v0.19.1

Reason function returns reason value.

type AuditSinkConfig added in v0.19.1

type AuditSinkConfig struct {

	// Types that are assignable to Provider:
	//
	//	*AuditSinkConfig_Kafka_
	Provider isAuditSinkConfig_Provider `protobuf_oneof:"provider"`
	// contains filtered or unexported fields
}

func (*AuditSinkConfig) Descriptor deprecated added in v0.19.1

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

Deprecated: Use AuditSinkConfig.ProtoReflect.Descriptor instead.

func (*AuditSinkConfig) GetKafka added in v0.19.1

func (x *AuditSinkConfig) GetKafka() *AuditSinkConfig_Kafka

func (*AuditSinkConfig) GetProvider added in v0.19.1

func (m *AuditSinkConfig) GetProvider() isAuditSinkConfig_Provider

func (*AuditSinkConfig) ProtoMessage added in v0.19.1

func (*AuditSinkConfig) ProtoMessage()

func (*AuditSinkConfig) ProtoReflect added in v0.19.1

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

func (*AuditSinkConfig) Reset added in v0.19.1

func (x *AuditSinkConfig) Reset()

func (*AuditSinkConfig) String added in v0.19.1

func (x *AuditSinkConfig) String() string

func (*AuditSinkConfig) Validate added in v0.19.1

func (m *AuditSinkConfig) Validate() error

Validate checks the field values on AuditSinkConfig 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 (*AuditSinkConfig) ValidateAll added in v0.19.1

func (m *AuditSinkConfig) ValidateAll() error

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

type AuditSinkConfigMultiError added in v0.19.1

type AuditSinkConfigMultiError []error

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

func (AuditSinkConfigMultiError) AllErrors added in v0.19.1

func (m AuditSinkConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuditSinkConfigMultiError) Error added in v0.19.1

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

type AuditSinkConfigValidationError added in v0.19.1

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

AuditSinkConfigValidationError is the validation error returned by AuditSinkConfig.Validate if the designated constraints aren't met.

func (AuditSinkConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (AuditSinkConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (AuditSinkConfigValidationError) ErrorName added in v0.19.1

func (e AuditSinkConfigValidationError) ErrorName() string

ErrorName returns error name.

func (AuditSinkConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (AuditSinkConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (AuditSinkConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type AuditSinkConfig_Kafka added in v0.19.1

type AuditSinkConfig_Kafka struct {

	// Brokers specify Kafka destinations to connect to.
	Brokers []string `protobuf:"bytes,1,rep,name=brokers,proto3" json:"brokers,omitempty"`
	// Topic name must be valid based on source code:
	// https://github.com/apache/kafka/blob/0.10.2/core/src/main/scala/kafka/common/Topic.scala#L29-L30
	Topic string `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"`
	// DisableTLS can force using non-secure connection.
	DisableTls bool `protobuf:"varint,3,opt,name=disable_tls,json=disableTls,proto3" json:"disable_tls,omitempty"`
	// TLSSkipVerify defines whenever not to verify TLS certificate. Ignored if TLS is disabled.
	TlsSkipVerify bool   `protobuf:"varint,4,opt,name=tls_skip_verify,json=tlsSkipVerify,proto3" json:"tls_skip_verify,omitempty"`
	Username      string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"`
	Password      string `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditSinkConfig_Kafka) Descriptor deprecated added in v0.19.1

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

Deprecated: Use AuditSinkConfig_Kafka.ProtoReflect.Descriptor instead.

func (*AuditSinkConfig_Kafka) GetBrokers added in v0.19.1

func (x *AuditSinkConfig_Kafka) GetBrokers() []string

func (*AuditSinkConfig_Kafka) GetDisableTls added in v0.19.1

func (x *AuditSinkConfig_Kafka) GetDisableTls() bool

func (*AuditSinkConfig_Kafka) GetPassword added in v0.19.1

func (x *AuditSinkConfig_Kafka) GetPassword() string

func (*AuditSinkConfig_Kafka) GetTlsSkipVerify added in v0.19.1

func (x *AuditSinkConfig_Kafka) GetTlsSkipVerify() bool

func (*AuditSinkConfig_Kafka) GetTopic added in v0.19.1

func (x *AuditSinkConfig_Kafka) GetTopic() string

func (*AuditSinkConfig_Kafka) GetUsername added in v0.19.1

func (x *AuditSinkConfig_Kafka) GetUsername() string

func (*AuditSinkConfig_Kafka) ProtoMessage added in v0.19.1

func (*AuditSinkConfig_Kafka) ProtoMessage()

func (*AuditSinkConfig_Kafka) ProtoReflect added in v0.19.1

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

func (*AuditSinkConfig_Kafka) Reset added in v0.19.1

func (x *AuditSinkConfig_Kafka) Reset()

func (*AuditSinkConfig_Kafka) String added in v0.19.1

func (x *AuditSinkConfig_Kafka) String() string

func (*AuditSinkConfig_Kafka) Validate added in v0.19.1

func (m *AuditSinkConfig_Kafka) Validate() error

Validate checks the field values on AuditSinkConfig_Kafka 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 (*AuditSinkConfig_Kafka) ValidateAll added in v0.19.1

func (m *AuditSinkConfig_Kafka) ValidateAll() error

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

type AuditSinkConfig_KafkaMultiError added in v0.19.1

type AuditSinkConfig_KafkaMultiError []error

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

func (AuditSinkConfig_KafkaMultiError) AllErrors added in v0.19.1

func (m AuditSinkConfig_KafkaMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuditSinkConfig_KafkaMultiError) Error added in v0.19.1

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

type AuditSinkConfig_KafkaValidationError added in v0.19.1

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

AuditSinkConfig_KafkaValidationError is the validation error returned by AuditSinkConfig_Kafka.Validate if the designated constraints aren't met.

func (AuditSinkConfig_KafkaValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (AuditSinkConfig_KafkaValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (AuditSinkConfig_KafkaValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (AuditSinkConfig_KafkaValidationError) Field added in v0.19.1

Field function returns field value.

func (AuditSinkConfig_KafkaValidationError) Key added in v0.19.1

Key function returns key value.

func (AuditSinkConfig_KafkaValidationError) Reason added in v0.19.1

Reason function returns reason value.

type AuditSinkConfig_Kafka_ added in v0.19.1

type AuditSinkConfig_Kafka_ struct {
	Kafka *AuditSinkConfig_Kafka `protobuf:"bytes,1,opt,name=kafka,proto3,oneof"`
}

type AuthorizationDenyReason

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

func (*AuthorizationDenyReason) Descriptor deprecated

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

Deprecated: Use AuthorizationDenyReason.ProtoReflect.Descriptor instead.

func (*AuthorizationDenyReason) GetMessage

func (x *AuthorizationDenyReason) GetMessage() string

func (*AuthorizationDenyReason) ProtoMessage

func (*AuthorizationDenyReason) ProtoMessage()

func (*AuthorizationDenyReason) ProtoReflect

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

func (*AuthorizationDenyReason) Reset

func (x *AuthorizationDenyReason) Reset()

func (*AuthorizationDenyReason) String

func (x *AuthorizationDenyReason) String() string

func (*AuthorizationDenyReason) Validate

func (m *AuthorizationDenyReason) Validate() error

Validate checks the field values on AuthorizationDenyReason 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 (*AuthorizationDenyReason) ValidateAll

func (m *AuthorizationDenyReason) ValidateAll() error

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

type AuthorizationDenyReasonMultiError

type AuthorizationDenyReasonMultiError []error

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

func (AuthorizationDenyReasonMultiError) AllErrors

func (m AuthorizationDenyReasonMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthorizationDenyReasonMultiError) Error

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

type AuthorizationDenyReasonValidationError

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

AuthorizationDenyReasonValidationError is the validation error returned by AuthorizationDenyReason.Validate if the designated constraints aren't met.

func (AuthorizationDenyReasonValidationError) Cause

Cause function returns cause value.

func (AuthorizationDenyReasonValidationError) Error

Error satisfies the builtin error interface

func (AuthorizationDenyReasonValidationError) ErrorName

ErrorName returns error name.

func (AuthorizationDenyReasonValidationError) Field

Field function returns field value.

func (AuthorizationDenyReasonValidationError) Key

Key function returns key value.

func (AuthorizationDenyReasonValidationError) Reason

Reason function returns reason value.

type AuthorizationDigitalTwin

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

func (*AuthorizationDigitalTwin) Descriptor deprecated

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

Deprecated: Use AuthorizationDigitalTwin.ProtoReflect.Descriptor instead.

func (*AuthorizationDigitalTwin) GetId

func (x *AuthorizationDigitalTwin) GetId() string

func (*AuthorizationDigitalTwin) ProtoMessage

func (*AuthorizationDigitalTwin) ProtoMessage()

func (*AuthorizationDigitalTwin) ProtoReflect

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

func (*AuthorizationDigitalTwin) Reset

func (x *AuthorizationDigitalTwin) Reset()

func (*AuthorizationDigitalTwin) String

func (x *AuthorizationDigitalTwin) String() string

func (*AuthorizationDigitalTwin) Validate

func (m *AuthorizationDigitalTwin) Validate() error

Validate checks the field values on AuthorizationDigitalTwin 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 (*AuthorizationDigitalTwin) ValidateAll

func (m *AuthorizationDigitalTwin) ValidateAll() error

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

type AuthorizationDigitalTwinMultiError

type AuthorizationDigitalTwinMultiError []error

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

func (AuthorizationDigitalTwinMultiError) AllErrors

func (m AuthorizationDigitalTwinMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthorizationDigitalTwinMultiError) Error

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

type AuthorizationDigitalTwinValidationError

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

AuthorizationDigitalTwinValidationError is the validation error returned by AuthorizationDigitalTwin.Validate if the designated constraints aren't met.

func (AuthorizationDigitalTwinValidationError) Cause

Cause function returns cause value.

func (AuthorizationDigitalTwinValidationError) Error

Error satisfies the builtin error interface

func (AuthorizationDigitalTwinValidationError) ErrorName

ErrorName returns error name.

func (AuthorizationDigitalTwinValidationError) Field

Field function returns field value.

func (AuthorizationDigitalTwinValidationError) Key

Key function returns key value.

func (AuthorizationDigitalTwinValidationError) Reason

Reason function returns reason value.

type AuthorizationPolicy

type AuthorizationPolicy 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"`
	// contains filtered or unexported fields
}

func (*AuthorizationPolicy) Descriptor deprecated

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

Deprecated: Use AuthorizationPolicy.ProtoReflect.Descriptor instead.

func (*AuthorizationPolicy) GetId

func (x *AuthorizationPolicy) GetId() string

func (*AuthorizationPolicy) GetName

func (x *AuthorizationPolicy) GetName() string

func (*AuthorizationPolicy) ProtoMessage

func (*AuthorizationPolicy) ProtoMessage()

func (*AuthorizationPolicy) ProtoReflect

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

func (*AuthorizationPolicy) Reset

func (x *AuthorizationPolicy) Reset()

func (*AuthorizationPolicy) String

func (x *AuthorizationPolicy) String() string

func (*AuthorizationPolicy) Validate

func (m *AuthorizationPolicy) Validate() error

Validate checks the field values on AuthorizationPolicy 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 (*AuthorizationPolicy) ValidateAll

func (m *AuthorizationPolicy) ValidateAll() error

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

type AuthorizationPolicyConfig added in v0.19.1

type AuthorizationPolicyConfig struct {

	// Policy in JSON string format.
	Policy string `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// Policy status.
	Status AuthorizationPolicyConfig_Status `` /* 131-byte string literal not displayed */
	// Optional policy tags
	Tags []string `protobuf:"bytes,3,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationPolicyConfig) Descriptor deprecated added in v0.19.1

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

Deprecated: Use AuthorizationPolicyConfig.ProtoReflect.Descriptor instead.

func (*AuthorizationPolicyConfig) GetPolicy added in v0.19.1

func (x *AuthorizationPolicyConfig) GetPolicy() string

func (*AuthorizationPolicyConfig) GetStatus added in v0.19.1

func (*AuthorizationPolicyConfig) GetTags added in v0.19.1

func (x *AuthorizationPolicyConfig) GetTags() []string

func (*AuthorizationPolicyConfig) ProtoMessage added in v0.19.1

func (*AuthorizationPolicyConfig) ProtoMessage()

func (*AuthorizationPolicyConfig) ProtoReflect added in v0.19.1

func (*AuthorizationPolicyConfig) Reset added in v0.19.1

func (x *AuthorizationPolicyConfig) Reset()

func (*AuthorizationPolicyConfig) String added in v0.19.1

func (x *AuthorizationPolicyConfig) String() string

func (*AuthorizationPolicyConfig) Validate added in v0.19.1

func (m *AuthorizationPolicyConfig) Validate() error

Validate checks the field values on AuthorizationPolicyConfig 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 (*AuthorizationPolicyConfig) ValidateAll added in v0.19.1

func (m *AuthorizationPolicyConfig) ValidateAll() error

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

type AuthorizationPolicyConfigMultiError added in v0.19.1

type AuthorizationPolicyConfigMultiError []error

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

func (AuthorizationPolicyConfigMultiError) AllErrors added in v0.19.1

AllErrors returns a list of validation violation errors.

func (AuthorizationPolicyConfigMultiError) Error added in v0.19.1

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

type AuthorizationPolicyConfigValidationError added in v0.19.1

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

AuthorizationPolicyConfigValidationError is the validation error returned by AuthorizationPolicyConfig.Validate if the designated constraints aren't met.

func (AuthorizationPolicyConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (AuthorizationPolicyConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (AuthorizationPolicyConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (AuthorizationPolicyConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (AuthorizationPolicyConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (AuthorizationPolicyConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type AuthorizationPolicyConfig_Status added in v0.19.1

type AuthorizationPolicyConfig_Status int32
const (
	AuthorizationPolicyConfig_STATUS_INVALID  AuthorizationPolicyConfig_Status = 0
	AuthorizationPolicyConfig_STATUS_ACTIVE   AuthorizationPolicyConfig_Status = 1
	AuthorizationPolicyConfig_STATUS_INACTIVE AuthorizationPolicyConfig_Status = 2
	AuthorizationPolicyConfig_STATUS_DRAFT    AuthorizationPolicyConfig_Status = 3
)

func (AuthorizationPolicyConfig_Status) Descriptor added in v0.19.1

func (AuthorizationPolicyConfig_Status) Enum added in v0.19.1

func (AuthorizationPolicyConfig_Status) EnumDescriptor deprecated added in v0.19.1

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

Deprecated: Use AuthorizationPolicyConfig_Status.Descriptor instead.

func (AuthorizationPolicyConfig_Status) Number added in v0.19.1

func (AuthorizationPolicyConfig_Status) String added in v0.19.1

func (AuthorizationPolicyConfig_Status) Type added in v0.19.1

type AuthorizationPolicyMultiError

type AuthorizationPolicyMultiError []error

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

func (AuthorizationPolicyMultiError) AllErrors

func (m AuthorizationPolicyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthorizationPolicyMultiError) Error

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

type AuthorizationPolicyValidationError

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

AuthorizationPolicyValidationError is the validation error returned by AuthorizationPolicy.Validate if the designated constraints aren't met.

func (AuthorizationPolicyValidationError) Cause

Cause function returns cause value.

func (AuthorizationPolicyValidationError) Error

Error satisfies the builtin error interface

func (AuthorizationPolicyValidationError) ErrorName

ErrorName returns error name.

func (AuthorizationPolicyValidationError) Field

Field function returns field value.

func (AuthorizationPolicyValidationError) Key

Key function returns key value.

func (AuthorizationPolicyValidationError) Reason

Reason function returns reason value.

type AuthorizationSubject

type AuthorizationSubject struct {

	// Types that are assignable to Subject:
	//
	//	*AuthorizationSubject_DigitalTwin
	//	*AuthorizationSubject_DigitalTwinProperty
	//	*AuthorizationSubject_AccessToken
	//	*AuthorizationSubject_ExternalId
	Subject isAuthorizationSubject_Subject `protobuf_oneof:"subject"`
	// contains filtered or unexported fields
}

func (*AuthorizationSubject) Descriptor deprecated

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

Deprecated: Use AuthorizationSubject.ProtoReflect.Descriptor instead.

func (*AuthorizationSubject) GetAccessToken

func (x *AuthorizationSubject) GetAccessToken() string

func (*AuthorizationSubject) GetDigitalTwin

func (x *AuthorizationSubject) GetDigitalTwin() *AuthorizationDigitalTwin

func (*AuthorizationSubject) GetDigitalTwinProperty

func (x *AuthorizationSubject) GetDigitalTwinProperty() *AuthorizationSubject_Property

func (*AuthorizationSubject) GetExternalId added in v0.20.0

func (*AuthorizationSubject) GetSubject

func (m *AuthorizationSubject) GetSubject() isAuthorizationSubject_Subject

func (*AuthorizationSubject) ProtoMessage

func (*AuthorizationSubject) ProtoMessage()

func (*AuthorizationSubject) ProtoReflect

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

func (*AuthorizationSubject) Reset

func (x *AuthorizationSubject) Reset()

func (*AuthorizationSubject) String

func (x *AuthorizationSubject) String() string

func (*AuthorizationSubject) Validate

func (m *AuthorizationSubject) Validate() error

Validate checks the field values on AuthorizationSubject 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 (*AuthorizationSubject) ValidateAll

func (m *AuthorizationSubject) ValidateAll() error

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

type AuthorizationSubjectMultiError

type AuthorizationSubjectMultiError []error

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

func (AuthorizationSubjectMultiError) AllErrors

func (m AuthorizationSubjectMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthorizationSubjectMultiError) Error

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

type AuthorizationSubjectValidationError

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

AuthorizationSubjectValidationError is the validation error returned by AuthorizationSubject.Validate if the designated constraints aren't met.

func (AuthorizationSubjectValidationError) Cause

Cause function returns cause value.

func (AuthorizationSubjectValidationError) Error

Error satisfies the builtin error interface

func (AuthorizationSubjectValidationError) ErrorName

ErrorName returns error name.

func (AuthorizationSubjectValidationError) Field

Field function returns field value.

func (AuthorizationSubjectValidationError) Key

Key function returns key value.

func (AuthorizationSubjectValidationError) Reason

Reason function returns reason value.

type AuthorizationSubject_AccessToken

type AuthorizationSubject_AccessToken struct {
	AccessToken string `protobuf:"bytes,3,opt,name=access_token,json=accessToken,proto3,oneof"`
}

type AuthorizationSubject_DigitalTwin

type AuthorizationSubject_DigitalTwin struct {
	DigitalTwin *AuthorizationDigitalTwin `protobuf:"bytes,1,opt,name=digital_twin,json=digitalTwin,proto3,oneof"`
}

type AuthorizationSubject_DigitalTwinProperty

type AuthorizationSubject_DigitalTwinProperty struct {
	DigitalTwinProperty *AuthorizationSubject_Property `protobuf:"bytes,2,opt,name=digital_twin_property,json=digitalTwinProperty,proto3,oneof"`
}

type AuthorizationSubject_ExternalID added in v0.20.0

type AuthorizationSubject_ExternalID struct {
	Type       string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationSubject_ExternalID) Descriptor deprecated added in v0.20.0

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

Deprecated: Use AuthorizationSubject_ExternalID.ProtoReflect.Descriptor instead.

func (*AuthorizationSubject_ExternalID) GetExternalId added in v0.20.0

func (x *AuthorizationSubject_ExternalID) GetExternalId() string

func (*AuthorizationSubject_ExternalID) GetType added in v0.20.0

func (*AuthorizationSubject_ExternalID) ProtoMessage added in v0.20.0

func (*AuthorizationSubject_ExternalID) ProtoMessage()

func (*AuthorizationSubject_ExternalID) ProtoReflect added in v0.20.0

func (*AuthorizationSubject_ExternalID) Reset added in v0.20.0

func (*AuthorizationSubject_ExternalID) String added in v0.20.0

func (*AuthorizationSubject_ExternalID) Validate added in v0.20.0

func (m *AuthorizationSubject_ExternalID) Validate() error

Validate checks the field values on AuthorizationSubject_ExternalID 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 (*AuthorizationSubject_ExternalID) ValidateAll added in v0.20.0

func (m *AuthorizationSubject_ExternalID) ValidateAll() error

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

type AuthorizationSubject_ExternalIDMultiError added in v0.20.0

type AuthorizationSubject_ExternalIDMultiError []error

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

func (AuthorizationSubject_ExternalIDMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (AuthorizationSubject_ExternalIDMultiError) Error added in v0.20.0

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

type AuthorizationSubject_ExternalIDValidationError added in v0.20.0

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

AuthorizationSubject_ExternalIDValidationError is the validation error returned by AuthorizationSubject_ExternalID.Validate if the designated constraints aren't met.

func (AuthorizationSubject_ExternalIDValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (AuthorizationSubject_ExternalIDValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (AuthorizationSubject_ExternalIDValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (AuthorizationSubject_ExternalIDValidationError) Field added in v0.20.0

Field function returns field value.

func (AuthorizationSubject_ExternalIDValidationError) Key added in v0.20.0

Key function returns key value.

func (AuthorizationSubject_ExternalIDValidationError) Reason added in v0.20.0

Reason function returns reason value.

type AuthorizationSubject_ExternalId added in v0.20.0

type AuthorizationSubject_ExternalId struct {
	ExternalId *AuthorizationSubject_ExternalID `protobuf:"bytes,4,opt,name=external_id,json=externalId,proto3,oneof"`
}

type AuthorizationSubject_Property

type AuthorizationSubject_Property struct {
	Type  string         `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Value *v1beta1.Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationSubject_Property) Descriptor deprecated

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

Deprecated: Use AuthorizationSubject_Property.ProtoReflect.Descriptor instead.

func (*AuthorizationSubject_Property) GetType

func (*AuthorizationSubject_Property) GetValue

func (*AuthorizationSubject_Property) ProtoMessage

func (*AuthorizationSubject_Property) ProtoMessage()

func (*AuthorizationSubject_Property) ProtoReflect

func (*AuthorizationSubject_Property) Reset

func (x *AuthorizationSubject_Property) Reset()

func (*AuthorizationSubject_Property) String

func (*AuthorizationSubject_Property) Validate

func (m *AuthorizationSubject_Property) Validate() error

Validate checks the field values on AuthorizationSubject_Property 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 (*AuthorizationSubject_Property) ValidateAll

func (m *AuthorizationSubject_Property) ValidateAll() error

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

type AuthorizationSubject_PropertyMultiError

type AuthorizationSubject_PropertyMultiError []error

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

func (AuthorizationSubject_PropertyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AuthorizationSubject_PropertyMultiError) Error

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

type AuthorizationSubject_PropertyValidationError

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

AuthorizationSubject_PropertyValidationError is the validation error returned by AuthorizationSubject_Property.Validate if the designated constraints aren't met.

func (AuthorizationSubject_PropertyValidationError) Cause

Cause function returns cause value.

func (AuthorizationSubject_PropertyValidationError) Error

Error satisfies the builtin error interface

func (AuthorizationSubject_PropertyValidationError) ErrorName

ErrorName returns error name.

func (AuthorizationSubject_PropertyValidationError) Field

Field function returns field value.

func (AuthorizationSubject_PropertyValidationError) Key

Key function returns key value.

func (AuthorizationSubject_PropertyValidationError) Reason

Reason function returns reason value.

type BatchDeleteNodeProperties added in v0.40.0

type BatchDeleteNodeProperties struct {
	NodeProperties []*DeleteData_NodePropertyMatch `protobuf:"bytes,1,rep,name=node_properties,json=nodeProperties,proto3" json:"node_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchDeleteNodeProperties) Descriptor deprecated added in v0.40.0

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

Deprecated: Use BatchDeleteNodeProperties.ProtoReflect.Descriptor instead.

func (*BatchDeleteNodeProperties) GetNodeProperties added in v0.40.0

func (x *BatchDeleteNodeProperties) GetNodeProperties() []*DeleteData_NodePropertyMatch

func (*BatchDeleteNodeProperties) ProtoMessage added in v0.40.0

func (*BatchDeleteNodeProperties) ProtoMessage()

func (*BatchDeleteNodeProperties) ProtoReflect added in v0.40.0

func (*BatchDeleteNodeProperties) Reset added in v0.40.0

func (x *BatchDeleteNodeProperties) Reset()

func (*BatchDeleteNodeProperties) String added in v0.40.0

func (x *BatchDeleteNodeProperties) String() string

func (*BatchDeleteNodeProperties) Validate added in v0.40.0

func (m *BatchDeleteNodeProperties) Validate() error

Validate checks the field values on BatchDeleteNodeProperties 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 (*BatchDeleteNodeProperties) ValidateAll added in v0.40.0

func (m *BatchDeleteNodeProperties) ValidateAll() error

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

type BatchDeleteNodePropertiesMultiError added in v0.40.0

type BatchDeleteNodePropertiesMultiError []error

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

func (BatchDeleteNodePropertiesMultiError) AllErrors added in v0.40.0

AllErrors returns a list of validation violation errors.

func (BatchDeleteNodePropertiesMultiError) Error added in v0.40.0

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

type BatchDeleteNodePropertiesValidationError added in v0.40.0

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

BatchDeleteNodePropertiesValidationError is the validation error returned by BatchDeleteNodeProperties.Validate if the designated constraints aren't met.

func (BatchDeleteNodePropertiesValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (BatchDeleteNodePropertiesValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (BatchDeleteNodePropertiesValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (BatchDeleteNodePropertiesValidationError) Field added in v0.40.0

Field function returns field value.

func (BatchDeleteNodePropertiesValidationError) Key added in v0.40.0

Key function returns key value.

func (BatchDeleteNodePropertiesValidationError) Reason added in v0.40.0

Reason function returns reason value.

type BatchDeleteNodeTags added in v0.43.0

type BatchDeleteNodeTags struct {
	NodeTags []*DeleteData_NodeTagMatch `protobuf:"bytes,1,rep,name=node_tags,json=nodeTags,proto3" json:"node_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchDeleteNodeTags) Descriptor deprecated added in v0.43.0

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

Deprecated: Use BatchDeleteNodeTags.ProtoReflect.Descriptor instead.

func (*BatchDeleteNodeTags) GetNodeTags added in v0.43.0

func (x *BatchDeleteNodeTags) GetNodeTags() []*DeleteData_NodeTagMatch

func (*BatchDeleteNodeTags) ProtoMessage added in v0.43.0

func (*BatchDeleteNodeTags) ProtoMessage()

func (*BatchDeleteNodeTags) ProtoReflect added in v0.43.0

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

func (*BatchDeleteNodeTags) Reset added in v0.43.0

func (x *BatchDeleteNodeTags) Reset()

func (*BatchDeleteNodeTags) String added in v0.43.0

func (x *BatchDeleteNodeTags) String() string

func (*BatchDeleteNodeTags) Validate added in v0.43.0

func (m *BatchDeleteNodeTags) Validate() error

Validate checks the field values on BatchDeleteNodeTags 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 (*BatchDeleteNodeTags) ValidateAll added in v0.43.0

func (m *BatchDeleteNodeTags) ValidateAll() error

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

type BatchDeleteNodeTagsMultiError added in v0.43.0

type BatchDeleteNodeTagsMultiError []error

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

func (BatchDeleteNodeTagsMultiError) AllErrors added in v0.43.0

func (m BatchDeleteNodeTagsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BatchDeleteNodeTagsMultiError) Error added in v0.43.0

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

type BatchDeleteNodeTagsValidationError added in v0.43.0

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

BatchDeleteNodeTagsValidationError is the validation error returned by BatchDeleteNodeTags.Validate if the designated constraints aren't met.

func (BatchDeleteNodeTagsValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (BatchDeleteNodeTagsValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (BatchDeleteNodeTagsValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (BatchDeleteNodeTagsValidationError) Field added in v0.43.0

Field function returns field value.

func (BatchDeleteNodeTagsValidationError) Key added in v0.43.0

Key function returns key value.

func (BatchDeleteNodeTagsValidationError) Reason added in v0.43.0

Reason function returns reason value.

type BatchDeleteNodes added in v0.40.0

type BatchDeleteNodes struct {
	Nodes []*NodeMatch `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchDeleteNodes) Descriptor deprecated added in v0.40.0

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

Deprecated: Use BatchDeleteNodes.ProtoReflect.Descriptor instead.

func (*BatchDeleteNodes) GetNodes added in v0.40.0

func (x *BatchDeleteNodes) GetNodes() []*NodeMatch

func (*BatchDeleteNodes) ProtoMessage added in v0.40.0

func (*BatchDeleteNodes) ProtoMessage()

func (*BatchDeleteNodes) ProtoReflect added in v0.40.0

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

func (*BatchDeleteNodes) Reset added in v0.40.0

func (x *BatchDeleteNodes) Reset()

func (*BatchDeleteNodes) String added in v0.40.0

func (x *BatchDeleteNodes) String() string

func (*BatchDeleteNodes) Validate added in v0.40.0

func (m *BatchDeleteNodes) Validate() error

Validate checks the field values on BatchDeleteNodes 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 (*BatchDeleteNodes) ValidateAll added in v0.40.0

func (m *BatchDeleteNodes) ValidateAll() error

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

type BatchDeleteNodesMultiError added in v0.40.0

type BatchDeleteNodesMultiError []error

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

func (BatchDeleteNodesMultiError) AllErrors added in v0.40.0

func (m BatchDeleteNodesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BatchDeleteNodesMultiError) Error added in v0.40.0

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

type BatchDeleteNodesValidationError added in v0.40.0

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

BatchDeleteNodesValidationError is the validation error returned by BatchDeleteNodes.Validate if the designated constraints aren't met.

func (BatchDeleteNodesValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (BatchDeleteNodesValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (BatchDeleteNodesValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (BatchDeleteNodesValidationError) Field added in v0.40.0

Field function returns field value.

func (BatchDeleteNodesValidationError) Key added in v0.40.0

Key function returns key value.

func (BatchDeleteNodesValidationError) Reason added in v0.40.0

Reason function returns reason value.

type BatchDeleteRelationshipProperties added in v0.40.0

type BatchDeleteRelationshipProperties struct {
	RelationshipProperties []*DeleteData_RelationshipPropertyMatch `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BatchDeleteRelationshipProperties) Descriptor deprecated added in v0.40.0

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

Deprecated: Use BatchDeleteRelationshipProperties.ProtoReflect.Descriptor instead.

func (*BatchDeleteRelationshipProperties) GetRelationshipProperties added in v0.40.0

func (*BatchDeleteRelationshipProperties) ProtoMessage added in v0.40.0

func (*BatchDeleteRelationshipProperties) ProtoMessage()

func (*BatchDeleteRelationshipProperties) ProtoReflect added in v0.40.0

func (*BatchDeleteRelationshipProperties) Reset added in v0.40.0

func (*BatchDeleteRelationshipProperties) String added in v0.40.0

func (*BatchDeleteRelationshipProperties) Validate added in v0.40.0

Validate checks the field values on BatchDeleteRelationshipProperties 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 (*BatchDeleteRelationshipProperties) ValidateAll added in v0.40.0

func (m *BatchDeleteRelationshipProperties) ValidateAll() error

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

type BatchDeleteRelationshipPropertiesMultiError added in v0.40.0

type BatchDeleteRelationshipPropertiesMultiError []error

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

func (BatchDeleteRelationshipPropertiesMultiError) AllErrors added in v0.40.0

AllErrors returns a list of validation violation errors.

func (BatchDeleteRelationshipPropertiesMultiError) Error added in v0.40.0

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

type BatchDeleteRelationshipPropertiesValidationError added in v0.40.0

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

BatchDeleteRelationshipPropertiesValidationError is the validation error returned by BatchDeleteRelationshipProperties.Validate if the designated constraints aren't met.

func (BatchDeleteRelationshipPropertiesValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (BatchDeleteRelationshipPropertiesValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (BatchDeleteRelationshipPropertiesValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (BatchDeleteRelationshipPropertiesValidationError) Field added in v0.40.0

Field function returns field value.

func (BatchDeleteRelationshipPropertiesValidationError) Key added in v0.40.0

Key function returns key value.

func (BatchDeleteRelationshipPropertiesValidationError) Reason added in v0.40.0

Reason function returns reason value.

type BatchDeleteRelationships added in v0.40.0

type BatchDeleteRelationships struct {
	Relationships []*Relationship `protobuf:"bytes,1,rep,name=relationships,proto3" json:"relationships,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchDeleteRelationships) Descriptor deprecated added in v0.40.0

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

Deprecated: Use BatchDeleteRelationships.ProtoReflect.Descriptor instead.

func (*BatchDeleteRelationships) GetRelationships added in v0.40.0

func (x *BatchDeleteRelationships) GetRelationships() []*Relationship

func (*BatchDeleteRelationships) ProtoMessage added in v0.40.0

func (*BatchDeleteRelationships) ProtoMessage()

func (*BatchDeleteRelationships) ProtoReflect added in v0.40.0

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

func (*BatchDeleteRelationships) Reset added in v0.40.0

func (x *BatchDeleteRelationships) Reset()

func (*BatchDeleteRelationships) String added in v0.40.0

func (x *BatchDeleteRelationships) String() string

func (*BatchDeleteRelationships) Validate added in v0.40.0

func (m *BatchDeleteRelationships) Validate() error

Validate checks the field values on BatchDeleteRelationships 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 (*BatchDeleteRelationships) ValidateAll added in v0.40.0

func (m *BatchDeleteRelationships) ValidateAll() error

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

type BatchDeleteRelationshipsMultiError added in v0.40.0

type BatchDeleteRelationshipsMultiError []error

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

func (BatchDeleteRelationshipsMultiError) AllErrors added in v0.40.0

func (m BatchDeleteRelationshipsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BatchDeleteRelationshipsMultiError) Error added in v0.40.0

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

type BatchDeleteRelationshipsValidationError added in v0.40.0

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

BatchDeleteRelationshipsValidationError is the validation error returned by BatchDeleteRelationships.Validate if the designated constraints aren't met.

func (BatchDeleteRelationshipsValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (BatchDeleteRelationshipsValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (BatchDeleteRelationshipsValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (BatchDeleteRelationshipsValidationError) Field added in v0.40.0

Field function returns field value.

func (BatchDeleteRelationshipsValidationError) Key added in v0.40.0

Key function returns key value.

func (BatchDeleteRelationshipsValidationError) Reason added in v0.40.0

Reason function returns reason value.

type BatchUpsertNodes added in v0.40.0

type BatchUpsertNodes struct {
	Nodes []*Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchUpsertNodes) Descriptor deprecated added in v0.40.0

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

Deprecated: Use BatchUpsertNodes.ProtoReflect.Descriptor instead.

func (*BatchUpsertNodes) GetNodes added in v0.40.0

func (x *BatchUpsertNodes) GetNodes() []*Node

func (*BatchUpsertNodes) ProtoMessage added in v0.40.0

func (*BatchUpsertNodes) ProtoMessage()

func (*BatchUpsertNodes) ProtoReflect added in v0.40.0

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

func (*BatchUpsertNodes) Reset added in v0.40.0

func (x *BatchUpsertNodes) Reset()

func (*BatchUpsertNodes) String added in v0.40.0

func (x *BatchUpsertNodes) String() string

func (*BatchUpsertNodes) Validate added in v0.40.0

func (m *BatchUpsertNodes) Validate() error

Validate checks the field values on BatchUpsertNodes 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 (*BatchUpsertNodes) ValidateAll added in v0.40.0

func (m *BatchUpsertNodes) ValidateAll() error

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

type BatchUpsertNodesMultiError added in v0.40.0

type BatchUpsertNodesMultiError []error

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

func (BatchUpsertNodesMultiError) AllErrors added in v0.40.0

func (m BatchUpsertNodesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BatchUpsertNodesMultiError) Error added in v0.40.0

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

type BatchUpsertNodesValidationError added in v0.40.0

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

BatchUpsertNodesValidationError is the validation error returned by BatchUpsertNodes.Validate if the designated constraints aren't met.

func (BatchUpsertNodesValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (BatchUpsertNodesValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (BatchUpsertNodesValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (BatchUpsertNodesValidationError) Field added in v0.40.0

Field function returns field value.

func (BatchUpsertNodesValidationError) Key added in v0.40.0

Key function returns key value.

func (BatchUpsertNodesValidationError) Reason added in v0.40.0

Reason function returns reason value.

type BatchUpsertRelationships added in v0.40.0

type BatchUpsertRelationships struct {
	Relationships []*Relationship `protobuf:"bytes,1,rep,name=relationships,proto3" json:"relationships,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchUpsertRelationships) Descriptor deprecated added in v0.40.0

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

Deprecated: Use BatchUpsertRelationships.ProtoReflect.Descriptor instead.

func (*BatchUpsertRelationships) GetRelationships added in v0.40.0

func (x *BatchUpsertRelationships) GetRelationships() []*Relationship

func (*BatchUpsertRelationships) ProtoMessage added in v0.40.0

func (*BatchUpsertRelationships) ProtoMessage()

func (*BatchUpsertRelationships) ProtoReflect added in v0.40.0

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

func (*BatchUpsertRelationships) Reset added in v0.40.0

func (x *BatchUpsertRelationships) Reset()

func (*BatchUpsertRelationships) String added in v0.40.0

func (x *BatchUpsertRelationships) String() string

func (*BatchUpsertRelationships) Validate added in v0.40.0

func (m *BatchUpsertRelationships) Validate() error

Validate checks the field values on BatchUpsertRelationships 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 (*BatchUpsertRelationships) ValidateAll added in v0.40.0

func (m *BatchUpsertRelationships) ValidateAll() error

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

type BatchUpsertRelationshipsMultiError added in v0.40.0

type BatchUpsertRelationshipsMultiError []error

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

func (BatchUpsertRelationshipsMultiError) AllErrors added in v0.40.0

func (m BatchUpsertRelationshipsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BatchUpsertRelationshipsMultiError) Error added in v0.40.0

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

type BatchUpsertRelationshipsValidationError added in v0.40.0

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

BatchUpsertRelationshipsValidationError is the validation error returned by BatchUpsertRelationships.Validate if the designated constraints aren't met.

func (BatchUpsertRelationshipsValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (BatchUpsertRelationshipsValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (BatchUpsertRelationshipsValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (BatchUpsertRelationshipsValidationError) Field added in v0.40.0

Field function returns field value.

func (BatchUpsertRelationshipsValidationError) Key added in v0.40.0

Key function returns key value.

func (BatchUpsertRelationshipsValidationError) Reason added in v0.40.0

Reason function returns reason value.

type ConfigDetail added in v0.19.1

type ConfigDetail struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Version     int64  `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	// Types that are assignable to Configuration:
	//
	//	*ConfigDetail_ApplicationAgentCredential
	//	*ConfigDetail_ServiceAccountCredential
	//	*ConfigDetail_AuditSinkConfig
	//	*ConfigDetail_AuthorizationPolicyConfig
	//	*ConfigDetail_TokenIntrospectConfig
	//	*ConfigDetail_ExternalDataResolverConfig
	//	*ConfigDetail_ConsentConfig
	//	*ConfigDetail_IngestPipelineConfig
	//	*ConfigDetail_EntityMatchingPipelineConfig
	Configuration isConfigDetail_Configuration `protobuf_oneof:"configuration"`
	// contains filtered or unexported fields
}

func (*ConfigDetail) Descriptor deprecated added in v0.19.1

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

Deprecated: Use ConfigDetail.ProtoReflect.Descriptor instead.

func (*ConfigDetail) GetApplicationAgentCredential added in v0.19.1

func (x *ConfigDetail) GetApplicationAgentCredential() *ApplicationAgentCredentialConfig

func (*ConfigDetail) GetAuditSinkConfig added in v0.19.1

func (x *ConfigDetail) GetAuditSinkConfig() *AuditSinkConfig

func (*ConfigDetail) GetAuthorizationPolicyConfig added in v0.19.1

func (x *ConfigDetail) GetAuthorizationPolicyConfig() *AuthorizationPolicyConfig

func (*ConfigDetail) GetConfiguration added in v0.19.1

func (m *ConfigDetail) GetConfiguration() isConfigDetail_Configuration

func (*ConfigDetail) GetConsentConfig added in v0.25.0

func (x *ConfigDetail) GetConsentConfig() *ConsentConfiguration

func (*ConfigDetail) GetDescription added in v0.19.1

func (x *ConfigDetail) GetDescription() string

func (*ConfigDetail) GetDisplayName added in v0.19.1

func (x *ConfigDetail) GetDisplayName() string

func (*ConfigDetail) GetEntityMatchingPipelineConfig added in v0.40.0

func (x *ConfigDetail) GetEntityMatchingPipelineConfig() *EntityMatchingPipelineConfig

func (*ConfigDetail) GetExternalDataResolverConfig added in v0.38.0

func (x *ConfigDetail) GetExternalDataResolverConfig() *ExternalDataResolverConfig

func (*ConfigDetail) GetIngestPipelineConfig added in v0.34.0

func (x *ConfigDetail) GetIngestPipelineConfig() *IngestPipelineConfig

func (*ConfigDetail) GetName added in v0.19.1

func (x *ConfigDetail) GetName() string

func (*ConfigDetail) GetServiceAccountCredential added in v0.19.1

func (x *ConfigDetail) GetServiceAccountCredential() *ServiceAccountCredentialConfig

func (*ConfigDetail) GetTokenIntrospectConfig added in v0.28.0

func (x *ConfigDetail) GetTokenIntrospectConfig() *TokenIntrospectConfig

func (*ConfigDetail) GetVersion added in v0.19.1

func (x *ConfigDetail) GetVersion() int64

func (*ConfigDetail) ProtoMessage added in v0.19.1

func (*ConfigDetail) ProtoMessage()

func (*ConfigDetail) ProtoReflect added in v0.19.1

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

func (*ConfigDetail) Reset added in v0.19.1

func (x *ConfigDetail) Reset()

func (*ConfigDetail) String added in v0.19.1

func (x *ConfigDetail) String() string

func (*ConfigDetail) Validate added in v0.19.1

func (m *ConfigDetail) Validate() error

Validate checks the field values on ConfigDetail 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 (*ConfigDetail) ValidateAll added in v0.19.1

func (m *ConfigDetail) ValidateAll() error

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

type ConfigDetailMultiError added in v0.19.1

type ConfigDetailMultiError []error

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

func (ConfigDetailMultiError) AllErrors added in v0.19.1

func (m ConfigDetailMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConfigDetailMultiError) Error added in v0.19.1

func (m ConfigDetailMultiError) Error() string

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

type ConfigDetailValidationError added in v0.19.1

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

ConfigDetailValidationError is the validation error returned by ConfigDetail.Validate if the designated constraints aren't met.

func (ConfigDetailValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (ConfigDetailValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (ConfigDetailValidationError) ErrorName added in v0.19.1

func (e ConfigDetailValidationError) ErrorName() string

ErrorName returns error name.

func (ConfigDetailValidationError) Field added in v0.19.1

Field function returns field value.

func (ConfigDetailValidationError) Key added in v0.19.1

Key function returns key value.

func (ConfigDetailValidationError) Reason added in v0.19.1

Reason function returns reason value.

type ConfigDetail_ApplicationAgentCredential added in v0.19.1

type ConfigDetail_ApplicationAgentCredential struct {
	ApplicationAgentCredential *ApplicationAgentCredentialConfig `protobuf:"bytes,8,opt,name=application_agent_credential,json=applicationAgentCredential,proto3,oneof"`
}

type ConfigDetail_AuditSinkConfig added in v0.19.1

type ConfigDetail_AuditSinkConfig struct {
	AuditSinkConfig *AuditSinkConfig `protobuf:"bytes,12,opt,name=audit_sink_config,json=auditSinkConfig,proto3,oneof"`
}

type ConfigDetail_AuthorizationPolicyConfig added in v0.19.1

type ConfigDetail_AuthorizationPolicyConfig struct {
	AuthorizationPolicyConfig *AuthorizationPolicyConfig `protobuf:"bytes,15,opt,name=authorization_policy_config,json=authorizationPolicyConfig,proto3,oneof"`
}

type ConfigDetail_ConsentConfig added in v0.25.0

type ConfigDetail_ConsentConfig struct {
	ConsentConfig *ConsentConfiguration `protobuf:"bytes,18,opt,name=consent_config,json=consentConfig,proto3,oneof"`
}

type ConfigDetail_EntityMatchingPipelineConfig added in v0.40.0

type ConfigDetail_EntityMatchingPipelineConfig struct {
	EntityMatchingPipelineConfig *EntityMatchingPipelineConfig `protobuf:"bytes,21,opt,name=entity_matching_pipeline_config,json=entityMatchingPipelineConfig,proto3,oneof"`
}

type ConfigDetail_ExternalDataResolverConfig added in v0.38.0

type ConfigDetail_ExternalDataResolverConfig struct {
	ExternalDataResolverConfig *ExternalDataResolverConfig `protobuf:"bytes,22,opt,name=external_data_resolver_config,json=externalDataResolverConfig,proto3,oneof"`
}

type ConfigDetail_IngestPipelineConfig added in v0.34.0

type ConfigDetail_IngestPipelineConfig struct {
	IngestPipelineConfig *IngestPipelineConfig `protobuf:"bytes,20,opt,name=ingest_pipeline_config,json=ingestPipelineConfig,proto3,oneof"`
}

type ConfigDetail_ServiceAccountCredential added in v0.19.1

type ConfigDetail_ServiceAccountCredential struct {
	ServiceAccountCredential *ServiceAccountCredentialConfig `protobuf:"bytes,9,opt,name=service_account_credential,json=serviceAccountCredential,proto3,oneof"`
}

type ConfigDetail_TokenIntrospectConfig added in v0.28.0

type ConfigDetail_TokenIntrospectConfig struct {
	TokenIntrospectConfig *TokenIntrospectConfig `protobuf:"bytes,19,opt,name=token_introspect_config,json=tokenIntrospectConfig,proto3,oneof"`
}

type ConfigType added in v0.19.1

type ConfigType int32

ConfigType is equivalent to internal DocumentType, for easier maintenance keep same numbers.

const (
	ConfigType_CONFIG_TYPE_INVALID              ConfigType = 0
	ConfigType_CONFIG_TYPE_CUSTOMER             ConfigType = 1
	ConfigType_CONFIG_TYPE_APPLICATION_SPACE    ConfigType = 2
	ConfigType_CONFIG_TYPE_ISSUER               ConfigType = 15
	ConfigType_CONFIG_TYPE_APPLICATION          ConfigType = 4
	ConfigType_CONFIG_TYPE_APP_AGENT            ConfigType = 5
	ConfigType_CONFIG_TYPE_APP_AGENT_CREDENTIAL ConfigType = 6
	ConfigType_CONFIG_TYPE_SERVICE_ACCOUNT      ConfigType = 18
	ConfigType_CONFIG_TYPE_SERVICE_CREDENTIAL   ConfigType = 19
	ConfigType_CONFIG_TYPE_DIGITAL_TWIN         ConfigType = 21
	ConfigType_CONFIG_TYPE_AUDIT_SINK           ConfigType = 27
	ConfigType_CONFIG_TYPE_TOKEN_INTROSPECT     ConfigType = 30
	ConfigType_CONFIG_TYPE_AUTHORIZATION_POLICY ConfigType = 22
	// CONFIG_TYPE_RESOURCE = 25; // Not use in Config API, but in Ingest/IKG
	// CONFIG_TYPE_RELATION = 26; // Not use in Config API, but in Ingest/IKG
	ConfigType_CONFIG_TYPE_CONSENT                  ConfigType = 29
	ConfigType_CONFIG_TYPE_INGEST_PIPELINE          ConfigType = 31
	ConfigType_CONFIG_TYPE_ENTITY_MATCHING_PIPELINE ConfigType = 32
	ConfigType_CONFIG_TYPE_EXTERNAL_DATA_RESOLVER   ConfigType = 33
)

func (ConfigType) Descriptor added in v0.19.1

func (ConfigType) Descriptor() protoreflect.EnumDescriptor

func (ConfigType) Enum added in v0.19.1

func (x ConfigType) Enum() *ConfigType

func (ConfigType) EnumDescriptor deprecated added in v0.19.1

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

Deprecated: Use ConfigType.Descriptor instead.

func (ConfigType) Number added in v0.19.1

func (x ConfigType) Number() protoreflect.EnumNumber

func (ConfigType) String added in v0.19.1

func (x ConfigType) String() string

func (ConfigType) Type added in v0.19.1

type ConsentConfiguration added in v0.38.0

type ConsentConfiguration struct {

	// Purpose is a human readable description of the purpose of the consent.
	Purpose string `protobuf:"bytes,1,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// Data points is a list of properties related to the Digital twin that the consent is for.
	DataPoints    []string `protobuf:"bytes,2,rep,name=data_points,json=dataPoints,proto3" json:"data_points,omitempty"`
	ApplicationId string   `protobuf:"bytes,3,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// ValidityPeriod is the time in seconds that the consent is valid for.
	// The minimum value is 1 day and the maximum value is 2 years.
	ValidityPeriod uint64 `protobuf:"varint,4,opt,name=validity_period,json=validityPeriod,proto3" json:"validity_period,omitempty"`
	// Revoke after use is a boolean that determines if the consent should be revoked after it has been used.
	RevokeAfterUse bool                `protobuf:"varint,5,opt,name=revoke_after_use,json=revokeAfterUse,proto3" json:"revoke_after_use,omitempty"`
	TokenStatus    ExternalTokenStatus `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConsentConfiguration) Descriptor deprecated added in v0.38.0

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

Deprecated: Use ConsentConfiguration.ProtoReflect.Descriptor instead.

func (*ConsentConfiguration) GetApplicationId added in v0.38.0

func (x *ConsentConfiguration) GetApplicationId() string

func (*ConsentConfiguration) GetDataPoints added in v0.38.0

func (x *ConsentConfiguration) GetDataPoints() []string

func (*ConsentConfiguration) GetPurpose added in v0.38.0

func (x *ConsentConfiguration) GetPurpose() string

func (*ConsentConfiguration) GetRevokeAfterUse added in v0.38.0

func (x *ConsentConfiguration) GetRevokeAfterUse() bool

func (*ConsentConfiguration) GetTokenStatus added in v0.38.0

func (x *ConsentConfiguration) GetTokenStatus() ExternalTokenStatus

func (*ConsentConfiguration) GetValidityPeriod added in v0.38.0

func (x *ConsentConfiguration) GetValidityPeriod() uint64

func (*ConsentConfiguration) ProtoMessage added in v0.38.0

func (*ConsentConfiguration) ProtoMessage()

func (*ConsentConfiguration) ProtoReflect added in v0.38.0

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

func (*ConsentConfiguration) Reset added in v0.38.0

func (x *ConsentConfiguration) Reset()

func (*ConsentConfiguration) String added in v0.38.0

func (x *ConsentConfiguration) String() string

func (*ConsentConfiguration) Validate added in v0.38.0

func (m *ConsentConfiguration) Validate() error

Validate checks the field values on ConsentConfiguration 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 (*ConsentConfiguration) ValidateAll added in v0.38.0

func (m *ConsentConfiguration) ValidateAll() error

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

type ConsentConfigurationMultiError added in v0.38.0

type ConsentConfigurationMultiError []error

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

func (ConsentConfigurationMultiError) AllErrors added in v0.38.0

func (m ConsentConfigurationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConsentConfigurationMultiError) Error added in v0.38.0

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

type ConsentConfigurationValidationError added in v0.38.0

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

ConsentConfigurationValidationError is the validation error returned by ConsentConfiguration.Validate if the designated constraints aren't met.

func (ConsentConfigurationValidationError) Cause added in v0.38.0

Cause function returns cause value.

func (ConsentConfigurationValidationError) Error added in v0.38.0

Error satisfies the builtin error interface

func (ConsentConfigurationValidationError) ErrorName added in v0.38.0

ErrorName returns error name.

func (ConsentConfigurationValidationError) Field added in v0.38.0

Field function returns field value.

func (ConsentConfigurationValidationError) Key added in v0.38.0

Key function returns key value.

func (ConsentConfigurationValidationError) Reason added in v0.38.0

Reason function returns reason value.

type ContainersPath added in v0.22.0

type ContainersPath struct {
	CustomerId         string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	ApplicationSpaceId string `protobuf:"bytes,2,opt,name=application_space_id,json=applicationSpaceId,proto3" json:"application_space_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainersPath) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ContainersPath.ProtoReflect.Descriptor instead.

func (*ContainersPath) GetApplicationSpaceId added in v0.22.0

func (x *ContainersPath) GetApplicationSpaceId() string

func (*ContainersPath) GetCustomerId added in v0.22.0

func (x *ContainersPath) GetCustomerId() string

func (*ContainersPath) ProtoMessage added in v0.22.0

func (*ContainersPath) ProtoMessage()

func (*ContainersPath) ProtoReflect added in v0.22.0

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

func (*ContainersPath) Reset added in v0.22.0

func (x *ContainersPath) Reset()

func (*ContainersPath) String added in v0.22.0

func (x *ContainersPath) String() string

func (*ContainersPath) Validate added in v0.22.0

func (m *ContainersPath) Validate() error

Validate checks the field values on ContainersPath 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 (*ContainersPath) ValidateAll added in v0.22.0

func (m *ContainersPath) ValidateAll() error

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

type ContainersPathMultiError added in v0.22.0

type ContainersPathMultiError []error

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

func (ContainersPathMultiError) AllErrors added in v0.22.0

func (m ContainersPathMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ContainersPathMultiError) Error added in v0.22.0

func (m ContainersPathMultiError) Error() string

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

type ContainersPathValidationError added in v0.22.0

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

ContainersPathValidationError is the validation error returned by ContainersPath.Validate if the designated constraints aren't met.

func (ContainersPathValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ContainersPathValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ContainersPathValidationError) ErrorName added in v0.22.0

func (e ContainersPathValidationError) ErrorName() string

ErrorName returns error name.

func (ContainersPathValidationError) Field added in v0.22.0

Field function returns field value.

func (ContainersPathValidationError) Key added in v0.22.0

Key function returns key value.

func (ContainersPathValidationError) Reason added in v0.22.0

Reason function returns reason value.

type CreatedConfig added in v0.19.1

type CreatedConfig struct {
	Id             string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type           ConfigType              `protobuf:"varint,2,opt,name=type,proto3,enum=indykite.auditsink.v1beta1.ConfigType" json:"type,omitempty"`
	Location       *CreatedConfig_Location `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	ContainersPath *ContainersPath         `protobuf:"bytes,5,opt,name=containers_path,json=containersPath,proto3" json:"containers_path,omitempty"`
	Detail         *ConfigDetail           `protobuf:"bytes,4,opt,name=detail,proto3" json:"detail,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatedConfig) Descriptor deprecated added in v0.19.1

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

Deprecated: Use CreatedConfig.ProtoReflect.Descriptor instead.

func (*CreatedConfig) GetContainersPath added in v0.22.0

func (x *CreatedConfig) GetContainersPath() *ContainersPath

func (*CreatedConfig) GetDetail added in v0.19.1

func (x *CreatedConfig) GetDetail() *ConfigDetail

func (*CreatedConfig) GetId added in v0.19.1

func (x *CreatedConfig) GetId() string

func (*CreatedConfig) GetLocation added in v0.19.1

func (x *CreatedConfig) GetLocation() *CreatedConfig_Location

func (*CreatedConfig) GetType added in v0.19.1

func (x *CreatedConfig) GetType() ConfigType

func (*CreatedConfig) ProtoMessage added in v0.19.1

func (*CreatedConfig) ProtoMessage()

func (*CreatedConfig) ProtoReflect added in v0.19.1

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

func (*CreatedConfig) Reset added in v0.19.1

func (x *CreatedConfig) Reset()

func (*CreatedConfig) String added in v0.19.1

func (x *CreatedConfig) String() string

func (*CreatedConfig) Validate added in v0.19.1

func (m *CreatedConfig) Validate() error

Validate checks the field values on CreatedConfig 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 (*CreatedConfig) ValidateAll added in v0.19.1

func (m *CreatedConfig) ValidateAll() error

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

type CreatedConfigMultiError added in v0.19.1

type CreatedConfigMultiError []error

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

func (CreatedConfigMultiError) AllErrors added in v0.19.1

func (m CreatedConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatedConfigMultiError) Error added in v0.19.1

func (m CreatedConfigMultiError) Error() string

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

type CreatedConfigValidationError added in v0.19.1

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

CreatedConfigValidationError is the validation error returned by CreatedConfig.Validate if the designated constraints aren't met.

func (CreatedConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (CreatedConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (CreatedConfigValidationError) ErrorName added in v0.19.1

func (e CreatedConfigValidationError) ErrorName() string

ErrorName returns error name.

func (CreatedConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (CreatedConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (CreatedConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type CreatedConfig_Location added in v0.19.1

type CreatedConfig_Location struct {
	Id   string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type ConfigType `protobuf:"varint,2,opt,name=type,proto3,enum=indykite.auditsink.v1beta1.ConfigType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatedConfig_Location) Descriptor deprecated added in v0.19.1

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

Deprecated: Use CreatedConfig_Location.ProtoReflect.Descriptor instead.

func (*CreatedConfig_Location) GetId added in v0.19.1

func (x *CreatedConfig_Location) GetId() string

func (*CreatedConfig_Location) GetType added in v0.19.1

func (x *CreatedConfig_Location) GetType() ConfigType

func (*CreatedConfig_Location) ProtoMessage added in v0.19.1

func (*CreatedConfig_Location) ProtoMessage()

func (*CreatedConfig_Location) ProtoReflect added in v0.19.1

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

func (*CreatedConfig_Location) Reset added in v0.19.1

func (x *CreatedConfig_Location) Reset()

func (*CreatedConfig_Location) String added in v0.19.1

func (x *CreatedConfig_Location) String() string

func (*CreatedConfig_Location) Validate added in v0.19.1

func (m *CreatedConfig_Location) Validate() error

Validate checks the field values on CreatedConfig_Location 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 (*CreatedConfig_Location) ValidateAll added in v0.19.1

func (m *CreatedConfig_Location) ValidateAll() error

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

type CreatedConfig_LocationMultiError added in v0.19.1

type CreatedConfig_LocationMultiError []error

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

func (CreatedConfig_LocationMultiError) AllErrors added in v0.19.1

func (m CreatedConfig_LocationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatedConfig_LocationMultiError) Error added in v0.19.1

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

type CreatedConfig_LocationValidationError added in v0.19.1

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

CreatedConfig_LocationValidationError is the validation error returned by CreatedConfig_Location.Validate if the designated constraints aren't met.

func (CreatedConfig_LocationValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (CreatedConfig_LocationValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (CreatedConfig_LocationValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (CreatedConfig_LocationValidationError) Field added in v0.19.1

Field function returns field value.

func (CreatedConfig_LocationValidationError) Key added in v0.19.1

Key function returns key value.

func (CreatedConfig_LocationValidationError) Reason added in v0.19.1

Reason function returns reason value.

type DeleteData

type DeleteData struct {

	// Types that are assignable to Data:
	//
	//	*DeleteData_Node
	//	*DeleteData_Relationship
	//	*DeleteData_NodeProperty
	//	*DeleteData_RelationshipProperty
	//	*DeleteData_NodeTags
	Data isDeleteData_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*DeleteData) Descriptor deprecated

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

Deprecated: Use DeleteData.ProtoReflect.Descriptor instead.

func (*DeleteData) GetData

func (m *DeleteData) GetData() isDeleteData_Data

func (*DeleteData) GetNode

func (x *DeleteData) GetNode() *NodeMatch

func (*DeleteData) GetNodeProperty

func (x *DeleteData) GetNodeProperty() *DeleteData_NodePropertyMatch

func (*DeleteData) GetNodeTags added in v0.43.0

func (x *DeleteData) GetNodeTags() *DeleteData_NodeTagMatch

func (*DeleteData) GetRelationship added in v0.25.0

func (x *DeleteData) GetRelationship() *Relationship

func (*DeleteData) GetRelationshipProperty added in v0.25.0

func (x *DeleteData) GetRelationshipProperty() *DeleteData_RelationshipPropertyMatch

func (*DeleteData) ProtoMessage

func (*DeleteData) ProtoMessage()

func (*DeleteData) ProtoReflect

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

func (*DeleteData) Reset

func (x *DeleteData) Reset()

func (*DeleteData) String

func (x *DeleteData) String() string

func (*DeleteData) Validate

func (m *DeleteData) Validate() error

Validate checks the field values on DeleteData 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 (*DeleteData) ValidateAll

func (m *DeleteData) ValidateAll() error

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

type DeleteDataMultiError

type DeleteDataMultiError []error

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

func (DeleteDataMultiError) AllErrors

func (m DeleteDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteDataMultiError) Error

func (m DeleteDataMultiError) Error() string

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

type DeleteDataValidationError

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

DeleteDataValidationError is the validation error returned by DeleteData.Validate if the designated constraints aren't met.

func (DeleteDataValidationError) Cause

func (e DeleteDataValidationError) Cause() error

Cause function returns cause value.

func (DeleteDataValidationError) Error

Error satisfies the builtin error interface

func (DeleteDataValidationError) ErrorName

func (e DeleteDataValidationError) ErrorName() string

ErrorName returns error name.

func (DeleteDataValidationError) Field

Field function returns field value.

func (DeleteDataValidationError) Key

Key function returns key value.

func (DeleteDataValidationError) Reason

func (e DeleteDataValidationError) Reason() string

Reason function returns reason value.

type DeleteData_Node

type DeleteData_Node struct {
	Node *NodeMatch `protobuf:"bytes,1,opt,name=node,proto3,oneof"`
}

type DeleteData_NodeProperty

type DeleteData_NodeProperty struct {
	NodeProperty *DeleteData_NodePropertyMatch `protobuf:"bytes,3,opt,name=node_property,json=nodeProperty,proto3,oneof"`
}

type DeleteData_NodePropertyMatch

type DeleteData_NodePropertyMatch struct {
	Match        *NodeMatch `protobuf:"bytes,1,opt,name=match,proto3" json:"match,omitempty"`
	PropertyType string     `protobuf:"bytes,2,opt,name=property_type,json=propertyType,proto3" json:"property_type,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteData_NodePropertyMatch) Descriptor deprecated

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

Deprecated: Use DeleteData_NodePropertyMatch.ProtoReflect.Descriptor instead.

func (*DeleteData_NodePropertyMatch) GetMatch

func (x *DeleteData_NodePropertyMatch) GetMatch() *NodeMatch

func (*DeleteData_NodePropertyMatch) GetPropertyType added in v0.25.0

func (x *DeleteData_NodePropertyMatch) GetPropertyType() string

func (*DeleteData_NodePropertyMatch) ProtoMessage

func (*DeleteData_NodePropertyMatch) ProtoMessage()

func (*DeleteData_NodePropertyMatch) ProtoReflect

func (*DeleteData_NodePropertyMatch) Reset

func (x *DeleteData_NodePropertyMatch) Reset()

func (*DeleteData_NodePropertyMatch) String

func (*DeleteData_NodePropertyMatch) Validate

func (m *DeleteData_NodePropertyMatch) Validate() error

Validate checks the field values on DeleteData_NodePropertyMatch 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 (*DeleteData_NodePropertyMatch) ValidateAll

func (m *DeleteData_NodePropertyMatch) ValidateAll() error

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

type DeleteData_NodePropertyMatchMultiError

type DeleteData_NodePropertyMatchMultiError []error

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

func (DeleteData_NodePropertyMatchMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteData_NodePropertyMatchMultiError) Error

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

type DeleteData_NodePropertyMatchValidationError

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

DeleteData_NodePropertyMatchValidationError is the validation error returned by DeleteData_NodePropertyMatch.Validate if the designated constraints aren't met.

func (DeleteData_NodePropertyMatchValidationError) Cause

Cause function returns cause value.

func (DeleteData_NodePropertyMatchValidationError) Error

Error satisfies the builtin error interface

func (DeleteData_NodePropertyMatchValidationError) ErrorName

ErrorName returns error name.

func (DeleteData_NodePropertyMatchValidationError) Field

Field function returns field value.

func (DeleteData_NodePropertyMatchValidationError) Key

Key function returns key value.

func (DeleteData_NodePropertyMatchValidationError) Reason

Reason function returns reason value.

type DeleteData_NodeTagMatch added in v0.43.0

type DeleteData_NodeTagMatch struct {
	Match *NodeMatch `protobuf:"bytes,1,opt,name=match,proto3" json:"match,omitempty"`
	Tags  []string   `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteData_NodeTagMatch) Descriptor deprecated added in v0.43.0

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

Deprecated: Use DeleteData_NodeTagMatch.ProtoReflect.Descriptor instead.

func (*DeleteData_NodeTagMatch) GetMatch added in v0.43.0

func (x *DeleteData_NodeTagMatch) GetMatch() *NodeMatch

func (*DeleteData_NodeTagMatch) GetTags added in v0.43.0

func (x *DeleteData_NodeTagMatch) GetTags() []string

func (*DeleteData_NodeTagMatch) ProtoMessage added in v0.43.0

func (*DeleteData_NodeTagMatch) ProtoMessage()

func (*DeleteData_NodeTagMatch) ProtoReflect added in v0.43.0

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

func (*DeleteData_NodeTagMatch) Reset added in v0.43.0

func (x *DeleteData_NodeTagMatch) Reset()

func (*DeleteData_NodeTagMatch) String added in v0.43.0

func (x *DeleteData_NodeTagMatch) String() string

func (*DeleteData_NodeTagMatch) Validate added in v0.43.0

func (m *DeleteData_NodeTagMatch) Validate() error

Validate checks the field values on DeleteData_NodeTagMatch 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 (*DeleteData_NodeTagMatch) ValidateAll added in v0.43.0

func (m *DeleteData_NodeTagMatch) ValidateAll() error

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

type DeleteData_NodeTagMatchMultiError added in v0.43.0

type DeleteData_NodeTagMatchMultiError []error

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

func (DeleteData_NodeTagMatchMultiError) AllErrors added in v0.43.0

func (m DeleteData_NodeTagMatchMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteData_NodeTagMatchMultiError) Error added in v0.43.0

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

type DeleteData_NodeTagMatchValidationError added in v0.43.0

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

DeleteData_NodeTagMatchValidationError is the validation error returned by DeleteData_NodeTagMatch.Validate if the designated constraints aren't met.

func (DeleteData_NodeTagMatchValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (DeleteData_NodeTagMatchValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (DeleteData_NodeTagMatchValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (DeleteData_NodeTagMatchValidationError) Field added in v0.43.0

Field function returns field value.

func (DeleteData_NodeTagMatchValidationError) Key added in v0.43.0

Key function returns key value.

func (DeleteData_NodeTagMatchValidationError) Reason added in v0.43.0

Reason function returns reason value.

type DeleteData_NodeTags added in v0.43.0

type DeleteData_NodeTags struct {
	NodeTags *DeleteData_NodeTagMatch `protobuf:"bytes,5,opt,name=node_tags,json=nodeTags,proto3,oneof"`
}

type DeleteData_Relationship added in v0.25.0

type DeleteData_Relationship struct {
	Relationship *Relationship `protobuf:"bytes,2,opt,name=relationship,proto3,oneof"`
}

type DeleteData_RelationshipProperty added in v0.25.0

type DeleteData_RelationshipProperty struct {
	RelationshipProperty *DeleteData_RelationshipPropertyMatch `protobuf:"bytes,4,opt,name=relationship_property,json=relationshipProperty,proto3,oneof"`
}

type DeleteData_RelationshipPropertyMatch added in v0.25.0

type DeleteData_RelationshipPropertyMatch struct {
	Type         string     `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Source       *NodeMatch `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Target       *NodeMatch `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	PropertyType string     `protobuf:"bytes,4,opt,name=property_type,json=propertyType,proto3" json:"property_type,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteData_RelationshipPropertyMatch) Descriptor deprecated added in v0.25.0

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

Deprecated: Use DeleteData_RelationshipPropertyMatch.ProtoReflect.Descriptor instead.

func (*DeleteData_RelationshipPropertyMatch) GetPropertyType added in v0.25.0

func (x *DeleteData_RelationshipPropertyMatch) GetPropertyType() string

func (*DeleteData_RelationshipPropertyMatch) GetSource added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) GetTarget added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) GetType added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) ProtoMessage added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) ProtoMessage()

func (*DeleteData_RelationshipPropertyMatch) ProtoReflect added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) Reset added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) String added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) Validate added in v0.25.0

Validate checks the field values on DeleteData_RelationshipPropertyMatch 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 (*DeleteData_RelationshipPropertyMatch) ValidateAll added in v0.25.0

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

type DeleteData_RelationshipPropertyMatchMultiError added in v0.25.0

type DeleteData_RelationshipPropertyMatchMultiError []error

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

func (DeleteData_RelationshipPropertyMatchMultiError) AllErrors added in v0.25.0

AllErrors returns a list of validation violation errors.

func (DeleteData_RelationshipPropertyMatchMultiError) Error added in v0.25.0

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

type DeleteData_RelationshipPropertyMatchValidationError added in v0.25.0

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

DeleteData_RelationshipPropertyMatchValidationError is the validation error returned by DeleteData_RelationshipPropertyMatch.Validate if the designated constraints aren't met.

func (DeleteData_RelationshipPropertyMatchValidationError) Cause added in v0.25.0

Cause function returns cause value.

func (DeleteData_RelationshipPropertyMatchValidationError) Error added in v0.25.0

Error satisfies the builtin error interface

func (DeleteData_RelationshipPropertyMatchValidationError) ErrorName added in v0.25.0

ErrorName returns error name.

func (DeleteData_RelationshipPropertyMatchValidationError) Field added in v0.25.0

Field function returns field value.

func (DeleteData_RelationshipPropertyMatchValidationError) Key added in v0.25.0

Key function returns key value.

func (DeleteData_RelationshipPropertyMatchValidationError) Reason added in v0.25.0

Reason function returns reason value.

type DeletedConfig added in v0.19.1

type DeletedConfig struct {
	Id             string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type           ConfigType      `protobuf:"varint,2,opt,name=type,proto3,enum=indykite.auditsink.v1beta1.ConfigType" json:"type,omitempty"`
	ContainersPath *ContainersPath `protobuf:"bytes,3,opt,name=containers_path,json=containersPath,proto3" json:"containers_path,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletedConfig) Descriptor deprecated added in v0.19.1

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

Deprecated: Use DeletedConfig.ProtoReflect.Descriptor instead.

func (*DeletedConfig) GetContainersPath added in v0.22.0

func (x *DeletedConfig) GetContainersPath() *ContainersPath

func (*DeletedConfig) GetId added in v0.19.1

func (x *DeletedConfig) GetId() string

func (*DeletedConfig) GetType added in v0.19.1

func (x *DeletedConfig) GetType() ConfigType

func (*DeletedConfig) ProtoMessage added in v0.19.1

func (*DeletedConfig) ProtoMessage()

func (*DeletedConfig) ProtoReflect added in v0.19.1

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

func (*DeletedConfig) Reset added in v0.19.1

func (x *DeletedConfig) Reset()

func (*DeletedConfig) String added in v0.19.1

func (x *DeletedConfig) String() string

func (*DeletedConfig) Validate added in v0.19.1

func (m *DeletedConfig) Validate() error

Validate checks the field values on DeletedConfig 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 (*DeletedConfig) ValidateAll added in v0.19.1

func (m *DeletedConfig) ValidateAll() error

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

type DeletedConfigMultiError added in v0.19.1

type DeletedConfigMultiError []error

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

func (DeletedConfigMultiError) AllErrors added in v0.19.1

func (m DeletedConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeletedConfigMultiError) Error added in v0.19.1

func (m DeletedConfigMultiError) Error() string

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

type DeletedConfigValidationError added in v0.19.1

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

DeletedConfigValidationError is the validation error returned by DeletedConfig.Validate if the designated constraints aren't met.

func (DeletedConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (DeletedConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (DeletedConfigValidationError) ErrorName added in v0.19.1

func (e DeletedConfigValidationError) ErrorName() string

ErrorName returns error name.

func (DeletedConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (DeletedConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (DeletedConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type DigitalTwin

type DigitalTwin struct {
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Type       string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	TenantId   string `protobuf:"bytes,3,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DigitalTwin) Descriptor deprecated

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

Deprecated: Use DigitalTwin.ProtoReflect.Descriptor instead.

func (*DigitalTwin) GetExternalId

func (x *DigitalTwin) GetExternalId() string

func (*DigitalTwin) GetTenantId

func (x *DigitalTwin) GetTenantId() string

func (*DigitalTwin) GetType

func (x *DigitalTwin) GetType() string

func (*DigitalTwin) ProtoMessage

func (*DigitalTwin) ProtoMessage()

func (*DigitalTwin) ProtoReflect

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

func (*DigitalTwin) Reset

func (x *DigitalTwin) Reset()

func (*DigitalTwin) String

func (x *DigitalTwin) String() string

func (*DigitalTwin) Validate

func (m *DigitalTwin) Validate() error

Validate checks the field values on DigitalTwin 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 (*DigitalTwin) ValidateAll

func (m *DigitalTwin) ValidateAll() error

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

type DigitalTwinMultiError

type DigitalTwinMultiError []error

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

func (DigitalTwinMultiError) AllErrors

func (m DigitalTwinMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DigitalTwinMultiError) Error

func (m DigitalTwinMultiError) Error() string

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

type DigitalTwinValidationError

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

DigitalTwinValidationError is the validation error returned by DigitalTwin.Validate if the designated constraints aren't met.

func (DigitalTwinValidationError) Cause

Cause function returns cause value.

func (DigitalTwinValidationError) Error

Error satisfies the builtin error interface

func (DigitalTwinValidationError) ErrorName

func (e DigitalTwinValidationError) ErrorName() string

ErrorName returns error name.

func (DigitalTwinValidationError) Field

Field function returns field value.

func (DigitalTwinValidationError) Key

Key function returns key value.

func (DigitalTwinValidationError) Reason

Reason function returns reason value.

type EntityMatchingPipelineConfig added in v0.40.0

type EntityMatchingPipelineConfig struct {

	// NodeFilter contain a list of source types and a list target node types that will be evaluated.
	NodeFilter *EntityMatchingPipelineConfig_NodeFilter `protobuf:"bytes,1,opt,name=node_filter,json=nodeFilter,proto3" json:"node_filter,omitempty"`
	// SimilarityScoreCutoff defines the threshold (in range [0,1]), above which entities will be automatically matched.
	SimilarityScoreCutoff float32 `` /* 128-byte string literal not displayed */
	// PropertyMappingStatus is the status assigned to the pipeline's step that maps node types' properties.
	PropertyMappingStatus EntityMatchingPipelineConfig_Status `` /* 195-byte string literal not displayed */
	// Output only. Any error message from the property mapping analysis explaining the current property_mapping_status.
	PropertyMappingMessage *wrapperspb.StringValue `` /* 129-byte string literal not displayed */
	// EntityMappingStatus is the status assigned to the pipeline's step that matches node entities.
	EntityMatchingStatus EntityMatchingPipelineConfig_Status `` /* 192-byte string literal not displayed */
	// Output only. Any error message from the entity matching analysis explaining the current entity_matching_status.
	EntityMatchingMessage *wrapperspb.StringValue `` /* 126-byte string literal not displayed */
	// PropertyMappings contains the rules the pipeline will use to match source nodes with target nodes.
	PropertyMappings []*EntityMatchingPipelineConfig_PropertyMapping `protobuf:"bytes,5,rep,name=property_mappings,json=propertyMappings,proto3" json:"property_mappings,omitempty"`
	// RerunInterval is the time between scheduled re-runs.
	RerunInterval string `protobuf:"bytes,6,opt,name=rerun_interval,json=rerunInterval,proto3" json:"rerun_interval,omitempty"`
	// Output only. The time at which the pipeline was last run.
	LastRunTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=last_run_time,json=lastRunTime,proto3" json:"last_run_time,omitempty"`
	// Output only. The gcs url where the analysis report is stored.
	ReportUrl *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=report_url,json=reportUrl,proto3" json:"report_url,omitempty"`
	// Output only. The format in which the report is stored.
	ReportType *wrapperspb.StringValue `protobuf:"bytes,11,opt,name=report_type,json=reportType,proto3" json:"report_type,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityMatchingPipelineConfig) Descriptor deprecated added in v0.40.0

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

Deprecated: Use EntityMatchingPipelineConfig.ProtoReflect.Descriptor instead.

func (*EntityMatchingPipelineConfig) GetEntityMatchingMessage added in v0.40.0

func (x *EntityMatchingPipelineConfig) GetEntityMatchingMessage() *wrapperspb.StringValue

func (*EntityMatchingPipelineConfig) GetEntityMatchingStatus added in v0.40.0

func (*EntityMatchingPipelineConfig) GetLastRunTime added in v0.40.0

func (x *EntityMatchingPipelineConfig) GetLastRunTime() *timestamppb.Timestamp

func (*EntityMatchingPipelineConfig) GetNodeFilter added in v0.40.0

func (*EntityMatchingPipelineConfig) GetPropertyMappingMessage added in v0.40.0

func (x *EntityMatchingPipelineConfig) GetPropertyMappingMessage() *wrapperspb.StringValue

func (*EntityMatchingPipelineConfig) GetPropertyMappingStatus added in v0.40.0

func (*EntityMatchingPipelineConfig) GetPropertyMappings added in v0.40.0

func (*EntityMatchingPipelineConfig) GetReportType added in v0.40.0

func (*EntityMatchingPipelineConfig) GetReportUrl added in v0.40.0

func (*EntityMatchingPipelineConfig) GetRerunInterval added in v0.40.0

func (x *EntityMatchingPipelineConfig) GetRerunInterval() string

func (*EntityMatchingPipelineConfig) GetSimilarityScoreCutoff added in v0.40.0

func (x *EntityMatchingPipelineConfig) GetSimilarityScoreCutoff() float32

func (*EntityMatchingPipelineConfig) ProtoMessage added in v0.40.0

func (*EntityMatchingPipelineConfig) ProtoMessage()

func (*EntityMatchingPipelineConfig) ProtoReflect added in v0.40.0

func (*EntityMatchingPipelineConfig) Reset added in v0.40.0

func (x *EntityMatchingPipelineConfig) Reset()

func (*EntityMatchingPipelineConfig) String added in v0.40.0

func (*EntityMatchingPipelineConfig) Validate added in v0.40.0

func (m *EntityMatchingPipelineConfig) Validate() error

Validate checks the field values on EntityMatchingPipelineConfig 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 (*EntityMatchingPipelineConfig) ValidateAll added in v0.40.0

func (m *EntityMatchingPipelineConfig) ValidateAll() error

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

type EntityMatchingPipelineConfigMultiError added in v0.40.0

type EntityMatchingPipelineConfigMultiError []error

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

func (EntityMatchingPipelineConfigMultiError) AllErrors added in v0.40.0

AllErrors returns a list of validation violation errors.

func (EntityMatchingPipelineConfigMultiError) Error added in v0.40.0

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

type EntityMatchingPipelineConfigValidationError added in v0.40.0

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

EntityMatchingPipelineConfigValidationError is the validation error returned by EntityMatchingPipelineConfig.Validate if the designated constraints aren't met.

func (EntityMatchingPipelineConfigValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (EntityMatchingPipelineConfigValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (EntityMatchingPipelineConfigValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (EntityMatchingPipelineConfigValidationError) Field added in v0.40.0

Field function returns field value.

func (EntityMatchingPipelineConfigValidationError) Key added in v0.40.0

Key function returns key value.

func (EntityMatchingPipelineConfigValidationError) Reason added in v0.40.0

Reason function returns reason value.

type EntityMatchingPipelineConfig_NodeFilter added in v0.40.0

type EntityMatchingPipelineConfig_NodeFilter struct {

	// SourceNodeTypes is a list of node types that will be compared against the nodes with type in TargetNodeTypes.
	SourceNodeTypes []string `protobuf:"bytes,1,rep,name=source_node_types,json=sourceNodeTypes,proto3" json:"source_node_types,omitempty"`
	// TargetNodeTypes is a list of node types that will be compared against the nodes with type in SourceNodeTypes.
	TargetNodeTypes []string `protobuf:"bytes,2,rep,name=target_node_types,json=targetNodeTypes,proto3" json:"target_node_types,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityMatchingPipelineConfig_NodeFilter) Descriptor deprecated added in v0.40.0

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

Deprecated: Use EntityMatchingPipelineConfig_NodeFilter.ProtoReflect.Descriptor instead.

func (*EntityMatchingPipelineConfig_NodeFilter) GetSourceNodeTypes added in v0.40.0

func (x *EntityMatchingPipelineConfig_NodeFilter) GetSourceNodeTypes() []string

func (*EntityMatchingPipelineConfig_NodeFilter) GetTargetNodeTypes added in v0.40.0

func (x *EntityMatchingPipelineConfig_NodeFilter) GetTargetNodeTypes() []string

func (*EntityMatchingPipelineConfig_NodeFilter) ProtoMessage added in v0.40.0

func (*EntityMatchingPipelineConfig_NodeFilter) ProtoReflect added in v0.40.0

func (*EntityMatchingPipelineConfig_NodeFilter) Reset added in v0.40.0

func (*EntityMatchingPipelineConfig_NodeFilter) String added in v0.40.0

func (*EntityMatchingPipelineConfig_NodeFilter) Validate added in v0.40.0

Validate checks the field values on EntityMatchingPipelineConfig_NodeFilter 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 (*EntityMatchingPipelineConfig_NodeFilter) ValidateAll added in v0.40.0

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

type EntityMatchingPipelineConfig_NodeFilterMultiError added in v0.40.0

type EntityMatchingPipelineConfig_NodeFilterMultiError []error

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

func (EntityMatchingPipelineConfig_NodeFilterMultiError) AllErrors added in v0.40.0

AllErrors returns a list of validation violation errors.

func (EntityMatchingPipelineConfig_NodeFilterMultiError) Error added in v0.40.0

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

type EntityMatchingPipelineConfig_NodeFilterValidationError added in v0.40.0

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

EntityMatchingPipelineConfig_NodeFilterValidationError is the validation error returned by EntityMatchingPipelineConfig_NodeFilter.Validate if the designated constraints aren't met.

func (EntityMatchingPipelineConfig_NodeFilterValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (EntityMatchingPipelineConfig_NodeFilterValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (EntityMatchingPipelineConfig_NodeFilterValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (EntityMatchingPipelineConfig_NodeFilterValidationError) Field added in v0.40.0

Field function returns field value.

func (EntityMatchingPipelineConfig_NodeFilterValidationError) Key added in v0.40.0

Key function returns key value.

func (EntityMatchingPipelineConfig_NodeFilterValidationError) Reason added in v0.40.0

Reason function returns reason value.

type EntityMatchingPipelineConfig_PropertyMapping added in v0.40.0

type EntityMatchingPipelineConfig_PropertyMapping struct {

	// SourceNodeType is the type of the node that will be compared to nodes of TargetNodeType.
	SourceNodeType string `protobuf:"bytes,1,opt,name=source_node_type,json=sourceNodeType,proto3" json:"source_node_type,omitempty"`
	// SourceNodeProperty is a property of the source node that will be compared to TargetNodeProperty.
	SourceNodeProperty string `protobuf:"bytes,2,opt,name=source_node_property,json=sourceNodeProperty,proto3" json:"source_node_property,omitempty"`
	// TargetNodeType is the type of the node that will be compared to nodes of SourceNodeType.
	TargetNodeType string `protobuf:"bytes,3,opt,name=target_node_type,json=targetNodeType,proto3" json:"target_node_type,omitempty"`
	// TargetNodeProperty is a property of the source node that will be compared to SourceNodeProperty.
	TargetNodeProperty string `protobuf:"bytes,4,opt,name=target_node_property,json=targetNodeProperty,proto3" json:"target_node_property,omitempty"`
	// SimilarityScoreCutoff defines the threshold (in range [0,1]), above which entities will be automatically matched.
	SimilarityScoreCutoff float32 `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EntityMatchingPipelineConfig_PropertyMapping) Descriptor deprecated added in v0.40.0

Deprecated: Use EntityMatchingPipelineConfig_PropertyMapping.ProtoReflect.Descriptor instead.

func (*EntityMatchingPipelineConfig_PropertyMapping) GetSimilarityScoreCutoff added in v0.40.0

func (x *EntityMatchingPipelineConfig_PropertyMapping) GetSimilarityScoreCutoff() float32

func (*EntityMatchingPipelineConfig_PropertyMapping) GetSourceNodeProperty added in v0.40.0

func (x *EntityMatchingPipelineConfig_PropertyMapping) GetSourceNodeProperty() string

func (*EntityMatchingPipelineConfig_PropertyMapping) GetSourceNodeType added in v0.40.0

func (*EntityMatchingPipelineConfig_PropertyMapping) GetTargetNodeProperty added in v0.40.0

func (x *EntityMatchingPipelineConfig_PropertyMapping) GetTargetNodeProperty() string

func (*EntityMatchingPipelineConfig_PropertyMapping) GetTargetNodeType added in v0.40.0

func (*EntityMatchingPipelineConfig_PropertyMapping) ProtoMessage added in v0.40.0

func (*EntityMatchingPipelineConfig_PropertyMapping) ProtoReflect added in v0.40.0

func (*EntityMatchingPipelineConfig_PropertyMapping) Reset added in v0.40.0

func (*EntityMatchingPipelineConfig_PropertyMapping) String added in v0.40.0

func (*EntityMatchingPipelineConfig_PropertyMapping) Validate added in v0.40.0

Validate checks the field values on EntityMatchingPipelineConfig_PropertyMapping 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 (*EntityMatchingPipelineConfig_PropertyMapping) ValidateAll added in v0.40.0

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

type EntityMatchingPipelineConfig_PropertyMappingMultiError added in v0.40.0

type EntityMatchingPipelineConfig_PropertyMappingMultiError []error

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

func (EntityMatchingPipelineConfig_PropertyMappingMultiError) AllErrors added in v0.40.0

AllErrors returns a list of validation violation errors.

func (EntityMatchingPipelineConfig_PropertyMappingMultiError) Error added in v0.40.0

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

type EntityMatchingPipelineConfig_PropertyMappingValidationError added in v0.40.0

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

EntityMatchingPipelineConfig_PropertyMappingValidationError is the validation error returned by EntityMatchingPipelineConfig_PropertyMapping.Validate if the designated constraints aren't met.

func (EntityMatchingPipelineConfig_PropertyMappingValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (EntityMatchingPipelineConfig_PropertyMappingValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (EntityMatchingPipelineConfig_PropertyMappingValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (EntityMatchingPipelineConfig_PropertyMappingValidationError) Field added in v0.40.0

Field function returns field value.

func (EntityMatchingPipelineConfig_PropertyMappingValidationError) Key added in v0.40.0

Key function returns key value.

func (EntityMatchingPipelineConfig_PropertyMappingValidationError) Reason added in v0.40.0

Reason function returns reason value.

type EntityMatchingPipelineConfig_Status added in v0.40.0

type EntityMatchingPipelineConfig_Status int32
const (
	EntityMatchingPipelineConfig_STATUS_INVALID     EntityMatchingPipelineConfig_Status = 0
	EntityMatchingPipelineConfig_STATUS_PENDING     EntityMatchingPipelineConfig_Status = 1
	EntityMatchingPipelineConfig_STATUS_IN_PROGRESS EntityMatchingPipelineConfig_Status = 2
	EntityMatchingPipelineConfig_STATUS_SUCCESS     EntityMatchingPipelineConfig_Status = 3
	EntityMatchingPipelineConfig_STATUS_ERROR       EntityMatchingPipelineConfig_Status = 4
)

func (EntityMatchingPipelineConfig_Status) Descriptor added in v0.40.0

func (EntityMatchingPipelineConfig_Status) Enum added in v0.40.0

func (EntityMatchingPipelineConfig_Status) EnumDescriptor deprecated added in v0.40.0

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

Deprecated: Use EntityMatchingPipelineConfig_Status.Descriptor instead.

func (EntityMatchingPipelineConfig_Status) Number added in v0.40.0

func (EntityMatchingPipelineConfig_Status) String added in v0.40.0

func (EntityMatchingPipelineConfig_Status) Type added in v0.40.0

type ExternalDataResolverConfig added in v0.38.0

type ExternalDataResolverConfig struct {

	// Full URL to endpoint that will be called.
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// HTTP method to be used for the request.
	Method           string                                 `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"`
	Headers          map[string]string                      `` /* 155-byte string literal not displayed */
	RequestType      ExternalDataResolverConfig_ContentType `` /* 166-byte string literal not displayed */
	RequestPayload   string                                 `protobuf:"bytes,5,opt,name=request_payload,json=requestPayload,proto3" json:"request_payload,omitempty"`
	ResponseType     ExternalDataResolverConfig_ContentType `` /* 169-byte string literal not displayed */
	ResponseSelector string                                 `protobuf:"bytes,7,opt,name=response_selector,json=responseSelector,proto3" json:"response_selector,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalDataResolverConfig) Descriptor deprecated added in v0.38.0

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

Deprecated: Use ExternalDataResolverConfig.ProtoReflect.Descriptor instead.

func (*ExternalDataResolverConfig) GetHeaders added in v0.38.0

func (x *ExternalDataResolverConfig) GetHeaders() map[string]string

func (*ExternalDataResolverConfig) GetMethod added in v0.38.0

func (x *ExternalDataResolverConfig) GetMethod() string

func (*ExternalDataResolverConfig) GetRequestPayload added in v0.38.0

func (x *ExternalDataResolverConfig) GetRequestPayload() string

func (*ExternalDataResolverConfig) GetRequestType added in v0.38.0

func (*ExternalDataResolverConfig) GetResponseSelector added in v0.38.0

func (x *ExternalDataResolverConfig) GetResponseSelector() string

func (*ExternalDataResolverConfig) GetResponseType added in v0.38.0

func (*ExternalDataResolverConfig) GetUrl added in v0.38.0

func (x *ExternalDataResolverConfig) GetUrl() string

func (*ExternalDataResolverConfig) ProtoMessage added in v0.38.0

func (*ExternalDataResolverConfig) ProtoMessage()

func (*ExternalDataResolverConfig) ProtoReflect added in v0.38.0

func (*ExternalDataResolverConfig) Reset added in v0.38.0

func (x *ExternalDataResolverConfig) Reset()

func (*ExternalDataResolverConfig) String added in v0.38.0

func (x *ExternalDataResolverConfig) String() string

func (*ExternalDataResolverConfig) Validate added in v0.38.0

func (m *ExternalDataResolverConfig) Validate() error

Validate checks the field values on ExternalDataResolverConfig 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 (*ExternalDataResolverConfig) ValidateAll added in v0.38.0

func (m *ExternalDataResolverConfig) ValidateAll() error

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

type ExternalDataResolverConfigMultiError added in v0.38.0

type ExternalDataResolverConfigMultiError []error

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

func (ExternalDataResolverConfigMultiError) AllErrors added in v0.38.0

AllErrors returns a list of validation violation errors.

func (ExternalDataResolverConfigMultiError) Error added in v0.38.0

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

type ExternalDataResolverConfigValidationError added in v0.38.0

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

ExternalDataResolverConfigValidationError is the validation error returned by ExternalDataResolverConfig.Validate if the designated constraints aren't met.

func (ExternalDataResolverConfigValidationError) Cause added in v0.38.0

Cause function returns cause value.

func (ExternalDataResolverConfigValidationError) Error added in v0.38.0

Error satisfies the builtin error interface

func (ExternalDataResolverConfigValidationError) ErrorName added in v0.38.0

ErrorName returns error name.

func (ExternalDataResolverConfigValidationError) Field added in v0.38.0

Field function returns field value.

func (ExternalDataResolverConfigValidationError) Key added in v0.38.0

Key function returns key value.

func (ExternalDataResolverConfigValidationError) Reason added in v0.38.0

Reason function returns reason value.

type ExternalDataResolverConfig_ContentType added in v0.38.0

type ExternalDataResolverConfig_ContentType int32
const (
	ExternalDataResolverConfig_CONTENT_TYPE_INVALID ExternalDataResolverConfig_ContentType = 0
	ExternalDataResolverConfig_CONTENT_TYPE_JSON    ExternalDataResolverConfig_ContentType = 1
)

func (ExternalDataResolverConfig_ContentType) Descriptor added in v0.38.0

func (ExternalDataResolverConfig_ContentType) Enum added in v0.38.0

func (ExternalDataResolverConfig_ContentType) EnumDescriptor deprecated added in v0.38.0

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

Deprecated: Use ExternalDataResolverConfig_ContentType.Descriptor instead.

func (ExternalDataResolverConfig_ContentType) Number added in v0.38.0

func (ExternalDataResolverConfig_ContentType) String added in v0.38.0

func (ExternalDataResolverConfig_ContentType) Type added in v0.38.0

type ExternalTokenStatus added in v0.38.0

type ExternalTokenStatus int32
const (
	ExternalTokenStatus_EXTERNAL_TOKEN_STATUS_INVALID  ExternalTokenStatus = 0
	ExternalTokenStatus_EXTERNAL_TOKEN_STATUS_ENFORCE  ExternalTokenStatus = 1
	ExternalTokenStatus_EXTERNAL_TOKEN_STATUS_ALLOW    ExternalTokenStatus = 2
	ExternalTokenStatus_EXTERNAL_TOKEN_STATUS_DISALLOW ExternalTokenStatus = 3
)

func (ExternalTokenStatus) Descriptor added in v0.38.0

func (ExternalTokenStatus) Enum added in v0.38.0

func (ExternalTokenStatus) EnumDescriptor deprecated added in v0.38.0

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

Deprecated: Use ExternalTokenStatus.Descriptor instead.

func (ExternalTokenStatus) Number added in v0.38.0

func (ExternalTokenStatus) String added in v0.38.0

func (x ExternalTokenStatus) String() string

func (ExternalTokenStatus) Type added in v0.38.0

type IngestPipelineConfig added in v0.38.0

type IngestPipelineConfig struct {
	Sources       []string                  `protobuf:"bytes,1,rep,name=sources,proto3" json:"sources,omitempty"`
	Operations    []IngestPipelineOperation `` /* 137-byte string literal not displayed */
	AppAgentToken string                    `protobuf:"bytes,3,opt,name=app_agent_token,json=appAgentToken,proto3" json:"app_agent_token,omitempty"`
	// contains filtered or unexported fields
}

func (*IngestPipelineConfig) Descriptor deprecated added in v0.38.0

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

Deprecated: Use IngestPipelineConfig.ProtoReflect.Descriptor instead.

func (*IngestPipelineConfig) GetAppAgentToken added in v0.38.0

func (x *IngestPipelineConfig) GetAppAgentToken() string

func (*IngestPipelineConfig) GetOperations added in v0.38.0

func (x *IngestPipelineConfig) GetOperations() []IngestPipelineOperation

func (*IngestPipelineConfig) GetSources added in v0.38.0

func (x *IngestPipelineConfig) GetSources() []string

func (*IngestPipelineConfig) ProtoMessage added in v0.38.0

func (*IngestPipelineConfig) ProtoMessage()

func (*IngestPipelineConfig) ProtoReflect added in v0.38.0

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

func (*IngestPipelineConfig) Reset added in v0.38.0

func (x *IngestPipelineConfig) Reset()

func (*IngestPipelineConfig) String added in v0.38.0

func (x *IngestPipelineConfig) String() string

func (*IngestPipelineConfig) Validate added in v0.38.0

func (m *IngestPipelineConfig) Validate() error

Validate checks the field values on IngestPipelineConfig 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 (*IngestPipelineConfig) ValidateAll added in v0.38.0

func (m *IngestPipelineConfig) ValidateAll() error

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

type IngestPipelineConfigMultiError added in v0.38.0

type IngestPipelineConfigMultiError []error

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

func (IngestPipelineConfigMultiError) AllErrors added in v0.38.0

func (m IngestPipelineConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IngestPipelineConfigMultiError) Error added in v0.38.0

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

type IngestPipelineConfigValidationError added in v0.38.0

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

IngestPipelineConfigValidationError is the validation error returned by IngestPipelineConfig.Validate if the designated constraints aren't met.

func (IngestPipelineConfigValidationError) Cause added in v0.38.0

Cause function returns cause value.

func (IngestPipelineConfigValidationError) Error added in v0.38.0

Error satisfies the builtin error interface

func (IngestPipelineConfigValidationError) ErrorName added in v0.38.0

ErrorName returns error name.

func (IngestPipelineConfigValidationError) Field added in v0.38.0

Field function returns field value.

func (IngestPipelineConfigValidationError) Key added in v0.38.0

Key function returns key value.

func (IngestPipelineConfigValidationError) Reason added in v0.38.0

Reason function returns reason value.

type IngestPipelineOperation added in v0.38.0

type IngestPipelineOperation int32
const (
	IngestPipelineOperation_INGEST_PIPELINE_OPERATION_INVALID                      IngestPipelineOperation = 0
	IngestPipelineOperation_INGEST_PIPELINE_OPERATION_UPSERT_NODE                  IngestPipelineOperation = 1
	IngestPipelineOperation_INGEST_PIPELINE_OPERATION_UPSERT_RELATIONSHIP          IngestPipelineOperation = 2
	IngestPipelineOperation_INGEST_PIPELINE_OPERATION_DELETE_NODE                  IngestPipelineOperation = 3
	IngestPipelineOperation_INGEST_PIPELINE_OPERATION_DELETE_RELATIONSHIP          IngestPipelineOperation = 4
	IngestPipelineOperation_INGEST_PIPELINE_OPERATION_DELETE_NODE_PROPERTY         IngestPipelineOperation = 5
	IngestPipelineOperation_INGEST_PIPELINE_OPERATION_DELETE_RELATIONSHIP_PROPERTY IngestPipelineOperation = 6
)

func (IngestPipelineOperation) Descriptor added in v0.38.0

func (IngestPipelineOperation) Enum added in v0.38.0

func (IngestPipelineOperation) EnumDescriptor deprecated added in v0.38.0

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

Deprecated: Use IngestPipelineOperation.Descriptor instead.

func (IngestPipelineOperation) Number added in v0.38.0

func (IngestPipelineOperation) String added in v0.38.0

func (x IngestPipelineOperation) String() string

func (IngestPipelineOperation) Type added in v0.38.0

type IsAuthorized

type IsAuthorized struct {
	Request             *IsAuthorized_Request     `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	ResolvedDigitalTwin *AuthorizationDigitalTwin `protobuf:"bytes,2,opt,name=resolved_digital_twin,json=resolvedDigitalTwin,proto3" json:"resolved_digital_twin,omitempty"`
	Response            *IsAuthorized_Response    `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"`
	PoliciesFound       []*AuthorizationPolicy    `protobuf:"bytes,4,rep,name=policies_found,json=policiesFound,proto3" json:"policies_found,omitempty"`
	DenyReason          *AuthorizationDenyReason  `protobuf:"bytes,5,opt,name=deny_reason,json=denyReason,proto3" json:"deny_reason,omitempty"`
	EvaluationTime      *durationpb.Duration      `protobuf:"bytes,6,opt,name=evaluation_time,json=evaluationTime,proto3" json:"evaluation_time,omitempty"`
	ErrorMessage        string                    `protobuf:"bytes,7,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorized) Descriptor deprecated

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

Deprecated: Use IsAuthorized.ProtoReflect.Descriptor instead.

func (*IsAuthorized) GetDenyReason

func (x *IsAuthorized) GetDenyReason() *AuthorizationDenyReason

func (*IsAuthorized) GetErrorMessage added in v0.25.0

func (x *IsAuthorized) GetErrorMessage() string

func (*IsAuthorized) GetEvaluationTime

func (x *IsAuthorized) GetEvaluationTime() *durationpb.Duration

func (*IsAuthorized) GetPoliciesFound

func (x *IsAuthorized) GetPoliciesFound() []*AuthorizationPolicy

func (*IsAuthorized) GetRequest

func (x *IsAuthorized) GetRequest() *IsAuthorized_Request

func (*IsAuthorized) GetResolvedDigitalTwin

func (x *IsAuthorized) GetResolvedDigitalTwin() *AuthorizationDigitalTwin

func (*IsAuthorized) GetResponse

func (x *IsAuthorized) GetResponse() *IsAuthorized_Response

func (*IsAuthorized) ProtoMessage

func (*IsAuthorized) ProtoMessage()

func (*IsAuthorized) ProtoReflect

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

func (*IsAuthorized) Reset

func (x *IsAuthorized) Reset()

func (*IsAuthorized) String

func (x *IsAuthorized) String() string

func (*IsAuthorized) Validate

func (m *IsAuthorized) Validate() error

Validate checks the field values on IsAuthorized 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 (*IsAuthorized) ValidateAll

func (m *IsAuthorized) ValidateAll() error

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

type IsAuthorizedMultiError

type IsAuthorizedMultiError []error

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

func (IsAuthorizedMultiError) AllErrors

func (m IsAuthorizedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsAuthorizedMultiError) Error

func (m IsAuthorizedMultiError) Error() string

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

type IsAuthorizedValidationError

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

IsAuthorizedValidationError is the validation error returned by IsAuthorized.Validate if the designated constraints aren't met.

func (IsAuthorizedValidationError) Cause

Cause function returns cause value.

func (IsAuthorizedValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorizedValidationError) ErrorName

func (e IsAuthorizedValidationError) ErrorName() string

ErrorName returns error name.

func (IsAuthorizedValidationError) Field

Field function returns field value.

func (IsAuthorizedValidationError) Key

Key function returns key value.

func (IsAuthorizedValidationError) Reason

Reason function returns reason value.

type IsAuthorized_Request

type IsAuthorized_Request struct {

	// AuthorizationSubject to check if is authorized to perform given actions.
	Subject *AuthorizationSubject `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	// A list of resources to authorize against.
	Resources []*IsAuthorized_Request_Resource `protobuf:"bytes,2,rep,name=resources,proto3" json:"resources,omitempty"`
	// Policy input params
	InputParams map[string]*v1beta1.Value `` /* 182-byte string literal not displayed */
	// Only evaluate polices containing provided tags
	PolicyTags []string `protobuf:"bytes,4,rep,name=policy_tags,json=policyTags,proto3" json:"policy_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorized_Request) Descriptor deprecated

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

Deprecated: Use IsAuthorized_Request.ProtoReflect.Descriptor instead.

func (*IsAuthorized_Request) GetInputParams

func (x *IsAuthorized_Request) GetInputParams() map[string]*v1beta1.Value

func (*IsAuthorized_Request) GetPolicyTags

func (x *IsAuthorized_Request) GetPolicyTags() []string

func (*IsAuthorized_Request) GetResources

func (*IsAuthorized_Request) GetSubject

func (x *IsAuthorized_Request) GetSubject() *AuthorizationSubject

func (*IsAuthorized_Request) ProtoMessage

func (*IsAuthorized_Request) ProtoMessage()

func (*IsAuthorized_Request) ProtoReflect

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

func (*IsAuthorized_Request) Reset

func (x *IsAuthorized_Request) Reset()

func (*IsAuthorized_Request) String

func (x *IsAuthorized_Request) String() string

func (*IsAuthorized_Request) Validate

func (m *IsAuthorized_Request) Validate() error

Validate checks the field values on IsAuthorized_Request 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 (*IsAuthorized_Request) ValidateAll

func (m *IsAuthorized_Request) ValidateAll() error

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

type IsAuthorized_RequestMultiError

type IsAuthorized_RequestMultiError []error

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

func (IsAuthorized_RequestMultiError) AllErrors

func (m IsAuthorized_RequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsAuthorized_RequestMultiError) Error

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

type IsAuthorized_RequestValidationError

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

IsAuthorized_RequestValidationError is the validation error returned by IsAuthorized_Request.Validate if the designated constraints aren't met.

func (IsAuthorized_RequestValidationError) Cause

Cause function returns cause value.

func (IsAuthorized_RequestValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorized_RequestValidationError) ErrorName

ErrorName returns error name.

func (IsAuthorized_RequestValidationError) Field

Field function returns field value.

func (IsAuthorized_RequestValidationError) Key

Key function returns key value.

func (IsAuthorized_RequestValidationError) Reason

Reason function returns reason value.

type IsAuthorized_Request_Resource

type IsAuthorized_Request_Resource struct {
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// Resource type.
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// A list of actions the subject want to perform.
	Actions []string `protobuf:"bytes,3,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorized_Request_Resource) Descriptor deprecated

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

Deprecated: Use IsAuthorized_Request_Resource.ProtoReflect.Descriptor instead.

func (*IsAuthorized_Request_Resource) GetActions

func (x *IsAuthorized_Request_Resource) GetActions() []string

func (*IsAuthorized_Request_Resource) GetExternalId

func (x *IsAuthorized_Request_Resource) GetExternalId() string

func (*IsAuthorized_Request_Resource) GetType

func (*IsAuthorized_Request_Resource) ProtoMessage

func (*IsAuthorized_Request_Resource) ProtoMessage()

func (*IsAuthorized_Request_Resource) ProtoReflect

func (*IsAuthorized_Request_Resource) Reset

func (x *IsAuthorized_Request_Resource) Reset()

func (*IsAuthorized_Request_Resource) String

func (*IsAuthorized_Request_Resource) Validate

func (m *IsAuthorized_Request_Resource) Validate() error

Validate checks the field values on IsAuthorized_Request_Resource 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 (*IsAuthorized_Request_Resource) ValidateAll

func (m *IsAuthorized_Request_Resource) ValidateAll() error

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

type IsAuthorized_Request_ResourceMultiError

type IsAuthorized_Request_ResourceMultiError []error

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

func (IsAuthorized_Request_ResourceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsAuthorized_Request_ResourceMultiError) Error

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

type IsAuthorized_Request_ResourceValidationError

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

IsAuthorized_Request_ResourceValidationError is the validation error returned by IsAuthorized_Request_Resource.Validate if the designated constraints aren't met.

func (IsAuthorized_Request_ResourceValidationError) Cause

Cause function returns cause value.

func (IsAuthorized_Request_ResourceValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorized_Request_ResourceValidationError) ErrorName

ErrorName returns error name.

func (IsAuthorized_Request_ResourceValidationError) Field

Field function returns field value.

func (IsAuthorized_Request_ResourceValidationError) Key

Key function returns key value.

func (IsAuthorized_Request_ResourceValidationError) Reason

Reason function returns reason value.

type IsAuthorized_Response

type IsAuthorized_Response struct {

	// Time the decision was made.
	DecisionTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=decision_time,json=decisionTime,proto3" json:"decision_time,omitempty"`
	// Map with resource type as key.
	Decisions map[string]*IsAuthorized_Response_ResourceType `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*IsAuthorized_Response) Descriptor deprecated

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

Deprecated: Use IsAuthorized_Response.ProtoReflect.Descriptor instead.

func (*IsAuthorized_Response) GetDecisionTime

func (x *IsAuthorized_Response) GetDecisionTime() *timestamppb.Timestamp

func (*IsAuthorized_Response) GetDecisions

func (*IsAuthorized_Response) ProtoMessage

func (*IsAuthorized_Response) ProtoMessage()

func (*IsAuthorized_Response) ProtoReflect

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

func (*IsAuthorized_Response) Reset

func (x *IsAuthorized_Response) Reset()

func (*IsAuthorized_Response) String

func (x *IsAuthorized_Response) String() string

func (*IsAuthorized_Response) Validate

func (m *IsAuthorized_Response) Validate() error

Validate checks the field values on IsAuthorized_Response 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 (*IsAuthorized_Response) ValidateAll

func (m *IsAuthorized_Response) ValidateAll() error

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

type IsAuthorized_ResponseMultiError

type IsAuthorized_ResponseMultiError []error

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

func (IsAuthorized_ResponseMultiError) AllErrors

func (m IsAuthorized_ResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsAuthorized_ResponseMultiError) Error

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

type IsAuthorized_ResponseValidationError

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

IsAuthorized_ResponseValidationError is the validation error returned by IsAuthorized_Response.Validate if the designated constraints aren't met.

func (IsAuthorized_ResponseValidationError) Cause

Cause function returns cause value.

func (IsAuthorized_ResponseValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorized_ResponseValidationError) ErrorName

ErrorName returns error name.

func (IsAuthorized_ResponseValidationError) Field

Field function returns field value.

func (IsAuthorized_ResponseValidationError) Key

Key function returns key value.

func (IsAuthorized_ResponseValidationError) Reason

Reason function returns reason value.

type IsAuthorized_Response_Action

type IsAuthorized_Response_Action struct {
	Allow bool `protobuf:"varint,1,opt,name=allow,proto3" json:"allow,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorized_Response_Action) Descriptor deprecated

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

Deprecated: Use IsAuthorized_Response_Action.ProtoReflect.Descriptor instead.

func (*IsAuthorized_Response_Action) GetAllow

func (x *IsAuthorized_Response_Action) GetAllow() bool

func (*IsAuthorized_Response_Action) ProtoMessage

func (*IsAuthorized_Response_Action) ProtoMessage()

func (*IsAuthorized_Response_Action) ProtoReflect

func (*IsAuthorized_Response_Action) Reset

func (x *IsAuthorized_Response_Action) Reset()

func (*IsAuthorized_Response_Action) String

func (*IsAuthorized_Response_Action) Validate

func (m *IsAuthorized_Response_Action) Validate() error

Validate checks the field values on IsAuthorized_Response_Action 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 (*IsAuthorized_Response_Action) ValidateAll

func (m *IsAuthorized_Response_Action) ValidateAll() error

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

type IsAuthorized_Response_ActionMultiError

type IsAuthorized_Response_ActionMultiError []error

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

func (IsAuthorized_Response_ActionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsAuthorized_Response_ActionMultiError) Error

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

type IsAuthorized_Response_ActionValidationError

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

IsAuthorized_Response_ActionValidationError is the validation error returned by IsAuthorized_Response_Action.Validate if the designated constraints aren't met.

func (IsAuthorized_Response_ActionValidationError) Cause

Cause function returns cause value.

func (IsAuthorized_Response_ActionValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorized_Response_ActionValidationError) ErrorName

ErrorName returns error name.

func (IsAuthorized_Response_ActionValidationError) Field

Field function returns field value.

func (IsAuthorized_Response_ActionValidationError) Key

Key function returns key value.

func (IsAuthorized_Response_ActionValidationError) Reason

Reason function returns reason value.

type IsAuthorized_Response_Resource

type IsAuthorized_Response_Resource struct {

	// Map with action as key.
	Actions map[string]*IsAuthorized_Response_Action `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*IsAuthorized_Response_Resource) Descriptor deprecated

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

Deprecated: Use IsAuthorized_Response_Resource.ProtoReflect.Descriptor instead.

func (*IsAuthorized_Response_Resource) GetActions

func (*IsAuthorized_Response_Resource) ProtoMessage

func (*IsAuthorized_Response_Resource) ProtoMessage()

func (*IsAuthorized_Response_Resource) ProtoReflect

func (*IsAuthorized_Response_Resource) Reset

func (x *IsAuthorized_Response_Resource) Reset()

func (*IsAuthorized_Response_Resource) String

func (*IsAuthorized_Response_Resource) Validate

func (m *IsAuthorized_Response_Resource) Validate() error

Validate checks the field values on IsAuthorized_Response_Resource 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 (*IsAuthorized_Response_Resource) ValidateAll

func (m *IsAuthorized_Response_Resource) ValidateAll() error

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

type IsAuthorized_Response_ResourceMultiError

type IsAuthorized_Response_ResourceMultiError []error

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

func (IsAuthorized_Response_ResourceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsAuthorized_Response_ResourceMultiError) Error

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

type IsAuthorized_Response_ResourceType

type IsAuthorized_Response_ResourceType struct {

	// Map with resource id as key.
	Resources map[string]*IsAuthorized_Response_Resource `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*IsAuthorized_Response_ResourceType) Descriptor deprecated

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

Deprecated: Use IsAuthorized_Response_ResourceType.ProtoReflect.Descriptor instead.

func (*IsAuthorized_Response_ResourceType) GetResources

func (*IsAuthorized_Response_ResourceType) ProtoMessage

func (*IsAuthorized_Response_ResourceType) ProtoMessage()

func (*IsAuthorized_Response_ResourceType) ProtoReflect

func (*IsAuthorized_Response_ResourceType) Reset

func (*IsAuthorized_Response_ResourceType) String

func (*IsAuthorized_Response_ResourceType) Validate

Validate checks the field values on IsAuthorized_Response_ResourceType 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 (*IsAuthorized_Response_ResourceType) ValidateAll

func (m *IsAuthorized_Response_ResourceType) ValidateAll() error

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

type IsAuthorized_Response_ResourceTypeMultiError

type IsAuthorized_Response_ResourceTypeMultiError []error

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

func (IsAuthorized_Response_ResourceTypeMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsAuthorized_Response_ResourceTypeMultiError) Error

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

type IsAuthorized_Response_ResourceTypeValidationError

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

IsAuthorized_Response_ResourceTypeValidationError is the validation error returned by IsAuthorized_Response_ResourceType.Validate if the designated constraints aren't met.

func (IsAuthorized_Response_ResourceTypeValidationError) Cause

Cause function returns cause value.

func (IsAuthorized_Response_ResourceTypeValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorized_Response_ResourceTypeValidationError) ErrorName

ErrorName returns error name.

func (IsAuthorized_Response_ResourceTypeValidationError) Field

Field function returns field value.

func (IsAuthorized_Response_ResourceTypeValidationError) Key

Key function returns key value.

func (IsAuthorized_Response_ResourceTypeValidationError) Reason

Reason function returns reason value.

type IsAuthorized_Response_ResourceValidationError

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

IsAuthorized_Response_ResourceValidationError is the validation error returned by IsAuthorized_Response_Resource.Validate if the designated constraints aren't met.

func (IsAuthorized_Response_ResourceValidationError) Cause

Cause function returns cause value.

func (IsAuthorized_Response_ResourceValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorized_Response_ResourceValidationError) ErrorName

ErrorName returns error name.

func (IsAuthorized_Response_ResourceValidationError) Field

Field function returns field value.

func (IsAuthorized_Response_ResourceValidationError) Key

Key function returns key value.

func (IsAuthorized_Response_ResourceValidationError) Reason

Reason function returns reason value.

type IsChangePoint added in v0.23.0

type IsChangePoint struct {
	ResolvedDigitalTwin *AuthorizationDigitalTwin           `protobuf:"bytes,1,opt,name=resolved_digital_twin,json=resolvedDigitalTwin,proto3" json:"resolved_digital_twin,omitempty"`
	Request             *IsChangePoint_Request              `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
	ChangePointDetected *IsChangePoint_ChangePointDetection `protobuf:"bytes,3,opt,name=change_point_detected,json=changePointDetected,proto3" json:"change_point_detected,omitempty"`
	Response            *IsChangePoint_Response             `protobuf:"bytes,4,opt,name=response,proto3" json:"response,omitempty"`
	EvaluationTime      *durationpb.Duration                `protobuf:"bytes,5,opt,name=evaluation_time,json=evaluationTime,proto3" json:"evaluation_time,omitempty"`
	// contains filtered or unexported fields
}

func (*IsChangePoint) Descriptor deprecated added in v0.23.0

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

Deprecated: Use IsChangePoint.ProtoReflect.Descriptor instead.

func (*IsChangePoint) GetChangePointDetected added in v0.23.0

func (x *IsChangePoint) GetChangePointDetected() *IsChangePoint_ChangePointDetection

func (*IsChangePoint) GetEvaluationTime added in v0.23.0

func (x *IsChangePoint) GetEvaluationTime() *durationpb.Duration

func (*IsChangePoint) GetRequest added in v0.23.0

func (x *IsChangePoint) GetRequest() *IsChangePoint_Request

func (*IsChangePoint) GetResolvedDigitalTwin added in v0.23.0

func (x *IsChangePoint) GetResolvedDigitalTwin() *AuthorizationDigitalTwin

func (*IsChangePoint) GetResponse added in v0.23.0

func (x *IsChangePoint) GetResponse() *IsChangePoint_Response

func (*IsChangePoint) ProtoMessage added in v0.23.0

func (*IsChangePoint) ProtoMessage()

func (*IsChangePoint) ProtoReflect added in v0.23.0

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

func (*IsChangePoint) Reset added in v0.23.0

func (x *IsChangePoint) Reset()

func (*IsChangePoint) String added in v0.23.0

func (x *IsChangePoint) String() string

func (*IsChangePoint) Validate added in v0.23.0

func (m *IsChangePoint) Validate() error

Validate checks the field values on IsChangePoint 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 (*IsChangePoint) ValidateAll added in v0.23.0

func (m *IsChangePoint) ValidateAll() error

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

type IsChangePointMultiError added in v0.23.0

type IsChangePointMultiError []error

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

func (IsChangePointMultiError) AllErrors added in v0.23.0

func (m IsChangePointMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsChangePointMultiError) Error added in v0.23.0

func (m IsChangePointMultiError) Error() string

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

type IsChangePointValidationError added in v0.23.0

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

IsChangePointValidationError is the validation error returned by IsChangePoint.Validate if the designated constraints aren't met.

func (IsChangePointValidationError) Cause added in v0.23.0

Cause function returns cause value.

func (IsChangePointValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (IsChangePointValidationError) ErrorName added in v0.23.0

func (e IsChangePointValidationError) ErrorName() string

ErrorName returns error name.

func (IsChangePointValidationError) Field added in v0.23.0

Field function returns field value.

func (IsChangePointValidationError) Key added in v0.23.0

Key function returns key value.

func (IsChangePointValidationError) Reason added in v0.23.0

Reason function returns reason value.

type IsChangePoint_ChangePointDetection added in v0.23.0

type IsChangePoint_ChangePointDetection struct {
	IsChange bool `protobuf:"varint,1,opt,name=is_change,json=isChange,proto3" json:"is_change,omitempty"`
	// explanation of change
	Explanation string `protobuf:"bytes,2,opt,name=explanation,proto3" json:"explanation,omitempty"`
	// change score of changepoint event
	ChangeScore float64 `protobuf:"fixed64,3,opt,name=change_score,json=changeScore,proto3" json:"change_score,omitempty"`
	// contains filtered or unexported fields
}

func (*IsChangePoint_ChangePointDetection) Descriptor deprecated added in v0.23.0

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

Deprecated: Use IsChangePoint_ChangePointDetection.ProtoReflect.Descriptor instead.

func (*IsChangePoint_ChangePointDetection) GetChangeScore added in v0.23.0

func (x *IsChangePoint_ChangePointDetection) GetChangeScore() float64

func (*IsChangePoint_ChangePointDetection) GetExplanation added in v0.23.0

func (x *IsChangePoint_ChangePointDetection) GetExplanation() string

func (*IsChangePoint_ChangePointDetection) GetIsChange added in v0.23.0

func (x *IsChangePoint_ChangePointDetection) GetIsChange() bool

func (*IsChangePoint_ChangePointDetection) ProtoMessage added in v0.23.0

func (*IsChangePoint_ChangePointDetection) ProtoMessage()

func (*IsChangePoint_ChangePointDetection) ProtoReflect added in v0.23.0

func (*IsChangePoint_ChangePointDetection) Reset added in v0.23.0

func (*IsChangePoint_ChangePointDetection) String added in v0.23.0

func (*IsChangePoint_ChangePointDetection) Validate added in v0.23.0

Validate checks the field values on IsChangePoint_ChangePointDetection 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 (*IsChangePoint_ChangePointDetection) ValidateAll added in v0.23.0

func (m *IsChangePoint_ChangePointDetection) ValidateAll() error

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

type IsChangePoint_ChangePointDetectionMultiError added in v0.23.0

type IsChangePoint_ChangePointDetectionMultiError []error

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

func (IsChangePoint_ChangePointDetectionMultiError) AllErrors added in v0.23.0

AllErrors returns a list of validation violation errors.

func (IsChangePoint_ChangePointDetectionMultiError) Error added in v0.23.0

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

type IsChangePoint_ChangePointDetectionValidationError added in v0.23.0

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

IsChangePoint_ChangePointDetectionValidationError is the validation error returned by IsChangePoint_ChangePointDetection.Validate if the designated constraints aren't met.

func (IsChangePoint_ChangePointDetectionValidationError) Cause added in v0.23.0

Cause function returns cause value.

func (IsChangePoint_ChangePointDetectionValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (IsChangePoint_ChangePointDetectionValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (IsChangePoint_ChangePointDetectionValidationError) Field added in v0.23.0

Field function returns field value.

func (IsChangePoint_ChangePointDetectionValidationError) Key added in v0.23.0

Key function returns key value.

func (IsChangePoint_ChangePointDetectionValidationError) Reason added in v0.23.0

Reason function returns reason value.

type IsChangePoint_Request added in v0.23.0

type IsChangePoint_Request struct {
	Resource string `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	// A list of actions the subject want to perform.
	Action string `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*IsChangePoint_Request) Descriptor deprecated added in v0.23.0

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

Deprecated: Use IsChangePoint_Request.ProtoReflect.Descriptor instead.

func (*IsChangePoint_Request) GetAction added in v0.23.0

func (x *IsChangePoint_Request) GetAction() string

func (*IsChangePoint_Request) GetResource added in v0.23.0

func (x *IsChangePoint_Request) GetResource() string

func (*IsChangePoint_Request) ProtoMessage added in v0.23.0

func (*IsChangePoint_Request) ProtoMessage()

func (*IsChangePoint_Request) ProtoReflect added in v0.23.0

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

func (*IsChangePoint_Request) Reset added in v0.23.0

func (x *IsChangePoint_Request) Reset()

func (*IsChangePoint_Request) String added in v0.23.0

func (x *IsChangePoint_Request) String() string

func (*IsChangePoint_Request) Validate added in v0.23.0

func (m *IsChangePoint_Request) Validate() error

Validate checks the field values on IsChangePoint_Request 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 (*IsChangePoint_Request) ValidateAll added in v0.23.0

func (m *IsChangePoint_Request) ValidateAll() error

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

type IsChangePoint_RequestMultiError added in v0.23.0

type IsChangePoint_RequestMultiError []error

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

func (IsChangePoint_RequestMultiError) AllErrors added in v0.23.0

func (m IsChangePoint_RequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsChangePoint_RequestMultiError) Error added in v0.23.0

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

type IsChangePoint_RequestValidationError added in v0.23.0

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

IsChangePoint_RequestValidationError is the validation error returned by IsChangePoint_Request.Validate if the designated constraints aren't met.

func (IsChangePoint_RequestValidationError) Cause added in v0.23.0

Cause function returns cause value.

func (IsChangePoint_RequestValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (IsChangePoint_RequestValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (IsChangePoint_RequestValidationError) Field added in v0.23.0

Field function returns field value.

func (IsChangePoint_RequestValidationError) Key added in v0.23.0

Key function returns key value.

func (IsChangePoint_RequestValidationError) Reason added in v0.23.0

Reason function returns reason value.

type IsChangePoint_Response added in v0.23.0

type IsChangePoint_Response struct {

	// Time the changepoint occurred.
	DecisionTime string `protobuf:"bytes,1,opt,name=decision_time,json=decisionTime,proto3" json:"decision_time,omitempty"`
	// contains filtered or unexported fields
}

func (*IsChangePoint_Response) Descriptor deprecated added in v0.23.0

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

Deprecated: Use IsChangePoint_Response.ProtoReflect.Descriptor instead.

func (*IsChangePoint_Response) GetDecisionTime added in v0.23.0

func (x *IsChangePoint_Response) GetDecisionTime() string

func (*IsChangePoint_Response) ProtoMessage added in v0.23.0

func (*IsChangePoint_Response) ProtoMessage()

func (*IsChangePoint_Response) ProtoReflect added in v0.23.0

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

func (*IsChangePoint_Response) Reset added in v0.23.0

func (x *IsChangePoint_Response) Reset()

func (*IsChangePoint_Response) String added in v0.23.0

func (x *IsChangePoint_Response) String() string

func (*IsChangePoint_Response) Validate added in v0.23.0

func (m *IsChangePoint_Response) Validate() error

Validate checks the field values on IsChangePoint_Response 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 (*IsChangePoint_Response) ValidateAll added in v0.23.0

func (m *IsChangePoint_Response) ValidateAll() error

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

type IsChangePoint_ResponseMultiError added in v0.23.0

type IsChangePoint_ResponseMultiError []error

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

func (IsChangePoint_ResponseMultiError) AllErrors added in v0.23.0

func (m IsChangePoint_ResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsChangePoint_ResponseMultiError) Error added in v0.23.0

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

type IsChangePoint_ResponseValidationError added in v0.23.0

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

IsChangePoint_ResponseValidationError is the validation error returned by IsChangePoint_Response.Validate if the designated constraints aren't met.

func (IsChangePoint_ResponseValidationError) Cause added in v0.23.0

Cause function returns cause value.

func (IsChangePoint_ResponseValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (IsChangePoint_ResponseValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (IsChangePoint_ResponseValidationError) Field added in v0.23.0

Field function returns field value.

func (IsChangePoint_ResponseValidationError) Key added in v0.23.0

Key function returns key value.

func (IsChangePoint_ResponseValidationError) Reason added in v0.23.0

Reason function returns reason value.

type Node

type Node struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Type       string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	IsIdentity bool   `protobuf:"varint,4,opt,name=is_identity,json=isIdentity,proto3" json:"is_identity,omitempty"`
	// contains filtered or unexported fields
}

func (*Node) Descriptor deprecated

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

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetExternalId added in v0.25.0

func (x *Node) GetExternalId() string

func (*Node) GetId added in v0.25.0

func (x *Node) GetId() string

func (*Node) GetIsIdentity added in v0.25.0

func (x *Node) GetIsIdentity() bool

func (*Node) GetType

func (x *Node) GetType() string

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

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

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

func (*Node) Validate

func (m *Node) Validate() error

Validate checks the field values on Node 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 (*Node) ValidateAll

func (m *Node) ValidateAll() error

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

type NodeMatch

type NodeMatch struct {
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Type       string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeMatch) Descriptor deprecated

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

Deprecated: Use NodeMatch.ProtoReflect.Descriptor instead.

func (*NodeMatch) GetExternalId

func (x *NodeMatch) GetExternalId() string

func (*NodeMatch) GetType

func (x *NodeMatch) GetType() string

func (*NodeMatch) ProtoMessage

func (*NodeMatch) ProtoMessage()

func (*NodeMatch) ProtoReflect

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

func (*NodeMatch) Reset

func (x *NodeMatch) Reset()

func (*NodeMatch) String

func (x *NodeMatch) String() string

func (*NodeMatch) Validate

func (m *NodeMatch) Validate() error

Validate checks the field values on NodeMatch 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 (*NodeMatch) ValidateAll

func (m *NodeMatch) ValidateAll() error

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

type NodeMatchMultiError

type NodeMatchMultiError []error

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

func (NodeMatchMultiError) AllErrors

func (m NodeMatchMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NodeMatchMultiError) Error

func (m NodeMatchMultiError) Error() string

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

type NodeMatchValidationError

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

NodeMatchValidationError is the validation error returned by NodeMatch.Validate if the designated constraints aren't met.

func (NodeMatchValidationError) Cause

func (e NodeMatchValidationError) Cause() error

Cause function returns cause value.

func (NodeMatchValidationError) Error

func (e NodeMatchValidationError) Error() string

Error satisfies the builtin error interface

func (NodeMatchValidationError) ErrorName

func (e NodeMatchValidationError) ErrorName() string

ErrorName returns error name.

func (NodeMatchValidationError) Field

func (e NodeMatchValidationError) Field() string

Field function returns field value.

func (NodeMatchValidationError) Key

Key function returns key value.

func (NodeMatchValidationError) Reason

func (e NodeMatchValidationError) Reason() string

Reason function returns reason value.

type NodeMultiError

type NodeMultiError []error

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

func (NodeMultiError) AllErrors

func (m NodeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NodeMultiError) Error

func (m NodeMultiError) Error() string

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

type NodeValidationError

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

NodeValidationError is the validation error returned by Node.Validate if the designated constraints aren't met.

func (NodeValidationError) Cause

func (e NodeValidationError) Cause() error

Cause function returns cause value.

func (NodeValidationError) Error

func (e NodeValidationError) Error() string

Error satisfies the builtin error interface

func (NodeValidationError) ErrorName

func (e NodeValidationError) ErrorName() string

ErrorName returns error name.

func (NodeValidationError) Field

func (e NodeValidationError) Field() string

Field function returns field value.

func (NodeValidationError) Key

func (e NodeValidationError) Key() bool

Key function returns key value.

func (NodeValidationError) Reason

func (e NodeValidationError) Reason() string

Reason function returns reason value.

type ReadConfig added in v0.19.1

type ReadConfig struct {

	// Types that are assignable to Identifier:
	//
	//	*ReadConfig_Id
	//	*ReadConfig_Name
	Identifier     isReadConfig_Identifier `protobuf_oneof:"identifier"`
	ContainersPath *ContainersPath         `protobuf:"bytes,4,opt,name=containers_path,json=containersPath,proto3" json:"containers_path,omitempty"`
	Type           ConfigType              `protobuf:"varint,3,opt,name=type,proto3,enum=indykite.auditsink.v1beta1.ConfigType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadConfig) Descriptor deprecated added in v0.19.1

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

Deprecated: Use ReadConfig.ProtoReflect.Descriptor instead.

func (*ReadConfig) GetContainersPath added in v0.22.0

func (x *ReadConfig) GetContainersPath() *ContainersPath

func (*ReadConfig) GetId added in v0.19.1

func (x *ReadConfig) GetId() string

func (*ReadConfig) GetIdentifier added in v0.19.1

func (m *ReadConfig) GetIdentifier() isReadConfig_Identifier

func (*ReadConfig) GetName added in v0.19.1

func (x *ReadConfig) GetName() *ReadConfig_NameIdentifier

func (*ReadConfig) GetType added in v0.19.1

func (x *ReadConfig) GetType() ConfigType

func (*ReadConfig) ProtoMessage added in v0.19.1

func (*ReadConfig) ProtoMessage()

func (*ReadConfig) ProtoReflect added in v0.19.1

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

func (*ReadConfig) Reset added in v0.19.1

func (x *ReadConfig) Reset()

func (*ReadConfig) String added in v0.19.1

func (x *ReadConfig) String() string

func (*ReadConfig) Validate added in v0.19.1

func (m *ReadConfig) Validate() error

Validate checks the field values on ReadConfig 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 (*ReadConfig) ValidateAll added in v0.19.1

func (m *ReadConfig) ValidateAll() error

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

type ReadConfigMultiError added in v0.19.1

type ReadConfigMultiError []error

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

func (ReadConfigMultiError) AllErrors added in v0.19.1

func (m ReadConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReadConfigMultiError) Error added in v0.19.1

func (m ReadConfigMultiError) Error() string

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

type ReadConfigValidationError added in v0.19.1

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

ReadConfigValidationError is the validation error returned by ReadConfig.Validate if the designated constraints aren't met.

func (ReadConfigValidationError) Cause added in v0.19.1

func (e ReadConfigValidationError) Cause() error

Cause function returns cause value.

func (ReadConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (ReadConfigValidationError) ErrorName added in v0.19.1

func (e ReadConfigValidationError) ErrorName() string

ErrorName returns error name.

func (ReadConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (ReadConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (ReadConfigValidationError) Reason added in v0.19.1

func (e ReadConfigValidationError) Reason() string

Reason function returns reason value.

type ReadConfig_Id added in v0.19.1

type ReadConfig_Id struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof"`
}

type ReadConfig_Name added in v0.19.1

type ReadConfig_Name struct {
	Name *ReadConfig_NameIdentifier `protobuf:"bytes,2,opt,name=name,proto3,oneof"`
}

type ReadConfig_NameIdentifier added in v0.19.1

type ReadConfig_NameIdentifier struct {

	// LocationId specify under which container the name search happen. Might be empty if searching customer.
	LocationId string `protobuf:"bytes,1,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
	// LocationType specify under which container type the name search happen. Might be empty if searching customer.
	LocationType *ConfigType `` /* 147-byte string literal not displayed */
	Name         string      `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadConfig_NameIdentifier) Descriptor deprecated added in v0.19.1

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

Deprecated: Use ReadConfig_NameIdentifier.ProtoReflect.Descriptor instead.

func (*ReadConfig_NameIdentifier) GetLocationId added in v0.19.1

func (x *ReadConfig_NameIdentifier) GetLocationId() string

func (*ReadConfig_NameIdentifier) GetLocationType added in v0.19.1

func (x *ReadConfig_NameIdentifier) GetLocationType() ConfigType

func (*ReadConfig_NameIdentifier) GetName added in v0.19.1

func (x *ReadConfig_NameIdentifier) GetName() string

func (*ReadConfig_NameIdentifier) ProtoMessage added in v0.19.1

func (*ReadConfig_NameIdentifier) ProtoMessage()

func (*ReadConfig_NameIdentifier) ProtoReflect added in v0.19.1

func (*ReadConfig_NameIdentifier) Reset added in v0.19.1

func (x *ReadConfig_NameIdentifier) Reset()

func (*ReadConfig_NameIdentifier) String added in v0.19.1

func (x *ReadConfig_NameIdentifier) String() string

func (*ReadConfig_NameIdentifier) Validate added in v0.19.1

func (m *ReadConfig_NameIdentifier) Validate() error

Validate checks the field values on ReadConfig_NameIdentifier 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 (*ReadConfig_NameIdentifier) ValidateAll added in v0.19.1

func (m *ReadConfig_NameIdentifier) ValidateAll() error

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

type ReadConfig_NameIdentifierMultiError added in v0.19.1

type ReadConfig_NameIdentifierMultiError []error

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

func (ReadConfig_NameIdentifierMultiError) AllErrors added in v0.19.1

AllErrors returns a list of validation violation errors.

func (ReadConfig_NameIdentifierMultiError) Error added in v0.19.1

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

type ReadConfig_NameIdentifierValidationError added in v0.19.1

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

ReadConfig_NameIdentifierValidationError is the validation error returned by ReadConfig_NameIdentifier.Validate if the designated constraints aren't met.

func (ReadConfig_NameIdentifierValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (ReadConfig_NameIdentifierValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (ReadConfig_NameIdentifierValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (ReadConfig_NameIdentifierValidationError) Field added in v0.19.1

Field function returns field value.

func (ReadConfig_NameIdentifierValidationError) Key added in v0.19.1

Key function returns key value.

func (ReadConfig_NameIdentifierValidationError) Reason added in v0.19.1

Reason function returns reason value.

type Relationship added in v0.25.0

type Relationship struct {
	Type   string     `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Source *NodeMatch `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Target *NodeMatch `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*Relationship) Descriptor deprecated added in v0.25.0

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

Deprecated: Use Relationship.ProtoReflect.Descriptor instead.

func (*Relationship) GetSource added in v0.25.0

func (x *Relationship) GetSource() *NodeMatch

func (*Relationship) GetTarget added in v0.25.0

func (x *Relationship) GetTarget() *NodeMatch

func (*Relationship) GetType added in v0.25.0

func (x *Relationship) GetType() string

func (*Relationship) ProtoMessage added in v0.25.0

func (*Relationship) ProtoMessage()

func (*Relationship) ProtoReflect added in v0.25.0

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

func (*Relationship) Reset added in v0.25.0

func (x *Relationship) Reset()

func (*Relationship) String added in v0.25.0

func (x *Relationship) String() string

func (*Relationship) Validate added in v0.25.0

func (m *Relationship) Validate() error

Validate checks the field values on Relationship 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 (*Relationship) ValidateAll added in v0.25.0

func (m *Relationship) ValidateAll() error

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

type RelationshipMultiError added in v0.25.0

type RelationshipMultiError []error

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

func (RelationshipMultiError) AllErrors added in v0.25.0

func (m RelationshipMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RelationshipMultiError) Error added in v0.25.0

func (m RelationshipMultiError) Error() string

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

type RelationshipValidationError added in v0.25.0

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

RelationshipValidationError is the validation error returned by Relationship.Validate if the designated constraints aren't met.

func (RelationshipValidationError) Cause added in v0.25.0

Cause function returns cause value.

func (RelationshipValidationError) Error added in v0.25.0

Error satisfies the builtin error interface

func (RelationshipValidationError) ErrorName added in v0.25.0

func (e RelationshipValidationError) ErrorName() string

ErrorName returns error name.

func (RelationshipValidationError) Field added in v0.25.0

Field function returns field value.

func (RelationshipValidationError) Key added in v0.25.0

Key function returns key value.

func (RelationshipValidationError) Reason added in v0.25.0

Reason function returns reason value.

type Resource

type Resource struct {
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Type       string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetExternalId

func (x *Resource) GetExternalId() string

func (*Resource) GetType

func (x *Resource) GetType() string

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect

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

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

func (*Resource) Validate

func (m *Resource) Validate() error

Validate checks the field values on Resource 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 (*Resource) ValidateAll

func (m *Resource) ValidateAll() error

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

type ResourceMultiError

type ResourceMultiError []error

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

func (ResourceMultiError) AllErrors

func (m ResourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceMultiError) Error

func (m ResourceMultiError) Error() string

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

type ResourceValidationError

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

ResourceValidationError is the validation error returned by Resource.Validate if the designated constraints aren't met.

func (ResourceValidationError) Cause

func (e ResourceValidationError) Cause() error

Cause function returns cause value.

func (ResourceValidationError) Error

func (e ResourceValidationError) Error() string

Error satisfies the builtin error interface

func (ResourceValidationError) ErrorName

func (e ResourceValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceValidationError) Field

func (e ResourceValidationError) Field() string

Field function returns field value.

func (ResourceValidationError) Key

func (e ResourceValidationError) Key() bool

Key function returns key value.

func (ResourceValidationError) Reason

func (e ResourceValidationError) Reason() string

Reason function returns reason value.

type RevokeConfigPermissions added in v0.19.1

type RevokeConfigPermissions struct {

	// TargetIdentifier is gid identifier of Service Account or DigitalTwin.
	TargetIdentifier string `protobuf:"bytes,1,opt,name=target_identifier,json=targetIdentifier,proto3" json:"target_identifier,omitempty"`
	// TargetType is type of TargetIdentifier.
	TargetType ConfigType `` /* 135-byte string literal not displayed */
	// Permission role id to be assigned.
	Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"`
	// CustomerId under which to assign permissions.
	CustomerId string `protobuf:"bytes,4,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// Object to which Permission will be linked to. Can be Customer, AppSpace or Tenant.
	ObjectId string `protobuf:"bytes,5,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// Object type is type of object_id.
	ObjectType ConfigType `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RevokeConfigPermissions) Descriptor deprecated added in v0.19.1

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

Deprecated: Use RevokeConfigPermissions.ProtoReflect.Descriptor instead.

func (*RevokeConfigPermissions) GetCustomerId added in v0.19.1

func (x *RevokeConfigPermissions) GetCustomerId() string

func (*RevokeConfigPermissions) GetObjectId added in v0.19.1

func (x *RevokeConfigPermissions) GetObjectId() string

func (*RevokeConfigPermissions) GetObjectType added in v0.19.1

func (x *RevokeConfigPermissions) GetObjectType() ConfigType

func (*RevokeConfigPermissions) GetRole added in v0.19.1

func (x *RevokeConfigPermissions) GetRole() string

func (*RevokeConfigPermissions) GetTargetIdentifier added in v0.19.1

func (x *RevokeConfigPermissions) GetTargetIdentifier() string

func (*RevokeConfigPermissions) GetTargetType added in v0.19.1

func (x *RevokeConfigPermissions) GetTargetType() ConfigType

func (*RevokeConfigPermissions) ProtoMessage added in v0.19.1

func (*RevokeConfigPermissions) ProtoMessage()

func (*RevokeConfigPermissions) ProtoReflect added in v0.19.1

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

func (*RevokeConfigPermissions) Reset added in v0.19.1

func (x *RevokeConfigPermissions) Reset()

func (*RevokeConfigPermissions) String added in v0.19.1

func (x *RevokeConfigPermissions) String() string

func (*RevokeConfigPermissions) Validate added in v0.19.1

func (m *RevokeConfigPermissions) Validate() error

Validate checks the field values on RevokeConfigPermissions 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 (*RevokeConfigPermissions) ValidateAll added in v0.19.1

func (m *RevokeConfigPermissions) ValidateAll() error

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

type RevokeConfigPermissionsMultiError added in v0.19.1

type RevokeConfigPermissionsMultiError []error

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

func (RevokeConfigPermissionsMultiError) AllErrors added in v0.19.1

func (m RevokeConfigPermissionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RevokeConfigPermissionsMultiError) Error added in v0.19.1

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

type RevokeConfigPermissionsValidationError added in v0.19.1

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

RevokeConfigPermissionsValidationError is the validation error returned by RevokeConfigPermissions.Validate if the designated constraints aren't met.

func (RevokeConfigPermissionsValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (RevokeConfigPermissionsValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (RevokeConfigPermissionsValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (RevokeConfigPermissionsValidationError) Field added in v0.19.1

Field function returns field value.

func (RevokeConfigPermissionsValidationError) Key added in v0.19.1

Key function returns key value.

func (RevokeConfigPermissionsValidationError) Reason added in v0.19.1

Reason function returns reason value.

type ServiceAccountCredentialConfig added in v0.19.1

type ServiceAccountCredentialConfig struct {
	Kid string `protobuf:"bytes,1,opt,name=kid,proto3" json:"kid,omitempty"`
	// KeyFormat specify in which format the public key was provided.
	// Could by empty, if no public key was provided.
	KeyFormat   string                 `protobuf:"bytes,2,opt,name=key_format,json=keyFormat,proto3" json:"key_format,omitempty"`
	OriginalKid string                 `protobuf:"bytes,3,opt,name=original_kid,json=originalKid,proto3" json:"original_kid,omitempty"`
	ExpireTime  *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceAccountCredentialConfig) Descriptor deprecated added in v0.19.1

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

Deprecated: Use ServiceAccountCredentialConfig.ProtoReflect.Descriptor instead.

func (*ServiceAccountCredentialConfig) GetExpireTime added in v0.19.1

func (*ServiceAccountCredentialConfig) GetKeyFormat added in v0.19.1

func (x *ServiceAccountCredentialConfig) GetKeyFormat() string

func (*ServiceAccountCredentialConfig) GetKid added in v0.19.1

func (*ServiceAccountCredentialConfig) GetOriginalKid added in v0.19.1

func (x *ServiceAccountCredentialConfig) GetOriginalKid() string

func (*ServiceAccountCredentialConfig) ProtoMessage added in v0.19.1

func (*ServiceAccountCredentialConfig) ProtoMessage()

func (*ServiceAccountCredentialConfig) ProtoReflect added in v0.19.1

func (*ServiceAccountCredentialConfig) Reset added in v0.19.1

func (x *ServiceAccountCredentialConfig) Reset()

func (*ServiceAccountCredentialConfig) String added in v0.19.1

func (*ServiceAccountCredentialConfig) Validate added in v0.19.1

func (m *ServiceAccountCredentialConfig) Validate() error

Validate checks the field values on ServiceAccountCredentialConfig 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 (*ServiceAccountCredentialConfig) ValidateAll added in v0.19.1

func (m *ServiceAccountCredentialConfig) ValidateAll() error

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

type ServiceAccountCredentialConfigMultiError added in v0.19.1

type ServiceAccountCredentialConfigMultiError []error

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

func (ServiceAccountCredentialConfigMultiError) AllErrors added in v0.19.1

AllErrors returns a list of validation violation errors.

func (ServiceAccountCredentialConfigMultiError) Error added in v0.19.1

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

type ServiceAccountCredentialConfigValidationError added in v0.19.1

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

ServiceAccountCredentialConfigValidationError is the validation error returned by ServiceAccountCredentialConfig.Validate if the designated constraints aren't met.

func (ServiceAccountCredentialConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (ServiceAccountCredentialConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (ServiceAccountCredentialConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (ServiceAccountCredentialConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (ServiceAccountCredentialConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (ServiceAccountCredentialConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type TokenIntrospectConfig added in v0.28.0

type TokenIntrospectConfig struct {

	// Token matcher specify for which token this configuration applies.
	// Currently only JWT issuer is supported, regexp for opaque tokens will be implemented later.
	//
	// Types that are assignable to TokenMatcher:
	//
	//	*TokenIntrospectConfig_Jwt
	//	*TokenIntrospectConfig_Opaque_
	TokenMatcher isTokenIntrospectConfig_TokenMatcher `protobuf_oneof:"token_matcher"`
	// Types that are assignable to Validation:
	//
	//	*TokenIntrospectConfig_Offline_
	//	*TokenIntrospectConfig_Online_
	Validation isTokenIntrospectConfig_Validation `protobuf_oneof:"validation"`
	// ClaimsMapping specify which claims from the token should be mapped to IKG Property with given name.
	// Remember, that 'email' claim is always extracted if exists and stored under 'email' key in IKG.
	//
	// Key specify name of property in IKG.
	// Value specify which claim to map and how.
	ClaimsMapping map[string]*TokenIntrospectConfig_Claim `` /* 188-byte string literal not displayed */
	// Node type in IKG to which we will try to match sub claim with DT external_id.
	IkgNodeType string `protobuf:"bytes,5,opt,name=ikg_node_type,json=ikgNodeType,proto3" json:"ikg_node_type,omitempty"`
	// Perform Upsert specify, if we should create and/or update DigitalTwin in IKG if it doesn't exist with.
	// In future this will perform upsert also on properties that are derived from token.
	PerformUpsert bool `protobuf:"varint,6,opt,name=perform_upsert,json=performUpsert,proto3" json:"perform_upsert,omitempty"`
	// contains filtered or unexported fields
}

Token Introspect configuration for AppSpace.

func (*TokenIntrospectConfig) Descriptor deprecated added in v0.28.0

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

Deprecated: Use TokenIntrospectConfig.ProtoReflect.Descriptor instead.

func (*TokenIntrospectConfig) GetClaimsMapping added in v0.28.0

func (x *TokenIntrospectConfig) GetClaimsMapping() map[string]*TokenIntrospectConfig_Claim

func (*TokenIntrospectConfig) GetIkgNodeType added in v0.28.0

func (x *TokenIntrospectConfig) GetIkgNodeType() string

func (*TokenIntrospectConfig) GetJwt added in v0.28.0

func (*TokenIntrospectConfig) GetOffline added in v0.28.0

func (*TokenIntrospectConfig) GetOnline added in v0.38.0

func (*TokenIntrospectConfig) GetOpaque added in v0.38.0

func (*TokenIntrospectConfig) GetPerformUpsert added in v0.28.0

func (x *TokenIntrospectConfig) GetPerformUpsert() bool

func (*TokenIntrospectConfig) GetTokenMatcher added in v0.28.0

func (m *TokenIntrospectConfig) GetTokenMatcher() isTokenIntrospectConfig_TokenMatcher

func (*TokenIntrospectConfig) GetValidation added in v0.28.0

func (m *TokenIntrospectConfig) GetValidation() isTokenIntrospectConfig_Validation

func (*TokenIntrospectConfig) ProtoMessage added in v0.28.0

func (*TokenIntrospectConfig) ProtoMessage()

func (*TokenIntrospectConfig) ProtoReflect added in v0.28.0

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

func (*TokenIntrospectConfig) Reset added in v0.28.0

func (x *TokenIntrospectConfig) Reset()

func (*TokenIntrospectConfig) String added in v0.28.0

func (x *TokenIntrospectConfig) String() string

func (*TokenIntrospectConfig) Validate added in v0.28.0

func (m *TokenIntrospectConfig) Validate() error

Validate checks the field values on TokenIntrospectConfig 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 (*TokenIntrospectConfig) ValidateAll added in v0.28.0

func (m *TokenIntrospectConfig) ValidateAll() error

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

type TokenIntrospectConfigMultiError added in v0.28.0

type TokenIntrospectConfigMultiError []error

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

func (TokenIntrospectConfigMultiError) AllErrors added in v0.28.0

func (m TokenIntrospectConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TokenIntrospectConfigMultiError) Error added in v0.28.0

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

type TokenIntrospectConfigValidationError added in v0.28.0

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

TokenIntrospectConfigValidationError is the validation error returned by TokenIntrospectConfig.Validate if the designated constraints aren't met.

func (TokenIntrospectConfigValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (TokenIntrospectConfigValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (TokenIntrospectConfigValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (TokenIntrospectConfigValidationError) Field added in v0.28.0

Field function returns field value.

func (TokenIntrospectConfigValidationError) Key added in v0.28.0

Key function returns key value.

func (TokenIntrospectConfigValidationError) Reason added in v0.28.0

Reason function returns reason value.

type TokenIntrospectConfig_Claim added in v0.28.0

type TokenIntrospectConfig_Claim struct {

	// JSON selector of property in token claims. Currently just name in top-level object is supported.
	//
	// By default we support all standard claims from OpenID specification https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims,
	// and mapping will fail if claim and data type will not match the standard.
	//
	// For non-standard claims the type will be derived from the JSON.
	Selector string `protobuf:"bytes,1,opt,name=selector,proto3" json:"selector,omitempty"`
	// contains filtered or unexported fields
}

Claim specify details about claim that will be mapped to IKG.

func (*TokenIntrospectConfig_Claim) Descriptor deprecated added in v0.28.0

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

Deprecated: Use TokenIntrospectConfig_Claim.ProtoReflect.Descriptor instead.

func (*TokenIntrospectConfig_Claim) GetSelector added in v0.28.0

func (x *TokenIntrospectConfig_Claim) GetSelector() string

func (*TokenIntrospectConfig_Claim) ProtoMessage added in v0.28.0

func (*TokenIntrospectConfig_Claim) ProtoMessage()

func (*TokenIntrospectConfig_Claim) ProtoReflect added in v0.28.0

func (*TokenIntrospectConfig_Claim) Reset added in v0.28.0

func (x *TokenIntrospectConfig_Claim) Reset()

func (*TokenIntrospectConfig_Claim) String added in v0.28.0

func (x *TokenIntrospectConfig_Claim) String() string

func (*TokenIntrospectConfig_Claim) Validate added in v0.28.0

func (m *TokenIntrospectConfig_Claim) Validate() error

Validate checks the field values on TokenIntrospectConfig_Claim 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 (*TokenIntrospectConfig_Claim) ValidateAll added in v0.28.0

func (m *TokenIntrospectConfig_Claim) ValidateAll() error

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

type TokenIntrospectConfig_ClaimMultiError added in v0.28.0

type TokenIntrospectConfig_ClaimMultiError []error

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

func (TokenIntrospectConfig_ClaimMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (TokenIntrospectConfig_ClaimMultiError) Error added in v0.28.0

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

type TokenIntrospectConfig_ClaimValidationError added in v0.28.0

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

TokenIntrospectConfig_ClaimValidationError is the validation error returned by TokenIntrospectConfig_Claim.Validate if the designated constraints aren't met.

func (TokenIntrospectConfig_ClaimValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (TokenIntrospectConfig_ClaimValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (TokenIntrospectConfig_ClaimValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (TokenIntrospectConfig_ClaimValidationError) Field added in v0.28.0

Field function returns field value.

func (TokenIntrospectConfig_ClaimValidationError) Key added in v0.28.0

Key function returns key value.

func (TokenIntrospectConfig_ClaimValidationError) Reason added in v0.28.0

Reason function returns reason value.

type TokenIntrospectConfig_JWT added in v0.28.0

type TokenIntrospectConfig_JWT struct {

	// Issuer is used to exact match based on `iss` claim in JWT.
	Issuer string `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"`
	// Audience is used to exact match based on `aud` claim in JWT.
	Audience string `protobuf:"bytes,2,opt,name=audience,proto3" json:"audience,omitempty"`
	// contains filtered or unexported fields
}

JWT specifies all attributes to match with received token.

func (*TokenIntrospectConfig_JWT) Descriptor deprecated added in v0.28.0

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

Deprecated: Use TokenIntrospectConfig_JWT.ProtoReflect.Descriptor instead.

func (*TokenIntrospectConfig_JWT) GetAudience added in v0.28.0

func (x *TokenIntrospectConfig_JWT) GetAudience() string

func (*TokenIntrospectConfig_JWT) GetIssuer added in v0.28.0

func (x *TokenIntrospectConfig_JWT) GetIssuer() string

func (*TokenIntrospectConfig_JWT) ProtoMessage added in v0.28.0

func (*TokenIntrospectConfig_JWT) ProtoMessage()

func (*TokenIntrospectConfig_JWT) ProtoReflect added in v0.28.0

func (*TokenIntrospectConfig_JWT) Reset added in v0.28.0

func (x *TokenIntrospectConfig_JWT) Reset()

func (*TokenIntrospectConfig_JWT) String added in v0.28.0

func (x *TokenIntrospectConfig_JWT) String() string

func (*TokenIntrospectConfig_JWT) Validate added in v0.28.0

func (m *TokenIntrospectConfig_JWT) Validate() error

Validate checks the field values on TokenIntrospectConfig_JWT 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 (*TokenIntrospectConfig_JWT) ValidateAll added in v0.28.0

func (m *TokenIntrospectConfig_JWT) ValidateAll() error

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

type TokenIntrospectConfig_JWTMultiError added in v0.28.0

type TokenIntrospectConfig_JWTMultiError []error

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

func (TokenIntrospectConfig_JWTMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (TokenIntrospectConfig_JWTMultiError) Error added in v0.28.0

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

type TokenIntrospectConfig_JWTValidationError added in v0.28.0

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

TokenIntrospectConfig_JWTValidationError is the validation error returned by TokenIntrospectConfig_JWT.Validate if the designated constraints aren't met.

func (TokenIntrospectConfig_JWTValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (TokenIntrospectConfig_JWTValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (TokenIntrospectConfig_JWTValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (TokenIntrospectConfig_JWTValidationError) Field added in v0.28.0

Field function returns field value.

func (TokenIntrospectConfig_JWTValidationError) Key added in v0.28.0

Key function returns key value.

func (TokenIntrospectConfig_JWTValidationError) Reason added in v0.28.0

Reason function returns reason value.

type TokenIntrospectConfig_Jwt added in v0.28.0

type TokenIntrospectConfig_Jwt struct {
	Jwt *TokenIntrospectConfig_JWT `protobuf:"bytes,1,opt,name=jwt,proto3,oneof"`
}

type TokenIntrospectConfig_Offline added in v0.28.0

type TokenIntrospectConfig_Offline struct {

	// Public JWK to validate signature of JWT.
	// If there are no public keys specified, they will be fetched and cached from
	// jwks_uri at https://jwt-issuer.tld/.well-known/openid-configuration
	PublicJwks [][]byte `protobuf:"bytes,1,rep,name=public_jwks,json=publicJwks,proto3" json:"public_jwks,omitempty"`
	// contains filtered or unexported fields
}

Offline validation works only with JWT.

func (*TokenIntrospectConfig_Offline) Descriptor deprecated added in v0.28.0

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

Deprecated: Use TokenIntrospectConfig_Offline.ProtoReflect.Descriptor instead.

func (*TokenIntrospectConfig_Offline) GetPublicJwks added in v0.28.0

func (x *TokenIntrospectConfig_Offline) GetPublicJwks() [][]byte

func (*TokenIntrospectConfig_Offline) ProtoMessage added in v0.28.0

func (*TokenIntrospectConfig_Offline) ProtoMessage()

func (*TokenIntrospectConfig_Offline) ProtoReflect added in v0.28.0

func (*TokenIntrospectConfig_Offline) Reset added in v0.28.0

func (x *TokenIntrospectConfig_Offline) Reset()

func (*TokenIntrospectConfig_Offline) String added in v0.28.0

func (*TokenIntrospectConfig_Offline) Validate added in v0.28.0

func (m *TokenIntrospectConfig_Offline) Validate() error

Validate checks the field values on TokenIntrospectConfig_Offline 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 (*TokenIntrospectConfig_Offline) ValidateAll added in v0.28.0

func (m *TokenIntrospectConfig_Offline) ValidateAll() error

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

type TokenIntrospectConfig_OfflineMultiError added in v0.28.0

type TokenIntrospectConfig_OfflineMultiError []error

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

func (TokenIntrospectConfig_OfflineMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (TokenIntrospectConfig_OfflineMultiError) Error added in v0.28.0

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

type TokenIntrospectConfig_OfflineValidationError added in v0.28.0

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

TokenIntrospectConfig_OfflineValidationError is the validation error returned by TokenIntrospectConfig_Offline.Validate if the designated constraints aren't met.

func (TokenIntrospectConfig_OfflineValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (TokenIntrospectConfig_OfflineValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (TokenIntrospectConfig_OfflineValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (TokenIntrospectConfig_OfflineValidationError) Field added in v0.28.0

Field function returns field value.

func (TokenIntrospectConfig_OfflineValidationError) Key added in v0.28.0

Key function returns key value.

func (TokenIntrospectConfig_OfflineValidationError) Reason added in v0.28.0

Reason function returns reason value.

type TokenIntrospectConfig_Offline_ added in v0.28.0

type TokenIntrospectConfig_Offline_ struct {
	Offline *TokenIntrospectConfig_Offline `protobuf:"bytes,3,opt,name=offline,proto3,oneof"`
}

type TokenIntrospectConfig_Online added in v0.38.0

type TokenIntrospectConfig_Online struct {

	// URI of userinfo endpoint which will be used to validate access token.
	// And also fetch user claims when opaque token is received.
	//
	// It can remain empty, if JWT token matcher is used.
	// Then the URI under "userinfo_endpoint" in .well-known/openid-configuration endpoint is used.
	UserinfoEndpoint string `protobuf:"bytes,1,opt,name=userinfo_endpoint,json=userinfoEndpoint,proto3" json:"userinfo_endpoint,omitempty"`
	// Cache TTL of token validity can be used to minimize calls to userinfo endpoint.
	// The final cache TTL will be set to lower limit of this value and exp claim of JWT token.
	// If not set, token will not be cached and call to userinfo endpoint will be made on every request.
	//
	// However, token validity will be checked first if possible (JWT tokens).
	// If token is expired, userinfo endpoint will not be called, nor cache checked.
	CacheTtl *durationpb.Duration `protobuf:"bytes,2,opt,name=cache_ttl,json=cacheTtl,proto3" json:"cache_ttl,omitempty"`
	// contains filtered or unexported fields
}

Online validation works with both JWT and Opaque tokens. It will call userinfo endpoint to validate token and fetch user claims.

func (*TokenIntrospectConfig_Online) Descriptor deprecated added in v0.38.0

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

Deprecated: Use TokenIntrospectConfig_Online.ProtoReflect.Descriptor instead.

func (*TokenIntrospectConfig_Online) GetCacheTtl added in v0.38.0

func (*TokenIntrospectConfig_Online) GetUserinfoEndpoint added in v0.38.0

func (x *TokenIntrospectConfig_Online) GetUserinfoEndpoint() string

func (*TokenIntrospectConfig_Online) ProtoMessage added in v0.38.0

func (*TokenIntrospectConfig_Online) ProtoMessage()

func (*TokenIntrospectConfig_Online) ProtoReflect added in v0.38.0

func (*TokenIntrospectConfig_Online) Reset added in v0.38.0

func (x *TokenIntrospectConfig_Online) Reset()

func (*TokenIntrospectConfig_Online) String added in v0.38.0

func (*TokenIntrospectConfig_Online) Validate added in v0.38.0

func (m *TokenIntrospectConfig_Online) Validate() error

Validate checks the field values on TokenIntrospectConfig_Online 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 (*TokenIntrospectConfig_Online) ValidateAll added in v0.38.0

func (m *TokenIntrospectConfig_Online) ValidateAll() error

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

type TokenIntrospectConfig_OnlineMultiError added in v0.38.0

type TokenIntrospectConfig_OnlineMultiError []error

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

func (TokenIntrospectConfig_OnlineMultiError) AllErrors added in v0.38.0

AllErrors returns a list of validation violation errors.

func (TokenIntrospectConfig_OnlineMultiError) Error added in v0.38.0

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

type TokenIntrospectConfig_OnlineValidationError added in v0.38.0

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

TokenIntrospectConfig_OnlineValidationError is the validation error returned by TokenIntrospectConfig_Online.Validate if the designated constraints aren't met.

func (TokenIntrospectConfig_OnlineValidationError) Cause added in v0.38.0

Cause function returns cause value.

func (TokenIntrospectConfig_OnlineValidationError) Error added in v0.38.0

Error satisfies the builtin error interface

func (TokenIntrospectConfig_OnlineValidationError) ErrorName added in v0.38.0

ErrorName returns error name.

func (TokenIntrospectConfig_OnlineValidationError) Field added in v0.38.0

Field function returns field value.

func (TokenIntrospectConfig_OnlineValidationError) Key added in v0.38.0

Key function returns key value.

func (TokenIntrospectConfig_OnlineValidationError) Reason added in v0.38.0

Reason function returns reason value.

type TokenIntrospectConfig_Online_ added in v0.38.0

type TokenIntrospectConfig_Online_ struct {
	Online *TokenIntrospectConfig_Online `protobuf:"bytes,4,opt,name=online,proto3,oneof"`
}

type TokenIntrospectConfig_Opaque added in v0.38.0

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

Opaque specifies the configuration is for opaque tokens. Currently we will support max 1 opaque token configuration per app space.

func (*TokenIntrospectConfig_Opaque) Descriptor deprecated added in v0.38.0

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

Deprecated: Use TokenIntrospectConfig_Opaque.ProtoReflect.Descriptor instead.

func (*TokenIntrospectConfig_Opaque) ProtoMessage added in v0.38.0

func (*TokenIntrospectConfig_Opaque) ProtoMessage()

func (*TokenIntrospectConfig_Opaque) ProtoReflect added in v0.38.0

func (*TokenIntrospectConfig_Opaque) Reset added in v0.38.0

func (x *TokenIntrospectConfig_Opaque) Reset()

func (*TokenIntrospectConfig_Opaque) String added in v0.38.0

func (*TokenIntrospectConfig_Opaque) Validate added in v0.38.0

func (m *TokenIntrospectConfig_Opaque) Validate() error

Validate checks the field values on TokenIntrospectConfig_Opaque 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 (*TokenIntrospectConfig_Opaque) ValidateAll added in v0.38.0

func (m *TokenIntrospectConfig_Opaque) ValidateAll() error

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

type TokenIntrospectConfig_OpaqueMultiError added in v0.38.0

type TokenIntrospectConfig_OpaqueMultiError []error

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

func (TokenIntrospectConfig_OpaqueMultiError) AllErrors added in v0.38.0

AllErrors returns a list of validation violation errors.

func (TokenIntrospectConfig_OpaqueMultiError) Error added in v0.38.0

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

type TokenIntrospectConfig_OpaqueValidationError added in v0.38.0

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

TokenIntrospectConfig_OpaqueValidationError is the validation error returned by TokenIntrospectConfig_Opaque.Validate if the designated constraints aren't met.

func (TokenIntrospectConfig_OpaqueValidationError) Cause added in v0.38.0

Cause function returns cause value.

func (TokenIntrospectConfig_OpaqueValidationError) Error added in v0.38.0

Error satisfies the builtin error interface

func (TokenIntrospectConfig_OpaqueValidationError) ErrorName added in v0.38.0

ErrorName returns error name.

func (TokenIntrospectConfig_OpaqueValidationError) Field added in v0.38.0

Field function returns field value.

func (TokenIntrospectConfig_OpaqueValidationError) Key added in v0.38.0

Key function returns key value.

func (TokenIntrospectConfig_OpaqueValidationError) Reason added in v0.38.0

Reason function returns reason value.

type TokenIntrospectConfig_Opaque_ added in v0.38.0

type TokenIntrospectConfig_Opaque_ struct {
	Opaque *TokenIntrospectConfig_Opaque `protobuf:"bytes,2,opt,name=opaque,proto3,oneof"`
}

type UpdatedConfig added in v0.19.1

type UpdatedConfig struct {
	Id             string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type           ConfigType      `protobuf:"varint,2,opt,name=type,proto3,enum=indykite.auditsink.v1beta1.ConfigType" json:"type,omitempty"`
	ContainersPath *ContainersPath `protobuf:"bytes,5,opt,name=containers_path,json=containersPath,proto3" json:"containers_path,omitempty"`
	Before         *ConfigDetail   `protobuf:"bytes,3,opt,name=before,proto3" json:"before,omitempty"`
	After          *ConfigDetail   `protobuf:"bytes,4,opt,name=after,proto3" json:"after,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatedConfig) Descriptor deprecated added in v0.19.1

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

Deprecated: Use UpdatedConfig.ProtoReflect.Descriptor instead.

func (*UpdatedConfig) GetAfter added in v0.19.1

func (x *UpdatedConfig) GetAfter() *ConfigDetail

func (*UpdatedConfig) GetBefore added in v0.19.1

func (x *UpdatedConfig) GetBefore() *ConfigDetail

func (*UpdatedConfig) GetContainersPath added in v0.22.0

func (x *UpdatedConfig) GetContainersPath() *ContainersPath

func (*UpdatedConfig) GetId added in v0.19.1

func (x *UpdatedConfig) GetId() string

func (*UpdatedConfig) GetType added in v0.19.1

func (x *UpdatedConfig) GetType() ConfigType

func (*UpdatedConfig) ProtoMessage added in v0.19.1

func (*UpdatedConfig) ProtoMessage()

func (*UpdatedConfig) ProtoReflect added in v0.19.1

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

func (*UpdatedConfig) Reset added in v0.19.1

func (x *UpdatedConfig) Reset()

func (*UpdatedConfig) String added in v0.19.1

func (x *UpdatedConfig) String() string

func (*UpdatedConfig) Validate added in v0.19.1

func (m *UpdatedConfig) Validate() error

Validate checks the field values on UpdatedConfig 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 (*UpdatedConfig) ValidateAll added in v0.19.1

func (m *UpdatedConfig) ValidateAll() error

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

type UpdatedConfigMultiError added in v0.19.1

type UpdatedConfigMultiError []error

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

func (UpdatedConfigMultiError) AllErrors added in v0.19.1

func (m UpdatedConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatedConfigMultiError) Error added in v0.19.1

func (m UpdatedConfigMultiError) Error() string

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

type UpdatedConfigValidationError added in v0.19.1

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

UpdatedConfigValidationError is the validation error returned by UpdatedConfig.Validate if the designated constraints aren't met.

func (UpdatedConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (UpdatedConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (UpdatedConfigValidationError) ErrorName added in v0.19.1

func (e UpdatedConfigValidationError) ErrorName() string

ErrorName returns error name.

func (UpdatedConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (UpdatedConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (UpdatedConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type UpsertData

type UpsertData struct {

	// Types that are assignable to Data:
	//
	//	*UpsertData_Node
	//	*UpsertData_Relationship
	Data isUpsertData_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*UpsertData) Descriptor deprecated

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

Deprecated: Use UpsertData.ProtoReflect.Descriptor instead.

func (*UpsertData) GetData

func (m *UpsertData) GetData() isUpsertData_Data

func (*UpsertData) GetNode

func (x *UpsertData) GetNode() *Node

func (*UpsertData) GetRelationship added in v0.25.0

func (x *UpsertData) GetRelationship() *Relationship

func (*UpsertData) ProtoMessage

func (*UpsertData) ProtoMessage()

func (*UpsertData) ProtoReflect

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

func (*UpsertData) Reset

func (x *UpsertData) Reset()

func (*UpsertData) String

func (x *UpsertData) String() string

func (*UpsertData) Validate

func (m *UpsertData) Validate() error

Validate checks the field values on UpsertData 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 (*UpsertData) ValidateAll

func (m *UpsertData) ValidateAll() error

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

type UpsertDataMultiError

type UpsertDataMultiError []error

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

func (UpsertDataMultiError) AllErrors

func (m UpsertDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpsertDataMultiError) Error

func (m UpsertDataMultiError) Error() string

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

type UpsertDataValidationError

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

UpsertDataValidationError is the validation error returned by UpsertData.Validate if the designated constraints aren't met.

func (UpsertDataValidationError) Cause

func (e UpsertDataValidationError) Cause() error

Cause function returns cause value.

func (UpsertDataValidationError) Error

Error satisfies the builtin error interface

func (UpsertDataValidationError) ErrorName

func (e UpsertDataValidationError) ErrorName() string

ErrorName returns error name.

func (UpsertDataValidationError) Field

Field function returns field value.

func (UpsertDataValidationError) Key

Key function returns key value.

func (UpsertDataValidationError) Reason

func (e UpsertDataValidationError) Reason() string

Reason function returns reason value.

type UpsertData_Node

type UpsertData_Node struct {
	Node *Node `protobuf:"bytes,1,opt,name=node,proto3,oneof"`
}

type UpsertData_Relationship added in v0.25.0

type UpsertData_Relationship struct {
	Relationship *Relationship `protobuf:"bytes,2,opt,name=relationship,proto3,oneof"`
}

type WhatAuthorized

type WhatAuthorized struct {
	Request             *WhatAuthorized_Request   `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	ResolvedDigitalTwin *AuthorizationDigitalTwin `protobuf:"bytes,2,opt,name=resolved_digital_twin,json=resolvedDigitalTwin,proto3" json:"resolved_digital_twin,omitempty"`
	Response            *WhatAuthorized_Response  `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"`
	PoliciesFound       []*AuthorizationPolicy    `protobuf:"bytes,4,rep,name=policies_found,json=policiesFound,proto3" json:"policies_found,omitempty"`
	DenyReason          *AuthorizationDenyReason  `protobuf:"bytes,5,opt,name=deny_reason,json=denyReason,proto3" json:"deny_reason,omitempty"`
	EvaluationTime      *durationpb.Duration      `protobuf:"bytes,6,opt,name=evaluation_time,json=evaluationTime,proto3" json:"evaluation_time,omitempty"`
	ErrorMessage        string                    `protobuf:"bytes,7,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*WhatAuthorized) Descriptor deprecated

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

Deprecated: Use WhatAuthorized.ProtoReflect.Descriptor instead.

func (*WhatAuthorized) GetDenyReason

func (x *WhatAuthorized) GetDenyReason() *AuthorizationDenyReason

func (*WhatAuthorized) GetErrorMessage added in v0.25.0

func (x *WhatAuthorized) GetErrorMessage() string

func (*WhatAuthorized) GetEvaluationTime

func (x *WhatAuthorized) GetEvaluationTime() *durationpb.Duration

func (*WhatAuthorized) GetPoliciesFound

func (x *WhatAuthorized) GetPoliciesFound() []*AuthorizationPolicy

func (*WhatAuthorized) GetRequest

func (x *WhatAuthorized) GetRequest() *WhatAuthorized_Request

func (*WhatAuthorized) GetResolvedDigitalTwin

func (x *WhatAuthorized) GetResolvedDigitalTwin() *AuthorizationDigitalTwin

func (*WhatAuthorized) GetResponse

func (x *WhatAuthorized) GetResponse() *WhatAuthorized_Response

func (*WhatAuthorized) ProtoMessage

func (*WhatAuthorized) ProtoMessage()

func (*WhatAuthorized) ProtoReflect

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

func (*WhatAuthorized) Reset

func (x *WhatAuthorized) Reset()

func (*WhatAuthorized) String

func (x *WhatAuthorized) String() string

func (*WhatAuthorized) Validate

func (m *WhatAuthorized) Validate() error

Validate checks the field values on WhatAuthorized 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 (*WhatAuthorized) ValidateAll

func (m *WhatAuthorized) ValidateAll() error

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

type WhatAuthorizedMultiError

type WhatAuthorizedMultiError []error

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

func (WhatAuthorizedMultiError) AllErrors

func (m WhatAuthorizedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhatAuthorizedMultiError) Error

func (m WhatAuthorizedMultiError) Error() string

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

type WhatAuthorizedValidationError

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

WhatAuthorizedValidationError is the validation error returned by WhatAuthorized.Validate if the designated constraints aren't met.

func (WhatAuthorizedValidationError) Cause

Cause function returns cause value.

func (WhatAuthorizedValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorizedValidationError) ErrorName

func (e WhatAuthorizedValidationError) ErrorName() string

ErrorName returns error name.

func (WhatAuthorizedValidationError) Field

Field function returns field value.

func (WhatAuthorizedValidationError) Key

Key function returns key value.

func (WhatAuthorizedValidationError) Reason

Reason function returns reason value.

type WhatAuthorized_Request

type WhatAuthorized_Request struct {

	// AuthorizationSubject to check if is authorized to perform given actions.
	Subject *AuthorizationSubject `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	// A list of resources to authorize against.
	ResourceTypes []*WhatAuthorized_Request_ResourceType `protobuf:"bytes,2,rep,name=resource_types,json=resourceTypes,proto3" json:"resource_types,omitempty"`
	// Policy input params
	InputParams map[string]*v1beta1.Value `` /* 182-byte string literal not displayed */
	// Only evaluate polices containing provided tags
	PolicyTags []string `protobuf:"bytes,4,rep,name=policy_tags,json=policyTags,proto3" json:"policy_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*WhatAuthorized_Request) Descriptor deprecated

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

Deprecated: Use WhatAuthorized_Request.ProtoReflect.Descriptor instead.

func (*WhatAuthorized_Request) GetInputParams

func (x *WhatAuthorized_Request) GetInputParams() map[string]*v1beta1.Value

func (*WhatAuthorized_Request) GetPolicyTags

func (x *WhatAuthorized_Request) GetPolicyTags() []string

func (*WhatAuthorized_Request) GetResourceTypes

func (*WhatAuthorized_Request) GetSubject

func (*WhatAuthorized_Request) ProtoMessage

func (*WhatAuthorized_Request) ProtoMessage()

func (*WhatAuthorized_Request) ProtoReflect

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

func (*WhatAuthorized_Request) Reset

func (x *WhatAuthorized_Request) Reset()

func (*WhatAuthorized_Request) String

func (x *WhatAuthorized_Request) String() string

func (*WhatAuthorized_Request) Validate

func (m *WhatAuthorized_Request) Validate() error

Validate checks the field values on WhatAuthorized_Request 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 (*WhatAuthorized_Request) ValidateAll

func (m *WhatAuthorized_Request) ValidateAll() error

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

type WhatAuthorized_RequestMultiError

type WhatAuthorized_RequestMultiError []error

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

func (WhatAuthorized_RequestMultiError) AllErrors

func (m WhatAuthorized_RequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhatAuthorized_RequestMultiError) Error

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

type WhatAuthorized_RequestValidationError

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

WhatAuthorized_RequestValidationError is the validation error returned by WhatAuthorized_Request.Validate if the designated constraints aren't met.

func (WhatAuthorized_RequestValidationError) Cause

Cause function returns cause value.

func (WhatAuthorized_RequestValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorized_RequestValidationError) ErrorName

ErrorName returns error name.

func (WhatAuthorized_RequestValidationError) Field

Field function returns field value.

func (WhatAuthorized_RequestValidationError) Key

Key function returns key value.

func (WhatAuthorized_RequestValidationError) Reason

Reason function returns reason value.

type WhatAuthorized_Request_ResourceType

type WhatAuthorized_Request_ResourceType struct {

	// Resource type.
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// A list of actions the subject want to perform.
	Actions []string `protobuf:"bytes,2,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

func (*WhatAuthorized_Request_ResourceType) Descriptor deprecated

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

Deprecated: Use WhatAuthorized_Request_ResourceType.ProtoReflect.Descriptor instead.

func (*WhatAuthorized_Request_ResourceType) GetActions

func (x *WhatAuthorized_Request_ResourceType) GetActions() []string

func (*WhatAuthorized_Request_ResourceType) GetType

func (*WhatAuthorized_Request_ResourceType) ProtoMessage

func (*WhatAuthorized_Request_ResourceType) ProtoMessage()

func (*WhatAuthorized_Request_ResourceType) ProtoReflect

func (*WhatAuthorized_Request_ResourceType) Reset

func (*WhatAuthorized_Request_ResourceType) String

func (*WhatAuthorized_Request_ResourceType) Validate

Validate checks the field values on WhatAuthorized_Request_ResourceType 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 (*WhatAuthorized_Request_ResourceType) ValidateAll

func (m *WhatAuthorized_Request_ResourceType) ValidateAll() error

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

type WhatAuthorized_Request_ResourceTypeMultiError

type WhatAuthorized_Request_ResourceTypeMultiError []error

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

func (WhatAuthorized_Request_ResourceTypeMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhatAuthorized_Request_ResourceTypeMultiError) Error

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

type WhatAuthorized_Request_ResourceTypeValidationError

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

WhatAuthorized_Request_ResourceTypeValidationError is the validation error returned by WhatAuthorized_Request_ResourceType.Validate if the designated constraints aren't met.

func (WhatAuthorized_Request_ResourceTypeValidationError) Cause

Cause function returns cause value.

func (WhatAuthorized_Request_ResourceTypeValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorized_Request_ResourceTypeValidationError) ErrorName

ErrorName returns error name.

func (WhatAuthorized_Request_ResourceTypeValidationError) Field

Field function returns field value.

func (WhatAuthorized_Request_ResourceTypeValidationError) Key

Key function returns key value.

func (WhatAuthorized_Request_ResourceTypeValidationError) Reason

Reason function returns reason value.

type WhatAuthorized_Response

type WhatAuthorized_Response struct {

	// Time the decision was made
	DecisionTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=decision_time,json=decisionTime,proto3" json:"decision_time,omitempty"`
	// Map with resource type as key
	Decisions map[string]*WhatAuthorized_Response_ResourceType `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WhatAuthorized_Response) Descriptor deprecated

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

Deprecated: Use WhatAuthorized_Response.ProtoReflect.Descriptor instead.

func (*WhatAuthorized_Response) GetDecisionTime

func (x *WhatAuthorized_Response) GetDecisionTime() *timestamppb.Timestamp

func (*WhatAuthorized_Response) GetDecisions

func (*WhatAuthorized_Response) ProtoMessage

func (*WhatAuthorized_Response) ProtoMessage()

func (*WhatAuthorized_Response) ProtoReflect

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

func (*WhatAuthorized_Response) Reset

func (x *WhatAuthorized_Response) Reset()

func (*WhatAuthorized_Response) String

func (x *WhatAuthorized_Response) String() string

func (*WhatAuthorized_Response) Validate

func (m *WhatAuthorized_Response) Validate() error

Validate checks the field values on WhatAuthorized_Response 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 (*WhatAuthorized_Response) ValidateAll

func (m *WhatAuthorized_Response) ValidateAll() error

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

type WhatAuthorized_ResponseMultiError

type WhatAuthorized_ResponseMultiError []error

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

func (WhatAuthorized_ResponseMultiError) AllErrors

func (m WhatAuthorized_ResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhatAuthorized_ResponseMultiError) Error

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

type WhatAuthorized_ResponseValidationError

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

WhatAuthorized_ResponseValidationError is the validation error returned by WhatAuthorized_Response.Validate if the designated constraints aren't met.

func (WhatAuthorized_ResponseValidationError) Cause

Cause function returns cause value.

func (WhatAuthorized_ResponseValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorized_ResponseValidationError) ErrorName

ErrorName returns error name.

func (WhatAuthorized_ResponseValidationError) Field

Field function returns field value.

func (WhatAuthorized_ResponseValidationError) Key

Key function returns key value.

func (WhatAuthorized_ResponseValidationError) Reason

Reason function returns reason value.

type WhatAuthorized_Response_Action

type WhatAuthorized_Response_Action struct {

	// List of resources
	Resources []*WhatAuthorized_Response_Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*WhatAuthorized_Response_Action) Descriptor deprecated

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

Deprecated: Use WhatAuthorized_Response_Action.ProtoReflect.Descriptor instead.

func (*WhatAuthorized_Response_Action) GetResources

func (*WhatAuthorized_Response_Action) ProtoMessage

func (*WhatAuthorized_Response_Action) ProtoMessage()

func (*WhatAuthorized_Response_Action) ProtoReflect

func (*WhatAuthorized_Response_Action) Reset

func (x *WhatAuthorized_Response_Action) Reset()

func (*WhatAuthorized_Response_Action) String

func (*WhatAuthorized_Response_Action) Validate

func (m *WhatAuthorized_Response_Action) Validate() error

Validate checks the field values on WhatAuthorized_Response_Action 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 (*WhatAuthorized_Response_Action) ValidateAll

func (m *WhatAuthorized_Response_Action) ValidateAll() error

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

type WhatAuthorized_Response_ActionMultiError

type WhatAuthorized_Response_ActionMultiError []error

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

func (WhatAuthorized_Response_ActionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhatAuthorized_Response_ActionMultiError) Error

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

type WhatAuthorized_Response_ActionValidationError

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

WhatAuthorized_Response_ActionValidationError is the validation error returned by WhatAuthorized_Response_Action.Validate if the designated constraints aren't met.

func (WhatAuthorized_Response_ActionValidationError) Cause

Cause function returns cause value.

func (WhatAuthorized_Response_ActionValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorized_Response_ActionValidationError) ErrorName

ErrorName returns error name.

func (WhatAuthorized_Response_ActionValidationError) Field

Field function returns field value.

func (WhatAuthorized_Response_ActionValidationError) Key

Key function returns key value.

func (WhatAuthorized_Response_ActionValidationError) Reason

Reason function returns reason value.

type WhatAuthorized_Response_Resource

type WhatAuthorized_Response_Resource struct {

	// Resource external identifier
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// contains filtered or unexported fields
}

func (*WhatAuthorized_Response_Resource) Descriptor deprecated

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

Deprecated: Use WhatAuthorized_Response_Resource.ProtoReflect.Descriptor instead.

func (*WhatAuthorized_Response_Resource) GetExternalId

func (x *WhatAuthorized_Response_Resource) GetExternalId() string

func (*WhatAuthorized_Response_Resource) ProtoMessage

func (*WhatAuthorized_Response_Resource) ProtoMessage()

func (*WhatAuthorized_Response_Resource) ProtoReflect

func (*WhatAuthorized_Response_Resource) Reset

func (*WhatAuthorized_Response_Resource) String

func (*WhatAuthorized_Response_Resource) Validate

Validate checks the field values on WhatAuthorized_Response_Resource 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 (*WhatAuthorized_Response_Resource) ValidateAll

func (m *WhatAuthorized_Response_Resource) ValidateAll() error

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

type WhatAuthorized_Response_ResourceMultiError

type WhatAuthorized_Response_ResourceMultiError []error

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

func (WhatAuthorized_Response_ResourceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhatAuthorized_Response_ResourceMultiError) Error

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

type WhatAuthorized_Response_ResourceType

type WhatAuthorized_Response_ResourceType struct {

	// Map with action as key
	Actions map[string]*WhatAuthorized_Response_Action `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WhatAuthorized_Response_ResourceType) Descriptor deprecated

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

Deprecated: Use WhatAuthorized_Response_ResourceType.ProtoReflect.Descriptor instead.

func (*WhatAuthorized_Response_ResourceType) GetActions

func (*WhatAuthorized_Response_ResourceType) ProtoMessage

func (*WhatAuthorized_Response_ResourceType) ProtoMessage()

func (*WhatAuthorized_Response_ResourceType) ProtoReflect

func (*WhatAuthorized_Response_ResourceType) Reset

func (*WhatAuthorized_Response_ResourceType) String

func (*WhatAuthorized_Response_ResourceType) Validate

Validate checks the field values on WhatAuthorized_Response_ResourceType 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 (*WhatAuthorized_Response_ResourceType) ValidateAll

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

type WhatAuthorized_Response_ResourceTypeMultiError

type WhatAuthorized_Response_ResourceTypeMultiError []error

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

func (WhatAuthorized_Response_ResourceTypeMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhatAuthorized_Response_ResourceTypeMultiError) Error

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

type WhatAuthorized_Response_ResourceTypeValidationError

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

WhatAuthorized_Response_ResourceTypeValidationError is the validation error returned by WhatAuthorized_Response_ResourceType.Validate if the designated constraints aren't met.

func (WhatAuthorized_Response_ResourceTypeValidationError) Cause

Cause function returns cause value.

func (WhatAuthorized_Response_ResourceTypeValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorized_Response_ResourceTypeValidationError) ErrorName

ErrorName returns error name.

func (WhatAuthorized_Response_ResourceTypeValidationError) Field

Field function returns field value.

func (WhatAuthorized_Response_ResourceTypeValidationError) Key

Key function returns key value.

func (WhatAuthorized_Response_ResourceTypeValidationError) Reason

Reason function returns reason value.

type WhatAuthorized_Response_ResourceValidationError

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

WhatAuthorized_Response_ResourceValidationError is the validation error returned by WhatAuthorized_Response_Resource.Validate if the designated constraints aren't met.

func (WhatAuthorized_Response_ResourceValidationError) Cause

Cause function returns cause value.

func (WhatAuthorized_Response_ResourceValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorized_Response_ResourceValidationError) ErrorName

ErrorName returns error name.

func (WhatAuthorized_Response_ResourceValidationError) Field

Field function returns field value.

func (WhatAuthorized_Response_ResourceValidationError) Key

Key function returns key value.

func (WhatAuthorized_Response_ResourceValidationError) Reason

Reason function returns reason value.

type WhoAuthorized

type WhoAuthorized struct {
	Request             *WhoAuthorized_Request    `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	ResolvedDigitalTwin *AuthorizationDigitalTwin `protobuf:"bytes,2,opt,name=resolved_digital_twin,json=resolvedDigitalTwin,proto3" json:"resolved_digital_twin,omitempty"`
	Response            *WhoAuthorized_Response   `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"`
	PoliciesFound       []*AuthorizationPolicy    `protobuf:"bytes,4,rep,name=policies_found,json=policiesFound,proto3" json:"policies_found,omitempty"`
	DenyReason          *AuthorizationDenyReason  `protobuf:"bytes,5,opt,name=deny_reason,json=denyReason,proto3" json:"deny_reason,omitempty"`
	EvaluationTime      *durationpb.Duration      `protobuf:"bytes,6,opt,name=evaluation_time,json=evaluationTime,proto3" json:"evaluation_time,omitempty"`
	ErrorMessage        string                    `protobuf:"bytes,7,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*WhoAuthorized) Descriptor deprecated

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

Deprecated: Use WhoAuthorized.ProtoReflect.Descriptor instead.

func (*WhoAuthorized) GetDenyReason

func (x *WhoAuthorized) GetDenyReason() *AuthorizationDenyReason

func (*WhoAuthorized) GetErrorMessage added in v0.25.0

func (x *WhoAuthorized) GetErrorMessage() string

func (*WhoAuthorized) GetEvaluationTime

func (x *WhoAuthorized) GetEvaluationTime() *durationpb.Duration

func (*WhoAuthorized) GetPoliciesFound

func (x *WhoAuthorized) GetPoliciesFound() []*AuthorizationPolicy

func (*WhoAuthorized) GetRequest

func (x *WhoAuthorized) GetRequest() *WhoAuthorized_Request

func (*WhoAuthorized) GetResolvedDigitalTwin

func (x *WhoAuthorized) GetResolvedDigitalTwin() *AuthorizationDigitalTwin

func (*WhoAuthorized) GetResponse

func (x *WhoAuthorized) GetResponse() *WhoAuthorized_Response

func (*WhoAuthorized) ProtoMessage

func (*WhoAuthorized) ProtoMessage()

func (*WhoAuthorized) ProtoReflect

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

func (*WhoAuthorized) Reset

func (x *WhoAuthorized) Reset()

func (*WhoAuthorized) String

func (x *WhoAuthorized) String() string

func (*WhoAuthorized) Validate

func (m *WhoAuthorized) Validate() error

Validate checks the field values on WhoAuthorized 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 (*WhoAuthorized) ValidateAll

func (m *WhoAuthorized) ValidateAll() error

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

type WhoAuthorizedMultiError

type WhoAuthorizedMultiError []error

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

func (WhoAuthorizedMultiError) AllErrors

func (m WhoAuthorizedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhoAuthorizedMultiError) Error

func (m WhoAuthorizedMultiError) Error() string

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

type WhoAuthorizedValidationError

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

WhoAuthorizedValidationError is the validation error returned by WhoAuthorized.Validate if the designated constraints aren't met.

func (WhoAuthorizedValidationError) Cause

Cause function returns cause value.

func (WhoAuthorizedValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorizedValidationError) ErrorName

func (e WhoAuthorizedValidationError) ErrorName() string

ErrorName returns error name.

func (WhoAuthorizedValidationError) Field

Field function returns field value.

func (WhoAuthorizedValidationError) Key

Key function returns key value.

func (WhoAuthorizedValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Request

type WhoAuthorized_Request struct {

	// A list of resources to authorize against.
	Resources []*WhoAuthorized_Request_Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// Policy input params
	InputParams map[string]*v1beta1.Value `` /* 182-byte string literal not displayed */
	// Only evaluate polices containing provided tags
	PolicyTags []string `protobuf:"bytes,3,rep,name=policy_tags,json=policyTags,proto3" json:"policy_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Request) Descriptor deprecated

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

Deprecated: Use WhoAuthorized_Request.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Request) GetInputParams

func (x *WhoAuthorized_Request) GetInputParams() map[string]*v1beta1.Value

func (*WhoAuthorized_Request) GetPolicyTags

func (x *WhoAuthorized_Request) GetPolicyTags() []string

func (*WhoAuthorized_Request) GetResources

func (*WhoAuthorized_Request) ProtoMessage

func (*WhoAuthorized_Request) ProtoMessage()

func (*WhoAuthorized_Request) ProtoReflect

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

func (*WhoAuthorized_Request) Reset

func (x *WhoAuthorized_Request) Reset()

func (*WhoAuthorized_Request) String

func (x *WhoAuthorized_Request) String() string

func (*WhoAuthorized_Request) Validate

func (m *WhoAuthorized_Request) Validate() error

Validate checks the field values on WhoAuthorized_Request 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 (*WhoAuthorized_Request) ValidateAll

func (m *WhoAuthorized_Request) ValidateAll() error

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

type WhoAuthorized_RequestMultiError

type WhoAuthorized_RequestMultiError []error

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

func (WhoAuthorized_RequestMultiError) AllErrors

func (m WhoAuthorized_RequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_RequestMultiError) Error

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

type WhoAuthorized_RequestValidationError

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

WhoAuthorized_RequestValidationError is the validation error returned by WhoAuthorized_Request.Validate if the designated constraints aren't met.

func (WhoAuthorized_RequestValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_RequestValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_RequestValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_RequestValidationError) Field

Field function returns field value.

func (WhoAuthorized_RequestValidationError) Key

Key function returns key value.

func (WhoAuthorized_RequestValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Request_Resource

type WhoAuthorized_Request_Resource struct {
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// Resource type.
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// A list of actions the subject want to perform.
	Actions []string `protobuf:"bytes,3,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Request_Resource) Descriptor deprecated

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

Deprecated: Use WhoAuthorized_Request_Resource.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Request_Resource) GetActions

func (x *WhoAuthorized_Request_Resource) GetActions() []string

func (*WhoAuthorized_Request_Resource) GetExternalId

func (x *WhoAuthorized_Request_Resource) GetExternalId() string

func (*WhoAuthorized_Request_Resource) GetType

func (*WhoAuthorized_Request_Resource) ProtoMessage

func (*WhoAuthorized_Request_Resource) ProtoMessage()

func (*WhoAuthorized_Request_Resource) ProtoReflect

func (*WhoAuthorized_Request_Resource) Reset

func (x *WhoAuthorized_Request_Resource) Reset()

func (*WhoAuthorized_Request_Resource) String

func (*WhoAuthorized_Request_Resource) Validate

func (m *WhoAuthorized_Request_Resource) Validate() error

Validate checks the field values on WhoAuthorized_Request_Resource 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 (*WhoAuthorized_Request_Resource) ValidateAll

func (m *WhoAuthorized_Request_Resource) ValidateAll() error

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

type WhoAuthorized_Request_ResourceMultiError

type WhoAuthorized_Request_ResourceMultiError []error

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

func (WhoAuthorized_Request_ResourceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_Request_ResourceMultiError) Error

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

type WhoAuthorized_Request_ResourceValidationError

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

WhoAuthorized_Request_ResourceValidationError is the validation error returned by WhoAuthorized_Request_Resource.Validate if the designated constraints aren't met.

func (WhoAuthorized_Request_ResourceValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_Request_ResourceValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_Request_ResourceValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_Request_ResourceValidationError) Field

Field function returns field value.

func (WhoAuthorized_Request_ResourceValidationError) Key

Key function returns key value.

func (WhoAuthorized_Request_ResourceValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Response

type WhoAuthorized_Response struct {

	// Time the decision was made.
	DecisionTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=decision_time,json=decisionTime,proto3" json:"decision_time,omitempty"`
	// Map with resource type as key.
	Decisions map[string]*WhoAuthorized_Response_ResourceType `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Response) Descriptor deprecated

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

Deprecated: Use WhoAuthorized_Response.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Response) GetDecisionTime

func (x *WhoAuthorized_Response) GetDecisionTime() *timestamppb.Timestamp

func (*WhoAuthorized_Response) GetDecisions

func (*WhoAuthorized_Response) ProtoMessage

func (*WhoAuthorized_Response) ProtoMessage()

func (*WhoAuthorized_Response) ProtoReflect

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

func (*WhoAuthorized_Response) Reset

func (x *WhoAuthorized_Response) Reset()

func (*WhoAuthorized_Response) String

func (x *WhoAuthorized_Response) String() string

func (*WhoAuthorized_Response) Validate

func (m *WhoAuthorized_Response) Validate() error

Validate checks the field values on WhoAuthorized_Response 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 (*WhoAuthorized_Response) ValidateAll

func (m *WhoAuthorized_Response) ValidateAll() error

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

type WhoAuthorized_ResponseMultiError

type WhoAuthorized_ResponseMultiError []error

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

func (WhoAuthorized_ResponseMultiError) AllErrors

func (m WhoAuthorized_ResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_ResponseMultiError) Error

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

type WhoAuthorized_ResponseValidationError

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

WhoAuthorized_ResponseValidationError is the validation error returned by WhoAuthorized_Response.Validate if the designated constraints aren't met.

func (WhoAuthorized_ResponseValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_ResponseValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_ResponseValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_ResponseValidationError) Field

Field function returns field value.

func (WhoAuthorized_ResponseValidationError) Key

Key function returns key value.

func (WhoAuthorized_ResponseValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Response_Action

type WhoAuthorized_Response_Action struct {

	// List of subjects.
	Subjects []*WhoAuthorized_Response_Subject `protobuf:"bytes,1,rep,name=subjects,proto3" json:"subjects,omitempty"`
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Response_Action) Descriptor deprecated

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

Deprecated: Use WhoAuthorized_Response_Action.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Response_Action) GetSubjects

func (*WhoAuthorized_Response_Action) ProtoMessage

func (*WhoAuthorized_Response_Action) ProtoMessage()

func (*WhoAuthorized_Response_Action) ProtoReflect

func (*WhoAuthorized_Response_Action) Reset

func (x *WhoAuthorized_Response_Action) Reset()

func (*WhoAuthorized_Response_Action) String

func (*WhoAuthorized_Response_Action) Validate

func (m *WhoAuthorized_Response_Action) Validate() error

Validate checks the field values on WhoAuthorized_Response_Action 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 (*WhoAuthorized_Response_Action) ValidateAll

func (m *WhoAuthorized_Response_Action) ValidateAll() error

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

type WhoAuthorized_Response_ActionMultiError

type WhoAuthorized_Response_ActionMultiError []error

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

func (WhoAuthorized_Response_ActionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_Response_ActionMultiError) Error

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

type WhoAuthorized_Response_ActionValidationError

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

WhoAuthorized_Response_ActionValidationError is the validation error returned by WhoAuthorized_Response_Action.Validate if the designated constraints aren't met.

func (WhoAuthorized_Response_ActionValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_Response_ActionValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_Response_ActionValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_Response_ActionValidationError) Field

Field function returns field value.

func (WhoAuthorized_Response_ActionValidationError) Key

Key function returns key value.

func (WhoAuthorized_Response_ActionValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Response_Resource

type WhoAuthorized_Response_Resource struct {

	// Map with actions as key.
	Actions map[string]*WhoAuthorized_Response_Action `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Response_Resource) Descriptor deprecated

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

Deprecated: Use WhoAuthorized_Response_Resource.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Response_Resource) GetActions

func (*WhoAuthorized_Response_Resource) ProtoMessage

func (*WhoAuthorized_Response_Resource) ProtoMessage()

func (*WhoAuthorized_Response_Resource) ProtoReflect

func (*WhoAuthorized_Response_Resource) Reset

func (*WhoAuthorized_Response_Resource) String

func (*WhoAuthorized_Response_Resource) Validate

func (m *WhoAuthorized_Response_Resource) Validate() error

Validate checks the field values on WhoAuthorized_Response_Resource 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 (*WhoAuthorized_Response_Resource) ValidateAll

func (m *WhoAuthorized_Response_Resource) ValidateAll() error

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

type WhoAuthorized_Response_ResourceMultiError

type WhoAuthorized_Response_ResourceMultiError []error

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

func (WhoAuthorized_Response_ResourceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_Response_ResourceMultiError) Error

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

type WhoAuthorized_Response_ResourceType

type WhoAuthorized_Response_ResourceType struct {

	// Map with resource id as key.
	Resources map[string]*WhoAuthorized_Response_Resource `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Response_ResourceType) Descriptor deprecated

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

Deprecated: Use WhoAuthorized_Response_ResourceType.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Response_ResourceType) GetResources

func (*WhoAuthorized_Response_ResourceType) ProtoMessage

func (*WhoAuthorized_Response_ResourceType) ProtoMessage()

func (*WhoAuthorized_Response_ResourceType) ProtoReflect

func (*WhoAuthorized_Response_ResourceType) Reset

func (*WhoAuthorized_Response_ResourceType) String

func (*WhoAuthorized_Response_ResourceType) Validate

Validate checks the field values on WhoAuthorized_Response_ResourceType 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 (*WhoAuthorized_Response_ResourceType) ValidateAll

func (m *WhoAuthorized_Response_ResourceType) ValidateAll() error

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

type WhoAuthorized_Response_ResourceTypeMultiError

type WhoAuthorized_Response_ResourceTypeMultiError []error

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

func (WhoAuthorized_Response_ResourceTypeMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_Response_ResourceTypeMultiError) Error

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

type WhoAuthorized_Response_ResourceTypeValidationError

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

WhoAuthorized_Response_ResourceTypeValidationError is the validation error returned by WhoAuthorized_Response_ResourceType.Validate if the designated constraints aren't met.

func (WhoAuthorized_Response_ResourceTypeValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_Response_ResourceTypeValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_Response_ResourceTypeValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_Response_ResourceTypeValidationError) Field

Field function returns field value.

func (WhoAuthorized_Response_ResourceTypeValidationError) Key

Key function returns key value.

func (WhoAuthorized_Response_ResourceTypeValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Response_ResourceValidationError

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

WhoAuthorized_Response_ResourceValidationError is the validation error returned by WhoAuthorized_Response_Resource.Validate if the designated constraints aren't met.

func (WhoAuthorized_Response_ResourceValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_Response_ResourceValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_Response_ResourceValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_Response_ResourceValidationError) Field

Field function returns field value.

func (WhoAuthorized_Response_ResourceValidationError) Key

Key function returns key value.

func (WhoAuthorized_Response_ResourceValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Response_Subject

type WhoAuthorized_Response_Subject struct {

	// Resource external identifier.
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Response_Subject) Descriptor deprecated

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

Deprecated: Use WhoAuthorized_Response_Subject.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Response_Subject) GetExternalId

func (x *WhoAuthorized_Response_Subject) GetExternalId() string

func (*WhoAuthorized_Response_Subject) ProtoMessage

func (*WhoAuthorized_Response_Subject) ProtoMessage()

func (*WhoAuthorized_Response_Subject) ProtoReflect

func (*WhoAuthorized_Response_Subject) Reset

func (x *WhoAuthorized_Response_Subject) Reset()

func (*WhoAuthorized_Response_Subject) String

func (*WhoAuthorized_Response_Subject) Validate

func (m *WhoAuthorized_Response_Subject) Validate() error

Validate checks the field values on WhoAuthorized_Response_Subject 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 (*WhoAuthorized_Response_Subject) ValidateAll

func (m *WhoAuthorized_Response_Subject) ValidateAll() error

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

type WhoAuthorized_Response_SubjectMultiError

type WhoAuthorized_Response_SubjectMultiError []error

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

func (WhoAuthorized_Response_SubjectMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_Response_SubjectMultiError) Error

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

type WhoAuthorized_Response_SubjectValidationError

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

WhoAuthorized_Response_SubjectValidationError is the validation error returned by WhoAuthorized_Response_Subject.Validate if the designated constraints aren't met.

func (WhoAuthorized_Response_SubjectValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_Response_SubjectValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_Response_SubjectValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_Response_SubjectValidationError) Field

Field function returns field value.

func (WhoAuthorized_Response_SubjectValidationError) Key

Key function returns key value.

func (WhoAuthorized_Response_SubjectValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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