identityv1beta1

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Overview

Package identityv1beta1 is generated from proto package.

Index

Constants

View Source
const (
	IdentityManagementAPI_TokenIntrospect_FullMethodName                      = "/indykite.identity.v1beta1.IdentityManagementAPI/TokenIntrospect"
	IdentityManagementAPI_StartForgottenPasswordFlow_FullMethodName           = "/indykite.identity.v1beta1.IdentityManagementAPI/StartForgottenPasswordFlow"
	IdentityManagementAPI_ChangePassword_FullMethodName                       = "/indykite.identity.v1beta1.IdentityManagementAPI/ChangePassword"
	IdentityManagementAPI_StartDigitalTwinEmailVerification_FullMethodName    = "/indykite.identity.v1beta1.IdentityManagementAPI/StartDigitalTwinEmailVerification"
	IdentityManagementAPI_VerifyDigitalTwinEmail_FullMethodName               = "/indykite.identity.v1beta1.IdentityManagementAPI/VerifyDigitalTwinEmail"
	IdentityManagementAPI_SelfServiceTerminateSession_FullMethodName          = "/indykite.identity.v1beta1.IdentityManagementAPI/SelfServiceTerminateSession"
	IdentityManagementAPI_ImportDigitalTwins_FullMethodName                   = "/indykite.identity.v1beta1.IdentityManagementAPI/ImportDigitalTwins"
	IdentityManagementAPI_GetDigitalTwin_FullMethodName                       = "/indykite.identity.v1beta1.IdentityManagementAPI/GetDigitalTwin"
	IdentityManagementAPI_ListDigitalTwins_FullMethodName                     = "/indykite.identity.v1beta1.IdentityManagementAPI/ListDigitalTwins"
	IdentityManagementAPI_RegisterDigitalTwinWithoutCredential_FullMethodName = "/indykite.identity.v1beta1.IdentityManagementAPI/RegisterDigitalTwinWithoutCredential"
	IdentityManagementAPI_PatchDigitalTwin_FullMethodName                     = "/indykite.identity.v1beta1.IdentityManagementAPI/PatchDigitalTwin"
	IdentityManagementAPI_DeleteDigitalTwin_FullMethodName                    = "/indykite.identity.v1beta1.IdentityManagementAPI/DeleteDigitalTwin"
	IdentityManagementAPI_GetDocument_FullMethodName                          = "/indykite.identity.v1beta1.IdentityManagementAPI/GetDocument"
	IdentityManagementAPI_BatchGetDocuments_FullMethodName                    = "/indykite.identity.v1beta1.IdentityManagementAPI/BatchGetDocuments"
	IdentityManagementAPI_ListDocuments_FullMethodName                        = "/indykite.identity.v1beta1.IdentityManagementAPI/ListDocuments"
	IdentityManagementAPI_MutateDocuments_FullMethodName                      = "/indykite.identity.v1beta1.IdentityManagementAPI/MutateDocuments"
	IdentityManagementAPI_RunQuery_FullMethodName                             = "/indykite.identity.v1beta1.IdentityManagementAPI/RunQuery"
	IdentityManagementAPI_CheckConsentChallenge_FullMethodName                = "/indykite.identity.v1beta1.IdentityManagementAPI/CheckConsentChallenge"
	IdentityManagementAPI_CreateConsentVerifier_FullMethodName                = "/indykite.identity.v1beta1.IdentityManagementAPI/CreateConsentVerifier"
	IdentityManagementAPI_CreateInvitation_FullMethodName                     = "/indykite.identity.v1beta1.IdentityManagementAPI/CreateInvitation"
	IdentityManagementAPI_CheckInvitationState_FullMethodName                 = "/indykite.identity.v1beta1.IdentityManagementAPI/CheckInvitationState"
	IdentityManagementAPI_ResendInvitation_FullMethodName                     = "/indykite.identity.v1beta1.IdentityManagementAPI/ResendInvitation"
	IdentityManagementAPI_CancelInvitation_FullMethodName                     = "/indykite.identity.v1beta1.IdentityManagementAPI/CancelInvitation"
	IdentityManagementAPI_GetPasswordCredential_FullMethodName                = "/indykite.identity.v1beta1.IdentityManagementAPI/GetPasswordCredential"
	IdentityManagementAPI_UpdatePasswordCredential_FullMethodName             = "/indykite.identity.v1beta1.IdentityManagementAPI/UpdatePasswordCredential"
	IdentityManagementAPI_GetAccessToken_FullMethodName                       = "/indykite.identity.v1beta1.IdentityManagementAPI/GetAccessToken"
	IdentityManagementAPI_SessionIntrospect_FullMethodName                    = "/indykite.identity.v1beta1.IdentityManagementAPI/SessionIntrospect"
	IdentityManagementAPI_EnrichToken_FullMethodName                          = "/indykite.identity.v1beta1.IdentityManagementAPI/EnrichToken"
)

Variables

View Source
var (
	AssuranceLevel_name = map[int32]string{
		0: "ASSURANCE_LEVEL_INVALID",
		1: "ASSURANCE_LEVEL_LOW",
		2: "ASSURANCE_LEVEL_SUBSTANTIAL",
		3: "ASSURANCE_LEVEL_HIGH",
	}
	AssuranceLevel_value = map[string]int32{
		"ASSURANCE_LEVEL_INVALID":     0,
		"ASSURANCE_LEVEL_LOW":         1,
		"ASSURANCE_LEVEL_SUBSTANTIAL": 2,
		"ASSURANCE_LEVEL_HIGH":        3,
	}
)

Enum value maps for AssuranceLevel.

View Source
var (
	CredentialControl_name = map[int32]string{
		0: "CREDENTIAL_CONTROL_INVALID",
		1: "CREDENTIAL_CONTROL_DISABLE",
		2: "CREDENTIAL_CONTROL_ENABLE",
		3: "CREDENTIAL_CONTROL_LOCKOUT",
		4: "CREDENTIAL_CONTROL_PASSWORD_CANT_CHANGE",
		5: "CREDENTIAL_CONTROL_NORMAL_ACCOUNT",
		6: "CREDENTIAL_CONTROL_DONT_EXPIRE_PASSWORD",
		7: "CREDENTIAL_CONTROL_PASSWORD_EXPIRED",
	}
	CredentialControl_value = map[string]int32{
		"CREDENTIAL_CONTROL_INVALID":              0,
		"CREDENTIAL_CONTROL_DISABLE":              1,
		"CREDENTIAL_CONTROL_ENABLE":               2,
		"CREDENTIAL_CONTROL_LOCKOUT":              3,
		"CREDENTIAL_CONTROL_PASSWORD_CANT_CHANGE": 4,
		"CREDENTIAL_CONTROL_NORMAL_ACCOUNT":       5,
		"CREDENTIAL_CONTROL_DONT_EXPIRE_PASSWORD": 6,
		"CREDENTIAL_CONTROL_PASSWORD_EXPIRED":     7,
	}
)

Enum value maps for CredentialControl.

View Source
var (
	DigitalTwinState_name = map[int32]string{
		0: "DIGITAL_TWIN_STATE_INVALID",
		1: "DIGITAL_TWIN_STATE_ACTIVE",
		2: "DIGITAL_TWIN_STATE_DISABLED",
		4: "DIGITAL_TWIN_STATE_TOMBSTONE",
	}
	DigitalTwinState_value = map[string]int32{
		"DIGITAL_TWIN_STATE_INVALID":   0,
		"DIGITAL_TWIN_STATE_ACTIVE":    1,
		"DIGITAL_TWIN_STATE_DISABLED":  2,
		"DIGITAL_TWIN_STATE_TOMBSTONE": 4,
	}
)

Enum value maps for DigitalTwinState.

View Source
var (
	DigitalTwinKind_name = map[int32]string{
		0: "DIGITAL_TWIN_KIND_INVALID",
		1: "DIGITAL_TWIN_KIND_PERSON",
		2: "DIGITAL_TWIN_KIND_SERVICE",
		3: "DIGITAL_TWIN_KIND_THING",
	}
	DigitalTwinKind_value = map[string]int32{
		"DIGITAL_TWIN_KIND_INVALID": 0,
		"DIGITAL_TWIN_KIND_PERSON":  1,
		"DIGITAL_TWIN_KIND_SERVICE": 2,
		"DIGITAL_TWIN_KIND_THING":   3,
	}
)

Enum value maps for DigitalTwinKind.

View Source
var (
	ErrorCode_name = map[int32]string{
		0: "ERROR_CODE_INVALID",
		1: "ERROR_CODE_INVALID_REQUEST",
		2: "ERROR_CODE_UNAUTHORIZED",
	}
	ErrorCode_value = map[string]int32{
		"ERROR_CODE_INVALID":         0,
		"ERROR_CODE_INVALID_REQUEST": 1,
		"ERROR_CODE_UNAUTHORIZED":    2,
	}
)

Enum value maps for ErrorCode.

View Source
var (
	InvitationState_name = map[int32]string{
		0: "INVITATION_STATE_INVALID",
		1: "INVITATION_STATE_IN_FUTURE",
		2: "INVITATION_STATE_PENDING",
		3: "INVITATION_STATE_ACCEPTED",
		4: "INVITATION_STATE_EXPIRED",
		5: "INVITATION_STATE_CANCELLED",
	}
	InvitationState_value = map[string]int32{
		"INVITATION_STATE_INVALID":   0,
		"INVITATION_STATE_IN_FUTURE": 1,
		"INVITATION_STATE_PENDING":   2,
		"INVITATION_STATE_ACCEPTED":  3,
		"INVITATION_STATE_EXPIRED":   4,
		"INVITATION_STATE_CANCELLED": 5,
	}
)

Enum value maps for InvitationState.

View Source
var (
	ProviderType_name = map[int32]string{
		0: "PROVIDER_TYPE_INVALID",
		1: "PROVIDER_TYPE_PASSWORD",
		2: "PROVIDER_TYPE_OIDC",
		3: "PROVIDER_TYPE_WEBAUTHN",
		4: "PROVIDER_TYPE_EMAIL",
		5: "PROVIDER_TYPE_SMS",
	}
	ProviderType_value = map[string]int32{
		"PROVIDER_TYPE_INVALID":  0,
		"PROVIDER_TYPE_PASSWORD": 1,
		"PROVIDER_TYPE_OIDC":     2,
		"PROVIDER_TYPE_WEBAUTHN": 3,
		"PROVIDER_TYPE_EMAIL":    4,
		"PROVIDER_TYPE_SMS":      5,
	}
)

Enum value maps for ProviderType.

View Source
var File_indykite_identity_v1beta1_attributes_proto protoreflect.FileDescriptor
View Source
var File_indykite_identity_v1beta1_authenteq_proto protoreflect.FileDescriptor
View Source
var File_indykite_identity_v1beta1_document_proto protoreflect.FileDescriptor
View Source
var File_indykite_identity_v1beta1_identity_management_api_proto protoreflect.FileDescriptor
View Source
var File_indykite_identity_v1beta1_import_proto protoreflect.FileDescriptor
View Source
var File_indykite_identity_v1beta1_model_proto protoreflect.FileDescriptor
View Source
var IdentityManagementAPI_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "indykite.identity.v1beta1.IdentityManagementAPI",
	HandlerType: (*IdentityManagementAPIServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "TokenIntrospect",
			Handler:    _IdentityManagementAPI_TokenIntrospect_Handler,
		},
		{
			MethodName: "StartForgottenPasswordFlow",
			Handler:    _IdentityManagementAPI_StartForgottenPasswordFlow_Handler,
		},
		{
			MethodName: "ChangePassword",
			Handler:    _IdentityManagementAPI_ChangePassword_Handler,
		},
		{
			MethodName: "StartDigitalTwinEmailVerification",
			Handler:    _IdentityManagementAPI_StartDigitalTwinEmailVerification_Handler,
		},
		{
			MethodName: "VerifyDigitalTwinEmail",
			Handler:    _IdentityManagementAPI_VerifyDigitalTwinEmail_Handler,
		},
		{
			MethodName: "SelfServiceTerminateSession",
			Handler:    _IdentityManagementAPI_SelfServiceTerminateSession_Handler,
		},
		{
			MethodName: "ImportDigitalTwins",
			Handler:    _IdentityManagementAPI_ImportDigitalTwins_Handler,
		},
		{
			MethodName: "GetDigitalTwin",
			Handler:    _IdentityManagementAPI_GetDigitalTwin_Handler,
		},
		{
			MethodName: "ListDigitalTwins",
			Handler:    _IdentityManagementAPI_ListDigitalTwins_Handler,
		},
		{
			MethodName: "RegisterDigitalTwinWithoutCredential",
			Handler:    _IdentityManagementAPI_RegisterDigitalTwinWithoutCredential_Handler,
		},
		{
			MethodName: "PatchDigitalTwin",
			Handler:    _IdentityManagementAPI_PatchDigitalTwin_Handler,
		},
		{
			MethodName: "DeleteDigitalTwin",
			Handler:    _IdentityManagementAPI_DeleteDigitalTwin_Handler,
		},
		{
			MethodName: "GetDocument",
			Handler:    _IdentityManagementAPI_GetDocument_Handler,
		},
		{
			MethodName: "ListDocuments",
			Handler:    _IdentityManagementAPI_ListDocuments_Handler,
		},
		{
			MethodName: "MutateDocuments",
			Handler:    _IdentityManagementAPI_MutateDocuments_Handler,
		},
		{
			MethodName: "CheckConsentChallenge",
			Handler:    _IdentityManagementAPI_CheckConsentChallenge_Handler,
		},
		{
			MethodName: "CreateConsentVerifier",
			Handler:    _IdentityManagementAPI_CreateConsentVerifier_Handler,
		},
		{
			MethodName: "CreateInvitation",
			Handler:    _IdentityManagementAPI_CreateInvitation_Handler,
		},
		{
			MethodName: "CheckInvitationState",
			Handler:    _IdentityManagementAPI_CheckInvitationState_Handler,
		},
		{
			MethodName: "ResendInvitation",
			Handler:    _IdentityManagementAPI_ResendInvitation_Handler,
		},
		{
			MethodName: "CancelInvitation",
			Handler:    _IdentityManagementAPI_CancelInvitation_Handler,
		},
		{
			MethodName: "GetPasswordCredential",
			Handler:    _IdentityManagementAPI_GetPasswordCredential_Handler,
		},
		{
			MethodName: "UpdatePasswordCredential",
			Handler:    _IdentityManagementAPI_UpdatePasswordCredential_Handler,
		},
		{
			MethodName: "GetAccessToken",
			Handler:    _IdentityManagementAPI_GetAccessToken_Handler,
		},
		{
			MethodName: "SessionIntrospect",
			Handler:    _IdentityManagementAPI_SessionIntrospect_Handler,
		},
		{
			MethodName: "EnrichToken",
			Handler:    _IdentityManagementAPI_EnrichToken_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "BatchGetDocuments",
			Handler:       _IdentityManagementAPI_BatchGetDocuments_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "RunQuery",
			Handler:       _IdentityManagementAPI_RunQuery_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "indykite/identity/v1beta1/identity_management_api.proto",
}

IdentityManagementAPI_ServiceDesc is the grpc.ServiceDesc for IdentityManagementAPI service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterIdentityManagementAPIServer

func RegisterIdentityManagementAPIServer(s grpc.ServiceRegistrar, srv IdentityManagementAPIServer)

Types

type AssuranceLevel

type AssuranceLevel int32

AssuranceLevel of Identity Proofing Requirements (NIST 800-63)

const (
	AssuranceLevel_ASSURANCE_LEVEL_INVALID AssuranceLevel = 0
	// Little or no confidence exists in the asserted identity; usually self-asserted; essentially a persistent identifier
	// ASSURANCE_LEVEL_NONE = 1;
	// Confidence exists that the asserted identity is accurate; used frequently for self service applications
	// if any, are self-asserted or should be treated as self-asserted; there is no proofing process.
	AssuranceLevel_ASSURANCE_LEVEL_LOW AssuranceLevel = 1
	// High confidence in the asserted identity’s accuracy; used to access restricted data
	// Either remote or in-person identity proofing is required using, at a minimum, the procedures given in SP 800-63A.
	AssuranceLevel_ASSURANCE_LEVEL_SUBSTANTIAL AssuranceLevel = 2
	// Very high confidence in the asserted identity’s accuracy; used to access highly restricted data.
	// In-person or supervised-remote identity proofing is required. Identifying attributes must be verified through
	// examination of physical documentation as described in SP 800-63A.
	AssuranceLevel_ASSURANCE_LEVEL_HIGH AssuranceLevel = 3
)

func (AssuranceLevel) Descriptor

func (AssuranceLevel) Enum

func (x AssuranceLevel) Enum() *AssuranceLevel

func (AssuranceLevel) EnumDescriptor deprecated

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

Deprecated: Use AssuranceLevel.Descriptor instead.

func (AssuranceLevel) Number

func (AssuranceLevel) String

func (x AssuranceLevel) String() string

func (AssuranceLevel) Type

type AudienceItem

type AudienceItem struct {
	UserSupportEmailAddress string `` /* 134-byte string literal not displayed */
	ClientId                string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	DisplayName             string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description             string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	LogoUrl                 string `protobuf:"bytes,5,opt,name=logo_url,json=logoUrl,proto3" json:"logo_url,omitempty"`
	HomepageUrl             string `protobuf:"bytes,6,opt,name=homepage_url,json=homepageUrl,proto3" json:"homepage_url,omitempty"`
	PrivacyPolicyUrl        string `protobuf:"bytes,7,opt,name=privacy_policy_url,json=privacyPolicyUrl,proto3" json:"privacy_policy_url,omitempty"`
	TosUrl                  string `protobuf:"bytes,8,opt,name=tos_url,json=tosUrl,proto3" json:"tos_url,omitempty"`
	// contains filtered or unexported fields
}

func (*AudienceItem) Descriptor deprecated

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

Deprecated: Use AudienceItem.ProtoReflect.Descriptor instead.

func (*AudienceItem) GetClientId

func (x *AudienceItem) GetClientId() string

func (*AudienceItem) GetDescription

func (x *AudienceItem) GetDescription() string

func (*AudienceItem) GetDisplayName

func (x *AudienceItem) GetDisplayName() string

func (*AudienceItem) GetHomepageUrl

func (x *AudienceItem) GetHomepageUrl() string

func (*AudienceItem) GetLogoUrl

func (x *AudienceItem) GetLogoUrl() string

func (*AudienceItem) GetPrivacyPolicyUrl

func (x *AudienceItem) GetPrivacyPolicyUrl() string

func (*AudienceItem) GetTosUrl

func (x *AudienceItem) GetTosUrl() string

func (*AudienceItem) GetUserSupportEmailAddress

func (x *AudienceItem) GetUserSupportEmailAddress() string

func (*AudienceItem) ProtoMessage

func (*AudienceItem) ProtoMessage()

func (*AudienceItem) ProtoReflect

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

func (*AudienceItem) Reset

func (x *AudienceItem) Reset()

func (*AudienceItem) String

func (x *AudienceItem) String() string

func (*AudienceItem) Validate

func (m *AudienceItem) Validate() error

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

func (m *AudienceItem) ValidateAll() error

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

type AudienceItemMultiError

type AudienceItemMultiError []error

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

func (AudienceItemMultiError) AllErrors

func (m AudienceItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AudienceItemMultiError) Error

func (m AudienceItemMultiError) Error() string

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

type AudienceItemValidationError

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

AudienceItemValidationError is the validation error returned by AudienceItem.Validate if the designated constraints aren't met.

func (AudienceItemValidationError) Cause

Cause function returns cause value.

func (AudienceItemValidationError) Error

Error satisfies the builtin error interface

func (AudienceItemValidationError) ErrorName

func (e AudienceItemValidationError) ErrorName() string

ErrorName returns error name.

func (AudienceItemValidationError) Field

Field function returns field value.

func (AudienceItemValidationError) Key

Key function returns key value.

func (AudienceItemValidationError) Reason

Reason function returns reason value.

type AuthenteqDetails

type AuthenteqDetails struct {
	Id           string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DocumentData *AuthenteqDocumentData `protobuf:"bytes,4,opt,name=document_data,json=documentData,proto3" json:"document_data,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenteqDetails) Descriptor deprecated

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

Deprecated: Use AuthenteqDetails.ProtoReflect.Descriptor instead.

func (*AuthenteqDetails) GetDocumentData

func (x *AuthenteqDetails) GetDocumentData() *AuthenteqDocumentData

func (*AuthenteqDetails) GetId

func (x *AuthenteqDetails) GetId() string

func (*AuthenteqDetails) ProtoMessage

func (*AuthenteqDetails) ProtoMessage()

func (*AuthenteqDetails) ProtoReflect

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

func (*AuthenteqDetails) Reset

func (x *AuthenteqDetails) Reset()

func (*AuthenteqDetails) String

func (x *AuthenteqDetails) String() string

func (*AuthenteqDetails) Validate

func (m *AuthenteqDetails) Validate() error

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

func (m *AuthenteqDetails) ValidateAll() error

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

type AuthenteqDetailsMultiError

type AuthenteqDetailsMultiError []error

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

func (AuthenteqDetailsMultiError) AllErrors

func (m AuthenteqDetailsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthenteqDetailsMultiError) Error

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

type AuthenteqDetailsValidationError

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

AuthenteqDetailsValidationError is the validation error returned by AuthenteqDetails.Validate if the designated constraints aren't met.

func (AuthenteqDetailsValidationError) Cause

Cause function returns cause value.

func (AuthenteqDetailsValidationError) Error

Error satisfies the builtin error interface

func (AuthenteqDetailsValidationError) ErrorName

ErrorName returns error name.

func (AuthenteqDetailsValidationError) Field

Field function returns field value.

func (AuthenteqDetailsValidationError) Key

Key function returns key value.

func (AuthenteqDetailsValidationError) Reason

Reason function returns reason value.

type AuthenteqDocumentData

type AuthenteqDocumentData struct {
	DocumentType         string                          `protobuf:"bytes,1,opt,name=document_type,json=documentType,proto3" json:"document_type,omitempty"`
	DocumentNumber       string                          `protobuf:"bytes,2,opt,name=document_number,json=documentNumber,proto3" json:"document_number,omitempty"`
	IssuingCountry       string                          `protobuf:"bytes,3,opt,name=issuing_country,json=issuingCountry,proto3" json:"issuing_country,omitempty"`
	Jurisdiction         string                          `protobuf:"bytes,4,opt,name=jurisdiction,proto3" json:"jurisdiction,omitempty"`
	Nationality          string                          `protobuf:"bytes,5,opt,name=nationality,proto3" json:"nationality,omitempty"`
	SurnameAndGivenNames string                          `protobuf:"bytes,6,opt,name=surname_and_given_names,json=surnameAndGivenNames,proto3" json:"surname_and_given_names,omitempty"`
	Surname              string                          `protobuf:"bytes,7,opt,name=surname,proto3" json:"surname,omitempty"`
	GivenNames           string                          `protobuf:"bytes,8,opt,name=given_names,json=givenNames,proto3" json:"given_names,omitempty"`
	NameSuffixes         string                          `protobuf:"bytes,9,opt,name=name_suffixes,json=nameSuffixes,proto3" json:"name_suffixes,omitempty"`
	NamePrefixes         string                          `protobuf:"bytes,10,opt,name=name_prefixes,json=namePrefixes,proto3" json:"name_prefixes,omitempty"`
	Sex                  string                          `protobuf:"bytes,11,opt,name=sex,proto3" json:"sex,omitempty"`
	DateOfBirth          string                          `protobuf:"bytes,12,opt,name=date_of_birth,json=dateOfBirth,proto3" json:"date_of_birth,omitempty"`
	DateOfExpiry         string                          `protobuf:"bytes,13,opt,name=date_of_expiry,json=dateOfExpiry,proto3" json:"date_of_expiry,omitempty"`
	DateOfIssue          string                          `protobuf:"bytes,14,opt,name=date_of_issue,json=dateOfIssue,proto3" json:"date_of_issue,omitempty"`
	LicenseClass         string                          `protobuf:"bytes,15,opt,name=license_class,json=licenseClass,proto3" json:"license_class,omitempty"`
	LicenseClassDetails  map[string]*LicenseClassDetails `` /* 209-byte string literal not displayed */
	CroppedFrontImage    *WebImage                       `protobuf:"bytes,17,opt,name=cropped_front_image,json=croppedFrontImage,proto3" json:"cropped_front_image,omitempty"`
	CroppedBackImage     *WebImage                       `protobuf:"bytes,18,opt,name=cropped_back_image,json=croppedBackImage,proto3" json:"cropped_back_image,omitempty"`
	FaceImage            *WebImage                       `protobuf:"bytes,19,opt,name=face_image,json=faceImage,proto3" json:"face_image,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenteqDocumentData) Descriptor deprecated

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

Deprecated: Use AuthenteqDocumentData.ProtoReflect.Descriptor instead.

func (*AuthenteqDocumentData) GetCroppedBackImage

func (x *AuthenteqDocumentData) GetCroppedBackImage() *WebImage

func (*AuthenteqDocumentData) GetCroppedFrontImage

func (x *AuthenteqDocumentData) GetCroppedFrontImage() *WebImage

func (*AuthenteqDocumentData) GetDateOfBirth

func (x *AuthenteqDocumentData) GetDateOfBirth() string

func (*AuthenteqDocumentData) GetDateOfExpiry

func (x *AuthenteqDocumentData) GetDateOfExpiry() string

func (*AuthenteqDocumentData) GetDateOfIssue

func (x *AuthenteqDocumentData) GetDateOfIssue() string

func (*AuthenteqDocumentData) GetDocumentNumber

func (x *AuthenteqDocumentData) GetDocumentNumber() string

func (*AuthenteqDocumentData) GetDocumentType

func (x *AuthenteqDocumentData) GetDocumentType() string

func (*AuthenteqDocumentData) GetFaceImage

func (x *AuthenteqDocumentData) GetFaceImage() *WebImage

func (*AuthenteqDocumentData) GetGivenNames

func (x *AuthenteqDocumentData) GetGivenNames() string

func (*AuthenteqDocumentData) GetIssuingCountry

func (x *AuthenteqDocumentData) GetIssuingCountry() string

func (*AuthenteqDocumentData) GetJurisdiction

func (x *AuthenteqDocumentData) GetJurisdiction() string

func (*AuthenteqDocumentData) GetLicenseClass

func (x *AuthenteqDocumentData) GetLicenseClass() string

func (*AuthenteqDocumentData) GetLicenseClassDetails

func (x *AuthenteqDocumentData) GetLicenseClassDetails() map[string]*LicenseClassDetails

func (*AuthenteqDocumentData) GetNamePrefixes

func (x *AuthenteqDocumentData) GetNamePrefixes() string

func (*AuthenteqDocumentData) GetNameSuffixes

func (x *AuthenteqDocumentData) GetNameSuffixes() string

func (*AuthenteqDocumentData) GetNationality

func (x *AuthenteqDocumentData) GetNationality() string

func (*AuthenteqDocumentData) GetSex

func (x *AuthenteqDocumentData) GetSex() string

func (*AuthenteqDocumentData) GetSurname

func (x *AuthenteqDocumentData) GetSurname() string

func (*AuthenteqDocumentData) GetSurnameAndGivenNames

func (x *AuthenteqDocumentData) GetSurnameAndGivenNames() string

func (*AuthenteqDocumentData) ProtoMessage

func (*AuthenteqDocumentData) ProtoMessage()

func (*AuthenteqDocumentData) ProtoReflect

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

func (*AuthenteqDocumentData) Reset

func (x *AuthenteqDocumentData) Reset()

func (*AuthenteqDocumentData) String

func (x *AuthenteqDocumentData) String() string

func (*AuthenteqDocumentData) Validate

func (m *AuthenteqDocumentData) Validate() error

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

func (m *AuthenteqDocumentData) ValidateAll() error

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

type AuthenteqDocumentDataMultiError

type AuthenteqDocumentDataMultiError []error

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

func (AuthenteqDocumentDataMultiError) AllErrors

func (m AuthenteqDocumentDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthenteqDocumentDataMultiError) Error

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

type AuthenteqDocumentDataValidationError

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

AuthenteqDocumentDataValidationError is the validation error returned by AuthenteqDocumentData.Validate if the designated constraints aren't met.

func (AuthenteqDocumentDataValidationError) Cause

Cause function returns cause value.

func (AuthenteqDocumentDataValidationError) Error

Error satisfies the builtin error interface

func (AuthenteqDocumentDataValidationError) ErrorName

ErrorName returns error name.

func (AuthenteqDocumentDataValidationError) Field

Field function returns field value.

func (AuthenteqDocumentDataValidationError) Key

Key function returns key value.

func (AuthenteqDocumentDataValidationError) Reason

Reason function returns reason value.

type BatchGetDocumentsRequest

type BatchGetDocumentsRequest struct {

	// Database is the name of the database.
	// Format: `databases/{application_id}`.
	Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	// Documents is the names of the documents to retrieve.
	// Format: `databases/{application_id}/documents/{document_path}`.
	Documents []string `protobuf:"bytes,2,rep,name=documents,proto3" json:"documents,omitempty"`
	// Mask is the fields to return. If not set, returns all fields.
	Mask *DocumentMask `protobuf:"bytes,3,opt,name=mask,proto3" json:"mask,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchGetDocumentsRequest) Descriptor deprecated

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

Deprecated: Use BatchGetDocumentsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetDocumentsRequest) GetDatabase

func (x *BatchGetDocumentsRequest) GetDatabase() string

func (*BatchGetDocumentsRequest) GetDocuments

func (x *BatchGetDocumentsRequest) GetDocuments() []string

func (*BatchGetDocumentsRequest) GetMask

func (x *BatchGetDocumentsRequest) GetMask() *DocumentMask

func (*BatchGetDocumentsRequest) ProtoMessage

func (*BatchGetDocumentsRequest) ProtoMessage()

func (*BatchGetDocumentsRequest) ProtoReflect

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

func (*BatchGetDocumentsRequest) Reset

func (x *BatchGetDocumentsRequest) Reset()

func (*BatchGetDocumentsRequest) String

func (x *BatchGetDocumentsRequest) String() string

func (*BatchGetDocumentsRequest) Validate

func (m *BatchGetDocumentsRequest) Validate() error

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

func (m *BatchGetDocumentsRequest) ValidateAll() error

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

type BatchGetDocumentsRequestMultiError

type BatchGetDocumentsRequestMultiError []error

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

func (BatchGetDocumentsRequestMultiError) AllErrors

func (m BatchGetDocumentsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BatchGetDocumentsRequestMultiError) Error

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

type BatchGetDocumentsRequestValidationError

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

BatchGetDocumentsRequestValidationError is the validation error returned by BatchGetDocumentsRequest.Validate if the designated constraints aren't met.

func (BatchGetDocumentsRequestValidationError) Cause

Cause function returns cause value.

func (BatchGetDocumentsRequestValidationError) Error

Error satisfies the builtin error interface

func (BatchGetDocumentsRequestValidationError) ErrorName

ErrorName returns error name.

func (BatchGetDocumentsRequestValidationError) Field

Field function returns field value.

func (BatchGetDocumentsRequestValidationError) Key

Key function returns key value.

func (BatchGetDocumentsRequestValidationError) Reason

Reason function returns reason value.

type BatchGetDocumentsResponse

type BatchGetDocumentsResponse struct {

	// Result is a single result.
	//
	// Types that are assignable to Result:
	//
	//	*BatchGetDocumentsResponse_Found
	//	*BatchGetDocumentsResponse_Missing
	Result isBatchGetDocumentsResponse_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*BatchGetDocumentsResponse) Descriptor deprecated

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

Deprecated: Use BatchGetDocumentsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetDocumentsResponse) GetFound

func (x *BatchGetDocumentsResponse) GetFound() *Document

func (*BatchGetDocumentsResponse) GetMissing

func (x *BatchGetDocumentsResponse) GetMissing() string

func (*BatchGetDocumentsResponse) GetResult

func (m *BatchGetDocumentsResponse) GetResult() isBatchGetDocumentsResponse_Result

func (*BatchGetDocumentsResponse) ProtoMessage

func (*BatchGetDocumentsResponse) ProtoMessage()

func (*BatchGetDocumentsResponse) ProtoReflect

func (*BatchGetDocumentsResponse) Reset

func (x *BatchGetDocumentsResponse) Reset()

func (*BatchGetDocumentsResponse) String

func (x *BatchGetDocumentsResponse) String() string

func (*BatchGetDocumentsResponse) Validate

func (m *BatchGetDocumentsResponse) Validate() error

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

func (m *BatchGetDocumentsResponse) ValidateAll() error

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

type BatchGetDocumentsResponseMultiError

type BatchGetDocumentsResponseMultiError []error

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

func (BatchGetDocumentsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (BatchGetDocumentsResponseMultiError) Error

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

type BatchGetDocumentsResponseValidationError

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

BatchGetDocumentsResponseValidationError is the validation error returned by BatchGetDocumentsResponse.Validate if the designated constraints aren't met.

func (BatchGetDocumentsResponseValidationError) Cause

Cause function returns cause value.

func (BatchGetDocumentsResponseValidationError) Error

Error satisfies the builtin error interface

func (BatchGetDocumentsResponseValidationError) ErrorName

ErrorName returns error name.

func (BatchGetDocumentsResponseValidationError) Field

Field function returns field value.

func (BatchGetDocumentsResponseValidationError) Key

Key function returns key value.

func (BatchGetDocumentsResponseValidationError) Reason

Reason function returns reason value.

type BatchGetDocumentsResponse_Found

type BatchGetDocumentsResponse_Found struct {
	// A document that was requested.
	Found *Document `protobuf:"bytes,1,opt,name=found,proto3,oneof"`
}

type BatchGetDocumentsResponse_Missing

type BatchGetDocumentsResponse_Missing struct {
	// Missing is a document name that was requested but does not exist.
	// Format: `databases/{application_id}/documents/{document_path}`.
	Missing string `protobuf:"bytes,2,opt,name=missing,proto3,oneof"`
}

type BatchOperationResult

type BatchOperationResult struct {
	Index uint64 `protobuf:"varint,4,opt,name=index,proto3" json:"index,omitempty"`
	// Types that are assignable to Result:
	//
	//	*BatchOperationResult_Success
	//	*BatchOperationResult_Error
	Result isBatchOperationResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

BatchPropertyOperationResult represents the result of an BatchUpdate call.

func (*BatchOperationResult) Descriptor deprecated

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

Deprecated: Use BatchOperationResult.ProtoReflect.Descriptor instead.

func (*BatchOperationResult) GetError

func (*BatchOperationResult) GetIndex

func (x *BatchOperationResult) GetIndex() uint64

func (*BatchOperationResult) GetResult

func (m *BatchOperationResult) GetResult() isBatchOperationResult_Result

func (*BatchOperationResult) GetSuccess

func (*BatchOperationResult) ProtoMessage

func (*BatchOperationResult) ProtoMessage()

func (*BatchOperationResult) ProtoReflect

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

func (*BatchOperationResult) Reset

func (x *BatchOperationResult) Reset()

func (*BatchOperationResult) String

func (x *BatchOperationResult) String() string

func (*BatchOperationResult) Validate

func (m *BatchOperationResult) Validate() error

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

func (m *BatchOperationResult) ValidateAll() error

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

type BatchOperationResultError

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

BatchOperationResultError represents an error encountered while executing a batch operation.

func (*BatchOperationResultError) Descriptor deprecated

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

Deprecated: Use BatchOperationResultError.ProtoReflect.Descriptor instead.

func (*BatchOperationResultError) GetMessage

func (x *BatchOperationResultError) GetMessage() []string

func (*BatchOperationResultError) ProtoMessage

func (*BatchOperationResultError) ProtoMessage()

func (*BatchOperationResultError) ProtoReflect

func (*BatchOperationResultError) Reset

func (x *BatchOperationResultError) Reset()

func (*BatchOperationResultError) String

func (x *BatchOperationResultError) String() string

func (*BatchOperationResultError) Validate

func (m *BatchOperationResultError) Validate() error

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

func (m *BatchOperationResultError) ValidateAll() error

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

type BatchOperationResultErrorMultiError

type BatchOperationResultErrorMultiError []error

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

func (BatchOperationResultErrorMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (BatchOperationResultErrorMultiError) Error

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

type BatchOperationResultErrorValidationError

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

BatchOperationResultErrorValidationError is the validation error returned by BatchOperationResultError.Validate if the designated constraints aren't met.

func (BatchOperationResultErrorValidationError) Cause

Cause function returns cause value.

func (BatchOperationResultErrorValidationError) Error

Error satisfies the builtin error interface

func (BatchOperationResultErrorValidationError) ErrorName

ErrorName returns error name.

func (BatchOperationResultErrorValidationError) Field

Field function returns field value.

func (BatchOperationResultErrorValidationError) Key

Key function returns key value.

func (BatchOperationResultErrorValidationError) Reason

Reason function returns reason value.

type BatchOperationResultMultiError

type BatchOperationResultMultiError []error

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

func (BatchOperationResultMultiError) AllErrors

func (m BatchOperationResultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BatchOperationResultMultiError) Error

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

type BatchOperationResultSuccess

type BatchOperationResultSuccess struct {
	PropertyId string `protobuf:"bytes,1,opt,name=property_id,json=propertyId,proto3" json:"property_id,omitempty"`
	// contains filtered or unexported fields
}

BatchOperationResultSuccess represents the result of an successful BatchOperation call.

func (*BatchOperationResultSuccess) Descriptor deprecated

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

Deprecated: Use BatchOperationResultSuccess.ProtoReflect.Descriptor instead.

func (*BatchOperationResultSuccess) GetPropertyId

func (x *BatchOperationResultSuccess) GetPropertyId() string

func (*BatchOperationResultSuccess) ProtoMessage

func (*BatchOperationResultSuccess) ProtoMessage()

func (*BatchOperationResultSuccess) ProtoReflect

func (*BatchOperationResultSuccess) Reset

func (x *BatchOperationResultSuccess) Reset()

func (*BatchOperationResultSuccess) String

func (x *BatchOperationResultSuccess) String() string

func (*BatchOperationResultSuccess) Validate

func (m *BatchOperationResultSuccess) Validate() error

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

func (m *BatchOperationResultSuccess) ValidateAll() error

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

type BatchOperationResultSuccessMultiError

type BatchOperationResultSuccessMultiError []error

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

func (BatchOperationResultSuccessMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (BatchOperationResultSuccessMultiError) Error

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

type BatchOperationResultSuccessValidationError

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

BatchOperationResultSuccessValidationError is the validation error returned by BatchOperationResultSuccess.Validate if the designated constraints aren't met.

func (BatchOperationResultSuccessValidationError) Cause

Cause function returns cause value.

func (BatchOperationResultSuccessValidationError) Error

Error satisfies the builtin error interface

func (BatchOperationResultSuccessValidationError) ErrorName

ErrorName returns error name.

func (BatchOperationResultSuccessValidationError) Field

Field function returns field value.

func (BatchOperationResultSuccessValidationError) Key

Key function returns key value.

func (BatchOperationResultSuccessValidationError) Reason

Reason function returns reason value.

type BatchOperationResultValidationError

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

BatchOperationResultValidationError is the validation error returned by BatchOperationResult.Validate if the designated constraints aren't met.

func (BatchOperationResultValidationError) Cause

Cause function returns cause value.

func (BatchOperationResultValidationError) Error

Error satisfies the builtin error interface

func (BatchOperationResultValidationError) ErrorName

ErrorName returns error name.

func (BatchOperationResultValidationError) Field

Field function returns field value.

func (BatchOperationResultValidationError) Key

Key function returns key value.

func (BatchOperationResultValidationError) Reason

Reason function returns reason value.

type BatchOperationResult_Error

type BatchOperationResult_Error struct {
	Error *BatchOperationResultError `protobuf:"bytes,6,opt,name=error,proto3,oneof"`
}

type BatchOperationResult_Success

type BatchOperationResult_Success struct {
	Success *BatchOperationResultSuccess `protobuf:"bytes,5,opt,name=success,proto3,oneof"`
}

type Bcrypt

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

func (*Bcrypt) Descriptor deprecated

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

Deprecated: Use Bcrypt.ProtoReflect.Descriptor instead.

func (*Bcrypt) ProtoMessage

func (*Bcrypt) ProtoMessage()

func (*Bcrypt) ProtoReflect

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

func (*Bcrypt) Reset

func (x *Bcrypt) Reset()

func (*Bcrypt) String

func (x *Bcrypt) String() string

func (*Bcrypt) Validate

func (m *Bcrypt) Validate() error

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

func (m *Bcrypt) ValidateAll() error

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

type BcryptMultiError

type BcryptMultiError []error

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

func (BcryptMultiError) AllErrors

func (m BcryptMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BcryptMultiError) Error

func (m BcryptMultiError) Error() string

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

type BcryptValidationError

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

BcryptValidationError is the validation error returned by Bcrypt.Validate if the designated constraints aren't met.

func (BcryptValidationError) Cause

func (e BcryptValidationError) Cause() error

Cause function returns cause value.

func (BcryptValidationError) Error

func (e BcryptValidationError) Error() string

Error satisfies the builtin error interface

func (BcryptValidationError) ErrorName

func (e BcryptValidationError) ErrorName() string

ErrorName returns error name.

func (BcryptValidationError) Field

func (e BcryptValidationError) Field() string

Field function returns field value.

func (BcryptValidationError) Key

func (e BcryptValidationError) Key() bool

Key function returns key value.

func (BcryptValidationError) Reason

func (e BcryptValidationError) Reason() string

Reason function returns reason value.

type CancelInvitationRequest

type CancelInvitationRequest struct {

	// ReferenceId is unique external reference identifier to correlate the lifecycle events with.
	ReferenceId string `protobuf:"bytes,1,opt,name=reference_id,json=referenceId,proto3" json:"reference_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelInvitationRequest) Descriptor deprecated

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

Deprecated: Use CancelInvitationRequest.ProtoReflect.Descriptor instead.

func (*CancelInvitationRequest) GetReferenceId

func (x *CancelInvitationRequest) GetReferenceId() string

func (*CancelInvitationRequest) ProtoMessage

func (*CancelInvitationRequest) ProtoMessage()

func (*CancelInvitationRequest) ProtoReflect

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

func (*CancelInvitationRequest) Reset

func (x *CancelInvitationRequest) Reset()

func (*CancelInvitationRequest) String

func (x *CancelInvitationRequest) String() string

func (*CancelInvitationRequest) Validate

func (m *CancelInvitationRequest) Validate() error

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

func (m *CancelInvitationRequest) ValidateAll() error

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

type CancelInvitationRequestMultiError

type CancelInvitationRequestMultiError []error

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

func (CancelInvitationRequestMultiError) AllErrors

func (m CancelInvitationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelInvitationRequestMultiError) Error

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

type CancelInvitationRequestValidationError

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

CancelInvitationRequestValidationError is the validation error returned by CancelInvitationRequest.Validate if the designated constraints aren't met.

func (CancelInvitationRequestValidationError) Cause

Cause function returns cause value.

func (CancelInvitationRequestValidationError) Error

Error satisfies the builtin error interface

func (CancelInvitationRequestValidationError) ErrorName

ErrorName returns error name.

func (CancelInvitationRequestValidationError) Field

Field function returns field value.

func (CancelInvitationRequestValidationError) Key

Key function returns key value.

func (CancelInvitationRequestValidationError) Reason

Reason function returns reason value.

type CancelInvitationResponse

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

func (*CancelInvitationResponse) Descriptor deprecated

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

Deprecated: Use CancelInvitationResponse.ProtoReflect.Descriptor instead.

func (*CancelInvitationResponse) ProtoMessage

func (*CancelInvitationResponse) ProtoMessage()

func (*CancelInvitationResponse) ProtoReflect

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

func (*CancelInvitationResponse) Reset

func (x *CancelInvitationResponse) Reset()

func (*CancelInvitationResponse) String

func (x *CancelInvitationResponse) String() string

func (*CancelInvitationResponse) Validate

func (m *CancelInvitationResponse) Validate() error

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

func (m *CancelInvitationResponse) ValidateAll() error

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

type CancelInvitationResponseMultiError

type CancelInvitationResponseMultiError []error

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

func (CancelInvitationResponseMultiError) AllErrors

func (m CancelInvitationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelInvitationResponseMultiError) Error

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

type CancelInvitationResponseValidationError

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

CancelInvitationResponseValidationError is the validation error returned by CancelInvitationResponse.Validate if the designated constraints aren't met.

func (CancelInvitationResponseValidationError) Cause

Cause function returns cause value.

func (CancelInvitationResponseValidationError) Error

Error satisfies the builtin error interface

func (CancelInvitationResponseValidationError) ErrorName

ErrorName returns error name.

func (CancelInvitationResponseValidationError) Field

Field function returns field value.

func (CancelInvitationResponseValidationError) Key

Key function returns key value.

func (CancelInvitationResponseValidationError) Reason

Reason function returns reason value.

type ChangePasswordRequest

type ChangePasswordRequest struct {

	// Types that are assignable to Uid:
	//
	//	*ChangePasswordRequest_Token
	//	*ChangePasswordRequest_DigitalTwin
	Uid          isChangePasswordRequest_Uid `protobuf_oneof:"uid"`
	Password     string                      `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	IgnorePolicy bool                        `protobuf:"varint,4,opt,name=ignore_policy,json=ignorePolicy,proto3" json:"ignore_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangePasswordRequest) Descriptor deprecated

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

Deprecated: Use ChangePasswordRequest.ProtoReflect.Descriptor instead.

func (*ChangePasswordRequest) GetDigitalTwin

func (x *ChangePasswordRequest) GetDigitalTwin() *DigitalTwin

func (*ChangePasswordRequest) GetIgnorePolicy

func (x *ChangePasswordRequest) GetIgnorePolicy() bool

func (*ChangePasswordRequest) GetPassword

func (x *ChangePasswordRequest) GetPassword() string

func (*ChangePasswordRequest) GetToken

func (x *ChangePasswordRequest) GetToken() string

func (*ChangePasswordRequest) GetUid

func (m *ChangePasswordRequest) GetUid() isChangePasswordRequest_Uid

func (*ChangePasswordRequest) ProtoMessage

func (*ChangePasswordRequest) ProtoMessage()

func (*ChangePasswordRequest) ProtoReflect

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

func (*ChangePasswordRequest) Reset

func (x *ChangePasswordRequest) Reset()

func (*ChangePasswordRequest) String

func (x *ChangePasswordRequest) String() string

func (*ChangePasswordRequest) Validate

func (m *ChangePasswordRequest) Validate() error

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

func (m *ChangePasswordRequest) ValidateAll() error

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

type ChangePasswordRequestMultiError

type ChangePasswordRequestMultiError []error

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

func (ChangePasswordRequestMultiError) AllErrors

func (m ChangePasswordRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChangePasswordRequestMultiError) Error

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

type ChangePasswordRequestValidationError

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

ChangePasswordRequestValidationError is the validation error returned by ChangePasswordRequest.Validate if the designated constraints aren't met.

func (ChangePasswordRequestValidationError) Cause

Cause function returns cause value.

func (ChangePasswordRequestValidationError) Error

Error satisfies the builtin error interface

func (ChangePasswordRequestValidationError) ErrorName

ErrorName returns error name.

func (ChangePasswordRequestValidationError) Field

Field function returns field value.

func (ChangePasswordRequestValidationError) Key

Key function returns key value.

func (ChangePasswordRequestValidationError) Reason

Reason function returns reason value.

type ChangePasswordRequest_DigitalTwin

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

type ChangePasswordRequest_Token

type ChangePasswordRequest_Token struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3,oneof"`
}

type ChangePasswordResponse

type ChangePasswordResponse struct {
	Error *Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangePasswordResponse) Descriptor deprecated

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

Deprecated: Use ChangePasswordResponse.ProtoReflect.Descriptor instead.

func (*ChangePasswordResponse) GetError

func (x *ChangePasswordResponse) GetError() *Error

func (*ChangePasswordResponse) ProtoMessage

func (*ChangePasswordResponse) ProtoMessage()

func (*ChangePasswordResponse) ProtoReflect

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

func (*ChangePasswordResponse) Reset

func (x *ChangePasswordResponse) Reset()

func (*ChangePasswordResponse) String

func (x *ChangePasswordResponse) String() string

func (*ChangePasswordResponse) Validate

func (m *ChangePasswordResponse) Validate() error

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

func (m *ChangePasswordResponse) ValidateAll() error

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

type ChangePasswordResponseMultiError

type ChangePasswordResponseMultiError []error

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

func (ChangePasswordResponseMultiError) AllErrors

func (m ChangePasswordResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChangePasswordResponseMultiError) Error

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

type ChangePasswordResponseValidationError

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

ChangePasswordResponseValidationError is the validation error returned by ChangePasswordResponse.Validate if the designated constraints aren't met.

func (ChangePasswordResponseValidationError) Cause

Cause function returns cause value.

func (ChangePasswordResponseValidationError) Error

Error satisfies the builtin error interface

func (ChangePasswordResponseValidationError) ErrorName

ErrorName returns error name.

func (ChangePasswordResponseValidationError) Field

Field function returns field value.

func (ChangePasswordResponseValidationError) Key

Key function returns key value.

func (ChangePasswordResponseValidationError) Reason

Reason function returns reason value.

type CheckConsentChallengeRequest

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

func (*CheckConsentChallengeRequest) Descriptor deprecated

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

Deprecated: Use CheckConsentChallengeRequest.ProtoReflect.Descriptor instead.

func (*CheckConsentChallengeRequest) GetChallenge

func (x *CheckConsentChallengeRequest) GetChallenge() string

func (*CheckConsentChallengeRequest) ProtoMessage

func (*CheckConsentChallengeRequest) ProtoMessage()

func (*CheckConsentChallengeRequest) ProtoReflect

func (*CheckConsentChallengeRequest) Reset

func (x *CheckConsentChallengeRequest) Reset()

func (*CheckConsentChallengeRequest) String

func (*CheckConsentChallengeRequest) Validate

func (m *CheckConsentChallengeRequest) Validate() error

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

func (m *CheckConsentChallengeRequest) ValidateAll() error

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

type CheckConsentChallengeRequestMultiError

type CheckConsentChallengeRequestMultiError []error

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

func (CheckConsentChallengeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CheckConsentChallengeRequestMultiError) Error

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

type CheckConsentChallengeRequestValidationError

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

CheckConsentChallengeRequestValidationError is the validation error returned by CheckConsentChallengeRequest.Validate if the designated constraints aren't met.

func (CheckConsentChallengeRequestValidationError) Cause

Cause function returns cause value.

func (CheckConsentChallengeRequestValidationError) Error

Error satisfies the builtin error interface

func (CheckConsentChallengeRequestValidationError) ErrorName

ErrorName returns error name.

func (CheckConsentChallengeRequestValidationError) Field

Field function returns field value.

func (CheckConsentChallengeRequestValidationError) Key

Key function returns key value.

func (CheckConsentChallengeRequestValidationError) Reason

Reason function returns reason value.

type CheckConsentChallengeResponse

type CheckConsentChallengeResponse struct {
	ClientId   string          `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	AppSpaceId []byte          `protobuf:"bytes,2,opt,name=app_space_id,json=appSpaceId,proto3" json:"app_space_id,omitempty"`
	Audiences  []*AudienceItem `protobuf:"bytes,3,rep,name=audiences,proto3" json:"audiences,omitempty"`
	Scopes     []*ScopeItem    `protobuf:"bytes,4,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it
	// to express that, for example, a user authenticated using two factor authentication.
	Acrs []string `protobuf:"bytes,5,rep,name=acrs,proto3" json:"acrs,omitempty"`
	// RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which
	// initiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but
	// might come in handy if you want to deal with additional request parameters.
	RequestUrl string `protobuf:"bytes,6,opt,name=request_url,json=requestUrl,proto3" json:"request_url,omitempty"`
	// Skip, if true, implies that the client has requested the same scopes from the same user previously.
	// If true, you must not ask the user to grant the requested scopes. You must however either allow or deny the
	// consent request using the usual API call.
	Skip        bool         `protobuf:"varint,7,opt,name=skip,proto3" json:"skip,omitempty"`
	DigitalTwin *DigitalTwin `protobuf:"bytes,8,opt,name=digital_twin,json=digitalTwin,proto3" json:"digital_twin,omitempty"`
	// SubjectIdentifier is pairwise identifier as the sub claims in the token
	SubjectIdentifier string                 `protobuf:"bytes,9,opt,name=subject_identifier,json=subjectIdentifier,proto3" json:"subject_identifier,omitempty"`
	AuthenticatedAt   *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=authenticated_at,json=authenticatedAt,proto3" json:"authenticated_at,omitempty"`
	RequestedAt       *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=requested_at,json=requestedAt,proto3" json:"requested_at,omitempty"`
	// Context is an optional object which can hold arbitrary data. The data will be made available when fetching the
	// consent request under the "context" field. This is useful in scenarios where login and consent endpoints share
	// data.
	Context *v1beta1.MapValue `protobuf:"bytes,12,opt,name=context,proto3" json:"context,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckConsentChallengeResponse) Descriptor deprecated

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

Deprecated: Use CheckConsentChallengeResponse.ProtoReflect.Descriptor instead.

func (*CheckConsentChallengeResponse) GetAcrs

func (x *CheckConsentChallengeResponse) GetAcrs() []string

func (*CheckConsentChallengeResponse) GetAppSpaceId

func (x *CheckConsentChallengeResponse) GetAppSpaceId() []byte

func (*CheckConsentChallengeResponse) GetAudiences

func (x *CheckConsentChallengeResponse) GetAudiences() []*AudienceItem

func (*CheckConsentChallengeResponse) GetAuthenticatedAt

func (x *CheckConsentChallengeResponse) GetAuthenticatedAt() *timestamppb.Timestamp

func (*CheckConsentChallengeResponse) GetClientId

func (x *CheckConsentChallengeResponse) GetClientId() string

func (*CheckConsentChallengeResponse) GetContext

func (*CheckConsentChallengeResponse) GetDigitalTwin

func (x *CheckConsentChallengeResponse) GetDigitalTwin() *DigitalTwin

func (*CheckConsentChallengeResponse) GetRequestUrl

func (x *CheckConsentChallengeResponse) GetRequestUrl() string

func (*CheckConsentChallengeResponse) GetRequestedAt

func (*CheckConsentChallengeResponse) GetScopes

func (x *CheckConsentChallengeResponse) GetScopes() []*ScopeItem

func (*CheckConsentChallengeResponse) GetSkip

func (x *CheckConsentChallengeResponse) GetSkip() bool

func (*CheckConsentChallengeResponse) GetSubjectIdentifier

func (x *CheckConsentChallengeResponse) GetSubjectIdentifier() string

func (*CheckConsentChallengeResponse) ProtoMessage

func (*CheckConsentChallengeResponse) ProtoMessage()

func (*CheckConsentChallengeResponse) ProtoReflect

func (*CheckConsentChallengeResponse) Reset

func (x *CheckConsentChallengeResponse) Reset()

func (*CheckConsentChallengeResponse) String

func (*CheckConsentChallengeResponse) Validate

func (m *CheckConsentChallengeResponse) Validate() error

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

func (m *CheckConsentChallengeResponse) ValidateAll() error

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

type CheckConsentChallengeResponseMultiError

type CheckConsentChallengeResponseMultiError []error

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

func (CheckConsentChallengeResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CheckConsentChallengeResponseMultiError) Error

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

type CheckConsentChallengeResponseValidationError

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

CheckConsentChallengeResponseValidationError is the validation error returned by CheckConsentChallengeResponse.Validate if the designated constraints aren't met.

func (CheckConsentChallengeResponseValidationError) Cause

Cause function returns cause value.

func (CheckConsentChallengeResponseValidationError) Error

Error satisfies the builtin error interface

func (CheckConsentChallengeResponseValidationError) ErrorName

ErrorName returns error name.

func (CheckConsentChallengeResponseValidationError) Field

Field function returns field value.

func (CheckConsentChallengeResponseValidationError) Key

Key function returns key value.

func (CheckConsentChallengeResponseValidationError) Reason

Reason function returns reason value.

type CheckInvitationStateRequest

type CheckInvitationStateRequest struct {

	// Types that are assignable to Identifier:
	//
	//	*CheckInvitationStateRequest_ReferenceId
	//	*CheckInvitationStateRequest_InvitationToken
	Identifier isCheckInvitationStateRequest_Identifier `protobuf_oneof:"identifier"`
	// contains filtered or unexported fields
}

func (*CheckInvitationStateRequest) Descriptor deprecated

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

Deprecated: Use CheckInvitationStateRequest.ProtoReflect.Descriptor instead.

func (*CheckInvitationStateRequest) GetIdentifier

func (m *CheckInvitationStateRequest) GetIdentifier() isCheckInvitationStateRequest_Identifier

func (*CheckInvitationStateRequest) GetInvitationToken

func (x *CheckInvitationStateRequest) GetInvitationToken() string

func (*CheckInvitationStateRequest) GetReferenceId

func (x *CheckInvitationStateRequest) GetReferenceId() string

func (*CheckInvitationStateRequest) ProtoMessage

func (*CheckInvitationStateRequest) ProtoMessage()

func (*CheckInvitationStateRequest) ProtoReflect

func (*CheckInvitationStateRequest) Reset

func (x *CheckInvitationStateRequest) Reset()

func (*CheckInvitationStateRequest) String

func (x *CheckInvitationStateRequest) String() string

func (*CheckInvitationStateRequest) Validate

func (m *CheckInvitationStateRequest) Validate() error

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

func (m *CheckInvitationStateRequest) ValidateAll() error

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

type CheckInvitationStateRequestMultiError

type CheckInvitationStateRequestMultiError []error

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

func (CheckInvitationStateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CheckInvitationStateRequestMultiError) Error

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

type CheckInvitationStateRequestValidationError

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

CheckInvitationStateRequestValidationError is the validation error returned by CheckInvitationStateRequest.Validate if the designated constraints aren't met.

func (CheckInvitationStateRequestValidationError) Cause

Cause function returns cause value.

func (CheckInvitationStateRequestValidationError) Error

Error satisfies the builtin error interface

func (CheckInvitationStateRequestValidationError) ErrorName

ErrorName returns error name.

func (CheckInvitationStateRequestValidationError) Field

Field function returns field value.

func (CheckInvitationStateRequestValidationError) Key

Key function returns key value.

func (CheckInvitationStateRequestValidationError) Reason

Reason function returns reason value.

type CheckInvitationStateRequest_InvitationToken

type CheckInvitationStateRequest_InvitationToken struct {
	// InvitationToken is a unique token used in invitation URL.
	InvitationToken string `protobuf:"bytes,2,opt,name=invitation_token,json=invitationToken,proto3,oneof"`
}

type CheckInvitationStateRequest_ReferenceId

type CheckInvitationStateRequest_ReferenceId struct {
	// ReferenceId is unique external reference identifier to correlate the lifecycle events with.
	ReferenceId string `protobuf:"bytes,1,opt,name=reference_id,json=referenceId,proto3,oneof"`
}

type CheckInvitationStateResponse

type CheckInvitationStateResponse struct {
	Invitation *Invitation `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckInvitationStateResponse) Descriptor deprecated

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

Deprecated: Use CheckInvitationStateResponse.ProtoReflect.Descriptor instead.

func (*CheckInvitationStateResponse) GetInvitation

func (x *CheckInvitationStateResponse) GetInvitation() *Invitation

func (*CheckInvitationStateResponse) ProtoMessage

func (*CheckInvitationStateResponse) ProtoMessage()

func (*CheckInvitationStateResponse) ProtoReflect

func (*CheckInvitationStateResponse) Reset

func (x *CheckInvitationStateResponse) Reset()

func (*CheckInvitationStateResponse) String

func (*CheckInvitationStateResponse) Validate

func (m *CheckInvitationStateResponse) Validate() error

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

func (m *CheckInvitationStateResponse) ValidateAll() error

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

type CheckInvitationStateResponseMultiError

type CheckInvitationStateResponseMultiError []error

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

func (CheckInvitationStateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CheckInvitationStateResponseMultiError) Error

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

type CheckInvitationStateResponseValidationError

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

CheckInvitationStateResponseValidationError is the validation error returned by CheckInvitationStateResponse.Validate if the designated constraints aren't met.

func (CheckInvitationStateResponseValidationError) Cause

Cause function returns cause value.

func (CheckInvitationStateResponseValidationError) Error

Error satisfies the builtin error interface

func (CheckInvitationStateResponseValidationError) ErrorName

ErrorName returns error name.

func (CheckInvitationStateResponseValidationError) Field

Field function returns field value.

func (CheckInvitationStateResponseValidationError) Key

Key function returns key value.

func (CheckInvitationStateResponseValidationError) Reason

Reason function returns reason value.

type ConsentApproval

type ConsentApproval struct {

	// GrantScopes sets the scope the user authorized the client to use. Should be a subset of `requested_scope`.
	GrantScopes []string `protobuf:"bytes,1,rep,name=grant_scopes,json=grantScopes,proto3" json:"grant_scopes,omitempty"`
	// GrantedAudiences sets the audience the user authorized the client to use. Should be a subset of `audiences`.
	GrantedAudiences []string `protobuf:"bytes,2,rep,name=granted_audiences,json=grantedAudiences,proto3" json:"granted_audiences,omitempty"`
	// Session allows you to set (optional) session data for access and ID tokens.
	Session *ConsentRequestSessionData `protobuf:"bytes,3,opt,name=session,proto3" json:"session,omitempty"`
	// Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same
	// client asks the same user for the same, or a subset of, scope.
	Remember bool `protobuf:"varint,4,opt,name=remember,proto3" json:"remember,omitempty"`
	// RememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the
	// authorization will be remembered indefinitely.
	RememberFor int64 `protobuf:"varint,5,opt,name=remember_for,json=rememberFor,proto3" json:"remember_for,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsentApproval) Descriptor deprecated

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

Deprecated: Use ConsentApproval.ProtoReflect.Descriptor instead.

func (*ConsentApproval) GetGrantScopes

func (x *ConsentApproval) GetGrantScopes() []string

func (*ConsentApproval) GetGrantedAudiences

func (x *ConsentApproval) GetGrantedAudiences() []string

func (*ConsentApproval) GetRemember

func (x *ConsentApproval) GetRemember() bool

func (*ConsentApproval) GetRememberFor

func (x *ConsentApproval) GetRememberFor() int64

func (*ConsentApproval) GetSession

func (x *ConsentApproval) GetSession() *ConsentRequestSessionData

func (*ConsentApproval) ProtoMessage

func (*ConsentApproval) ProtoMessage()

func (*ConsentApproval) ProtoReflect

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

func (*ConsentApproval) Reset

func (x *ConsentApproval) Reset()

func (*ConsentApproval) String

func (x *ConsentApproval) String() string

func (*ConsentApproval) Validate

func (m *ConsentApproval) Validate() error

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

func (m *ConsentApproval) ValidateAll() error

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

type ConsentApprovalMultiError

type ConsentApprovalMultiError []error

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

func (ConsentApprovalMultiError) AllErrors

func (m ConsentApprovalMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConsentApprovalMultiError) Error

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

type ConsentApprovalValidationError

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

ConsentApprovalValidationError is the validation error returned by ConsentApproval.Validate if the designated constraints aren't met.

func (ConsentApprovalValidationError) Cause

Cause function returns cause value.

func (ConsentApprovalValidationError) Error

Error satisfies the builtin error interface

func (ConsentApprovalValidationError) ErrorName

func (e ConsentApprovalValidationError) ErrorName() string

ErrorName returns error name.

func (ConsentApprovalValidationError) Field

Field function returns field value.

func (ConsentApprovalValidationError) Key

Key function returns key value.

func (ConsentApprovalValidationError) Reason

Reason function returns reason value.

type ConsentRequestSessionData

type ConsentRequestSessionData struct {

	// AccessToken sets session data for the access and refresh token, as well as any future tokens issued by the
	// refresh grant. Keep in mind that this data will be available to anyone performing OAuth 2.0 Challenge Introspection.
	// If only your services can perform OAuth 2.0 Challenge Introspection, this is usually fine. But if third parties
	// can access that endpoint as well, sensitive data from the session might be exposed to them. Use with care!
	AccessToken *v1beta1.MapValue `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// IDToken sets session data for the OpenID Connect ID token. Keep in mind that the session'id payloads are readable
	// by anyone that has access to the ID Challenge. Use with care!
	IdToken  *v1beta1.MapValue `protobuf:"bytes,2,opt,name=id_token,json=idToken,proto3" json:"id_token,omitempty"`
	Userinfo *v1beta1.MapValue `protobuf:"bytes,3,opt,name=userinfo,proto3" json:"userinfo,omitempty"`
	// contains filtered or unexported fields
}

Used to pass session data to a consent request.

func (*ConsentRequestSessionData) Descriptor deprecated

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

Deprecated: Use ConsentRequestSessionData.ProtoReflect.Descriptor instead.

func (*ConsentRequestSessionData) GetAccessToken

func (x *ConsentRequestSessionData) GetAccessToken() *v1beta1.MapValue

func (*ConsentRequestSessionData) GetIdToken

func (x *ConsentRequestSessionData) GetIdToken() *v1beta1.MapValue

func (*ConsentRequestSessionData) GetUserinfo

func (x *ConsentRequestSessionData) GetUserinfo() *v1beta1.MapValue

func (*ConsentRequestSessionData) ProtoMessage

func (*ConsentRequestSessionData) ProtoMessage()

func (*ConsentRequestSessionData) ProtoReflect

func (*ConsentRequestSessionData) Reset

func (x *ConsentRequestSessionData) Reset()

func (*ConsentRequestSessionData) String

func (x *ConsentRequestSessionData) String() string

func (*ConsentRequestSessionData) Validate

func (m *ConsentRequestSessionData) Validate() error

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

func (m *ConsentRequestSessionData) ValidateAll() error

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

type ConsentRequestSessionDataMultiError

type ConsentRequestSessionDataMultiError []error

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

func (ConsentRequestSessionDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ConsentRequestSessionDataMultiError) Error

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

type ConsentRequestSessionDataValidationError

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

ConsentRequestSessionDataValidationError is the validation error returned by ConsentRequestSessionData.Validate if the designated constraints aren't met.

func (ConsentRequestSessionDataValidationError) Cause

Cause function returns cause value.

func (ConsentRequestSessionDataValidationError) Error

Error satisfies the builtin error interface

func (ConsentRequestSessionDataValidationError) ErrorName

ErrorName returns error name.

func (ConsentRequestSessionDataValidationError) Field

Field function returns field value.

func (ConsentRequestSessionDataValidationError) Key

Key function returns key value.

func (ConsentRequestSessionDataValidationError) Reason

Reason function returns reason value.

type CreateConsentVerifierRequest

type CreateConsentVerifierRequest struct {
	Challenge string `protobuf:"bytes,1,opt,name=challenge,proto3" json:"challenge,omitempty"`
	// Types that are assignable to Result:
	//
	//	*CreateConsentVerifierRequest_Approval
	//	*CreateConsentVerifierRequest_Denial
	Result isCreateConsentVerifierRequest_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*CreateConsentVerifierRequest) Descriptor deprecated

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

Deprecated: Use CreateConsentVerifierRequest.ProtoReflect.Descriptor instead.

func (*CreateConsentVerifierRequest) GetApproval

func (*CreateConsentVerifierRequest) GetChallenge

func (x *CreateConsentVerifierRequest) GetChallenge() string

func (*CreateConsentVerifierRequest) GetDenial

func (*CreateConsentVerifierRequest) GetResult

func (m *CreateConsentVerifierRequest) GetResult() isCreateConsentVerifierRequest_Result

func (*CreateConsentVerifierRequest) ProtoMessage

func (*CreateConsentVerifierRequest) ProtoMessage()

func (*CreateConsentVerifierRequest) ProtoReflect

func (*CreateConsentVerifierRequest) Reset

func (x *CreateConsentVerifierRequest) Reset()

func (*CreateConsentVerifierRequest) String

func (*CreateConsentVerifierRequest) Validate

func (m *CreateConsentVerifierRequest) Validate() error

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

func (m *CreateConsentVerifierRequest) ValidateAll() error

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

type CreateConsentVerifierRequestMultiError

type CreateConsentVerifierRequestMultiError []error

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

func (CreateConsentVerifierRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateConsentVerifierRequestMultiError) Error

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

type CreateConsentVerifierRequestValidationError

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

CreateConsentVerifierRequestValidationError is the validation error returned by CreateConsentVerifierRequest.Validate if the designated constraints aren't met.

func (CreateConsentVerifierRequestValidationError) Cause

Cause function returns cause value.

func (CreateConsentVerifierRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateConsentVerifierRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateConsentVerifierRequestValidationError) Field

Field function returns field value.

func (CreateConsentVerifierRequestValidationError) Key

Key function returns key value.

func (CreateConsentVerifierRequestValidationError) Reason

Reason function returns reason value.

type CreateConsentVerifierRequest_Approval

type CreateConsentVerifierRequest_Approval struct {
	Approval *ConsentApproval `protobuf:"bytes,2,opt,name=approval,proto3,oneof"`
}

type CreateConsentVerifierRequest_Denial

type CreateConsentVerifierRequest_Denial struct {
	Denial *DenialResponse `protobuf:"bytes,3,opt,name=denial,proto3,oneof"`
}

type CreateConsentVerifierResponse

type CreateConsentVerifierResponse struct {
	Verifier              string `protobuf:"bytes,1,opt,name=verifier,proto3" json:"verifier,omitempty"`
	AuthorizationEndpoint string `protobuf:"bytes,2,opt,name=authorization_endpoint,json=authorizationEndpoint,proto3" json:"authorization_endpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConsentVerifierResponse) Descriptor deprecated

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

Deprecated: Use CreateConsentVerifierResponse.ProtoReflect.Descriptor instead.

func (*CreateConsentVerifierResponse) GetAuthorizationEndpoint

func (x *CreateConsentVerifierResponse) GetAuthorizationEndpoint() string

func (*CreateConsentVerifierResponse) GetVerifier

func (x *CreateConsentVerifierResponse) GetVerifier() string

func (*CreateConsentVerifierResponse) ProtoMessage

func (*CreateConsentVerifierResponse) ProtoMessage()

func (*CreateConsentVerifierResponse) ProtoReflect

func (*CreateConsentVerifierResponse) Reset

func (x *CreateConsentVerifierResponse) Reset()

func (*CreateConsentVerifierResponse) String

func (*CreateConsentVerifierResponse) Validate

func (m *CreateConsentVerifierResponse) Validate() error

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

func (m *CreateConsentVerifierResponse) ValidateAll() error

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

type CreateConsentVerifierResponseMultiError

type CreateConsentVerifierResponseMultiError []error

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

func (CreateConsentVerifierResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateConsentVerifierResponseMultiError) Error

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

type CreateConsentVerifierResponseValidationError

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

CreateConsentVerifierResponseValidationError is the validation error returned by CreateConsentVerifierResponse.Validate if the designated constraints aren't met.

func (CreateConsentVerifierResponseValidationError) Cause

Cause function returns cause value.

func (CreateConsentVerifierResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateConsentVerifierResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateConsentVerifierResponseValidationError) Field

Field function returns field value.

func (CreateConsentVerifierResponseValidationError) Key

Key function returns key value.

func (CreateConsentVerifierResponseValidationError) Reason

Reason function returns reason value.

type CreateInvitationRequest

type CreateInvitationRequest struct {

	// TenantId specify under which tenant the user is invited
	TenantId []byte `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	// ReferenceId is unique external reference identifier to correlate the lifecycle events with.
	// Must be unique within the whole application
	ReferenceId string `protobuf:"bytes,2,opt,name=reference_id,json=referenceId,proto3" json:"reference_id,omitempty"`
	// InviteAtTime can be empty to send invitation immediately.
	// Or can specify time in the future to postpone sending invitation message.
	InviteAtTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=invite_at_time,json=inviteAtTime,proto3" json:"invite_at_time,omitempty"`
	// ExpireTime can be empty and default lifetime is used. Or you can specify own expiration time of invitation.
	ExpireTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// Attributes passed into message sender
	MessageAttributes *v1beta1.MapValue `protobuf:"bytes,5,opt,name=message_attributes,json=messageAttributes,proto3" json:"message_attributes,omitempty"`
	// Types that are assignable to Invitee:
	//
	//	*CreateInvitationRequest_Email
	//	*CreateInvitationRequest_Mobile
	Invitee isCreateInvitationRequest_Invitee `protobuf_oneof:"invitee"`
	// contains filtered or unexported fields
}

func (*CreateInvitationRequest) Descriptor deprecated

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

Deprecated: Use CreateInvitationRequest.ProtoReflect.Descriptor instead.

func (*CreateInvitationRequest) GetEmail

func (x *CreateInvitationRequest) GetEmail() string

func (*CreateInvitationRequest) GetExpireTime

func (x *CreateInvitationRequest) GetExpireTime() *timestamppb.Timestamp

func (*CreateInvitationRequest) GetInviteAtTime

func (x *CreateInvitationRequest) GetInviteAtTime() *timestamppb.Timestamp

func (*CreateInvitationRequest) GetInvitee

func (m *CreateInvitationRequest) GetInvitee() isCreateInvitationRequest_Invitee

func (*CreateInvitationRequest) GetMessageAttributes

func (x *CreateInvitationRequest) GetMessageAttributes() *v1beta1.MapValue

func (*CreateInvitationRequest) GetMobile

func (x *CreateInvitationRequest) GetMobile() string

func (*CreateInvitationRequest) GetReferenceId

func (x *CreateInvitationRequest) GetReferenceId() string

func (*CreateInvitationRequest) GetTenantId

func (x *CreateInvitationRequest) GetTenantId() []byte

func (*CreateInvitationRequest) ProtoMessage

func (*CreateInvitationRequest) ProtoMessage()

func (*CreateInvitationRequest) ProtoReflect

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

func (*CreateInvitationRequest) Reset

func (x *CreateInvitationRequest) Reset()

func (*CreateInvitationRequest) String

func (x *CreateInvitationRequest) String() string

func (*CreateInvitationRequest) Validate

func (m *CreateInvitationRequest) Validate() error

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

func (m *CreateInvitationRequest) ValidateAll() error

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

type CreateInvitationRequestMultiError

type CreateInvitationRequestMultiError []error

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

func (CreateInvitationRequestMultiError) AllErrors

func (m CreateInvitationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateInvitationRequestMultiError) Error

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

type CreateInvitationRequestValidationError

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

CreateInvitationRequestValidationError is the validation error returned by CreateInvitationRequest.Validate if the designated constraints aren't met.

func (CreateInvitationRequestValidationError) Cause

Cause function returns cause value.

func (CreateInvitationRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateInvitationRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateInvitationRequestValidationError) Field

Field function returns field value.

func (CreateInvitationRequestValidationError) Key

Key function returns key value.

func (CreateInvitationRequestValidationError) Reason

Reason function returns reason value.

type CreateInvitationRequest_Email

type CreateInvitationRequest_Email struct {
	// Email address where invitation message will be sent.
	Email string `protobuf:"bytes,6,opt,name=email,proto3,oneof"`
}

type CreateInvitationRequest_Mobile

type CreateInvitationRequest_Mobile struct {
	// Mobile number where sms will be sent.
	Mobile string `protobuf:"bytes,7,opt,name=mobile,proto3,oneof"`
}

type CreateInvitationResponse

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

func (*CreateInvitationResponse) Descriptor deprecated

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

Deprecated: Use CreateInvitationResponse.ProtoReflect.Descriptor instead.

func (*CreateInvitationResponse) ProtoMessage

func (*CreateInvitationResponse) ProtoMessage()

func (*CreateInvitationResponse) ProtoReflect

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

func (*CreateInvitationResponse) Reset

func (x *CreateInvitationResponse) Reset()

func (*CreateInvitationResponse) String

func (x *CreateInvitationResponse) String() string

func (*CreateInvitationResponse) Validate

func (m *CreateInvitationResponse) Validate() error

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

func (m *CreateInvitationResponse) ValidateAll() error

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

type CreateInvitationResponseMultiError

type CreateInvitationResponseMultiError []error

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

func (CreateInvitationResponseMultiError) AllErrors

func (m CreateInvitationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateInvitationResponseMultiError) Error

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

type CreateInvitationResponseValidationError

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

CreateInvitationResponseValidationError is the validation error returned by CreateInvitationResponse.Validate if the designated constraints aren't met.

func (CreateInvitationResponseValidationError) Cause

Cause function returns cause value.

func (CreateInvitationResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateInvitationResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateInvitationResponseValidationError) Field

Field function returns field value.

func (CreateInvitationResponseValidationError) Key

Key function returns key value.

func (CreateInvitationResponseValidationError) Reason

Reason function returns reason value.

type CredentialControl

type CredentialControl int32
const (
	CredentialControl_CREDENTIAL_CONTROL_INVALID CredentialControl = 0
	CredentialControl_CREDENTIAL_CONTROL_DISABLE CredentialControl = 1
	CredentialControl_CREDENTIAL_CONTROL_ENABLE  CredentialControl = 2
	CredentialControl_CREDENTIAL_CONTROL_LOCKOUT CredentialControl = 3
	// The user can't change the password.
	CredentialControl_CREDENTIAL_CONTROL_PASSWORD_CANT_CHANGE CredentialControl = 4
	// It's a default account type that represents a typical user.
	CredentialControl_CREDENTIAL_CONTROL_NORMAL_ACCOUNT CredentialControl = 5
	// Represents the password, which should never expire on the account.
	CredentialControl_CREDENTIAL_CONTROL_DONT_EXPIRE_PASSWORD CredentialControl = 6
	// The user's password has expired.
	CredentialControl_CREDENTIAL_CONTROL_PASSWORD_EXPIRED CredentialControl = 7 //CREDENTIAL_CONTROL_ENCRYPTED_TEXT_PASSWORD_ALLOWED = 8;
)

func (CredentialControl) Descriptor

func (CredentialControl) Enum

func (CredentialControl) EnumDescriptor deprecated

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

Deprecated: Use CredentialControl.Descriptor instead.

func (CredentialControl) Number

func (CredentialControl) String

func (x CredentialControl) String() string

func (CredentialControl) Type

type DeleteDigitalTwinRequest

type DeleteDigitalTwinRequest struct {
	Id *DigitalTwinIdentifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// AdminToken must be set when id contains only the DigitalTwin.
	AdminToken string `protobuf:"bytes,2,opt,name=admin_token,json=adminToken,proto3" json:"admin_token,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDigitalTwinRequest) Descriptor deprecated

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

Deprecated: Use DeleteDigitalTwinRequest.ProtoReflect.Descriptor instead.

func (*DeleteDigitalTwinRequest) GetAdminToken

func (x *DeleteDigitalTwinRequest) GetAdminToken() string

func (*DeleteDigitalTwinRequest) GetId

func (*DeleteDigitalTwinRequest) ProtoMessage

func (*DeleteDigitalTwinRequest) ProtoMessage()

func (*DeleteDigitalTwinRequest) ProtoReflect

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

func (*DeleteDigitalTwinRequest) Reset

func (x *DeleteDigitalTwinRequest) Reset()

func (*DeleteDigitalTwinRequest) String

func (x *DeleteDigitalTwinRequest) String() string

func (*DeleteDigitalTwinRequest) Validate

func (m *DeleteDigitalTwinRequest) Validate() error

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

func (m *DeleteDigitalTwinRequest) ValidateAll() error

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

type DeleteDigitalTwinRequestMultiError

type DeleteDigitalTwinRequestMultiError []error

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

func (DeleteDigitalTwinRequestMultiError) AllErrors

func (m DeleteDigitalTwinRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteDigitalTwinRequestMultiError) Error

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

type DeleteDigitalTwinRequestValidationError

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

DeleteDigitalTwinRequestValidationError is the validation error returned by DeleteDigitalTwinRequest.Validate if the designated constraints aren't met.

func (DeleteDigitalTwinRequestValidationError) Cause

Cause function returns cause value.

func (DeleteDigitalTwinRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteDigitalTwinRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteDigitalTwinRequestValidationError) Field

Field function returns field value.

func (DeleteDigitalTwinRequestValidationError) Key

Key function returns key value.

func (DeleteDigitalTwinRequestValidationError) Reason

Reason function returns reason value.

type DeleteDigitalTwinResponse

type DeleteDigitalTwinResponse struct {
	DigitalTwin *DigitalTwin `protobuf:"bytes,1,opt,name=digital_twin,json=digitalTwin,proto3" json:"digital_twin,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDigitalTwinResponse) Descriptor deprecated

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

Deprecated: Use DeleteDigitalTwinResponse.ProtoReflect.Descriptor instead.

func (*DeleteDigitalTwinResponse) GetDigitalTwin

func (x *DeleteDigitalTwinResponse) GetDigitalTwin() *DigitalTwin

func (*DeleteDigitalTwinResponse) ProtoMessage

func (*DeleteDigitalTwinResponse) ProtoMessage()

func (*DeleteDigitalTwinResponse) ProtoReflect

func (*DeleteDigitalTwinResponse) Reset

func (x *DeleteDigitalTwinResponse) Reset()

func (*DeleteDigitalTwinResponse) String

func (x *DeleteDigitalTwinResponse) String() string

func (*DeleteDigitalTwinResponse) Validate

func (m *DeleteDigitalTwinResponse) Validate() error

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

func (m *DeleteDigitalTwinResponse) ValidateAll() error

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

type DeleteDigitalTwinResponseMultiError

type DeleteDigitalTwinResponseMultiError []error

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

func (DeleteDigitalTwinResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteDigitalTwinResponseMultiError) Error

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

type DeleteDigitalTwinResponseValidationError

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

DeleteDigitalTwinResponseValidationError is the validation error returned by DeleteDigitalTwinResponse.Validate if the designated constraints aren't met.

func (DeleteDigitalTwinResponseValidationError) Cause

Cause function returns cause value.

func (DeleteDigitalTwinResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteDigitalTwinResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteDigitalTwinResponseValidationError) Field

Field function returns field value.

func (DeleteDigitalTwinResponseValidationError) Key

Key function returns key value.

func (DeleteDigitalTwinResponseValidationError) Reason

Reason function returns reason value.

type DenialResponse

type DenialResponse struct {

	// The error should follow the OAuth2 error format (e.g. `invalid_request`, `login_required`).
	// See [https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.2.1](full specification)
	// Defaults to `access_denied`.
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// Description of the error in a human readable format.
	ErrorDescription string `protobuf:"bytes,2,opt,name=error_description,json=errorDescription,proto3" json:"error_description,omitempty"`
	// Hint to help resolve the error.
	ErrorHint string `protobuf:"bytes,3,opt,name=error_hint,json=errorHint,proto3" json:"error_hint,omitempty"`
	// Represents the HTTP status code of the error (e.g. 401 or 403)
	//
	// Defaults to 403
	StatusCode int64 `protobuf:"varint,4,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
	// contains filtered or unexported fields
}

The request payload used to accept a login or consent request.

func (*DenialResponse) Descriptor deprecated

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

Deprecated: Use DenialResponse.ProtoReflect.Descriptor instead.

func (*DenialResponse) GetError

func (x *DenialResponse) GetError() string

func (*DenialResponse) GetErrorDescription

func (x *DenialResponse) GetErrorDescription() string

func (*DenialResponse) GetErrorHint

func (x *DenialResponse) GetErrorHint() string

func (*DenialResponse) GetStatusCode

func (x *DenialResponse) GetStatusCode() int64

func (*DenialResponse) ProtoMessage

func (*DenialResponse) ProtoMessage()

func (*DenialResponse) ProtoReflect

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

func (*DenialResponse) Reset

func (x *DenialResponse) Reset()

func (*DenialResponse) String

func (x *DenialResponse) String() string

func (*DenialResponse) Validate

func (m *DenialResponse) Validate() error

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

func (m *DenialResponse) ValidateAll() error

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

type DenialResponseMultiError

type DenialResponseMultiError []error

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

func (DenialResponseMultiError) AllErrors

func (m DenialResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DenialResponseMultiError) Error

func (m DenialResponseMultiError) Error() string

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

type DenialResponseValidationError

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

DenialResponseValidationError is the validation error returned by DenialResponse.Validate if the designated constraints aren't met.

func (DenialResponseValidationError) Cause

Cause function returns cause value.

func (DenialResponseValidationError) Error

Error satisfies the builtin error interface

func (DenialResponseValidationError) ErrorName

func (e DenialResponseValidationError) ErrorName() string

ErrorName returns error name.

func (DenialResponseValidationError) Field

Field function returns field value.

func (DenialResponseValidationError) Key

Key function returns key value.

func (DenialResponseValidationError) Reason

Reason function returns reason value.

type DigitalEntity

type DigitalEntity struct {
	DigitalTwin *DigitalTwin `protobuf:"bytes,1,opt,name=digital_twin,json=digitalTwin,proto3" json:"digital_twin,omitempty"`
	// DigitalTwin created at property
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Properties contains the requested property values.
	Properties []*Property `protobuf:"bytes,3,rep,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*DigitalEntity) Descriptor deprecated

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

Deprecated: Use DigitalEntity.ProtoReflect.Descriptor instead.

func (*DigitalEntity) GetCreateTime

func (x *DigitalEntity) GetCreateTime() *timestamppb.Timestamp

func (*DigitalEntity) GetDigitalTwin

func (x *DigitalEntity) GetDigitalTwin() *DigitalTwin

func (*DigitalEntity) GetProperties

func (x *DigitalEntity) GetProperties() []*Property

func (*DigitalEntity) ProtoMessage

func (*DigitalEntity) ProtoMessage()

func (*DigitalEntity) ProtoReflect

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

func (*DigitalEntity) Reset

func (x *DigitalEntity) Reset()

func (*DigitalEntity) String

func (x *DigitalEntity) String() string

func (*DigitalEntity) Validate

func (m *DigitalEntity) Validate() error

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

func (m *DigitalEntity) ValidateAll() error

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

type DigitalEntityMultiError

type DigitalEntityMultiError []error

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

func (DigitalEntityMultiError) AllErrors

func (m DigitalEntityMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DigitalEntityMultiError) Error

func (m DigitalEntityMultiError) Error() string

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

type DigitalEntityValidationError

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

DigitalEntityValidationError is the validation error returned by DigitalEntity.Validate if the designated constraints aren't met.

func (DigitalEntityValidationError) Cause

Cause function returns cause value.

func (DigitalEntityValidationError) Error

Error satisfies the builtin error interface

func (DigitalEntityValidationError) ErrorName

func (e DigitalEntityValidationError) ErrorName() string

ErrorName returns error name.

func (DigitalEntityValidationError) Field

Field function returns field value.

func (DigitalEntityValidationError) Key

Key function returns key value.

func (DigitalEntityValidationError) Reason

Reason function returns reason value.

type DigitalTwin

type DigitalTwin struct {

	// Id the unique credential identifier.
	Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// TenantId the unique identifier of the tenant of Credential.
	TenantId []byte           `protobuf:"bytes,2,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	Kind     DigitalTwinKind  `protobuf:"varint,3,opt,name=kind,proto3,enum=indykite.identity.v1beta1.DigitalTwinKind" json:"kind,omitempty"`
	State    DigitalTwinState `protobuf:"varint,4,opt,name=state,proto3,enum=indykite.identity.v1beta1.DigitalTwinState" json:"state,omitempty"`
	// Tags define semantics for DigitalTwin.
	// First tag is considered as primary tag for use cases, when 1 tag must be extracted from the list.
	//
	// Tags defines more detailed semantic meaning, and are tightly coupled with the properties a DigitalTwin can have.
	Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

DigitalTwin represents a digital entity.

func (*DigitalTwin) Descriptor deprecated

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

Deprecated: Use DigitalTwin.ProtoReflect.Descriptor instead.

func (*DigitalTwin) GetId

func (x *DigitalTwin) GetId() []byte

func (*DigitalTwin) GetKind

func (x *DigitalTwin) GetKind() DigitalTwinKind

func (*DigitalTwin) GetState

func (x *DigitalTwin) GetState() DigitalTwinState

func (*DigitalTwin) GetTags

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

func (*DigitalTwin) GetTenantId

func (x *DigitalTwin) GetTenantId() []byte

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 DigitalTwinIdentifier

type DigitalTwinIdentifier struct {

	// Types that are assignable to Filter:
	//
	//	*DigitalTwinIdentifier_DigitalTwin
	//	*DigitalTwinIdentifier_Property
	//	*DigitalTwinIdentifier_AccessToken
	Filter isDigitalTwinIdentifier_Filter `protobuf_oneof:"filter"`
	// contains filtered or unexported fields
}

func (*DigitalTwinIdentifier) Descriptor deprecated

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

Deprecated: Use DigitalTwinIdentifier.ProtoReflect.Descriptor instead.

func (*DigitalTwinIdentifier) GetAccessToken

func (x *DigitalTwinIdentifier) GetAccessToken() string

func (*DigitalTwinIdentifier) GetDigitalTwin

func (x *DigitalTwinIdentifier) GetDigitalTwin() *DigitalTwin

func (*DigitalTwinIdentifier) GetFilter

func (m *DigitalTwinIdentifier) GetFilter() isDigitalTwinIdentifier_Filter

func (*DigitalTwinIdentifier) GetProperty

func (x *DigitalTwinIdentifier) GetProperty() *Property

func (*DigitalTwinIdentifier) ProtoMessage

func (*DigitalTwinIdentifier) ProtoMessage()

func (*DigitalTwinIdentifier) ProtoReflect

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

func (*DigitalTwinIdentifier) Reset

func (x *DigitalTwinIdentifier) Reset()

func (*DigitalTwinIdentifier) String

func (x *DigitalTwinIdentifier) String() string

func (*DigitalTwinIdentifier) Validate

func (m *DigitalTwinIdentifier) Validate() error

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

func (m *DigitalTwinIdentifier) ValidateAll() error

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

type DigitalTwinIdentifierMultiError

type DigitalTwinIdentifierMultiError []error

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

func (DigitalTwinIdentifierMultiError) AllErrors

func (m DigitalTwinIdentifierMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DigitalTwinIdentifierMultiError) Error

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

type DigitalTwinIdentifierValidationError

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

DigitalTwinIdentifierValidationError is the validation error returned by DigitalTwinIdentifier.Validate if the designated constraints aren't met.

func (DigitalTwinIdentifierValidationError) Cause

Cause function returns cause value.

func (DigitalTwinIdentifierValidationError) Error

Error satisfies the builtin error interface

func (DigitalTwinIdentifierValidationError) ErrorName

ErrorName returns error name.

func (DigitalTwinIdentifierValidationError) Field

Field function returns field value.

func (DigitalTwinIdentifierValidationError) Key

Key function returns key value.

func (DigitalTwinIdentifierValidationError) Reason

Reason function returns reason value.

type DigitalTwinIdentifier_AccessToken

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

type DigitalTwinIdentifier_DigitalTwin

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

type DigitalTwinIdentifier_Property

type DigitalTwinIdentifier_Property struct {
	// Property + tenantId not yet supported
	Property *Property `protobuf:"bytes,2,opt,name=property,proto3,oneof"`
}

type DigitalTwinKind

type DigitalTwinKind int32

DigitalTwinKind represents the kind of digital entity.

const (
	// Default unset value.
	DigitalTwinKind_DIGITAL_TWIN_KIND_INVALID DigitalTwinKind = 0
	// This is a Person.
	DigitalTwinKind_DIGITAL_TWIN_KIND_PERSON DigitalTwinKind = 1
	// This is a Service Account.
	DigitalTwinKind_DIGITAL_TWIN_KIND_SERVICE DigitalTwinKind = 2
	// This is a non living thing.
	DigitalTwinKind_DIGITAL_TWIN_KIND_THING DigitalTwinKind = 3
)

func (DigitalTwinKind) Descriptor

func (DigitalTwinKind) Enum

func (x DigitalTwinKind) Enum() *DigitalTwinKind

func (DigitalTwinKind) EnumDescriptor deprecated

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

Deprecated: Use DigitalTwinKind.Descriptor instead.

func (DigitalTwinKind) Number

func (DigitalTwinKind) String

func (x DigitalTwinKind) String() string

func (DigitalTwinKind) Type

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 DigitalTwinState

type DigitalTwinState int32

DigitalTwinState represents the state of an digital entity record.

const (
	// Default unset state.
	DigitalTwinState_DIGITAL_TWIN_STATE_INVALID DigitalTwinState = 0
	// Active entity state.
	DigitalTwinState_DIGITAL_TWIN_STATE_ACTIVE DigitalTwinState = 1
	// Temporarily suspended entity state.
	DigitalTwinState_DIGITAL_TWIN_STATE_DISABLED DigitalTwinState = 2
	// Deleted entity state, left in the system for auditing purpose only.
	DigitalTwinState_DIGITAL_TWIN_STATE_TOMBSTONE DigitalTwinState = 4
)

func (DigitalTwinState) Descriptor

func (DigitalTwinState) Enum

func (DigitalTwinState) EnumDescriptor deprecated

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

Deprecated: Use DigitalTwinState.Descriptor instead.

func (DigitalTwinState) Number

func (DigitalTwinState) String

func (x DigitalTwinState) String() string

func (DigitalTwinState) Type

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 Document

type Document struct {

	// Name of the document resource.
	// Format: `databases/{application_id}/documents/{document_path}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Fields are the key/value pairs of the document.
	//
	// The map keys represent field names.
	Fields map[string]*v1beta1.Value `` /* 153-byte string literal not displayed */
	// CreateTime when the document was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// UpdateTime when the document was last changed.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// contains filtered or unexported fields
}

Document is an IndyKite document object.

func (*Document) Descriptor deprecated

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

Deprecated: Use Document.ProtoReflect.Descriptor instead.

func (*Document) GetCreateTime

func (x *Document) GetCreateTime() *timestamppb.Timestamp

func (*Document) GetFields

func (x *Document) GetFields() map[string]*v1beta1.Value

func (*Document) GetName

func (x *Document) GetName() string

func (*Document) GetUpdateTime

func (x *Document) GetUpdateTime() *timestamppb.Timestamp

func (*Document) ProtoMessage

func (*Document) ProtoMessage()

func (*Document) ProtoReflect

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

func (*Document) Reset

func (x *Document) Reset()

func (*Document) String

func (x *Document) String() string

func (*Document) Validate

func (m *Document) Validate() error

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

func (m *Document) ValidateAll() error

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

type DocumentMask

type DocumentMask struct {

	// FieldPaths is a list of fields in the mask.
	FieldPaths []string `protobuf:"bytes,1,rep,name=field_paths,json=fieldPaths,proto3" json:"field_paths,omitempty"`
	// contains filtered or unexported fields
}

DocumentMask used to restrict a get or update operation on a document to a subset of its fields.

func (*DocumentMask) Descriptor deprecated

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

Deprecated: Use DocumentMask.ProtoReflect.Descriptor instead.

func (*DocumentMask) GetFieldPaths

func (x *DocumentMask) GetFieldPaths() []string

func (*DocumentMask) ProtoMessage

func (*DocumentMask) ProtoMessage()

func (*DocumentMask) ProtoReflect

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

func (*DocumentMask) Reset

func (x *DocumentMask) Reset()

func (*DocumentMask) String

func (x *DocumentMask) String() string

func (*DocumentMask) Validate

func (m *DocumentMask) Validate() error

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

func (m *DocumentMask) ValidateAll() error

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

type DocumentMaskMultiError

type DocumentMaskMultiError []error

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

func (DocumentMaskMultiError) AllErrors

func (m DocumentMaskMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DocumentMaskMultiError) Error

func (m DocumentMaskMultiError) Error() string

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

type DocumentMaskValidationError

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

DocumentMaskValidationError is the validation error returned by DocumentMask.Validate if the designated constraints aren't met.

func (DocumentMaskValidationError) Cause

Cause function returns cause value.

func (DocumentMaskValidationError) Error

Error satisfies the builtin error interface

func (DocumentMaskValidationError) ErrorName

func (e DocumentMaskValidationError) ErrorName() string

ErrorName returns error name.

func (DocumentMaskValidationError) Field

Field function returns field value.

func (DocumentMaskValidationError) Key

Key function returns key value.

func (DocumentMaskValidationError) Reason

Reason function returns reason value.

type DocumentMultiError

type DocumentMultiError []error

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

func (DocumentMultiError) AllErrors

func (m DocumentMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DocumentMultiError) Error

func (m DocumentMultiError) Error() string

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

type DocumentTransform

type DocumentTransform struct {

	// Document is the name of the document to transform.
	Document string `protobuf:"bytes,1,opt,name=document,proto3" json:"document,omitempty"`
	// FieldTransforms is the list of transformations to apply to the fields of the document.
	FieldTransforms []*DocumentTransform_FieldTransform `protobuf:"bytes,2,rep,name=field_transforms,json=fieldTransforms,proto3" json:"field_transforms,omitempty"`
	// contains filtered or unexported fields
}

DocumentTransform represents the transformation of a document.

func (*DocumentTransform) Descriptor deprecated

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

Deprecated: Use DocumentTransform.ProtoReflect.Descriptor instead.

func (*DocumentTransform) GetDocument

func (x *DocumentTransform) GetDocument() string

func (*DocumentTransform) GetFieldTransforms

func (x *DocumentTransform) GetFieldTransforms() []*DocumentTransform_FieldTransform

func (*DocumentTransform) ProtoMessage

func (*DocumentTransform) ProtoMessage()

func (*DocumentTransform) ProtoReflect

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

func (*DocumentTransform) Reset

func (x *DocumentTransform) Reset()

func (*DocumentTransform) String

func (x *DocumentTransform) String() string

func (*DocumentTransform) Validate

func (m *DocumentTransform) Validate() error

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

func (m *DocumentTransform) ValidateAll() error

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

type DocumentTransformMultiError

type DocumentTransformMultiError []error

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

func (DocumentTransformMultiError) AllErrors

func (m DocumentTransformMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DocumentTransformMultiError) Error

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

type DocumentTransformValidationError

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

DocumentTransformValidationError is the validation error returned by DocumentTransform.Validate if the designated constraints aren't met.

func (DocumentTransformValidationError) Cause

Cause function returns cause value.

func (DocumentTransformValidationError) Error

Error satisfies the builtin error interface

func (DocumentTransformValidationError) ErrorName

ErrorName returns error name.

func (DocumentTransformValidationError) Field

Field function returns field value.

func (DocumentTransformValidationError) Key

Key function returns key value.

func (DocumentTransformValidationError) Reason

Reason function returns reason value.

type DocumentTransform_FieldTransform

type DocumentTransform_FieldTransform struct {

	// FieldPath is the path of the field.
	FieldPath string `protobuf:"bytes,1,opt,name=field_path,json=fieldPath,proto3" json:"field_path,omitempty"`
	// The transformation to apply on the field.
	//
	// Types that are assignable to TransformType:
	//
	//	*DocumentTransform_FieldTransform_AppendMissingElements
	//	*DocumentTransform_FieldTransform_RemoveAllFromArray
	TransformType isDocumentTransform_FieldTransform_TransformType `protobuf_oneof:"transform_type"`
	// contains filtered or unexported fields
}

FieldTransform represents the transformation of a field of the document.

func (*DocumentTransform_FieldTransform) Descriptor deprecated

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

Deprecated: Use DocumentTransform_FieldTransform.ProtoReflect.Descriptor instead.

func (*DocumentTransform_FieldTransform) GetAppendMissingElements

func (x *DocumentTransform_FieldTransform) GetAppendMissingElements() *v1beta1.ArrayValue

func (*DocumentTransform_FieldTransform) GetFieldPath

func (x *DocumentTransform_FieldTransform) GetFieldPath() string

func (*DocumentTransform_FieldTransform) GetRemoveAllFromArray

func (x *DocumentTransform_FieldTransform) GetRemoveAllFromArray() *v1beta1.ArrayValue

func (*DocumentTransform_FieldTransform) GetTransformType

func (m *DocumentTransform_FieldTransform) GetTransformType() isDocumentTransform_FieldTransform_TransformType

func (*DocumentTransform_FieldTransform) ProtoMessage

func (*DocumentTransform_FieldTransform) ProtoMessage()

func (*DocumentTransform_FieldTransform) ProtoReflect

func (*DocumentTransform_FieldTransform) Reset

func (*DocumentTransform_FieldTransform) String

func (*DocumentTransform_FieldTransform) Validate

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

func (m *DocumentTransform_FieldTransform) ValidateAll() error

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

type DocumentTransform_FieldTransformMultiError

type DocumentTransform_FieldTransformMultiError []error

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

func (DocumentTransform_FieldTransformMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DocumentTransform_FieldTransformMultiError) Error

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

type DocumentTransform_FieldTransformValidationError

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

DocumentTransform_FieldTransformValidationError is the validation error returned by DocumentTransform_FieldTransform.Validate if the designated constraints aren't met.

func (DocumentTransform_FieldTransformValidationError) Cause

Cause function returns cause value.

func (DocumentTransform_FieldTransformValidationError) Error

Error satisfies the builtin error interface

func (DocumentTransform_FieldTransformValidationError) ErrorName

ErrorName returns error name.

func (DocumentTransform_FieldTransformValidationError) Field

Field function returns field value.

func (DocumentTransform_FieldTransformValidationError) Key

Key function returns key value.

func (DocumentTransform_FieldTransformValidationError) Reason

Reason function returns reason value.

type DocumentTransform_FieldTransform_AppendMissingElements

type DocumentTransform_FieldTransform_AppendMissingElements struct {
	// AppendMissingElements transforms the field by appending the given elements in order
	// if they are not already present in the current field value.
	// If the field is not an array, or if the field does not yet exist, it is
	// first set to the empty array.
	//
	// Equivalent numbers of different types (e.g. 3L and 3.0) are
	// considered equal when checking if a value is missing.
	// NaN is equal to NaN, and Null is equal to Null.
	// If the input contains multiple equivalent values, only the first will
	// be considered.
	//
	// The corresponding transform_result will be the null value.
	AppendMissingElements *v1beta1.ArrayValue `protobuf:"bytes,6,opt,name=append_missing_elements,json=appendMissingElements,proto3,oneof"`
}

type DocumentTransform_FieldTransform_RemoveAllFromArray

type DocumentTransform_FieldTransform_RemoveAllFromArray struct {
	// remove_all_from_array Removes all of the given elements from the array in the field.
	// If the field is not an array, or if the field does not yet exist, it is
	// set to the empty array.
	RemoveAllFromArray *v1beta1.ArrayValue `protobuf:"bytes,7,opt,name=remove_all_from_array,json=removeAllFromArray,proto3,oneof"`
}

type DocumentValidationError

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

DocumentValidationError is the validation error returned by Document.Validate if the designated constraints aren't met.

func (DocumentValidationError) Cause

func (e DocumentValidationError) Cause() error

Cause function returns cause value.

func (DocumentValidationError) Error

func (e DocumentValidationError) Error() string

Error satisfies the builtin error interface

func (DocumentValidationError) ErrorName

func (e DocumentValidationError) ErrorName() string

ErrorName returns error name.

func (DocumentValidationError) Field

func (e DocumentValidationError) Field() string

Field function returns field value.

func (DocumentValidationError) Key

func (e DocumentValidationError) Key() bool

Key function returns key value.

func (DocumentValidationError) Reason

func (e DocumentValidationError) Reason() string

Reason function returns reason value.

type Email

type Email struct {
	Email    string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Verified bool   `protobuf:"varint,2,opt,name=verified,proto3" json:"verified,omitempty"`
	// contains filtered or unexported fields
}

func (*Email) Descriptor deprecated

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

Deprecated: Use Email.ProtoReflect.Descriptor instead.

func (*Email) GetEmail

func (x *Email) GetEmail() string

func (*Email) GetVerified

func (x *Email) GetVerified() bool

func (*Email) ProtoMessage

func (*Email) ProtoMessage()

func (*Email) ProtoReflect

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

func (*Email) Reset

func (x *Email) Reset()

func (*Email) String

func (x *Email) String() string

func (*Email) Validate

func (m *Email) Validate() error

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

func (m *Email) ValidateAll() error

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

type EmailMultiError

type EmailMultiError []error

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

func (EmailMultiError) AllErrors

func (m EmailMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailMultiError) Error

func (m EmailMultiError) Error() string

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

type EmailValidationError

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

EmailValidationError is the validation error returned by Email.Validate if the designated constraints aren't met.

func (EmailValidationError) Cause

func (e EmailValidationError) Cause() error

Cause function returns cause value.

func (EmailValidationError) Error

func (e EmailValidationError) Error() string

Error satisfies the builtin error interface

func (EmailValidationError) ErrorName

func (e EmailValidationError) ErrorName() string

ErrorName returns error name.

func (EmailValidationError) Field

func (e EmailValidationError) Field() string

Field function returns field value.

func (EmailValidationError) Key

func (e EmailValidationError) Key() bool

Key function returns key value.

func (EmailValidationError) Reason

func (e EmailValidationError) Reason() string

Reason function returns reason value.

type EnrichTokenRequest

type EnrichTokenRequest struct {

	// Access token to identify session to enrich.
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// Claims to be enriched in the session, will also be populated in the access token after a refresh.
	TokenClaims *structpb.Struct `protobuf:"bytes,2,opt,name=token_claims,json=tokenClaims,proto3" json:"token_claims,omitempty"`
	// Claims to be enriched in the session, but will not be populated in the access token.
	SessionClaims *structpb.Struct `protobuf:"bytes,3,opt,name=session_claims,json=sessionClaims,proto3" json:"session_claims,omitempty"`
	// contains filtered or unexported fields
}

func (*EnrichTokenRequest) Descriptor deprecated

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

Deprecated: Use EnrichTokenRequest.ProtoReflect.Descriptor instead.

func (*EnrichTokenRequest) GetAccessToken

func (x *EnrichTokenRequest) GetAccessToken() string

func (*EnrichTokenRequest) GetSessionClaims

func (x *EnrichTokenRequest) GetSessionClaims() *structpb.Struct

func (*EnrichTokenRequest) GetTokenClaims

func (x *EnrichTokenRequest) GetTokenClaims() *structpb.Struct

func (*EnrichTokenRequest) ProtoMessage

func (*EnrichTokenRequest) ProtoMessage()

func (*EnrichTokenRequest) ProtoReflect

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

func (*EnrichTokenRequest) Reset

func (x *EnrichTokenRequest) Reset()

func (*EnrichTokenRequest) String

func (x *EnrichTokenRequest) String() string

func (*EnrichTokenRequest) Validate

func (m *EnrichTokenRequest) Validate() error

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

func (m *EnrichTokenRequest) ValidateAll() error

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

type EnrichTokenRequestMultiError

type EnrichTokenRequestMultiError []error

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

func (EnrichTokenRequestMultiError) AllErrors

func (m EnrichTokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnrichTokenRequestMultiError) Error

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

type EnrichTokenRequestValidationError

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

EnrichTokenRequestValidationError is the validation error returned by EnrichTokenRequest.Validate if the designated constraints aren't met.

func (EnrichTokenRequestValidationError) Cause

Cause function returns cause value.

func (EnrichTokenRequestValidationError) Error

Error satisfies the builtin error interface

func (EnrichTokenRequestValidationError) ErrorName

ErrorName returns error name.

func (EnrichTokenRequestValidationError) Field

Field function returns field value.

func (EnrichTokenRequestValidationError) Key

Key function returns key value.

func (EnrichTokenRequestValidationError) Reason

Reason function returns reason value.

type EnrichTokenResponse

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

EnrichTokenResponse ...

func (*EnrichTokenResponse) Descriptor deprecated

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

Deprecated: Use EnrichTokenResponse.ProtoReflect.Descriptor instead.

func (*EnrichTokenResponse) ProtoMessage

func (*EnrichTokenResponse) ProtoMessage()

func (*EnrichTokenResponse) ProtoReflect

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

func (*EnrichTokenResponse) Reset

func (x *EnrichTokenResponse) Reset()

func (*EnrichTokenResponse) String

func (x *EnrichTokenResponse) String() string

func (*EnrichTokenResponse) Validate

func (m *EnrichTokenResponse) Validate() error

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

func (m *EnrichTokenResponse) ValidateAll() error

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

type EnrichTokenResponseMultiError

type EnrichTokenResponseMultiError []error

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

func (EnrichTokenResponseMultiError) AllErrors

func (m EnrichTokenResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnrichTokenResponseMultiError) Error

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

type EnrichTokenResponseValidationError

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

EnrichTokenResponseValidationError is the validation error returned by EnrichTokenResponse.Validate if the designated constraints aren't met.

func (EnrichTokenResponseValidationError) Cause

Cause function returns cause value.

func (EnrichTokenResponseValidationError) Error

Error satisfies the builtin error interface

func (EnrichTokenResponseValidationError) ErrorName

ErrorName returns error name.

func (EnrichTokenResponseValidationError) Field

Field function returns field value.

func (EnrichTokenResponseValidationError) Key

Key function returns key value.

func (EnrichTokenResponseValidationError) Reason

Reason function returns reason value.

type Error

type Error struct {

	// Invalid Authorization
	// Password Policy Violation
	// Password Can't be changed
	// Unknown UID
	// UID has no Password Credential
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*Error) Descriptor deprecated

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

Deprecated: Use Error.ProtoReflect.Descriptor instead.

func (*Error) GetCode

func (x *Error) GetCode() string

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) ProtoReflect

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

func (*Error) Reset

func (x *Error) Reset()

func (*Error) String

func (x *Error) String() string

func (*Error) Validate

func (m *Error) Validate() error

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

func (m *Error) ValidateAll() error

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

type ErrorCode

type ErrorCode int32
const (
	ErrorCode_ERROR_CODE_INVALID         ErrorCode = 0
	ErrorCode_ERROR_CODE_INVALID_REQUEST ErrorCode = 1
	ErrorCode_ERROR_CODE_UNAUTHORIZED    ErrorCode = 2
)

func (ErrorCode) Descriptor

func (ErrorCode) Descriptor() protoreflect.EnumDescriptor

func (ErrorCode) Enum

func (x ErrorCode) Enum() *ErrorCode

func (ErrorCode) EnumDescriptor deprecated

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

Deprecated: Use ErrorCode.Descriptor instead.

func (ErrorCode) Number

func (x ErrorCode) Number() protoreflect.EnumNumber

func (ErrorCode) String

func (x ErrorCode) String() string

func (ErrorCode) Type

type ErrorMessage

type ErrorMessage struct {
	Code    ErrorCode       `protobuf:"varint,1,opt,name=code,proto3,enum=indykite.identity.v1beta1.ErrorCode" json:"code,omitempty"`
	Message string          `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Detail  *structpb.Value `protobuf:"bytes,3,opt,name=detail,proto3" json:"detail,omitempty"`
	// contains filtered or unexported fields
}

ErrorMessage see [Problem Details for HTTP APIs](https://tools.ietf.org/html/rfc7807)

func (*ErrorMessage) Descriptor deprecated

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

Deprecated: Use ErrorMessage.ProtoReflect.Descriptor instead.

func (*ErrorMessage) GetCode

func (x *ErrorMessage) GetCode() ErrorCode

func (*ErrorMessage) GetDetail

func (x *ErrorMessage) GetDetail() *structpb.Value

func (*ErrorMessage) GetMessage

func (x *ErrorMessage) GetMessage() string

func (*ErrorMessage) ProtoMessage

func (*ErrorMessage) ProtoMessage()

func (*ErrorMessage) ProtoReflect

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

func (*ErrorMessage) Reset

func (x *ErrorMessage) Reset()

func (*ErrorMessage) String

func (x *ErrorMessage) String() string

func (*ErrorMessage) Validate

func (m *ErrorMessage) Validate() error

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

func (m *ErrorMessage) ValidateAll() error

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

type ErrorMessageMultiError

type ErrorMessageMultiError []error

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

func (ErrorMessageMultiError) AllErrors

func (m ErrorMessageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ErrorMessageMultiError) Error

func (m ErrorMessageMultiError) Error() string

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

type ErrorMessageValidationError

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

ErrorMessageValidationError is the validation error returned by ErrorMessage.Validate if the designated constraints aren't met.

func (ErrorMessageValidationError) Cause

Cause function returns cause value.

func (ErrorMessageValidationError) Error

Error satisfies the builtin error interface

func (ErrorMessageValidationError) ErrorName

func (e ErrorMessageValidationError) ErrorName() string

ErrorName returns error name.

func (ErrorMessageValidationError) Field

Field function returns field value.

func (ErrorMessageValidationError) Key

Key function returns key value.

func (ErrorMessageValidationError) Reason

Reason function returns reason value.

type ErrorMultiError

type ErrorMultiError []error

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

func (ErrorMultiError) AllErrors

func (m ErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ErrorMultiError) Error

func (m ErrorMultiError) Error() string

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

type ErrorValidationError

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

ErrorValidationError is the validation error returned by Error.Validate if the designated constraints aren't met.

func (ErrorValidationError) Cause

func (e ErrorValidationError) Cause() error

Cause function returns cause value.

func (ErrorValidationError) Error

func (e ErrorValidationError) Error() string

Error satisfies the builtin error interface

func (ErrorValidationError) ErrorName

func (e ErrorValidationError) ErrorName() string

ErrorName returns error name.

func (ErrorValidationError) Field

func (e ErrorValidationError) Field() string

Field function returns field value.

func (ErrorValidationError) Key

func (e ErrorValidationError) Key() bool

Key function returns key value.

func (ErrorValidationError) Reason

func (e ErrorValidationError) Reason() string

Reason function returns reason value.

type FlushInactiveOAuth2TokensRequest

type FlushInactiveOAuth2TokensRequest struct {

	// NotAfter sets after which point tokens should not be flushed. This is useful when you want to keep a history
	// of recently issued tokens for auditing.
	NotAfter int64 `protobuf:"varint,1,opt,name=not_after,json=notAfter,proto3" json:"not_after,omitempty"`
	// contains filtered or unexported fields
}

func (*FlushInactiveOAuth2TokensRequest) Descriptor deprecated

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

Deprecated: Use FlushInactiveOAuth2TokensRequest.ProtoReflect.Descriptor instead.

func (*FlushInactiveOAuth2TokensRequest) GetNotAfter

func (x *FlushInactiveOAuth2TokensRequest) GetNotAfter() int64

func (*FlushInactiveOAuth2TokensRequest) ProtoMessage

func (*FlushInactiveOAuth2TokensRequest) ProtoMessage()

func (*FlushInactiveOAuth2TokensRequest) ProtoReflect

func (*FlushInactiveOAuth2TokensRequest) Reset

func (*FlushInactiveOAuth2TokensRequest) String

func (*FlushInactiveOAuth2TokensRequest) Validate

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

func (m *FlushInactiveOAuth2TokensRequest) ValidateAll() error

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

type FlushInactiveOAuth2TokensRequestMultiError

type FlushInactiveOAuth2TokensRequestMultiError []error

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

func (FlushInactiveOAuth2TokensRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FlushInactiveOAuth2TokensRequestMultiError) Error

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

type FlushInactiveOAuth2TokensRequestValidationError

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

FlushInactiveOAuth2TokensRequestValidationError is the validation error returned by FlushInactiveOAuth2TokensRequest.Validate if the designated constraints aren't met.

func (FlushInactiveOAuth2TokensRequestValidationError) Cause

Cause function returns cause value.

func (FlushInactiveOAuth2TokensRequestValidationError) Error

Error satisfies the builtin error interface

func (FlushInactiveOAuth2TokensRequestValidationError) ErrorName

ErrorName returns error name.

func (FlushInactiveOAuth2TokensRequestValidationError) Field

Field function returns field value.

func (FlushInactiveOAuth2TokensRequestValidationError) Key

Key function returns key value.

func (FlushInactiveOAuth2TokensRequestValidationError) Reason

Reason function returns reason value.

type GetAccessTokenRequest

type GetAccessTokenRequest struct {

	// Client Application Identifier. Set by the server from the authenticated client.
	AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// Identity Provider configuration unique id - overrules type + name.
	ProviderId string `protobuf:"bytes,2,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	// Identity Provider type.
	// id.indykite.jarvis.services.configuration.OAuth2ProviderType provider = 3;
	// Identity Provider configuration  name.
	ProviderName string `protobuf:"bytes,4,opt,name=provider_name,json=providerName,proto3" json:"provider_name,omitempty"`
	// Digital Twin / Subject ID (Optional). If not provided authentication flow triggered.
	SubjectId string `protobuf:"bytes,5,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"`
	// Requested scopes
	Scopes []string `protobuf:"bytes,6,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// If true a refresh_token is requested and stored so next time authentication is not requested.
	OfflineAccess bool `protobuf:"varint,7,opt,name=offline_access,json=offlineAccess,proto3" json:"offline_access,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccessTokenRequest) Descriptor deprecated

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

Deprecated: Use GetAccessTokenRequest.ProtoReflect.Descriptor instead.

func (*GetAccessTokenRequest) GetAppId

func (x *GetAccessTokenRequest) GetAppId() string

func (*GetAccessTokenRequest) GetOfflineAccess

func (x *GetAccessTokenRequest) GetOfflineAccess() bool

func (*GetAccessTokenRequest) GetProviderId

func (x *GetAccessTokenRequest) GetProviderId() string

func (*GetAccessTokenRequest) GetProviderName

func (x *GetAccessTokenRequest) GetProviderName() string

func (*GetAccessTokenRequest) GetScopes

func (x *GetAccessTokenRequest) GetScopes() []string

func (*GetAccessTokenRequest) GetSubjectId

func (x *GetAccessTokenRequest) GetSubjectId() string

func (*GetAccessTokenRequest) ProtoMessage

func (*GetAccessTokenRequest) ProtoMessage()

func (*GetAccessTokenRequest) ProtoReflect

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

func (*GetAccessTokenRequest) Reset

func (x *GetAccessTokenRequest) Reset()

func (*GetAccessTokenRequest) String

func (x *GetAccessTokenRequest) String() string

func (*GetAccessTokenRequest) Validate

func (m *GetAccessTokenRequest) Validate() error

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

func (m *GetAccessTokenRequest) ValidateAll() error

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

type GetAccessTokenRequestMultiError

type GetAccessTokenRequestMultiError []error

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

func (GetAccessTokenRequestMultiError) AllErrors

func (m GetAccessTokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAccessTokenRequestMultiError) Error

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

type GetAccessTokenRequestValidationError

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

GetAccessTokenRequestValidationError is the validation error returned by GetAccessTokenRequest.Validate if the designated constraints aren't met.

func (GetAccessTokenRequestValidationError) Cause

Cause function returns cause value.

func (GetAccessTokenRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAccessTokenRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAccessTokenRequestValidationError) Field

Field function returns field value.

func (GetAccessTokenRequestValidationError) Key

Key function returns key value.

func (GetAccessTokenRequestValidationError) Reason

Reason function returns reason value.

type GetAccessTokenResponse

type GetAccessTokenResponse struct {

	// The active access token
	Token *OAuth2TokenResponse `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccessTokenResponse) Descriptor deprecated

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

Deprecated: Use GetAccessTokenResponse.ProtoReflect.Descriptor instead.

func (*GetAccessTokenResponse) GetToken

func (*GetAccessTokenResponse) ProtoMessage

func (*GetAccessTokenResponse) ProtoMessage()

func (*GetAccessTokenResponse) ProtoReflect

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

func (*GetAccessTokenResponse) Reset

func (x *GetAccessTokenResponse) Reset()

func (*GetAccessTokenResponse) String

func (x *GetAccessTokenResponse) String() string

func (*GetAccessTokenResponse) Validate

func (m *GetAccessTokenResponse) Validate() error

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

func (m *GetAccessTokenResponse) ValidateAll() error

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

type GetAccessTokenResponseMultiError

type GetAccessTokenResponseMultiError []error

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

func (GetAccessTokenResponseMultiError) AllErrors

func (m GetAccessTokenResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAccessTokenResponseMultiError) Error

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

type GetAccessTokenResponseValidationError

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

GetAccessTokenResponseValidationError is the validation error returned by GetAccessTokenResponse.Validate if the designated constraints aren't met.

func (GetAccessTokenResponseValidationError) Cause

Cause function returns cause value.

func (GetAccessTokenResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAccessTokenResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAccessTokenResponseValidationError) Field

Field function returns field value.

func (GetAccessTokenResponseValidationError) Key

Key function returns key value.

func (GetAccessTokenResponseValidationError) Reason

Reason function returns reason value.

type GetDigitalTwinRequest

type GetDigitalTwinRequest struct {
	Id *DigitalTwinIdentifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Properties defines the list of requested properties to get.
	Properties []*PropertyMask `protobuf:"bytes,2,rep,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDigitalTwinRequest) Descriptor deprecated

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

Deprecated: Use GetDigitalTwinRequest.ProtoReflect.Descriptor instead.

func (*GetDigitalTwinRequest) GetId

func (*GetDigitalTwinRequest) GetProperties

func (x *GetDigitalTwinRequest) GetProperties() []*PropertyMask

func (*GetDigitalTwinRequest) ProtoMessage

func (*GetDigitalTwinRequest) ProtoMessage()

func (*GetDigitalTwinRequest) ProtoReflect

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

func (*GetDigitalTwinRequest) Reset

func (x *GetDigitalTwinRequest) Reset()

func (*GetDigitalTwinRequest) String

func (x *GetDigitalTwinRequest) String() string

func (*GetDigitalTwinRequest) Validate

func (m *GetDigitalTwinRequest) Validate() error

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

func (m *GetDigitalTwinRequest) ValidateAll() error

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

type GetDigitalTwinRequestMultiError

type GetDigitalTwinRequestMultiError []error

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

func (GetDigitalTwinRequestMultiError) AllErrors

func (m GetDigitalTwinRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDigitalTwinRequestMultiError) Error

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

type GetDigitalTwinRequestValidationError

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

GetDigitalTwinRequestValidationError is the validation error returned by GetDigitalTwinRequest.Validate if the designated constraints aren't met.

func (GetDigitalTwinRequestValidationError) Cause

Cause function returns cause value.

func (GetDigitalTwinRequestValidationError) Error

Error satisfies the builtin error interface

func (GetDigitalTwinRequestValidationError) ErrorName

ErrorName returns error name.

func (GetDigitalTwinRequestValidationError) Field

Field function returns field value.

func (GetDigitalTwinRequestValidationError) Key

Key function returns key value.

func (GetDigitalTwinRequestValidationError) Reason

Reason function returns reason value.

type GetDigitalTwinResponse

type GetDigitalTwinResponse struct {
	DigitalTwin *DigitalEntity     `protobuf:"bytes,1,opt,name=digital_twin,json=digitalTwin,proto3" json:"digital_twin,omitempty"`
	TokenInfo   *IdentityTokenInfo `protobuf:"bytes,2,opt,name=token_info,json=tokenInfo,proto3" json:"token_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDigitalTwinResponse) Descriptor deprecated

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

Deprecated: Use GetDigitalTwinResponse.ProtoReflect.Descriptor instead.

func (*GetDigitalTwinResponse) GetDigitalTwin

func (x *GetDigitalTwinResponse) GetDigitalTwin() *DigitalEntity

func (*GetDigitalTwinResponse) GetTokenInfo

func (x *GetDigitalTwinResponse) GetTokenInfo() *IdentityTokenInfo

func (*GetDigitalTwinResponse) ProtoMessage

func (*GetDigitalTwinResponse) ProtoMessage()

func (*GetDigitalTwinResponse) ProtoReflect

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

func (*GetDigitalTwinResponse) Reset

func (x *GetDigitalTwinResponse) Reset()

func (*GetDigitalTwinResponse) String

func (x *GetDigitalTwinResponse) String() string

func (*GetDigitalTwinResponse) Validate

func (m *GetDigitalTwinResponse) Validate() error

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

func (m *GetDigitalTwinResponse) ValidateAll() error

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

type GetDigitalTwinResponseMultiError

type GetDigitalTwinResponseMultiError []error

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

func (GetDigitalTwinResponseMultiError) AllErrors

func (m GetDigitalTwinResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDigitalTwinResponseMultiError) Error

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

type GetDigitalTwinResponseValidationError

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

GetDigitalTwinResponseValidationError is the validation error returned by GetDigitalTwinResponse.Validate if the designated constraints aren't met.

func (GetDigitalTwinResponseValidationError) Cause

Cause function returns cause value.

func (GetDigitalTwinResponseValidationError) Error

Error satisfies the builtin error interface

func (GetDigitalTwinResponseValidationError) ErrorName

ErrorName returns error name.

func (GetDigitalTwinResponseValidationError) Field

Field function returns field value.

func (GetDigitalTwinResponseValidationError) Key

Key function returns key value.

func (GetDigitalTwinResponseValidationError) Reason

Reason function returns reason value.

type GetDocumentRequest

type GetDocumentRequest struct {

	// Name of the document resource.
	// Format: `databases/{application_id}/documents/{document_path}`.
	// Format: `databases/{application_id}/documents/plans/free`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mask is the fields to return. If not set, returns all fields.
	Mask *DocumentMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDocumentRequest) Descriptor deprecated

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

Deprecated: Use GetDocumentRequest.ProtoReflect.Descriptor instead.

func (*GetDocumentRequest) GetMask

func (x *GetDocumentRequest) GetMask() *DocumentMask

func (*GetDocumentRequest) GetName

func (x *GetDocumentRequest) GetName() string

func (*GetDocumentRequest) ProtoMessage

func (*GetDocumentRequest) ProtoMessage()

func (*GetDocumentRequest) ProtoReflect

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

func (*GetDocumentRequest) Reset

func (x *GetDocumentRequest) Reset()

func (*GetDocumentRequest) String

func (x *GetDocumentRequest) String() string

func (*GetDocumentRequest) Validate

func (m *GetDocumentRequest) Validate() error

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

func (m *GetDocumentRequest) ValidateAll() error

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

type GetDocumentRequestMultiError

type GetDocumentRequestMultiError []error

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

func (GetDocumentRequestMultiError) AllErrors

func (m GetDocumentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDocumentRequestMultiError) Error

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

type GetDocumentRequestValidationError

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

GetDocumentRequestValidationError is the validation error returned by GetDocumentRequest.Validate if the designated constraints aren't met.

func (GetDocumentRequestValidationError) Cause

Cause function returns cause value.

func (GetDocumentRequestValidationError) Error

Error satisfies the builtin error interface

func (GetDocumentRequestValidationError) ErrorName

ErrorName returns error name.

func (GetDocumentRequestValidationError) Field

Field function returns field value.

func (GetDocumentRequestValidationError) Key

Key function returns key value.

func (GetDocumentRequestValidationError) Reason

Reason function returns reason value.

type GetDocumentResponse

type GetDocumentResponse struct {

	// Document is the result of the get.
	Document *Document `protobuf:"bytes,1,opt,name=document,proto3" json:"document,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDocumentResponse) Descriptor deprecated

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

Deprecated: Use GetDocumentResponse.ProtoReflect.Descriptor instead.

func (*GetDocumentResponse) GetDocument

func (x *GetDocumentResponse) GetDocument() *Document

func (*GetDocumentResponse) ProtoMessage

func (*GetDocumentResponse) ProtoMessage()

func (*GetDocumentResponse) ProtoReflect

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

func (*GetDocumentResponse) Reset

func (x *GetDocumentResponse) Reset()

func (*GetDocumentResponse) String

func (x *GetDocumentResponse) String() string

func (*GetDocumentResponse) Validate

func (m *GetDocumentResponse) Validate() error

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

func (m *GetDocumentResponse) ValidateAll() error

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

type GetDocumentResponseMultiError

type GetDocumentResponseMultiError []error

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

func (GetDocumentResponseMultiError) AllErrors

func (m GetDocumentResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDocumentResponseMultiError) Error

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

type GetDocumentResponseValidationError

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

GetDocumentResponseValidationError is the validation error returned by GetDocumentResponse.Validate if the designated constraints aren't met.

func (GetDocumentResponseValidationError) Cause

Cause function returns cause value.

func (GetDocumentResponseValidationError) Error

Error satisfies the builtin error interface

func (GetDocumentResponseValidationError) ErrorName

ErrorName returns error name.

func (GetDocumentResponseValidationError) Field

Field function returns field value.

func (GetDocumentResponseValidationError) Key

Key function returns key value.

func (GetDocumentResponseValidationError) Reason

Reason function returns reason value.

type GetPasswordCredentialRequest

type GetPasswordCredentialRequest struct {
	DigitalTwin *DigitalTwin `protobuf:"bytes,1,opt,name=digital_twin,json=digitalTwin,proto3" json:"digital_twin,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPasswordCredentialRequest) Descriptor deprecated

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

Deprecated: Use GetPasswordCredentialRequest.ProtoReflect.Descriptor instead.

func (*GetPasswordCredentialRequest) GetDigitalTwin

func (x *GetPasswordCredentialRequest) GetDigitalTwin() *DigitalTwin

func (*GetPasswordCredentialRequest) ProtoMessage

func (*GetPasswordCredentialRequest) ProtoMessage()

func (*GetPasswordCredentialRequest) ProtoReflect

func (*GetPasswordCredentialRequest) Reset

func (x *GetPasswordCredentialRequest) Reset()

func (*GetPasswordCredentialRequest) String

func (*GetPasswordCredentialRequest) Validate

func (m *GetPasswordCredentialRequest) Validate() error

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

func (m *GetPasswordCredentialRequest) ValidateAll() error

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

type GetPasswordCredentialRequestMultiError

type GetPasswordCredentialRequestMultiError []error

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

func (GetPasswordCredentialRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetPasswordCredentialRequestMultiError) Error

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

type GetPasswordCredentialRequestValidationError

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

GetPasswordCredentialRequestValidationError is the validation error returned by GetPasswordCredentialRequest.Validate if the designated constraints aren't met.

func (GetPasswordCredentialRequestValidationError) Cause

Cause function returns cause value.

func (GetPasswordCredentialRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPasswordCredentialRequestValidationError) ErrorName

ErrorName returns error name.

func (GetPasswordCredentialRequestValidationError) Field

Field function returns field value.

func (GetPasswordCredentialRequestValidationError) Key

Key function returns key value.

func (GetPasswordCredentialRequestValidationError) Reason

Reason function returns reason value.

type GetPasswordCredentialResponse

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

func (*GetPasswordCredentialResponse) Descriptor deprecated

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

Deprecated: Use GetPasswordCredentialResponse.ProtoReflect.Descriptor instead.

func (*GetPasswordCredentialResponse) ProtoMessage

func (*GetPasswordCredentialResponse) ProtoMessage()

func (*GetPasswordCredentialResponse) ProtoReflect

func (*GetPasswordCredentialResponse) Reset

func (x *GetPasswordCredentialResponse) Reset()

func (*GetPasswordCredentialResponse) String

func (*GetPasswordCredentialResponse) Validate

func (m *GetPasswordCredentialResponse) Validate() error

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

func (m *GetPasswordCredentialResponse) ValidateAll() error

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

type GetPasswordCredentialResponseMultiError

type GetPasswordCredentialResponseMultiError []error

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

func (GetPasswordCredentialResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetPasswordCredentialResponseMultiError) Error

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

type GetPasswordCredentialResponseValidationError

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

GetPasswordCredentialResponseValidationError is the validation error returned by GetPasswordCredentialResponse.Validate if the designated constraints aren't met.

func (GetPasswordCredentialResponseValidationError) Cause

Cause function returns cause value.

func (GetPasswordCredentialResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPasswordCredentialResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPasswordCredentialResponseValidationError) Field

Field function returns field value.

func (GetPasswordCredentialResponseValidationError) Key

Key function returns key value.

func (GetPasswordCredentialResponseValidationError) Reason

Reason function returns reason value.

type HMACMD5

type HMACMD5 struct {
	Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*HMACMD5) Descriptor deprecated

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

Deprecated: Use HMACMD5.ProtoReflect.Descriptor instead.

func (*HMACMD5) GetKey

func (x *HMACMD5) GetKey() []byte

func (*HMACMD5) ProtoMessage

func (*HMACMD5) ProtoMessage()

func (*HMACMD5) ProtoReflect

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

func (*HMACMD5) Reset

func (x *HMACMD5) Reset()

func (*HMACMD5) String

func (x *HMACMD5) String() string

func (*HMACMD5) Validate

func (m *HMACMD5) Validate() error

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

func (m *HMACMD5) ValidateAll() error

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

type HMACMD5MultiError

type HMACMD5MultiError []error

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

func (HMACMD5MultiError) AllErrors

func (m HMACMD5MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HMACMD5MultiError) Error

func (m HMACMD5MultiError) Error() string

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

type HMACMD5ValidationError

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

HMACMD5ValidationError is the validation error returned by HMACMD5.Validate if the designated constraints aren't met.

func (HMACMD5ValidationError) Cause

func (e HMACMD5ValidationError) Cause() error

Cause function returns cause value.

func (HMACMD5ValidationError) Error

func (e HMACMD5ValidationError) Error() string

Error satisfies the builtin error interface

func (HMACMD5ValidationError) ErrorName

func (e HMACMD5ValidationError) ErrorName() string

ErrorName returns error name.

func (HMACMD5ValidationError) Field

func (e HMACMD5ValidationError) Field() string

Field function returns field value.

func (HMACMD5ValidationError) Key

func (e HMACMD5ValidationError) Key() bool

Key function returns key value.

func (HMACMD5ValidationError) Reason

func (e HMACMD5ValidationError) Reason() string

Reason function returns reason value.

type HMACSHA1

type HMACSHA1 struct {
	Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*HMACSHA1) Descriptor deprecated

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

Deprecated: Use HMACSHA1.ProtoReflect.Descriptor instead.

func (*HMACSHA1) GetKey

func (x *HMACSHA1) GetKey() []byte

func (*HMACSHA1) ProtoMessage

func (*HMACSHA1) ProtoMessage()

func (*HMACSHA1) ProtoReflect

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

func (*HMACSHA1) Reset

func (x *HMACSHA1) Reset()

func (*HMACSHA1) String

func (x *HMACSHA1) String() string

func (*HMACSHA1) Validate

func (m *HMACSHA1) Validate() error

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

func (m *HMACSHA1) ValidateAll() error

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

type HMACSHA1MultiError

type HMACSHA1MultiError []error

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

func (HMACSHA1MultiError) AllErrors

func (m HMACSHA1MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HMACSHA1MultiError) Error

func (m HMACSHA1MultiError) Error() string

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

type HMACSHA1ValidationError

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

HMACSHA1ValidationError is the validation error returned by HMACSHA1.Validate if the designated constraints aren't met.

func (HMACSHA1ValidationError) Cause

func (e HMACSHA1ValidationError) Cause() error

Cause function returns cause value.

func (HMACSHA1ValidationError) Error

func (e HMACSHA1ValidationError) Error() string

Error satisfies the builtin error interface

func (HMACSHA1ValidationError) ErrorName

func (e HMACSHA1ValidationError) ErrorName() string

ErrorName returns error name.

func (HMACSHA1ValidationError) Field

func (e HMACSHA1ValidationError) Field() string

Field function returns field value.

func (HMACSHA1ValidationError) Key

func (e HMACSHA1ValidationError) Key() bool

Key function returns key value.

func (HMACSHA1ValidationError) Reason

func (e HMACSHA1ValidationError) Reason() string

Reason function returns reason value.

type HMACSHA256

type HMACSHA256 struct {
	Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*HMACSHA256) Descriptor deprecated

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

Deprecated: Use HMACSHA256.ProtoReflect.Descriptor instead.

func (*HMACSHA256) GetKey

func (x *HMACSHA256) GetKey() []byte

func (*HMACSHA256) ProtoMessage

func (*HMACSHA256) ProtoMessage()

func (*HMACSHA256) ProtoReflect

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

func (*HMACSHA256) Reset

func (x *HMACSHA256) Reset()

func (*HMACSHA256) String

func (x *HMACSHA256) String() string

func (*HMACSHA256) Validate

func (m *HMACSHA256) Validate() error

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

func (m *HMACSHA256) ValidateAll() error

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

type HMACSHA256MultiError

type HMACSHA256MultiError []error

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

func (HMACSHA256MultiError) AllErrors

func (m HMACSHA256MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HMACSHA256MultiError) Error

func (m HMACSHA256MultiError) Error() string

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

type HMACSHA256ValidationError

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

HMACSHA256ValidationError is the validation error returned by HMACSHA256.Validate if the designated constraints aren't met.

func (HMACSHA256ValidationError) Cause

func (e HMACSHA256ValidationError) Cause() error

Cause function returns cause value.

func (HMACSHA256ValidationError) Error

Error satisfies the builtin error interface

func (HMACSHA256ValidationError) ErrorName

func (e HMACSHA256ValidationError) ErrorName() string

ErrorName returns error name.

func (HMACSHA256ValidationError) Field

Field function returns field value.

func (HMACSHA256ValidationError) Key

Key function returns key value.

func (HMACSHA256ValidationError) Reason

func (e HMACSHA256ValidationError) Reason() string

Reason function returns reason value.

type HMACSHA512

type HMACSHA512 struct {
	Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*HMACSHA512) Descriptor deprecated

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

Deprecated: Use HMACSHA512.ProtoReflect.Descriptor instead.

func (*HMACSHA512) GetKey

func (x *HMACSHA512) GetKey() []byte

func (*HMACSHA512) ProtoMessage

func (*HMACSHA512) ProtoMessage()

func (*HMACSHA512) ProtoReflect

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

func (*HMACSHA512) Reset

func (x *HMACSHA512) Reset()

func (*HMACSHA512) String

func (x *HMACSHA512) String() string

func (*HMACSHA512) Validate

func (m *HMACSHA512) Validate() error

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

func (m *HMACSHA512) ValidateAll() error

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

type HMACSHA512MultiError

type HMACSHA512MultiError []error

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

func (HMACSHA512MultiError) AllErrors

func (m HMACSHA512MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HMACSHA512MultiError) Error

func (m HMACSHA512MultiError) Error() string

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

type HMACSHA512ValidationError

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

HMACSHA512ValidationError is the validation error returned by HMACSHA512.Validate if the designated constraints aren't met.

func (HMACSHA512ValidationError) Cause

func (e HMACSHA512ValidationError) Cause() error

Cause function returns cause value.

func (HMACSHA512ValidationError) Error

Error satisfies the builtin error interface

func (HMACSHA512ValidationError) ErrorName

func (e HMACSHA512ValidationError) ErrorName() string

ErrorName returns error name.

func (HMACSHA512ValidationError) Field

Field function returns field value.

func (HMACSHA512ValidationError) Key

Key function returns key value.

func (HMACSHA512ValidationError) Reason

func (e HMACSHA512ValidationError) Reason() string

Reason function returns reason value.

type IdentityManagementAPIClient

type IdentityManagementAPIClient interface {
	// TokenIntrospect function validates the token and returns information about it.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	TokenIntrospect(ctx context.Context, in *TokenIntrospectRequest, opts ...grpc.CallOption) (*TokenIntrospectResponse, error)
	// StartForgottenPasswordFlow function initiates the flow where systems sends a notification to DigitalTwin
	// with a link to set the new password.
	//
	// The flow checks if the DigitalTwin has primary contact information and if so it sends a message with a link.
	// By opening the link the UI SDK guides the User-Agent through the Authentication Flow where the user is
	// allowed to set a new Password credential.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	StartForgottenPasswordFlow(ctx context.Context, in *StartForgottenPasswordFlowRequest, opts ...grpc.CallOption) (*StartForgottenPasswordFlowResponse, error)
	// ChangePassword function allows the Application to replace the Password credential of a DigitalTwin.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	ChangePassword(ctx context.Context, in *ChangePasswordRequest, opts ...grpc.CallOption) (*ChangePasswordResponse, error)
	// StartDigitalTwinEmailVerification function initiates the flow where IndyKite systems sends a
	// notification to DigitalTwin with a link to verify the control over
	// the notification channel (email only for now).
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	StartDigitalTwinEmailVerification(ctx context.Context, in *StartDigitalTwinEmailVerificationRequest, opts ...grpc.CallOption) (*StartDigitalTwinEmailVerificationResponse, error)
	// VerifyDigitalTwinEmail function confirms to IndyKite system that the message from
	// StartDigitalTwinEmailVerification function was sent and user visited the link.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	VerifyDigitalTwinEmail(ctx context.Context, in *VerifyDigitalTwinEmailRequest, opts ...grpc.CallOption) (*VerifyDigitalTwinEmailResponse, error)
	// SelfServiceTerminateSession function terminates and invalidates a login session.
	//
	// This is a protected operation and it can be accessed by both credentials,
	// with valid agent or DigitalTwin credential.
	SelfServiceTerminateSession(ctx context.Context, in *SelfServiceTerminateSessionRequest, opts ...grpc.CallOption) (*SelfServiceTerminateSessionResponse, error)
	// ImportDigitalTwins imports multiple DigitalTwin into the IndyKite database.
	//
	// No more than 1000 users can be imported in a single call.
	ImportDigitalTwins(ctx context.Context, in *ImportDigitalTwinsRequest, opts ...grpc.CallOption) (*ImportDigitalTwinsResponse, error)
	// GetDigitalTwin gets a DigitalTwin and requested properties.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	GetDigitalTwin(ctx context.Context, in *GetDigitalTwinRequest, opts ...grpc.CallOption) (*GetDigitalTwinResponse, error)
	// ListDigitalTwins lists DigitalTwins matching the filter.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	ListDigitalTwins(ctx context.Context, in *ListDigitalTwinsRequest, opts ...grpc.CallOption) (*ListDigitalTwinsResponse, error)
	// RegisterDigitalTwinWithoutCredential creates a DigitalTwin without credentials, but with properties
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	RegisterDigitalTwinWithoutCredential(ctx context.Context, in *RegisterDigitalTwinWithoutCredentialRequest, opts ...grpc.CallOption) (*RegisterDigitalTwinWithoutCredentialResponse, error)
	// PatchDigitalTwin updates the properties of a DigitalTwin.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	PatchDigitalTwin(ctx context.Context, in *PatchDigitalTwinRequest, opts ...grpc.CallOption) (*PatchDigitalTwinResponse, error)
	// DeleteDigitalTwin deletes the given DigitalTwin entirely from the system.
	//
	// This operation can't be restored.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	DeleteDigitalTwin(ctx context.Context, in *DeleteDigitalTwinRequest, opts ...grpc.CallOption) (*DeleteDigitalTwinResponse, error)
	// GetDocument gets a single document.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	GetDocument(ctx context.Context, in *GetDocumentRequest, opts ...grpc.CallOption) (*GetDocumentResponse, error)
	// BatchGetDocuments gets multiple documents.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	BatchGetDocuments(ctx context.Context, in *BatchGetDocumentsRequest, opts ...grpc.CallOption) (IdentityManagementAPI_BatchGetDocumentsClient, error)
	// ListDocuments lists documents.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	ListDocuments(ctx context.Context, in *ListDocumentsRequest, opts ...grpc.CallOption) (*ListDocumentsResponse, error)
	// MutateDocuments in single transaction creates, updates and deletes the requested documents.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	MutateDocuments(ctx context.Context, in *MutateDocumentsRequest, opts ...grpc.CallOption) (*MutateDocumentsResponse, error)
	// RunQuery runs a query. NOT YET SUPPORTED!
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	RunQuery(ctx context.Context, in *RunQueryRequest, opts ...grpc.CallOption) (IdentityManagementAPI_RunQueryClient, error)
	// CheckConsentChallenge read the Consent Challenge from DB.
	CheckConsentChallenge(ctx context.Context, in *CheckConsentChallengeRequest, opts ...grpc.CallOption) (*CheckConsentChallengeResponse, error)
	// CreateConsentVerifier invalidates the Consent Challenge and creates a new Consent Verifier.
	CreateConsentVerifier(ctx context.Context, in *CreateConsentVerifierRequest, opts ...grpc.CallOption) (*CreateConsentVerifierResponse, error)
	// CreateInvitation will start invitation workflow
	CreateInvitation(ctx context.Context, in *CreateInvitationRequest, opts ...grpc.CallOption) (*CreateInvitationResponse, error)
	// CheckInvitationState returns state of invitation and its data
	CheckInvitationState(ctx context.Context, in *CheckInvitationStateRequest, opts ...grpc.CallOption) (*CheckInvitationStateResponse, error)
	// ResendInvitation expect reference ID of invitation to send email again
	ResendInvitation(ctx context.Context, in *ResendInvitationRequest, opts ...grpc.CallOption) (*ResendInvitationResponse, error)
	// CancelInvitation expects reference ID of invitation to cancel
	CancelInvitation(ctx context.Context, in *CancelInvitationRequest, opts ...grpc.CallOption) (*CancelInvitationResponse, error)
	// GetPasswordCredential is Experimental and not implemented yet
	GetPasswordCredential(ctx context.Context, in *GetPasswordCredentialRequest, opts ...grpc.CallOption) (*GetPasswordCredentialResponse, error)
	// GetPasswordCredential is Experimental and not implemented yet
	UpdatePasswordCredential(ctx context.Context, in *UpdatePasswordCredentialRequest, opts ...grpc.CallOption) (*UpdatePasswordCredentialResponse, error)
	// GetAccessToken is Experimental and not implemented yet
	GetAccessToken(ctx context.Context, in *GetAccessTokenRequest, opts ...grpc.CallOption) (*GetAccessTokenResponse, error)
	// SessionIntrospect is Experimental and not implemented yet
	SessionIntrospect(ctx context.Context, in *SessionIntrospectRequest, opts ...grpc.CallOption) (*SessionIntrospectResponse, error)
	// EnrichToken allows a session and an access token to be enriched with additional data
	EnrichToken(ctx context.Context, in *EnrichTokenRequest, opts ...grpc.CallOption) (*EnrichTokenResponse, error)
}

IdentityManagementAPIClient is the client API for IdentityManagementAPI service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type IdentityManagementAPIServer

type IdentityManagementAPIServer interface {
	// TokenIntrospect function validates the token and returns information about it.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	TokenIntrospect(context.Context, *TokenIntrospectRequest) (*TokenIntrospectResponse, error)
	// StartForgottenPasswordFlow function initiates the flow where systems sends a notification to DigitalTwin
	// with a link to set the new password.
	//
	// The flow checks if the DigitalTwin has primary contact information and if so it sends a message with a link.
	// By opening the link the UI SDK guides the User-Agent through the Authentication Flow where the user is
	// allowed to set a new Password credential.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	StartForgottenPasswordFlow(context.Context, *StartForgottenPasswordFlowRequest) (*StartForgottenPasswordFlowResponse, error)
	// ChangePassword function allows the Application to replace the Password credential of a DigitalTwin.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	ChangePassword(context.Context, *ChangePasswordRequest) (*ChangePasswordResponse, error)
	// StartDigitalTwinEmailVerification function initiates the flow where IndyKite systems sends a
	// notification to DigitalTwin with a link to verify the control over
	// the notification channel (email only for now).
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	StartDigitalTwinEmailVerification(context.Context, *StartDigitalTwinEmailVerificationRequest) (*StartDigitalTwinEmailVerificationResponse, error)
	// VerifyDigitalTwinEmail function confirms to IndyKite system that the message from
	// StartDigitalTwinEmailVerification function was sent and user visited the link.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	VerifyDigitalTwinEmail(context.Context, *VerifyDigitalTwinEmailRequest) (*VerifyDigitalTwinEmailResponse, error)
	// SelfServiceTerminateSession function terminates and invalidates a login session.
	//
	// This is a protected operation and it can be accessed by both credentials,
	// with valid agent or DigitalTwin credential.
	SelfServiceTerminateSession(context.Context, *SelfServiceTerminateSessionRequest) (*SelfServiceTerminateSessionResponse, error)
	// ImportDigitalTwins imports multiple DigitalTwin into the IndyKite database.
	//
	// No more than 1000 users can be imported in a single call.
	ImportDigitalTwins(context.Context, *ImportDigitalTwinsRequest) (*ImportDigitalTwinsResponse, error)
	// GetDigitalTwin gets a DigitalTwin and requested properties.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	GetDigitalTwin(context.Context, *GetDigitalTwinRequest) (*GetDigitalTwinResponse, error)
	// ListDigitalTwins lists DigitalTwins matching the filter.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	ListDigitalTwins(context.Context, *ListDigitalTwinsRequest) (*ListDigitalTwinsResponse, error)
	// RegisterDigitalTwinWithoutCredential creates a DigitalTwin without credentials, but with properties
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	RegisterDigitalTwinWithoutCredential(context.Context, *RegisterDigitalTwinWithoutCredentialRequest) (*RegisterDigitalTwinWithoutCredentialResponse, error)
	// PatchDigitalTwin updates the properties of a DigitalTwin.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	PatchDigitalTwin(context.Context, *PatchDigitalTwinRequest) (*PatchDigitalTwinResponse, error)
	// DeleteDigitalTwin deletes the given DigitalTwin entirely from the system.
	//
	// This operation can't be restored.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	DeleteDigitalTwin(context.Context, *DeleteDigitalTwinRequest) (*DeleteDigitalTwinResponse, error)
	// GetDocument gets a single document.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	GetDocument(context.Context, *GetDocumentRequest) (*GetDocumentResponse, error)
	// BatchGetDocuments gets multiple documents.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	BatchGetDocuments(*BatchGetDocumentsRequest, IdentityManagementAPI_BatchGetDocumentsServer) error
	// ListDocuments lists documents.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	ListDocuments(context.Context, *ListDocumentsRequest) (*ListDocumentsResponse, error)
	// MutateDocuments in single transaction creates, updates and deletes the requested documents.
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	MutateDocuments(context.Context, *MutateDocumentsRequest) (*MutateDocumentsResponse, error)
	// RunQuery runs a query. NOT YET SUPPORTED!
	//
	// This is a protected operation and it can be accessed only with valid agent credentials!
	RunQuery(*RunQueryRequest, IdentityManagementAPI_RunQueryServer) error
	// CheckConsentChallenge read the Consent Challenge from DB.
	CheckConsentChallenge(context.Context, *CheckConsentChallengeRequest) (*CheckConsentChallengeResponse, error)
	// CreateConsentVerifier invalidates the Consent Challenge and creates a new Consent Verifier.
	CreateConsentVerifier(context.Context, *CreateConsentVerifierRequest) (*CreateConsentVerifierResponse, error)
	// CreateInvitation will start invitation workflow
	CreateInvitation(context.Context, *CreateInvitationRequest) (*CreateInvitationResponse, error)
	// CheckInvitationState returns state of invitation and its data
	CheckInvitationState(context.Context, *CheckInvitationStateRequest) (*CheckInvitationStateResponse, error)
	// ResendInvitation expect reference ID of invitation to send email again
	ResendInvitation(context.Context, *ResendInvitationRequest) (*ResendInvitationResponse, error)
	// CancelInvitation expects reference ID of invitation to cancel
	CancelInvitation(context.Context, *CancelInvitationRequest) (*CancelInvitationResponse, error)
	// GetPasswordCredential is Experimental and not implemented yet
	GetPasswordCredential(context.Context, *GetPasswordCredentialRequest) (*GetPasswordCredentialResponse, error)
	// GetPasswordCredential is Experimental and not implemented yet
	UpdatePasswordCredential(context.Context, *UpdatePasswordCredentialRequest) (*UpdatePasswordCredentialResponse, error)
	// GetAccessToken is Experimental and not implemented yet
	GetAccessToken(context.Context, *GetAccessTokenRequest) (*GetAccessTokenResponse, error)
	// SessionIntrospect is Experimental and not implemented yet
	SessionIntrospect(context.Context, *SessionIntrospectRequest) (*SessionIntrospectResponse, error)
	// EnrichToken allows a session and an access token to be enriched with additional data
	EnrichToken(context.Context, *EnrichTokenRequest) (*EnrichTokenResponse, error)
}

IdentityManagementAPIServer is the server API for IdentityManagementAPI service. All implementations should embed UnimplementedIdentityManagementAPIServer for forward compatibility

type IdentityManagementAPI_BatchGetDocumentsClient

type IdentityManagementAPI_BatchGetDocumentsClient interface {
	Recv() (*BatchGetDocumentsResponse, error)
	grpc.ClientStream
}

type IdentityManagementAPI_BatchGetDocumentsServer

type IdentityManagementAPI_BatchGetDocumentsServer interface {
	Send(*BatchGetDocumentsResponse) error
	grpc.ServerStream
}

type IdentityManagementAPI_RunQueryClient

type IdentityManagementAPI_RunQueryClient interface {
	Recv() (*RunQueryResponse, error)
	grpc.ClientStream
}

type IdentityManagementAPI_RunQueryServer

type IdentityManagementAPI_RunQueryServer interface {
	Send(*RunQueryResponse) error
	grpc.ServerStream
}

type IdentityTokenInfo

type IdentityTokenInfo struct {

	// UUID of the top level Customer.
	CustomerId []byte `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// UUID of Application Space in Customer.
	AppSpaceId []byte `protobuf:"bytes,2,opt,name=app_space_id,json=appSpaceId,proto3" json:"app_space_id,omitempty"`
	// UUID of Application in Application Space.
	ApplicationId []byte `protobuf:"bytes,3,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// UUID of the Subject in Application Space.
	Subject *DigitalTwin `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	// DigitalTwin of impersonated subject in Application Space.
	// See: https://datatracker.ietf.org/doc/html/rfc8693
	Impersonated *DigitalTwin `protobuf:"bytes,5,opt,name=impersonated,proto3" json:"impersonated,omitempty"`
	// IssueTime indicating when this token was originally issued.
	IssueTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=issue_time,json=issueTime,proto3" json:"issue_time,omitempty"`
	// Expiration time of token
	ExpireTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// AuthenticatedAtTime represents the time of authentication
	AuthenticationTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=authentication_time,json=authenticationTime,proto3" json:"authentication_time,omitempty"`
	// ProviderInfo is the collection of credential providers used to prove.
	ProviderInfo []*ProviderInfo `protobuf:"bytes,9,rep,name=provider_info,json=providerInfo,proto3" json:"provider_info,omitempty"`
	// SessionClaims is a collection of values used to enrich the session.
	SessionClaims *structpb.Struct `protobuf:"bytes,10,opt,name=session_claims,json=sessionClaims,proto3" json:"session_claims,omitempty"`
	// SessionClaims is a collection of values used to enrich the token.
	TokenClaims *structpb.Struct `protobuf:"bytes,11,opt,name=token_claims,json=tokenClaims,proto3" json:"token_claims,omitempty"`
	// contains filtered or unexported fields
}

func (*IdentityTokenInfo) Descriptor deprecated

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

Deprecated: Use IdentityTokenInfo.ProtoReflect.Descriptor instead.

func (*IdentityTokenInfo) GetAppSpaceId

func (x *IdentityTokenInfo) GetAppSpaceId() []byte

func (*IdentityTokenInfo) GetApplicationId

func (x *IdentityTokenInfo) GetApplicationId() []byte

func (*IdentityTokenInfo) GetAuthenticationTime

func (x *IdentityTokenInfo) GetAuthenticationTime() *timestamppb.Timestamp

func (*IdentityTokenInfo) GetCustomerId

func (x *IdentityTokenInfo) GetCustomerId() []byte

func (*IdentityTokenInfo) GetExpireTime

func (x *IdentityTokenInfo) GetExpireTime() *timestamppb.Timestamp

func (*IdentityTokenInfo) GetImpersonated

func (x *IdentityTokenInfo) GetImpersonated() *DigitalTwin

func (*IdentityTokenInfo) GetIssueTime

func (x *IdentityTokenInfo) GetIssueTime() *timestamppb.Timestamp

func (*IdentityTokenInfo) GetProviderInfo

func (x *IdentityTokenInfo) GetProviderInfo() []*ProviderInfo

func (*IdentityTokenInfo) GetSessionClaims

func (x *IdentityTokenInfo) GetSessionClaims() *structpb.Struct

func (*IdentityTokenInfo) GetSubject

func (x *IdentityTokenInfo) GetSubject() *DigitalTwin

func (*IdentityTokenInfo) GetTokenClaims

func (x *IdentityTokenInfo) GetTokenClaims() *structpb.Struct

func (*IdentityTokenInfo) ProtoMessage

func (*IdentityTokenInfo) ProtoMessage()

func (*IdentityTokenInfo) ProtoReflect

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

func (*IdentityTokenInfo) Reset

func (x *IdentityTokenInfo) Reset()

func (*IdentityTokenInfo) String

func (x *IdentityTokenInfo) String() string

func (*IdentityTokenInfo) Validate

func (m *IdentityTokenInfo) Validate() error

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

func (m *IdentityTokenInfo) ValidateAll() error

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

type IdentityTokenInfoMultiError

type IdentityTokenInfoMultiError []error

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

func (IdentityTokenInfoMultiError) AllErrors

func (m IdentityTokenInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IdentityTokenInfoMultiError) Error

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

type IdentityTokenInfoValidationError

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

IdentityTokenInfoValidationError is the validation error returned by IdentityTokenInfo.Validate if the designated constraints aren't met.

func (IdentityTokenInfoValidationError) Cause

Cause function returns cause value.

func (IdentityTokenInfoValidationError) Error

Error satisfies the builtin error interface

func (IdentityTokenInfoValidationError) ErrorName

ErrorName returns error name.

func (IdentityTokenInfoValidationError) Field

Field function returns field value.

func (IdentityTokenInfoValidationError) Key

Key function returns key value.

func (IdentityTokenInfoValidationError) Reason

Reason function returns reason value.

type ImportDigitalTwin

type ImportDigitalTwin struct {

	// ID to assign to new DigitalTwin or find existing and update.
	Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// TenantId the unique identifier of the tenant of DigitalTwin.
	TenantId []byte           `protobuf:"bytes,2,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	Kind     DigitalTwinKind  `protobuf:"varint,3,opt,name=kind,proto3,enum=indykite.identity.v1beta1.DigitalTwinKind" json:"kind,omitempty"`
	State    DigitalTwinState `protobuf:"varint,4,opt,name=state,proto3,enum=indykite.identity.v1beta1.DigitalTwinState" json:"state,omitempty"`
	// Tags define semantics for DigitalTwin.
	// First tag is considered as primary tag for use cases, when 1 tag must be extracted from the list.
	//
	// Tags defines more detailed semantic meaning, and are tightly coupled with the properties a DigitalTwin can have.
	Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"`
	// Password credential if available to import.
	Password *PasswordCredential `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"`
	// OAuth2 Identity Provider information to append to the DigitalTwin.
	ProviderUserInfo []*UserProvider `protobuf:"bytes,7,rep,name=provider_user_info,json=providerUserInfo,proto3" json:"provider_user_info,omitempty"`
	// Import and patch additional properties after the user is imported.
	Properties *ImportProperties `protobuf:"bytes,8,opt,name=properties,proto3" json:"properties,omitempty"`
	// Metadata to preserve with user import - ignored when DigitalTwin already exist.
	Metadata *UserMetadata `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportDigitalTwin) Descriptor deprecated

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

Deprecated: Use ImportDigitalTwin.ProtoReflect.Descriptor instead.

func (*ImportDigitalTwin) GetId

func (x *ImportDigitalTwin) GetId() []byte

func (*ImportDigitalTwin) GetKind

func (x *ImportDigitalTwin) GetKind() DigitalTwinKind

func (*ImportDigitalTwin) GetMetadata

func (x *ImportDigitalTwin) GetMetadata() *UserMetadata

func (*ImportDigitalTwin) GetPassword

func (x *ImportDigitalTwin) GetPassword() *PasswordCredential

func (*ImportDigitalTwin) GetProperties

func (x *ImportDigitalTwin) GetProperties() *ImportProperties

func (*ImportDigitalTwin) GetProviderUserInfo

func (x *ImportDigitalTwin) GetProviderUserInfo() []*UserProvider

func (*ImportDigitalTwin) GetState

func (x *ImportDigitalTwin) GetState() DigitalTwinState

func (*ImportDigitalTwin) GetTags

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

func (*ImportDigitalTwin) GetTenantId

func (x *ImportDigitalTwin) GetTenantId() []byte

func (*ImportDigitalTwin) ProtoMessage

func (*ImportDigitalTwin) ProtoMessage()

func (*ImportDigitalTwin) ProtoReflect

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

func (*ImportDigitalTwin) Reset

func (x *ImportDigitalTwin) Reset()

func (*ImportDigitalTwin) String

func (x *ImportDigitalTwin) String() string

func (*ImportDigitalTwin) Validate

func (m *ImportDigitalTwin) Validate() error

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

func (m *ImportDigitalTwin) ValidateAll() error

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

type ImportDigitalTwinError

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

func (*ImportDigitalTwinError) Descriptor deprecated

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

Deprecated: Use ImportDigitalTwinError.ProtoReflect.Descriptor instead.

func (*ImportDigitalTwinError) GetMessage

func (x *ImportDigitalTwinError) GetMessage() []string

func (*ImportDigitalTwinError) ProtoMessage

func (*ImportDigitalTwinError) ProtoMessage()

func (*ImportDigitalTwinError) ProtoReflect

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

func (*ImportDigitalTwinError) Reset

func (x *ImportDigitalTwinError) Reset()

func (*ImportDigitalTwinError) String

func (x *ImportDigitalTwinError) String() string

func (*ImportDigitalTwinError) Validate

func (m *ImportDigitalTwinError) Validate() error

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

func (m *ImportDigitalTwinError) ValidateAll() error

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

type ImportDigitalTwinErrorMultiError

type ImportDigitalTwinErrorMultiError []error

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

func (ImportDigitalTwinErrorMultiError) AllErrors

func (m ImportDigitalTwinErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ImportDigitalTwinErrorMultiError) Error

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

type ImportDigitalTwinErrorValidationError

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

ImportDigitalTwinErrorValidationError is the validation error returned by ImportDigitalTwinError.Validate if the designated constraints aren't met.

func (ImportDigitalTwinErrorValidationError) Cause

Cause function returns cause value.

func (ImportDigitalTwinErrorValidationError) Error

Error satisfies the builtin error interface

func (ImportDigitalTwinErrorValidationError) ErrorName

ErrorName returns error name.

func (ImportDigitalTwinErrorValidationError) Field

Field function returns field value.

func (ImportDigitalTwinErrorValidationError) Key

Key function returns key value.

func (ImportDigitalTwinErrorValidationError) Reason

Reason function returns reason value.

type ImportDigitalTwinMultiError

type ImportDigitalTwinMultiError []error

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

func (ImportDigitalTwinMultiError) AllErrors

func (m ImportDigitalTwinMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ImportDigitalTwinMultiError) Error

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

type ImportDigitalTwinResult

type ImportDigitalTwinResult struct {
	Index uint64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	// Types that are assignable to Result:
	//
	//	*ImportDigitalTwinResult_Success
	//	*ImportDigitalTwinResult_Error
	Result isImportDigitalTwinResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ImportDigitalTwinResult) Descriptor deprecated

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

Deprecated: Use ImportDigitalTwinResult.ProtoReflect.Descriptor instead.

func (*ImportDigitalTwinResult) GetError

func (*ImportDigitalTwinResult) GetIndex

func (x *ImportDigitalTwinResult) GetIndex() uint64

func (*ImportDigitalTwinResult) GetResult

func (m *ImportDigitalTwinResult) GetResult() isImportDigitalTwinResult_Result

func (*ImportDigitalTwinResult) GetSuccess

func (*ImportDigitalTwinResult) ProtoMessage

func (*ImportDigitalTwinResult) ProtoMessage()

func (*ImportDigitalTwinResult) ProtoReflect

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

func (*ImportDigitalTwinResult) Reset

func (x *ImportDigitalTwinResult) Reset()

func (*ImportDigitalTwinResult) String

func (x *ImportDigitalTwinResult) String() string

func (*ImportDigitalTwinResult) Validate

func (m *ImportDigitalTwinResult) Validate() error

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

func (m *ImportDigitalTwinResult) ValidateAll() error

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

type ImportDigitalTwinResultMultiError

type ImportDigitalTwinResultMultiError []error

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

func (ImportDigitalTwinResultMultiError) AllErrors

func (m ImportDigitalTwinResultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ImportDigitalTwinResultMultiError) Error

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

type ImportDigitalTwinResultValidationError

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

ImportDigitalTwinResultValidationError is the validation error returned by ImportDigitalTwinResult.Validate if the designated constraints aren't met.

func (ImportDigitalTwinResultValidationError) Cause

Cause function returns cause value.

func (ImportDigitalTwinResultValidationError) Error

Error satisfies the builtin error interface

func (ImportDigitalTwinResultValidationError) ErrorName

ErrorName returns error name.

func (ImportDigitalTwinResultValidationError) Field

Field function returns field value.

func (ImportDigitalTwinResultValidationError) Key

Key function returns key value.

func (ImportDigitalTwinResultValidationError) Reason

Reason function returns reason value.

type ImportDigitalTwinResult_Error

type ImportDigitalTwinResult_Error struct {
	Error *ImportDigitalTwinError `protobuf:"bytes,3,opt,name=error,proto3,oneof"`
}

type ImportDigitalTwinResult_Success

type ImportDigitalTwinResult_Success struct {
	Success *ImportDigitalTwinSuccess `protobuf:"bytes,2,opt,name=success,proto3,oneof"`
}

type ImportDigitalTwinSuccess

type ImportDigitalTwinSuccess struct {

	// DigitalTwin is the new or exiting DigitalTwin identifier.
	DigitalTwin *DigitalTwin `protobuf:"bytes,1,opt,name=digital_twin,json=digitalTwin,proto3" json:"digital_twin,omitempty"`
	// Results is set if the request contained 'properties' to import and the DigitalTwin was
	// patched after, this will contain the batch operation result.
	Results []*BatchOperationResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportDigitalTwinSuccess) Descriptor deprecated

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

Deprecated: Use ImportDigitalTwinSuccess.ProtoReflect.Descriptor instead.

func (*ImportDigitalTwinSuccess) GetDigitalTwin

func (x *ImportDigitalTwinSuccess) GetDigitalTwin() *DigitalTwin

func (*ImportDigitalTwinSuccess) GetResults

func (*ImportDigitalTwinSuccess) ProtoMessage

func (*ImportDigitalTwinSuccess) ProtoMessage()

func (*ImportDigitalTwinSuccess) ProtoReflect

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

func (*ImportDigitalTwinSuccess) Reset

func (x *ImportDigitalTwinSuccess) Reset()

func (*ImportDigitalTwinSuccess) String

func (x *ImportDigitalTwinSuccess) String() string

func (*ImportDigitalTwinSuccess) Validate

func (m *ImportDigitalTwinSuccess) Validate() error

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

func (m *ImportDigitalTwinSuccess) ValidateAll() error

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

type ImportDigitalTwinSuccessMultiError

type ImportDigitalTwinSuccessMultiError []error

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

func (ImportDigitalTwinSuccessMultiError) AllErrors

func (m ImportDigitalTwinSuccessMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ImportDigitalTwinSuccessMultiError) Error

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

type ImportDigitalTwinSuccessValidationError

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

ImportDigitalTwinSuccessValidationError is the validation error returned by ImportDigitalTwinSuccess.Validate if the designated constraints aren't met.

func (ImportDigitalTwinSuccessValidationError) Cause

Cause function returns cause value.

func (ImportDigitalTwinSuccessValidationError) Error

Error satisfies the builtin error interface

func (ImportDigitalTwinSuccessValidationError) ErrorName

ErrorName returns error name.

func (ImportDigitalTwinSuccessValidationError) Field

Field function returns field value.

func (ImportDigitalTwinSuccessValidationError) Key

Key function returns key value.

func (ImportDigitalTwinSuccessValidationError) Reason

Reason function returns reason value.

type ImportDigitalTwinValidationError

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

ImportDigitalTwinValidationError is the validation error returned by ImportDigitalTwin.Validate if the designated constraints aren't met.

func (ImportDigitalTwinValidationError) Cause

Cause function returns cause value.

func (ImportDigitalTwinValidationError) Error

Error satisfies the builtin error interface

func (ImportDigitalTwinValidationError) ErrorName

ErrorName returns error name.

func (ImportDigitalTwinValidationError) Field

Field function returns field value.

func (ImportDigitalTwinValidationError) Key

Key function returns key value.

func (ImportDigitalTwinValidationError) Reason

Reason function returns reason value.

type ImportDigitalTwinsRequest

type ImportDigitalTwinsRequest struct {
	Entities []*ImportDigitalTwin `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	// Types that are assignable to HashAlgorithm:
	//
	//	*ImportDigitalTwinsRequest_Bcrypt
	//	*ImportDigitalTwinsRequest_StandardScrypt
	//	*ImportDigitalTwinsRequest_Scrypt
	//	*ImportDigitalTwinsRequest_HmacMd5
	//	*ImportDigitalTwinsRequest_HmacSha1
	//	*ImportDigitalTwinsRequest_HmacSha512
	//	*ImportDigitalTwinsRequest_HmacSha256
	//	*ImportDigitalTwinsRequest_Md5
	//	*ImportDigitalTwinsRequest_Pbkdf2Sha256
	//	*ImportDigitalTwinsRequest_PbkdfSha1
	//	*ImportDigitalTwinsRequest_Sha1
	//	*ImportDigitalTwinsRequest_Sha256
	//	*ImportDigitalTwinsRequest_Sha512
	HashAlgorithm isImportDigitalTwinsRequest_HashAlgorithm `protobuf_oneof:"hash_algorithm"`
	// contains filtered or unexported fields
}

func (*ImportDigitalTwinsRequest) Descriptor deprecated

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

Deprecated: Use ImportDigitalTwinsRequest.ProtoReflect.Descriptor instead.

func (*ImportDigitalTwinsRequest) GetBcrypt

func (x *ImportDigitalTwinsRequest) GetBcrypt() *Bcrypt

func (*ImportDigitalTwinsRequest) GetEntities

func (x *ImportDigitalTwinsRequest) GetEntities() []*ImportDigitalTwin

func (*ImportDigitalTwinsRequest) GetHashAlgorithm

func (m *ImportDigitalTwinsRequest) GetHashAlgorithm() isImportDigitalTwinsRequest_HashAlgorithm

func (*ImportDigitalTwinsRequest) GetHmacMd5

func (x *ImportDigitalTwinsRequest) GetHmacMd5() *HMACMD5

func (*ImportDigitalTwinsRequest) GetHmacSha1

func (x *ImportDigitalTwinsRequest) GetHmacSha1() *HMACSHA1

func (*ImportDigitalTwinsRequest) GetHmacSha256

func (x *ImportDigitalTwinsRequest) GetHmacSha256() *HMACSHA256

func (*ImportDigitalTwinsRequest) GetHmacSha512

func (x *ImportDigitalTwinsRequest) GetHmacSha512() *HMACSHA512

func (*ImportDigitalTwinsRequest) GetMd5

func (x *ImportDigitalTwinsRequest) GetMd5() *MD5

func (*ImportDigitalTwinsRequest) GetPbkdf2Sha256

func (x *ImportDigitalTwinsRequest) GetPbkdf2Sha256() *PBKDF2SHA256

func (*ImportDigitalTwinsRequest) GetPbkdfSha1

func (x *ImportDigitalTwinsRequest) GetPbkdfSha1() *PBKDFSHA1

func (*ImportDigitalTwinsRequest) GetScrypt

func (x *ImportDigitalTwinsRequest) GetScrypt() *Scrypt

func (*ImportDigitalTwinsRequest) GetSha1

func (x *ImportDigitalTwinsRequest) GetSha1() *SHA1

func (*ImportDigitalTwinsRequest) GetSha256

func (x *ImportDigitalTwinsRequest) GetSha256() *SHA256

func (*ImportDigitalTwinsRequest) GetSha512

func (x *ImportDigitalTwinsRequest) GetSha512() *SHA512

func (*ImportDigitalTwinsRequest) GetStandardScrypt

func (x *ImportDigitalTwinsRequest) GetStandardScrypt() *StandardScrypt

func (*ImportDigitalTwinsRequest) ProtoMessage

func (*ImportDigitalTwinsRequest) ProtoMessage()

func (*ImportDigitalTwinsRequest) ProtoReflect

func (*ImportDigitalTwinsRequest) Reset

func (x *ImportDigitalTwinsRequest) Reset()

func (*ImportDigitalTwinsRequest) String

func (x *ImportDigitalTwinsRequest) String() string

func (*ImportDigitalTwinsRequest) Validate

func (m *ImportDigitalTwinsRequest) Validate() error

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

func (m *ImportDigitalTwinsRequest) ValidateAll() error

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

type ImportDigitalTwinsRequestMultiError

type ImportDigitalTwinsRequestMultiError []error

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

func (ImportDigitalTwinsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ImportDigitalTwinsRequestMultiError) Error

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

type ImportDigitalTwinsRequestValidationError

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

ImportDigitalTwinsRequestValidationError is the validation error returned by ImportDigitalTwinsRequest.Validate if the designated constraints aren't met.

func (ImportDigitalTwinsRequestValidationError) Cause

Cause function returns cause value.

func (ImportDigitalTwinsRequestValidationError) Error

Error satisfies the builtin error interface

func (ImportDigitalTwinsRequestValidationError) ErrorName

ErrorName returns error name.

func (ImportDigitalTwinsRequestValidationError) Field

Field function returns field value.

func (ImportDigitalTwinsRequestValidationError) Key

Key function returns key value.

func (ImportDigitalTwinsRequestValidationError) Reason

Reason function returns reason value.

type ImportDigitalTwinsRequest_Bcrypt

type ImportDigitalTwinsRequest_Bcrypt struct {
	Bcrypt *Bcrypt `protobuf:"bytes,2,opt,name=bcrypt,proto3,oneof"`
}

type ImportDigitalTwinsRequest_HmacMd5

type ImportDigitalTwinsRequest_HmacMd5 struct {
	HmacMd5 *HMACMD5 `protobuf:"bytes,5,opt,name=hmac_md5,json=hmacMd5,proto3,oneof"`
}

type ImportDigitalTwinsRequest_HmacSha1

type ImportDigitalTwinsRequest_HmacSha1 struct {
	HmacSha1 *HMACSHA1 `protobuf:"bytes,6,opt,name=hmac_sha1,json=hmacSha1,proto3,oneof"`
}

type ImportDigitalTwinsRequest_HmacSha256

type ImportDigitalTwinsRequest_HmacSha256 struct {
	HmacSha256 *HMACSHA256 `protobuf:"bytes,8,opt,name=hmac_sha256,json=hmacSha256,proto3,oneof"`
}

type ImportDigitalTwinsRequest_HmacSha512

type ImportDigitalTwinsRequest_HmacSha512 struct {
	HmacSha512 *HMACSHA512 `protobuf:"bytes,7,opt,name=hmac_sha512,json=hmacSha512,proto3,oneof"`
}

type ImportDigitalTwinsRequest_Md5

type ImportDigitalTwinsRequest_Md5 struct {
	Md5 *MD5 `protobuf:"bytes,9,opt,name=md5,proto3,oneof"`
}

type ImportDigitalTwinsRequest_Pbkdf2Sha256

type ImportDigitalTwinsRequest_Pbkdf2Sha256 struct {
	Pbkdf2Sha256 *PBKDF2SHA256 `protobuf:"bytes,10,opt,name=pbkdf2_sha256,json=pbkdf2Sha256,proto3,oneof"`
}

type ImportDigitalTwinsRequest_PbkdfSha1

type ImportDigitalTwinsRequest_PbkdfSha1 struct {
	PbkdfSha1 *PBKDFSHA1 `protobuf:"bytes,11,opt,name=pbkdf_sha1,json=pbkdfSha1,proto3,oneof"`
}

type ImportDigitalTwinsRequest_Scrypt

type ImportDigitalTwinsRequest_Scrypt struct {
	Scrypt *Scrypt `protobuf:"bytes,4,opt,name=scrypt,proto3,oneof"`
}

type ImportDigitalTwinsRequest_Sha1

type ImportDigitalTwinsRequest_Sha1 struct {
	Sha1 *SHA1 `protobuf:"bytes,12,opt,name=sha1,proto3,oneof"`
}

type ImportDigitalTwinsRequest_Sha256

type ImportDigitalTwinsRequest_Sha256 struct {
	Sha256 *SHA256 `protobuf:"bytes,13,opt,name=sha256,proto3,oneof"`
}

type ImportDigitalTwinsRequest_Sha512

type ImportDigitalTwinsRequest_Sha512 struct {
	Sha512 *SHA512 `protobuf:"bytes,14,opt,name=sha512,proto3,oneof"`
}

type ImportDigitalTwinsRequest_StandardScrypt

type ImportDigitalTwinsRequest_StandardScrypt struct {
	StandardScrypt *StandardScrypt `protobuf:"bytes,3,opt,name=standard_scrypt,json=standardScrypt,proto3,oneof"`
}

type ImportDigitalTwinsResponse

type ImportDigitalTwinsResponse struct {
	Results []*ImportDigitalTwinResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportDigitalTwinsResponse) Descriptor deprecated

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

Deprecated: Use ImportDigitalTwinsResponse.ProtoReflect.Descriptor instead.

func (*ImportDigitalTwinsResponse) GetResults

func (*ImportDigitalTwinsResponse) ProtoMessage

func (*ImportDigitalTwinsResponse) ProtoMessage()

func (*ImportDigitalTwinsResponse) ProtoReflect

func (*ImportDigitalTwinsResponse) Reset

func (x *ImportDigitalTwinsResponse) Reset()

func (*ImportDigitalTwinsResponse) String

func (x *ImportDigitalTwinsResponse) String() string

func (*ImportDigitalTwinsResponse) Validate

func (m *ImportDigitalTwinsResponse) Validate() error

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

func (m *ImportDigitalTwinsResponse) ValidateAll() error

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

type ImportDigitalTwinsResponseMultiError

type ImportDigitalTwinsResponseMultiError []error

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

func (ImportDigitalTwinsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ImportDigitalTwinsResponseMultiError) Error

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

type ImportDigitalTwinsResponseValidationError

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

ImportDigitalTwinsResponseValidationError is the validation error returned by ImportDigitalTwinsResponse.Validate if the designated constraints aren't met.

func (ImportDigitalTwinsResponseValidationError) Cause

Cause function returns cause value.

func (ImportDigitalTwinsResponseValidationError) Error

Error satisfies the builtin error interface

func (ImportDigitalTwinsResponseValidationError) ErrorName

ErrorName returns error name.

func (ImportDigitalTwinsResponseValidationError) Field

Field function returns field value.

func (ImportDigitalTwinsResponseValidationError) Key

Key function returns key value.

func (ImportDigitalTwinsResponseValidationError) Reason

Reason function returns reason value.

type ImportProperties

type ImportProperties struct {
	Operations []*PropertyBatchOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"`
	// ForceDelete must be set to true to delete primary property
	ForceDelete bool `protobuf:"varint,4,opt,name=force_delete,json=forceDelete,proto3" json:"force_delete,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportProperties) Descriptor deprecated

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

Deprecated: Use ImportProperties.ProtoReflect.Descriptor instead.

func (*ImportProperties) GetForceDelete

func (x *ImportProperties) GetForceDelete() bool

func (*ImportProperties) GetOperations

func (x *ImportProperties) GetOperations() []*PropertyBatchOperation

func (*ImportProperties) ProtoMessage

func (*ImportProperties) ProtoMessage()

func (*ImportProperties) ProtoReflect

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

func (*ImportProperties) Reset

func (x *ImportProperties) Reset()

func (*ImportProperties) String

func (x *ImportProperties) String() string

func (*ImportProperties) Validate

func (m *ImportProperties) Validate() error

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

func (m *ImportProperties) ValidateAll() error

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

type ImportPropertiesMultiError

type ImportPropertiesMultiError []error

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

func (ImportPropertiesMultiError) AllErrors

func (m ImportPropertiesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ImportPropertiesMultiError) Error

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

type ImportPropertiesValidationError

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

ImportPropertiesValidationError is the validation error returned by ImportProperties.Validate if the designated constraints aren't met.

func (ImportPropertiesValidationError) Cause

Cause function returns cause value.

func (ImportPropertiesValidationError) Error

Error satisfies the builtin error interface

func (ImportPropertiesValidationError) ErrorName

ErrorName returns error name.

func (ImportPropertiesValidationError) Field

Field function returns field value.

func (ImportPropertiesValidationError) Key

Key function returns key value.

func (ImportPropertiesValidationError) Reason

Reason function returns reason value.

type Invitation

type Invitation struct {

	// TenantId specify under which tenant the user is invited
	TenantId []byte `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	// ReferenceId is unique external reference identifier to correlate the lifecycle events with.
	ReferenceId string `protobuf:"bytes,2,opt,name=reference_id,json=referenceId,proto3" json:"reference_id,omitempty"`
	// InviteAtTime can be empty to send invitation immediately.
	// Or can specify time in the future to postpone sending invitation message.
	InviteAtTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=invite_at_time,json=inviteAtTime,proto3" json:"invite_at_time,omitempty"`
	// ExpireTime can be empty and default lifetime is used. Or you can specify own expiration time of invitation.
	ExpireTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// Attributes passed into message sender
	MessageAttributes *v1beta1.MapValue `protobuf:"bytes,5,opt,name=message_attributes,json=messageAttributes,proto3" json:"message_attributes,omitempty"`
	// AcceptedBy specify DigitalTwin who accepted invitation
	AcceptedBy *DigitalTwin `protobuf:"bytes,8,opt,name=accepted_by,json=acceptedBy,proto3" json:"accepted_by,omitempty"`
	// State describe current state of workflow
	State InvitationState `protobuf:"varint,9,opt,name=state,proto3,enum=indykite.identity.v1beta1.InvitationState" json:"state,omitempty"`
	// Types that are assignable to Invitee:
	//
	//	*Invitation_Email
	//	*Invitation_Mobile
	Invitee isInvitation_Invitee `protobuf_oneof:"invitee"`
	// contains filtered or unexported fields
}

Invitation represents a user invitation object.

func (*Invitation) Descriptor deprecated

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

Deprecated: Use Invitation.ProtoReflect.Descriptor instead.

func (*Invitation) GetAcceptedBy

func (x *Invitation) GetAcceptedBy() *DigitalTwin

func (*Invitation) GetEmail

func (x *Invitation) GetEmail() string

func (*Invitation) GetExpireTime

func (x *Invitation) GetExpireTime() *timestamppb.Timestamp

func (*Invitation) GetInviteAtTime

func (x *Invitation) GetInviteAtTime() *timestamppb.Timestamp

func (*Invitation) GetInvitee

func (m *Invitation) GetInvitee() isInvitation_Invitee

func (*Invitation) GetMessageAttributes

func (x *Invitation) GetMessageAttributes() *v1beta1.MapValue

func (*Invitation) GetMobile

func (x *Invitation) GetMobile() string

func (*Invitation) GetReferenceId

func (x *Invitation) GetReferenceId() string

func (*Invitation) GetState

func (x *Invitation) GetState() InvitationState

func (*Invitation) GetTenantId

func (x *Invitation) GetTenantId() []byte

func (*Invitation) ProtoMessage

func (*Invitation) ProtoMessage()

func (*Invitation) ProtoReflect

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

func (*Invitation) Reset

func (x *Invitation) Reset()

func (*Invitation) String

func (x *Invitation) String() string

func (*Invitation) Validate

func (m *Invitation) Validate() error

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

func (m *Invitation) ValidateAll() error

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

type InvitationMultiError

type InvitationMultiError []error

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

func (InvitationMultiError) AllErrors

func (m InvitationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InvitationMultiError) Error

func (m InvitationMultiError) Error() string

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

type InvitationState

type InvitationState int32
const (
	InvitationState_INVITATION_STATE_INVALID   InvitationState = 0
	InvitationState_INVITATION_STATE_IN_FUTURE InvitationState = 1
	InvitationState_INVITATION_STATE_PENDING   InvitationState = 2
	InvitationState_INVITATION_STATE_ACCEPTED  InvitationState = 3
	InvitationState_INVITATION_STATE_EXPIRED   InvitationState = 4
	InvitationState_INVITATION_STATE_CANCELLED InvitationState = 5
)

func (InvitationState) Descriptor

func (InvitationState) Enum

func (x InvitationState) Enum() *InvitationState

func (InvitationState) EnumDescriptor deprecated

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

Deprecated: Use InvitationState.Descriptor instead.

func (InvitationState) Number

func (InvitationState) String

func (x InvitationState) String() string

func (InvitationState) Type

type InvitationValidationError

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

InvitationValidationError is the validation error returned by Invitation.Validate if the designated constraints aren't met.

func (InvitationValidationError) Cause

func (e InvitationValidationError) Cause() error

Cause function returns cause value.

func (InvitationValidationError) Error

Error satisfies the builtin error interface

func (InvitationValidationError) ErrorName

func (e InvitationValidationError) ErrorName() string

ErrorName returns error name.

func (InvitationValidationError) Field

Field function returns field value.

func (InvitationValidationError) Key

Key function returns key value.

func (InvitationValidationError) Reason

func (e InvitationValidationError) Reason() string

Reason function returns reason value.

type Invitation_Email

type Invitation_Email struct {
	// Email address where invitation message will be sent.
	Email string `protobuf:"bytes,6,opt,name=email,proto3,oneof"`
}

type Invitation_Mobile

type Invitation_Mobile struct {
	// Mobile number where sms will be sent.
	Mobile string `protobuf:"bytes,7,opt,name=mobile,proto3,oneof"`
}

type LicenseClassDetails

type LicenseClassDetails struct {
	From  string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To    string `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	Notes string `protobuf:"bytes,3,opt,name=notes,proto3" json:"notes,omitempty"`
	// contains filtered or unexported fields
}

func (*LicenseClassDetails) Descriptor deprecated

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

Deprecated: Use LicenseClassDetails.ProtoReflect.Descriptor instead.

func (*LicenseClassDetails) GetFrom

func (x *LicenseClassDetails) GetFrom() string

func (*LicenseClassDetails) GetNotes

func (x *LicenseClassDetails) GetNotes() string

func (*LicenseClassDetails) GetTo

func (x *LicenseClassDetails) GetTo() string

func (*LicenseClassDetails) ProtoMessage

func (*LicenseClassDetails) ProtoMessage()

func (*LicenseClassDetails) ProtoReflect

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

func (*LicenseClassDetails) Reset

func (x *LicenseClassDetails) Reset()

func (*LicenseClassDetails) String

func (x *LicenseClassDetails) String() string

func (*LicenseClassDetails) Validate

func (m *LicenseClassDetails) Validate() error

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

func (m *LicenseClassDetails) ValidateAll() error

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

type LicenseClassDetailsMultiError

type LicenseClassDetailsMultiError []error

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

func (LicenseClassDetailsMultiError) AllErrors

func (m LicenseClassDetailsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LicenseClassDetailsMultiError) Error

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

type LicenseClassDetailsValidationError

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

LicenseClassDetailsValidationError is the validation error returned by LicenseClassDetails.Validate if the designated constraints aren't met.

func (LicenseClassDetailsValidationError) Cause

Cause function returns cause value.

func (LicenseClassDetailsValidationError) Error

Error satisfies the builtin error interface

func (LicenseClassDetailsValidationError) ErrorName

ErrorName returns error name.

func (LicenseClassDetailsValidationError) Field

Field function returns field value.

func (LicenseClassDetailsValidationError) Key

Key function returns key value.

func (LicenseClassDetailsValidationError) Reason

Reason function returns reason value.

type ListDigitalTwinsRequest

type ListDigitalTwinsRequest struct {
	TenantId []byte `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	// CollectionId, relative to `parent`, to list.
	// Required.
	CollectionId string `protobuf:"bytes,2,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
	// PageSize is the maximum number of documents to return.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// PageToken is the `next_page_token` value returned from a previous List request.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// OrderBy to sort results by. For example: `priority desc, name`.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// Properties contains the requested property values.
	Properties []*Property `protobuf:"bytes,6,rep,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDigitalTwinsRequest) Descriptor deprecated

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

Deprecated: Use ListDigitalTwinsRequest.ProtoReflect.Descriptor instead.

func (*ListDigitalTwinsRequest) GetCollectionId

func (x *ListDigitalTwinsRequest) GetCollectionId() string

func (*ListDigitalTwinsRequest) GetOrderBy

func (x *ListDigitalTwinsRequest) GetOrderBy() string

func (*ListDigitalTwinsRequest) GetPageSize

func (x *ListDigitalTwinsRequest) GetPageSize() int32

func (*ListDigitalTwinsRequest) GetPageToken

func (x *ListDigitalTwinsRequest) GetPageToken() string

func (*ListDigitalTwinsRequest) GetProperties

func (x *ListDigitalTwinsRequest) GetProperties() []*Property

func (*ListDigitalTwinsRequest) GetTenantId

func (x *ListDigitalTwinsRequest) GetTenantId() []byte

func (*ListDigitalTwinsRequest) ProtoMessage

func (*ListDigitalTwinsRequest) ProtoMessage()

func (*ListDigitalTwinsRequest) ProtoReflect

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

func (*ListDigitalTwinsRequest) Reset

func (x *ListDigitalTwinsRequest) Reset()

func (*ListDigitalTwinsRequest) String

func (x *ListDigitalTwinsRequest) String() string

func (*ListDigitalTwinsRequest) Validate

func (m *ListDigitalTwinsRequest) Validate() error

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

func (m *ListDigitalTwinsRequest) ValidateAll() error

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

type ListDigitalTwinsRequestMultiError

type ListDigitalTwinsRequestMultiError []error

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

func (ListDigitalTwinsRequestMultiError) AllErrors

func (m ListDigitalTwinsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListDigitalTwinsRequestMultiError) Error

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

type ListDigitalTwinsRequestValidationError

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

ListDigitalTwinsRequestValidationError is the validation error returned by ListDigitalTwinsRequest.Validate if the designated constraints aren't met.

func (ListDigitalTwinsRequestValidationError) Cause

Cause function returns cause value.

func (ListDigitalTwinsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListDigitalTwinsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListDigitalTwinsRequestValidationError) Field

Field function returns field value.

func (ListDigitalTwinsRequestValidationError) Key

Key function returns key value.

func (ListDigitalTwinsRequestValidationError) Reason

Reason function returns reason value.

type ListDigitalTwinsResponse

type ListDigitalTwinsResponse struct {
	DigitalTwin []*DigitalEntity `protobuf:"bytes,1,rep,name=digital_twin,json=digitalTwin,proto3" json:"digital_twin,omitempty"`
	// NextPageToken is `page_token` value for the next ListDocumentsRequest.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDigitalTwinsResponse) Descriptor deprecated

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

Deprecated: Use ListDigitalTwinsResponse.ProtoReflect.Descriptor instead.

func (*ListDigitalTwinsResponse) GetDigitalTwin

func (x *ListDigitalTwinsResponse) GetDigitalTwin() []*DigitalEntity

func (*ListDigitalTwinsResponse) GetNextPageToken

func (x *ListDigitalTwinsResponse) GetNextPageToken() string

func (*ListDigitalTwinsResponse) ProtoMessage

func (*ListDigitalTwinsResponse) ProtoMessage()

func (*ListDigitalTwinsResponse) ProtoReflect

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

func (*ListDigitalTwinsResponse) Reset

func (x *ListDigitalTwinsResponse) Reset()

func (*ListDigitalTwinsResponse) String

func (x *ListDigitalTwinsResponse) String() string

func (*ListDigitalTwinsResponse) Validate

func (m *ListDigitalTwinsResponse) Validate() error

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

func (m *ListDigitalTwinsResponse) ValidateAll() error

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

type ListDigitalTwinsResponseMultiError

type ListDigitalTwinsResponseMultiError []error

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

func (ListDigitalTwinsResponseMultiError) AllErrors

func (m ListDigitalTwinsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListDigitalTwinsResponseMultiError) Error

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

type ListDigitalTwinsResponseValidationError

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

ListDigitalTwinsResponseValidationError is the validation error returned by ListDigitalTwinsResponse.Validate if the designated constraints aren't met.

func (ListDigitalTwinsResponseValidationError) Cause

Cause function returns cause value.

func (ListDigitalTwinsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListDigitalTwinsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListDigitalTwinsResponseValidationError) Field

Field function returns field value.

func (ListDigitalTwinsResponseValidationError) Key

Key function returns key value.

func (ListDigitalTwinsResponseValidationError) Reason

Reason function returns reason value.

type ListDocumentsRequest

type ListDocumentsRequest struct {

	// Parent resource name to resolve the collection.
	// Format: `databases/{application_id}/documents/{document_path}`.
	// Required.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// CollectionId, relative to `parent`, to list.
	// Required.
	CollectionId string `protobuf:"bytes,2,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
	// PageSize is the maximum number of documents to return.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// PageToken is the `next_page_token` value returned from a previous List request.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// OrderBy to sort results by. For example: `priority desc, name`.
	OrderBy string `protobuf:"bytes,6,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// Mask is the fields to return. If not set, returns all fields.
	Mask *DocumentMask `protobuf:"bytes,7,opt,name=mask,proto3" json:"mask,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDocumentsRequest) Descriptor deprecated

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

Deprecated: Use ListDocumentsRequest.ProtoReflect.Descriptor instead.

func (*ListDocumentsRequest) GetCollectionId

func (x *ListDocumentsRequest) GetCollectionId() string

func (*ListDocumentsRequest) GetMask

func (x *ListDocumentsRequest) GetMask() *DocumentMask

func (*ListDocumentsRequest) GetOrderBy

func (x *ListDocumentsRequest) GetOrderBy() string

func (*ListDocumentsRequest) GetPageSize

func (x *ListDocumentsRequest) GetPageSize() int32

func (*ListDocumentsRequest) GetPageToken

func (x *ListDocumentsRequest) GetPageToken() string

func (*ListDocumentsRequest) GetParent

func (x *ListDocumentsRequest) GetParent() string

func (*ListDocumentsRequest) ProtoMessage

func (*ListDocumentsRequest) ProtoMessage()

func (*ListDocumentsRequest) ProtoReflect

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

func (*ListDocumentsRequest) Reset

func (x *ListDocumentsRequest) Reset()

func (*ListDocumentsRequest) String

func (x *ListDocumentsRequest) String() string

func (*ListDocumentsRequest) Validate

func (m *ListDocumentsRequest) Validate() error

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

func (m *ListDocumentsRequest) ValidateAll() error

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

type ListDocumentsRequestMultiError

type ListDocumentsRequestMultiError []error

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

func (ListDocumentsRequestMultiError) AllErrors

func (m ListDocumentsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListDocumentsRequestMultiError) Error

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

type ListDocumentsRequestValidationError

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

ListDocumentsRequestValidationError is the validation error returned by ListDocumentsRequest.Validate if the designated constraints aren't met.

func (ListDocumentsRequestValidationError) Cause

Cause function returns cause value.

func (ListDocumentsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListDocumentsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListDocumentsRequestValidationError) Field

Field function returns field value.

func (ListDocumentsRequestValidationError) Key

Key function returns key value.

func (ListDocumentsRequestValidationError) Reason

Reason function returns reason value.

type ListDocumentsResponse

type ListDocumentsResponse struct {

	// The Documents found.
	Documents []*Document `protobuf:"bytes,1,rep,name=documents,proto3" json:"documents,omitempty"`
	// NextPageToken is `page_token` value for the next ListDocumentsRequest.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDocumentsResponse) Descriptor deprecated

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

Deprecated: Use ListDocumentsResponse.ProtoReflect.Descriptor instead.

func (*ListDocumentsResponse) GetDocuments

func (x *ListDocumentsResponse) GetDocuments() []*Document

func (*ListDocumentsResponse) GetNextPageToken

func (x *ListDocumentsResponse) GetNextPageToken() string

func (*ListDocumentsResponse) ProtoMessage

func (*ListDocumentsResponse) ProtoMessage()

func (*ListDocumentsResponse) ProtoReflect

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

func (*ListDocumentsResponse) Reset

func (x *ListDocumentsResponse) Reset()

func (*ListDocumentsResponse) String

func (x *ListDocumentsResponse) String() string

func (*ListDocumentsResponse) Validate

func (m *ListDocumentsResponse) Validate() error

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

func (m *ListDocumentsResponse) ValidateAll() error

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

type ListDocumentsResponseMultiError

type ListDocumentsResponseMultiError []error

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

func (ListDocumentsResponseMultiError) AllErrors

func (m ListDocumentsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListDocumentsResponseMultiError) Error

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

type ListDocumentsResponseValidationError

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

ListDocumentsResponseValidationError is the validation error returned by ListDocumentsResponse.Validate if the designated constraints aren't met.

func (ListDocumentsResponseValidationError) Cause

Cause function returns cause value.

func (ListDocumentsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListDocumentsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListDocumentsResponseValidationError) Field

Field function returns field value.

func (ListDocumentsResponseValidationError) Key

Key function returns key value.

func (ListDocumentsResponseValidationError) Reason

Reason function returns reason value.

type MD5

type MD5 struct {
	Rounds int64 `protobuf:"varint,1,opt,name=rounds,proto3" json:"rounds,omitempty"`
	// contains filtered or unexported fields
}

func (*MD5) Descriptor deprecated

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

Deprecated: Use MD5.ProtoReflect.Descriptor instead.

func (*MD5) GetRounds

func (x *MD5) GetRounds() int64

func (*MD5) ProtoMessage

func (*MD5) ProtoMessage()

func (*MD5) ProtoReflect

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

func (*MD5) Reset

func (x *MD5) Reset()

func (*MD5) String

func (x *MD5) String() string

func (*MD5) Validate

func (m *MD5) Validate() error

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

func (m *MD5) ValidateAll() error

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

type MD5MultiError

type MD5MultiError []error

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

func (MD5MultiError) AllErrors

func (m MD5MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MD5MultiError) Error

func (m MD5MultiError) Error() string

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

type MD5ValidationError

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

MD5ValidationError is the validation error returned by MD5.Validate if the designated constraints aren't met.

func (MD5ValidationError) Cause

func (e MD5ValidationError) Cause() error

Cause function returns cause value.

func (MD5ValidationError) Error

func (e MD5ValidationError) Error() string

Error satisfies the builtin error interface

func (MD5ValidationError) ErrorName

func (e MD5ValidationError) ErrorName() string

ErrorName returns error name.

func (MD5ValidationError) Field

func (e MD5ValidationError) Field() string

Field function returns field value.

func (MD5ValidationError) Key

func (e MD5ValidationError) Key() bool

Key function returns key value.

func (MD5ValidationError) Reason

func (e MD5ValidationError) Reason() string

Reason function returns reason value.

type Mobile

type Mobile struct {
	Mobile   string `protobuf:"bytes,1,opt,name=mobile,proto3" json:"mobile,omitempty"`
	Verified bool   `protobuf:"varint,2,opt,name=verified,proto3" json:"verified,omitempty"`
	// contains filtered or unexported fields
}

func (*Mobile) Descriptor deprecated

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

Deprecated: Use Mobile.ProtoReflect.Descriptor instead.

func (*Mobile) GetMobile

func (x *Mobile) GetMobile() string

func (*Mobile) GetVerified

func (x *Mobile) GetVerified() bool

func (*Mobile) ProtoMessage

func (*Mobile) ProtoMessage()

func (*Mobile) ProtoReflect

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

func (*Mobile) Reset

func (x *Mobile) Reset()

func (*Mobile) String

func (x *Mobile) String() string

func (*Mobile) Validate

func (m *Mobile) Validate() error

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

func (m *Mobile) ValidateAll() error

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

type MobileMultiError

type MobileMultiError []error

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

func (MobileMultiError) AllErrors

func (m MobileMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MobileMultiError) Error

func (m MobileMultiError) Error() string

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

type MobileValidationError

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

MobileValidationError is the validation error returned by Mobile.Validate if the designated constraints aren't met.

func (MobileValidationError) Cause

func (e MobileValidationError) Cause() error

Cause function returns cause value.

func (MobileValidationError) Error

func (e MobileValidationError) Error() string

Error satisfies the builtin error interface

func (MobileValidationError) ErrorName

func (e MobileValidationError) ErrorName() string

ErrorName returns error name.

func (MobileValidationError) Field

func (e MobileValidationError) Field() string

Field function returns field value.

func (MobileValidationError) Key

func (e MobileValidationError) Key() bool

Key function returns key value.

func (MobileValidationError) Reason

func (e MobileValidationError) Reason() string

Reason function returns reason value.

type MutateDocumentsRequest

type MutateDocumentsRequest struct {

	// The database name.
	// Format: `databases/{application_id}`.
	// Required.
	Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	// The writes to apply.
	Writes []*Write `protobuf:"bytes,2,rep,name=writes,proto3" json:"writes,omitempty"`
	// contains filtered or unexported fields
}

func (*MutateDocumentsRequest) Descriptor deprecated

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

Deprecated: Use MutateDocumentsRequest.ProtoReflect.Descriptor instead.

func (*MutateDocumentsRequest) GetDatabase

func (x *MutateDocumentsRequest) GetDatabase() string

func (*MutateDocumentsRequest) GetWrites

func (x *MutateDocumentsRequest) GetWrites() []*Write

func (*MutateDocumentsRequest) ProtoMessage

func (*MutateDocumentsRequest) ProtoMessage()

func (*MutateDocumentsRequest) ProtoReflect

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

func (*MutateDocumentsRequest) Reset

func (x *MutateDocumentsRequest) Reset()

func (*MutateDocumentsRequest) String

func (x *MutateDocumentsRequest) String() string

func (*MutateDocumentsRequest) Validate

func (m *MutateDocumentsRequest) Validate() error

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

func (m *MutateDocumentsRequest) ValidateAll() error

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

type MutateDocumentsRequestMultiError

type MutateDocumentsRequestMultiError []error

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

func (MutateDocumentsRequestMultiError) AllErrors

func (m MutateDocumentsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MutateDocumentsRequestMultiError) Error

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

type MutateDocumentsRequestValidationError

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

MutateDocumentsRequestValidationError is the validation error returned by MutateDocumentsRequest.Validate if the designated constraints aren't met.

func (MutateDocumentsRequestValidationError) Cause

Cause function returns cause value.

func (MutateDocumentsRequestValidationError) Error

Error satisfies the builtin error interface

func (MutateDocumentsRequestValidationError) ErrorName

ErrorName returns error name.

func (MutateDocumentsRequestValidationError) Field

Field function returns field value.

func (MutateDocumentsRequestValidationError) Key

Key function returns key value.

func (MutateDocumentsRequestValidationError) Reason

Reason function returns reason value.

type MutateDocumentsResponse

type MutateDocumentsResponse struct {

	// WriteResults is the result of applying the writes.
	//
	// This i-th write result corresponds to the i-th write in the
	// request.
	WriteResults []*WriteResult `protobuf:"bytes,1,rep,name=write_results,json=writeResults,proto3" json:"write_results,omitempty"`
	// contains filtered or unexported fields
}

func (*MutateDocumentsResponse) Descriptor deprecated

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

Deprecated: Use MutateDocumentsResponse.ProtoReflect.Descriptor instead.

func (*MutateDocumentsResponse) GetWriteResults

func (x *MutateDocumentsResponse) GetWriteResults() []*WriteResult

func (*MutateDocumentsResponse) ProtoMessage

func (*MutateDocumentsResponse) ProtoMessage()

func (*MutateDocumentsResponse) ProtoReflect

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

func (*MutateDocumentsResponse) Reset

func (x *MutateDocumentsResponse) Reset()

func (*MutateDocumentsResponse) String

func (x *MutateDocumentsResponse) String() string

func (*MutateDocumentsResponse) Validate

func (m *MutateDocumentsResponse) Validate() error

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

func (m *MutateDocumentsResponse) ValidateAll() error

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

type MutateDocumentsResponseMultiError

type MutateDocumentsResponseMultiError []error

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

func (MutateDocumentsResponseMultiError) AllErrors

func (m MutateDocumentsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MutateDocumentsResponseMultiError) Error

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

type MutateDocumentsResponseValidationError

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

MutateDocumentsResponseValidationError is the validation error returned by MutateDocumentsResponse.Validate if the designated constraints aren't met.

func (MutateDocumentsResponseValidationError) Cause

Cause function returns cause value.

func (MutateDocumentsResponseValidationError) Error

Error satisfies the builtin error interface

func (MutateDocumentsResponseValidationError) ErrorName

ErrorName returns error name.

func (MutateDocumentsResponseValidationError) Field

Field function returns field value.

func (MutateDocumentsResponseValidationError) Key

Key function returns key value.

func (MutateDocumentsResponseValidationError) Reason

Reason function returns reason value.

type OAuth2TokenResponse

type OAuth2TokenResponse struct {

	// The lifetime in seconds of the access token.  For
	//
	//	example, the value "3600" denotes that the access token will
	//
	// expire in one hour from the time the response was generated.
	ExpiresIn int64 `protobuf:"varint,1,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"`
	// The scope of the access token
	Scope string `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"`
	// To retrieve a refresh token request the id_token scope.
	IdToken string `protobuf:"bytes,3,opt,name=id_token,json=idToken,proto3" json:"id_token,omitempty"`
	// The access token issued by the authorization server.
	AccessToken string `protobuf:"bytes,4,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// The refresh token, which can be used to obtain new
	// access tokens. To retrieve it add the scope "offline" to your access token request.
	RefreshToken string `protobuf:"bytes,5,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// The type of the token issued
	TokenType string `protobuf:"bytes,6,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"`
	// contains filtered or unexported fields
}

The token response [Assertion Spec](https://mattrglobal.github.io/oidc-client-bound-assertions-spec/)

func (*OAuth2TokenResponse) Descriptor deprecated

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

Deprecated: Use OAuth2TokenResponse.ProtoReflect.Descriptor instead.

func (*OAuth2TokenResponse) GetAccessToken

func (x *OAuth2TokenResponse) GetAccessToken() string

func (*OAuth2TokenResponse) GetExpiresIn

func (x *OAuth2TokenResponse) GetExpiresIn() int64

func (*OAuth2TokenResponse) GetIdToken

func (x *OAuth2TokenResponse) GetIdToken() string

func (*OAuth2TokenResponse) GetRefreshToken

func (x *OAuth2TokenResponse) GetRefreshToken() string

func (*OAuth2TokenResponse) GetScope

func (x *OAuth2TokenResponse) GetScope() string

func (*OAuth2TokenResponse) GetTokenType

func (x *OAuth2TokenResponse) GetTokenType() string

func (*OAuth2TokenResponse) ProtoMessage

func (*OAuth2TokenResponse) ProtoMessage()

func (*OAuth2TokenResponse) ProtoReflect

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

func (*OAuth2TokenResponse) Reset

func (x *OAuth2TokenResponse) Reset()

func (*OAuth2TokenResponse) String

func (x *OAuth2TokenResponse) String() string

func (*OAuth2TokenResponse) Validate

func (m *OAuth2TokenResponse) Validate() error

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

func (m *OAuth2TokenResponse) ValidateAll() error

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

type OAuth2TokenResponseMultiError

type OAuth2TokenResponseMultiError []error

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

func (OAuth2TokenResponseMultiError) AllErrors

func (m OAuth2TokenResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAuth2TokenResponseMultiError) Error

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

type OAuth2TokenResponseValidationError

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

OAuth2TokenResponseValidationError is the validation error returned by OAuth2TokenResponse.Validate if the designated constraints aren't met.

func (OAuth2TokenResponseValidationError) Cause

Cause function returns cause value.

func (OAuth2TokenResponseValidationError) Error

Error satisfies the builtin error interface

func (OAuth2TokenResponseValidationError) ErrorName

ErrorName returns error name.

func (OAuth2TokenResponseValidationError) Field

Field function returns field value.

func (OAuth2TokenResponseValidationError) Key

Key function returns key value.

func (OAuth2TokenResponseValidationError) Reason

Reason function returns reason value.

type PBKDF2SHA256

type PBKDF2SHA256 struct {
	Rounds int64 `protobuf:"varint,1,opt,name=rounds,proto3" json:"rounds,omitempty"`
	// contains filtered or unexported fields
}

func (*PBKDF2SHA256) Descriptor deprecated

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

Deprecated: Use PBKDF2SHA256.ProtoReflect.Descriptor instead.

func (*PBKDF2SHA256) GetRounds

func (x *PBKDF2SHA256) GetRounds() int64

func (*PBKDF2SHA256) ProtoMessage

func (*PBKDF2SHA256) ProtoMessage()

func (*PBKDF2SHA256) ProtoReflect

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

func (*PBKDF2SHA256) Reset

func (x *PBKDF2SHA256) Reset()

func (*PBKDF2SHA256) String

func (x *PBKDF2SHA256) String() string

func (*PBKDF2SHA256) Validate

func (m *PBKDF2SHA256) Validate() error

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

func (m *PBKDF2SHA256) ValidateAll() error

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

type PBKDF2SHA256MultiError

type PBKDF2SHA256MultiError []error

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

func (PBKDF2SHA256MultiError) AllErrors

func (m PBKDF2SHA256MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PBKDF2SHA256MultiError) Error

func (m PBKDF2SHA256MultiError) Error() string

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

type PBKDF2SHA256ValidationError

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

PBKDF2SHA256ValidationError is the validation error returned by PBKDF2SHA256.Validate if the designated constraints aren't met.

func (PBKDF2SHA256ValidationError) Cause

Cause function returns cause value.

func (PBKDF2SHA256ValidationError) Error

Error satisfies the builtin error interface

func (PBKDF2SHA256ValidationError) ErrorName

func (e PBKDF2SHA256ValidationError) ErrorName() string

ErrorName returns error name.

func (PBKDF2SHA256ValidationError) Field

Field function returns field value.

func (PBKDF2SHA256ValidationError) Key

Key function returns key value.

func (PBKDF2SHA256ValidationError) Reason

Reason function returns reason value.

type PBKDFSHA1

type PBKDFSHA1 struct {
	Rounds int64 `protobuf:"varint,1,opt,name=rounds,proto3" json:"rounds,omitempty"`
	// contains filtered or unexported fields
}

func (*PBKDFSHA1) Descriptor deprecated

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

Deprecated: Use PBKDFSHA1.ProtoReflect.Descriptor instead.

func (*PBKDFSHA1) GetRounds

func (x *PBKDFSHA1) GetRounds() int64

func (*PBKDFSHA1) ProtoMessage

func (*PBKDFSHA1) ProtoMessage()

func (*PBKDFSHA1) ProtoReflect

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

func (*PBKDFSHA1) Reset

func (x *PBKDFSHA1) Reset()

func (*PBKDFSHA1) String

func (x *PBKDFSHA1) String() string

func (*PBKDFSHA1) Validate

func (m *PBKDFSHA1) Validate() error

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

func (m *PBKDFSHA1) ValidateAll() error

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

type PBKDFSHA1MultiError

type PBKDFSHA1MultiError []error

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

func (PBKDFSHA1MultiError) AllErrors

func (m PBKDFSHA1MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PBKDFSHA1MultiError) Error

func (m PBKDFSHA1MultiError) Error() string

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

type PBKDFSHA1ValidationError

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

PBKDFSHA1ValidationError is the validation error returned by PBKDFSHA1.Validate if the designated constraints aren't met.

func (PBKDFSHA1ValidationError) Cause

func (e PBKDFSHA1ValidationError) Cause() error

Cause function returns cause value.

func (PBKDFSHA1ValidationError) Error

func (e PBKDFSHA1ValidationError) Error() string

Error satisfies the builtin error interface

func (PBKDFSHA1ValidationError) ErrorName

func (e PBKDFSHA1ValidationError) ErrorName() string

ErrorName returns error name.

func (PBKDFSHA1ValidationError) Field

func (e PBKDFSHA1ValidationError) Field() string

Field function returns field value.

func (PBKDFSHA1ValidationError) Key

Key function returns key value.

func (PBKDFSHA1ValidationError) Reason

func (e PBKDFSHA1ValidationError) Reason() string

Reason function returns reason value.

type PasswordCredential

type PasswordCredential struct {

	// Types that are assignable to Uid:
	//
	//	*PasswordCredential_Email
	//	*PasswordCredential_Mobile
	//	*PasswordCredential_Username
	Uid isPasswordCredential_Uid `protobuf_oneof:"uid"`
	// Types that are assignable to Password:
	//
	//	*PasswordCredential_Value
	//	*PasswordCredential_Hash
	Password isPasswordCredential_Password `protobuf_oneof:"password"`
	// contains filtered or unexported fields
}

PasswordCredential represent a password for user.

Password can be specified for each user when importing in bulk.

func (*PasswordCredential) Descriptor deprecated

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

Deprecated: Use PasswordCredential.ProtoReflect.Descriptor instead.

func (*PasswordCredential) GetEmail

func (x *PasswordCredential) GetEmail() *Email

func (*PasswordCredential) GetHash

func (x *PasswordCredential) GetHash() *PasswordHash

func (*PasswordCredential) GetMobile

func (x *PasswordCredential) GetMobile() *Mobile

func (*PasswordCredential) GetPassword

func (m *PasswordCredential) GetPassword() isPasswordCredential_Password

func (*PasswordCredential) GetUid

func (m *PasswordCredential) GetUid() isPasswordCredential_Uid

func (*PasswordCredential) GetUsername

func (x *PasswordCredential) GetUsername() string

func (*PasswordCredential) GetValue

func (x *PasswordCredential) GetValue() string

func (*PasswordCredential) ProtoMessage

func (*PasswordCredential) ProtoMessage()

func (*PasswordCredential) ProtoReflect

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

func (*PasswordCredential) Reset

func (x *PasswordCredential) Reset()

func (*PasswordCredential) String

func (x *PasswordCredential) String() string

func (*PasswordCredential) Validate

func (m *PasswordCredential) Validate() error

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

func (m *PasswordCredential) ValidateAll() error

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

type PasswordCredentialMultiError

type PasswordCredentialMultiError []error

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

func (PasswordCredentialMultiError) AllErrors

func (m PasswordCredentialMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PasswordCredentialMultiError) Error

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

type PasswordCredentialValidationError

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

PasswordCredentialValidationError is the validation error returned by PasswordCredential.Validate if the designated constraints aren't met.

func (PasswordCredentialValidationError) Cause

Cause function returns cause value.

func (PasswordCredentialValidationError) Error

Error satisfies the builtin error interface

func (PasswordCredentialValidationError) ErrorName

ErrorName returns error name.

func (PasswordCredentialValidationError) Field

Field function returns field value.

func (PasswordCredentialValidationError) Key

Key function returns key value.

func (PasswordCredentialValidationError) Reason

Reason function returns reason value.

type PasswordCredential_Email

type PasswordCredential_Email struct {
	// Email username - use this if the username is an email.
	Email *Email `protobuf:"bytes,1,opt,name=email,proto3,oneof"`
}

type PasswordCredential_Hash

type PasswordCredential_Hash struct {
	// Hash value of the password, the hash algorithm is predefined in the import operation.
	Hash *PasswordHash `protobuf:"bytes,5,opt,name=hash,proto3,oneof"`
}

type PasswordCredential_Mobile

type PasswordCredential_Mobile struct {
	// Mobile username - use this if the username is an E.164 compliant identifier.
	Mobile *Mobile `protobuf:"bytes,2,opt,name=mobile,proto3,oneof"`
}

type PasswordCredential_Username

type PasswordCredential_Username struct {
	Username string `protobuf:"bytes,3,opt,name=username,proto3,oneof"`
}

type PasswordCredential_Value

type PasswordCredential_Value struct {
	// Value is the clear password value.
	Value string `protobuf:"bytes,4,opt,name=value,proto3,oneof"`
}

type PasswordHash

type PasswordHash struct {
	PasswordHash []byte `protobuf:"bytes,4,opt,name=password_hash,json=passwordHash,proto3" json:"password_hash,omitempty"`
	Salt         []byte `protobuf:"bytes,5,opt,name=salt,proto3" json:"salt,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordHash) Descriptor deprecated

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

Deprecated: Use PasswordHash.ProtoReflect.Descriptor instead.

func (*PasswordHash) GetPasswordHash

func (x *PasswordHash) GetPasswordHash() []byte

func (*PasswordHash) GetSalt

func (x *PasswordHash) GetSalt() []byte

func (*PasswordHash) ProtoMessage

func (*PasswordHash) ProtoMessage()

func (*PasswordHash) ProtoReflect

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

func (*PasswordHash) Reset

func (x *PasswordHash) Reset()

func (*PasswordHash) String

func (x *PasswordHash) String() string

func (*PasswordHash) Validate

func (m *PasswordHash) Validate() error

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

func (m *PasswordHash) ValidateAll() error

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

type PasswordHashMultiError

type PasswordHashMultiError []error

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

func (PasswordHashMultiError) AllErrors

func (m PasswordHashMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PasswordHashMultiError) Error

func (m PasswordHashMultiError) Error() string

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

type PasswordHashValidationError

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

PasswordHashValidationError is the validation error returned by PasswordHash.Validate if the designated constraints aren't met.

func (PasswordHashValidationError) Cause

Cause function returns cause value.

func (PasswordHashValidationError) Error

Error satisfies the builtin error interface

func (PasswordHashValidationError) ErrorName

func (e PasswordHashValidationError) ErrorName() string

ErrorName returns error name.

func (PasswordHashValidationError) Field

Field function returns field value.

func (PasswordHashValidationError) Key

Key function returns key value.

func (PasswordHashValidationError) Reason

Reason function returns reason value.

type PatchDigitalTwinRequest

type PatchDigitalTwinRequest struct {
	Id         *DigitalTwinIdentifier    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Operations []*PropertyBatchOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"`
	// AdminToken must be set when id contains only the DigitalTwin.
	AdminToken string `protobuf:"bytes,3,opt,name=admin_token,json=adminToken,proto3" json:"admin_token,omitempty"`
	// ForceDelete must be set to true to delete primary property
	ForceDelete bool `protobuf:"varint,4,opt,name=force_delete,json=forceDelete,proto3" json:"force_delete,omitempty"`
	// contains filtered or unexported fields
}

func (*PatchDigitalTwinRequest) Descriptor deprecated

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

Deprecated: Use PatchDigitalTwinRequest.ProtoReflect.Descriptor instead.

func (*PatchDigitalTwinRequest) GetAdminToken

func (x *PatchDigitalTwinRequest) GetAdminToken() string

func (*PatchDigitalTwinRequest) GetForceDelete

func (x *PatchDigitalTwinRequest) GetForceDelete() bool

func (*PatchDigitalTwinRequest) GetId

func (*PatchDigitalTwinRequest) GetOperations

func (x *PatchDigitalTwinRequest) GetOperations() []*PropertyBatchOperation

func (*PatchDigitalTwinRequest) ProtoMessage

func (*PatchDigitalTwinRequest) ProtoMessage()

func (*PatchDigitalTwinRequest) ProtoReflect

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

func (*PatchDigitalTwinRequest) Reset

func (x *PatchDigitalTwinRequest) Reset()

func (*PatchDigitalTwinRequest) String

func (x *PatchDigitalTwinRequest) String() string

func (*PatchDigitalTwinRequest) Validate

func (m *PatchDigitalTwinRequest) Validate() error

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

func (m *PatchDigitalTwinRequest) ValidateAll() error

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

type PatchDigitalTwinRequestMultiError

type PatchDigitalTwinRequestMultiError []error

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

func (PatchDigitalTwinRequestMultiError) AllErrors

func (m PatchDigitalTwinRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PatchDigitalTwinRequestMultiError) Error

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

type PatchDigitalTwinRequestValidationError

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

PatchDigitalTwinRequestValidationError is the validation error returned by PatchDigitalTwinRequest.Validate if the designated constraints aren't met.

func (PatchDigitalTwinRequestValidationError) Cause

Cause function returns cause value.

func (PatchDigitalTwinRequestValidationError) Error

Error satisfies the builtin error interface

func (PatchDigitalTwinRequestValidationError) ErrorName

ErrorName returns error name.

func (PatchDigitalTwinRequestValidationError) Field

Field function returns field value.

func (PatchDigitalTwinRequestValidationError) Key

Key function returns key value.

func (PatchDigitalTwinRequestValidationError) Reason

Reason function returns reason value.

type PatchDigitalTwinResponse

type PatchDigitalTwinResponse struct {
	Result []*BatchOperationResult `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*PatchDigitalTwinResponse) Descriptor deprecated

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

Deprecated: Use PatchDigitalTwinResponse.ProtoReflect.Descriptor instead.

func (*PatchDigitalTwinResponse) GetResult

func (*PatchDigitalTwinResponse) ProtoMessage

func (*PatchDigitalTwinResponse) ProtoMessage()

func (*PatchDigitalTwinResponse) ProtoReflect

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

func (*PatchDigitalTwinResponse) Reset

func (x *PatchDigitalTwinResponse) Reset()

func (*PatchDigitalTwinResponse) String

func (x *PatchDigitalTwinResponse) String() string

func (*PatchDigitalTwinResponse) Validate

func (m *PatchDigitalTwinResponse) Validate() error

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

func (m *PatchDigitalTwinResponse) ValidateAll() error

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

type PatchDigitalTwinResponseMultiError

type PatchDigitalTwinResponseMultiError []error

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

func (PatchDigitalTwinResponseMultiError) AllErrors

func (m PatchDigitalTwinResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PatchDigitalTwinResponseMultiError) Error

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

type PatchDigitalTwinResponseValidationError

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

PatchDigitalTwinResponseValidationError is the validation error returned by PatchDigitalTwinResponse.Validate if the designated constraints aren't met.

func (PatchDigitalTwinResponseValidationError) Cause

Cause function returns cause value.

func (PatchDigitalTwinResponseValidationError) Error

Error satisfies the builtin error interface

func (PatchDigitalTwinResponseValidationError) ErrorName

ErrorName returns error name.

func (PatchDigitalTwinResponseValidationError) Field

Field function returns field value.

func (PatchDigitalTwinResponseValidationError) Key

Key function returns key value.

func (PatchDigitalTwinResponseValidationError) Reason

Reason function returns reason value.

type PostalAddress

type PostalAddress struct {

	// AddressType is not just a free text for home work home preferred work preferred
	AddressType string `protobuf:"bytes,15,opt,name=address_type,json=addressType,proto3" json:"address_type,omitempty"`
	// AddressCountry is the displayName of the country if available.
	AddressCountry string `protobuf:"bytes,1,opt,name=address_country,json=addressCountry,proto3" json:"address_country,omitempty"`
	// ISO 3166-1 alpha-2 country code.
	AddressCountryCode string `protobuf:"bytes,2,opt,name=address_country_code,json=addressCountryCode,proto3" json:"address_country_code,omitempty"`
	// AddressLocality is the locality in which the street address is, and which is in the region. For example, Mountain View.
	AddressLocality string `protobuf:"bytes,3,opt,name=address_locality,json=addressLocality,proto3" json:"address_locality,omitempty"`
	// AddressRegion is the region in which the locality is, and which is in the country.
	// For example, California or another appropriate first-level Administrative division
	AddressRegion string `protobuf:"bytes,4,opt,name=address_region,json=addressRegion,proto3" json:"address_region,omitempty"`
	// PostOfficeBoxNumber is the post office box number for PO box addresses.
	PostOfficeBoxNumber string `protobuf:"bytes,5,opt,name=post_office_box_number,json=postOfficeBoxNumber,proto3" json:"post_office_box_number,omitempty"`
	// PostalCode is the postal code. For example, 94043.
	PostalCode    string `protobuf:"bytes,6,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	StreetAddress string `protobuf:"bytes,7,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"`
	// formatted postal address
	Formatted string `protobuf:"bytes,8,opt,name=formatted,proto3" json:"formatted,omitempty"`
	// contains filtered or unexported fields
}

PostalAddress message stores the mailing address. See more at PostalAddress(https://schema.org/PostalAddress)

func (*PostalAddress) Descriptor deprecated

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

Deprecated: Use PostalAddress.ProtoReflect.Descriptor instead.

func (*PostalAddress) GetAddressCountry

func (x *PostalAddress) GetAddressCountry() string

func (*PostalAddress) GetAddressCountryCode

func (x *PostalAddress) GetAddressCountryCode() string

func (*PostalAddress) GetAddressLocality

func (x *PostalAddress) GetAddressLocality() string

func (*PostalAddress) GetAddressRegion

func (x *PostalAddress) GetAddressRegion() string

func (*PostalAddress) GetAddressType

func (x *PostalAddress) GetAddressType() string

func (*PostalAddress) GetFormatted

func (x *PostalAddress) GetFormatted() string

func (*PostalAddress) GetPostOfficeBoxNumber

func (x *PostalAddress) GetPostOfficeBoxNumber() string

func (*PostalAddress) GetPostalCode

func (x *PostalAddress) GetPostalCode() string

func (*PostalAddress) GetStreetAddress

func (x *PostalAddress) GetStreetAddress() string

func (*PostalAddress) ProtoMessage

func (*PostalAddress) ProtoMessage()

func (*PostalAddress) ProtoReflect

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

func (*PostalAddress) Reset

func (x *PostalAddress) Reset()

func (*PostalAddress) String

func (x *PostalAddress) String() string

func (*PostalAddress) Validate

func (m *PostalAddress) Validate() error

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

func (m *PostalAddress) ValidateAll() error

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

type PostalAddressMultiError

type PostalAddressMultiError []error

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

func (PostalAddressMultiError) AllErrors

func (m PostalAddressMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PostalAddressMultiError) Error

func (m PostalAddressMultiError) Error() string

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

type PostalAddressValidationError

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

PostalAddressValidationError is the validation error returned by PostalAddress.Validate if the designated constraints aren't met.

func (PostalAddressValidationError) Cause

Cause function returns cause value.

func (PostalAddressValidationError) Error

Error satisfies the builtin error interface

func (PostalAddressValidationError) ErrorName

func (e PostalAddressValidationError) ErrorName() string

ErrorName returns error name.

func (PostalAddressValidationError) Field

Field function returns field value.

func (PostalAddressValidationError) Key

Key function returns key value.

func (PostalAddressValidationError) Reason

Reason function returns reason value.

type Precondition

type Precondition struct {

	// Types that are assignable to ConditionType:
	//
	//	*Precondition_Exists
	//	*Precondition_UpdateTime
	ConditionType isPrecondition_ConditionType `protobuf_oneof:"condition_type"`
	// contains filtered or unexported fields
}

Precondition used for conditional operations on a Document.

func (*Precondition) Descriptor deprecated

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

Deprecated: Use Precondition.ProtoReflect.Descriptor instead.

func (*Precondition) GetConditionType

func (m *Precondition) GetConditionType() isPrecondition_ConditionType

func (*Precondition) GetExists

func (x *Precondition) GetExists() bool

func (*Precondition) GetUpdateTime

func (x *Precondition) GetUpdateTime() *timestamppb.Timestamp

func (*Precondition) ProtoMessage

func (*Precondition) ProtoMessage()

func (*Precondition) ProtoReflect

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

func (*Precondition) Reset

func (x *Precondition) Reset()

func (*Precondition) String

func (x *Precondition) String() string

func (*Precondition) Validate

func (m *Precondition) Validate() error

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

func (m *Precondition) ValidateAll() error

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

type PreconditionMultiError

type PreconditionMultiError []error

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

func (PreconditionMultiError) AllErrors

func (m PreconditionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PreconditionMultiError) Error

func (m PreconditionMultiError) Error() string

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

type PreconditionValidationError

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

PreconditionValidationError is the validation error returned by Precondition.Validate if the designated constraints aren't met.

func (PreconditionValidationError) Cause

Cause function returns cause value.

func (PreconditionValidationError) Error

Error satisfies the builtin error interface

func (PreconditionValidationError) ErrorName

func (e PreconditionValidationError) ErrorName() string

ErrorName returns error name.

func (PreconditionValidationError) Field

Field function returns field value.

func (PreconditionValidationError) Key

Key function returns key value.

func (PreconditionValidationError) Reason

Reason function returns reason value.

type Precondition_Exists

type Precondition_Exists struct {
	// Exists set to `true` when the target document must exist else set to `false`.
	Exists bool `protobuf:"varint,1,opt,name=exists,proto3,oneof"`
}

type Precondition_UpdateTime

type Precondition_UpdateTime struct {
	// UpdateTime when set, the target document must exist and have been last updated at that time.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=update_time,json=updateTime,proto3,oneof"`
}

type Property

type Property struct {

	// Id represents the identifier of this property in hex
	// max value is 7FFFFFFFFFFFFFFF in case of signed in64
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Definition represents the property type definition.
	Definition *PropertyDefinition `protobuf:"bytes,2,opt,name=definition,proto3" json:"definition,omitempty"`
	// Meta represent the meta-information of this property.
	// One of Meta or Value must be set
	Meta *PropertyMetadata `protobuf:"bytes,3,opt,name=meta,proto3" json:"meta,omitempty"`
	// Types that are assignable to Value:
	//
	//	*Property_ObjectValue
	//	*Property_ReferenceValue
	Value isProperty_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

Property represents a property stored in database.

It contains the ID, Definition, Metadata and Value together.

func (*Property) Descriptor deprecated

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

Deprecated: Use Property.ProtoReflect.Descriptor instead.

func (*Property) GetAnyValue

func (x *Property) GetAnyValue(msg proto.Message) error

func (*Property) GetDefinition

func (x *Property) GetDefinition() *PropertyDefinition

func (*Property) GetId

func (x *Property) GetId() string

func (*Property) GetIntValue

func (x *Property) GetIntValue() (int64, bool)

func (*Property) GetMapValue

func (x *Property) GetMapValue() (map[string]any, error)

func (*Property) GetMeta

func (x *Property) GetMeta() *PropertyMetadata

func (*Property) GetObjectValue

func (x *Property) GetObjectValue() *v1beta1.Value

func (*Property) GetReferenceValue

func (x *Property) GetReferenceValue() string

func (*Property) GetStringValue

func (x *Property) GetStringValue() (string, bool)

func (*Property) GetValue

func (m *Property) GetValue() isProperty_Value

func (*Property) HasSameDefinition

func (x *Property) HasSameDefinition(other *Property) bool

func (*Property) ProtoMessage

func (*Property) ProtoMessage()

func (*Property) ProtoReflect

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

func (*Property) Reset

func (x *Property) Reset()

func (*Property) String

func (x *Property) String() string

func (*Property) Validate

func (m *Property) Validate() error

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

func (m *Property) ValidateAll() error

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

type PropertyBatchOperation

type PropertyBatchOperation struct {

	// Types that are assignable to Operation:
	//
	//	*PropertyBatchOperation_Add
	//	*PropertyBatchOperation_Replace
	//	*PropertyBatchOperation_Remove
	Operation isPropertyBatchOperation_Operation `protobuf_oneof:"operation"`
	// contains filtered or unexported fields
}

PropertyBatchOperation represents a single Property value operation.

func (*PropertyBatchOperation) Descriptor deprecated

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

Deprecated: Use PropertyBatchOperation.ProtoReflect.Descriptor instead.

func (*PropertyBatchOperation) GetAdd

func (x *PropertyBatchOperation) GetAdd() *Property

func (*PropertyBatchOperation) GetOperation

func (m *PropertyBatchOperation) GetOperation() isPropertyBatchOperation_Operation

func (*PropertyBatchOperation) GetRemove

func (x *PropertyBatchOperation) GetRemove() *Property

func (*PropertyBatchOperation) GetReplace

func (x *PropertyBatchOperation) GetReplace() *Property

func (*PropertyBatchOperation) ProtoMessage

func (*PropertyBatchOperation) ProtoMessage()

func (*PropertyBatchOperation) ProtoReflect

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

func (*PropertyBatchOperation) Reset

func (x *PropertyBatchOperation) Reset()

func (*PropertyBatchOperation) String

func (x *PropertyBatchOperation) String() string

func (*PropertyBatchOperation) Validate

func (m *PropertyBatchOperation) Validate() error

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

func (m *PropertyBatchOperation) ValidateAll() error

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

type PropertyBatchOperationMultiError

type PropertyBatchOperationMultiError []error

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

func (PropertyBatchOperationMultiError) AllErrors

func (m PropertyBatchOperationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PropertyBatchOperationMultiError) Error

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

type PropertyBatchOperationValidationError

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

PropertyBatchOperationValidationError is the validation error returned by PropertyBatchOperation.Validate if the designated constraints aren't met.

func (PropertyBatchOperationValidationError) Cause

Cause function returns cause value.

func (PropertyBatchOperationValidationError) Error

Error satisfies the builtin error interface

func (PropertyBatchOperationValidationError) ErrorName

ErrorName returns error name.

func (PropertyBatchOperationValidationError) Field

Field function returns field value.

func (PropertyBatchOperationValidationError) Key

Key function returns key value.

func (PropertyBatchOperationValidationError) Reason

Reason function returns reason value.

type PropertyBatchOperation_Add

type PropertyBatchOperation_Add struct {
	Add *Property `protobuf:"bytes,1,opt,name=add,proto3,oneof"`
}

type PropertyBatchOperation_Remove

type PropertyBatchOperation_Remove struct {
	Remove *Property `protobuf:"bytes,3,opt,name=remove,proto3,oneof"`
}

type PropertyBatchOperation_Replace

type PropertyBatchOperation_Replace struct {
	Replace *Property `protobuf:"bytes,2,opt,name=replace,proto3,oneof"`
}

type PropertyBatchOperations

type PropertyBatchOperations []*PropertyBatchOperation

func (PropertyBatchOperations) PreValidate

func (x PropertyBatchOperations) PreValidate(isTrusted bool) (replaced, removed []string, _ error)

PreValidate checks the PropertyBatchOperations values. All public calls are considered non-trusted.

It checks if the operations represent a valid collection of property updates.

func (PropertyBatchOperations) Validate

func (x PropertyBatchOperations) Validate(isTrusted bool) error

Validate checks the PropertyBatchOperations values. All public calls are considered non-trusted.

It checks if the operations represent a valid collection of property updates.

type PropertyConstraint

type PropertyConstraint struct {

	// Issuers used to limit the source of property.
	Issuers []string `protobuf:"bytes,1,rep,name=issuers,proto3" json:"issuers,omitempty"`
	// Subset used to specify which property to return if value is an object.
	Subset []string `protobuf:"bytes,2,rep,name=subset,proto3" json:"subset,omitempty"`
	// Get on primary properties
	OnlyPrimary bool `protobuf:"varint,3,opt,name=only_primary,json=onlyPrimary,proto3" json:"only_primary,omitempty"`
	// contains filtered or unexported fields
}

PropertyConstraint represent a conditions to find the property with expected meta-data.

func (*PropertyConstraint) Descriptor deprecated

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

Deprecated: Use PropertyConstraint.ProtoReflect.Descriptor instead.

func (*PropertyConstraint) GetIssuers

func (x *PropertyConstraint) GetIssuers() []string

func (*PropertyConstraint) GetOnlyPrimary

func (x *PropertyConstraint) GetOnlyPrimary() bool

func (*PropertyConstraint) GetSubset

func (x *PropertyConstraint) GetSubset() []string

func (*PropertyConstraint) ProtoMessage

func (*PropertyConstraint) ProtoMessage()

func (*PropertyConstraint) ProtoReflect

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

func (*PropertyConstraint) Reset

func (x *PropertyConstraint) Reset()

func (*PropertyConstraint) String

func (x *PropertyConstraint) String() string

func (*PropertyConstraint) Validate

func (m *PropertyConstraint) Validate() error

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

func (m *PropertyConstraint) ValidateAll() error

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

type PropertyConstraintMultiError

type PropertyConstraintMultiError []error

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

func (PropertyConstraintMultiError) AllErrors

func (m PropertyConstraintMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PropertyConstraintMultiError) Error

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

type PropertyConstraintValidationError

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

PropertyConstraintValidationError is the validation error returned by PropertyConstraint.Validate if the designated constraints aren't met.

func (PropertyConstraintValidationError) Cause

Cause function returns cause value.

func (PropertyConstraintValidationError) Error

Error satisfies the builtin error interface

func (PropertyConstraintValidationError) ErrorName

ErrorName returns error name.

func (PropertyConstraintValidationError) Field

Field function returns field value.

func (PropertyConstraintValidationError) Key

Key function returns key value.

func (PropertyConstraintValidationError) Reason

Reason function returns reason value.

type PropertyDefinition

type PropertyDefinition struct {

	// Context defines the namespace in which the type and property are defined.
	// Example: http://schema.org/
	Context string `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
	// Type is the name of type definition in context.
	//
	// Either type or property must be defined in request!
	// Example: Person
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// Property is the name the property definition in context and relation to type.
	//
	// Either type or property must be defined in request!
	// Example: email
	Property string `protobuf:"bytes,3,opt,name=property,proto3" json:"property,omitempty"`
	// contains filtered or unexported fields
}

PropertyDefinition identifies the location of property schema and type definition.

The location consist of three component: 1. Schema namespace where the property is defined. Some examples like:

"schema": "http://schema.org/",
"bibo": "http://purl.org/ontology/bibo/",
"dc": "http://purl.org/dc/elements/1.1/",
"dcat": "http://www.w3.org/ns/dcat#",
"dct": "http://purl.org/dc/terms/",
"dcterms": "http://purl.org/dc/terms/",
"dctype": "http://purl.org/dc/dcmitype/",
"eli": "http://data.europa.eu/eli/ontology#",
"foaf": "http://xmlns.com/foaf/0.1/",
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfa": "http://www.w3.org/ns/rdfa#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"snomed": "http://purl.bioontology.org/ontology/SNOMEDCT/",
"void": "http://rdfs.org/ns/void#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"xsd1": "hhttp://www.w3.org/2001/XMLSchema#"

2. Type definition within the names space. 3. Exact property name, it may be unambiguous if there is one definition but ambiguous without knowing exactly which Object Type defines this property.

func (*PropertyDefinition) Descriptor deprecated

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

Deprecated: Use PropertyDefinition.ProtoReflect.Descriptor instead.

func (*PropertyDefinition) GetContext

func (x *PropertyDefinition) GetContext() string

func (*PropertyDefinition) GetProperty

func (x *PropertyDefinition) GetProperty() string

func (*PropertyDefinition) GetType

func (x *PropertyDefinition) GetType() string

func (*PropertyDefinition) ProtoMessage

func (*PropertyDefinition) ProtoMessage()

func (*PropertyDefinition) ProtoReflect

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

func (*PropertyDefinition) Reset

func (x *PropertyDefinition) Reset()

func (*PropertyDefinition) String

func (x *PropertyDefinition) String() string

func (*PropertyDefinition) Validate

func (m *PropertyDefinition) Validate() error

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

func (m *PropertyDefinition) ValidateAll() error

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

type PropertyDefinitionMultiError

type PropertyDefinitionMultiError []error

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

func (PropertyDefinitionMultiError) AllErrors

func (m PropertyDefinitionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PropertyDefinitionMultiError) Error

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

type PropertyDefinitionValidationError

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

PropertyDefinitionValidationError is the validation error returned by PropertyDefinition.Validate if the designated constraints aren't met.

func (PropertyDefinitionValidationError) Cause

Cause function returns cause value.

func (PropertyDefinitionValidationError) Error

Error satisfies the builtin error interface

func (PropertyDefinitionValidationError) ErrorName

ErrorName returns error name.

func (PropertyDefinitionValidationError) Field

Field function returns field value.

func (PropertyDefinitionValidationError) Key

Key function returns key value.

func (PropertyDefinitionValidationError) Reason

Reason function returns reason value.

type PropertyIssuerPrefix

type PropertyIssuerPrefix string
const (
	PropertyRawPrefix         PropertyIssuerPrefix = "raw"
	PropertyApplicationPrefix PropertyIssuerPrefix = "app"
	PropertyAppSpacePrefix    PropertyIssuerPrefix = "asp"
)

type PropertyMask

type PropertyMask struct {
	Definition *PropertyDefinition `protobuf:"bytes,1,opt,name=definition,proto3" json:"definition,omitempty"`
	Constraint *PropertyConstraint `protobuf:"bytes,2,opt,name=constraint,proto3" json:"constraint,omitempty"`
	// contains filtered or unexported fields
}

PropertyMask used to define which property to read.

func (*PropertyMask) Descriptor deprecated

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

Deprecated: Use PropertyMask.ProtoReflect.Descriptor instead.

func (*PropertyMask) GetConstraint

func (x *PropertyMask) GetConstraint() *PropertyConstraint

func (*PropertyMask) GetDefinition

func (x *PropertyMask) GetDefinition() *PropertyDefinition

func (*PropertyMask) ProtoMessage

func (*PropertyMask) ProtoMessage()

func (*PropertyMask) ProtoReflect

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

func (*PropertyMask) Reset

func (x *PropertyMask) Reset()

func (*PropertyMask) String

func (x *PropertyMask) String() string

func (*PropertyMask) Validate

func (m *PropertyMask) Validate() error

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

func (m *PropertyMask) ValidateAll() error

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

type PropertyMaskMultiError

type PropertyMaskMultiError []error

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

func (PropertyMaskMultiError) AllErrors

func (m PropertyMaskMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PropertyMaskMultiError) Error

func (m PropertyMaskMultiError) Error() string

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

type PropertyMaskValidationError

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

PropertyMaskValidationError is the validation error returned by PropertyMask.Validate if the designated constraints aren't met.

func (PropertyMaskValidationError) Cause

Cause function returns cause value.

func (PropertyMaskValidationError) Error

Error satisfies the builtin error interface

func (PropertyMaskValidationError) ErrorName

func (e PropertyMaskValidationError) ErrorName() string

ErrorName returns error name.

func (PropertyMaskValidationError) Field

Field function returns field value.

func (PropertyMaskValidationError) Key

Key function returns key value.

func (PropertyMaskValidationError) Reason

Reason function returns reason value.

type PropertyMetadata

type PropertyMetadata struct {

	// Primary is true if this instance of a multi-value property is the default to pick from array at first.
	Primary bool `protobuf:"varint,1,opt,name=primary,proto3" json:"primary,omitempty"`
	// AssuranceLevel shows the level of assurance of the property value.
	AssuranceLevel AssuranceLevel `` /* 150-byte string literal not displayed */
	// Issuer is the identifier of the source of property value.
	// Must starts with 'app:' or 'asp:' followed by trimmed base64URL UUID
	// or starts with 'raw:' followed by name with minimum length of 3 characters
	//
	// Example: ["raw:indykite.id", "app:aW5keWtpRGWAAAIPAAAAAA"]
	Issuer string `protobuf:"bytes,3,opt,name=issuer,proto3" json:"issuer,omitempty"`
	// VerificationTime represent the time when AssuranceLevel was changed for Verifier.
	VerificationTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=verification_time,json=verificationTime,proto3" json:"verification_time,omitempty"`
	// Verifier is the identifier of provider carried out the verification process.
	//
	// Example: ["indykite.id", "aW5keWtpRGWAAAIPAAAAAA"]
	Verifier string `protobuf:"bytes,5,opt,name=verifier,proto3" json:"verifier,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyMetadata) Descriptor deprecated

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

Deprecated: Use PropertyMetadata.ProtoReflect.Descriptor instead.

func (*PropertyMetadata) GetAssuranceLevel

func (x *PropertyMetadata) GetAssuranceLevel() AssuranceLevel

func (*PropertyMetadata) GetIssuer

func (x *PropertyMetadata) GetIssuer() string

func (*PropertyMetadata) GetPrimary

func (x *PropertyMetadata) GetPrimary() bool

func (*PropertyMetadata) GetVerificationTime

func (x *PropertyMetadata) GetVerificationTime() *timestamppb.Timestamp

func (*PropertyMetadata) GetVerifier

func (x *PropertyMetadata) GetVerifier() string

func (*PropertyMetadata) ProtoMessage

func (*PropertyMetadata) ProtoMessage()

func (*PropertyMetadata) ProtoReflect

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

func (*PropertyMetadata) Reset

func (x *PropertyMetadata) Reset()

func (*PropertyMetadata) String

func (x *PropertyMetadata) String() string

func (*PropertyMetadata) Validate

func (m *PropertyMetadata) Validate() error

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

func (m *PropertyMetadata) ValidateAll() error

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

type PropertyMetadataMultiError

type PropertyMetadataMultiError []error

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

func (PropertyMetadataMultiError) AllErrors

func (m PropertyMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PropertyMetadataMultiError) Error

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

type PropertyMetadataValidationError

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

PropertyMetadataValidationError is the validation error returned by PropertyMetadata.Validate if the designated constraints aren't met.

func (PropertyMetadataValidationError) Cause

Cause function returns cause value.

func (PropertyMetadataValidationError) Error

Error satisfies the builtin error interface

func (PropertyMetadataValidationError) ErrorName

ErrorName returns error name.

func (PropertyMetadataValidationError) Field

Field function returns field value.

func (PropertyMetadataValidationError) Key

Key function returns key value.

func (PropertyMetadataValidationError) Reason

Reason function returns reason value.

type PropertyMultiError

type PropertyMultiError []error

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

func (PropertyMultiError) AllErrors

func (m PropertyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PropertyMultiError) Error

func (m PropertyMultiError) Error() string

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

type PropertyValidationError

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

PropertyValidationError is the validation error returned by Property.Validate if the designated constraints aren't met.

func (PropertyValidationError) Cause

func (e PropertyValidationError) Cause() error

Cause function returns cause value.

func (PropertyValidationError) Error

func (e PropertyValidationError) Error() string

Error satisfies the builtin error interface

func (PropertyValidationError) ErrorName

func (e PropertyValidationError) ErrorName() string

ErrorName returns error name.

func (PropertyValidationError) Field

func (e PropertyValidationError) Field() string

Field function returns field value.

func (PropertyValidationError) Key

func (e PropertyValidationError) Key() bool

Key function returns key value.

func (PropertyValidationError) Reason

func (e PropertyValidationError) Reason() string

Reason function returns reason value.

type Property_ObjectValue

type Property_ObjectValue struct {
	// ObjectValue is the actual value of the property.
	//
	// This can have many different types and it can also be encrypted and clear as well.
	ObjectValue *v1beta1.Value `protobuf:"bytes,4,opt,name=object_value,json=objectValue,proto3,oneof"`
}

type Property_ReferenceValue

type Property_ReferenceValue struct {
	// ReferenceValue used to set the value reference to a document.
	//
	// Format: `databases/{application_id}/documents/{document_path}`.
	ReferenceValue string `protobuf:"bytes,5,opt,name=reference_value,json=referenceValue,proto3,oneof"`
}

type ProviderInfo

type ProviderInfo struct {

	// Type represent the Provider type:
	Type ProviderType `protobuf:"varint,1,opt,name=type,proto3,enum=indykite.identity.v1beta1.ProviderType" json:"type,omitempty"`
	// Issuer is the identifier if available of Provider who verified the possession of credentials and issued a grant.
	//
	// Example: ["indykite.id", "google.com"]
	//
	// [did registries](https://w3c.github.io/did-spec-registries/)
	Issuer string `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,omitempty"`
	// contains filtered or unexported fields
}

func (*ProviderInfo) Descriptor deprecated

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

Deprecated: Use ProviderInfo.ProtoReflect.Descriptor instead.

func (*ProviderInfo) GetIssuer

func (x *ProviderInfo) GetIssuer() string

func (*ProviderInfo) GetType

func (x *ProviderInfo) GetType() ProviderType

func (*ProviderInfo) ProtoMessage

func (*ProviderInfo) ProtoMessage()

func (*ProviderInfo) ProtoReflect

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

func (*ProviderInfo) Reset

func (x *ProviderInfo) Reset()

func (*ProviderInfo) String

func (x *ProviderInfo) String() string

func (*ProviderInfo) Validate

func (m *ProviderInfo) Validate() error

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

func (m *ProviderInfo) ValidateAll() error

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

type ProviderInfoMultiError

type ProviderInfoMultiError []error

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

func (ProviderInfoMultiError) AllErrors

func (m ProviderInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProviderInfoMultiError) Error

func (m ProviderInfoMultiError) Error() string

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

type ProviderInfoValidationError

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

ProviderInfoValidationError is the validation error returned by ProviderInfo.Validate if the designated constraints aren't met.

func (ProviderInfoValidationError) Cause

Cause function returns cause value.

func (ProviderInfoValidationError) Error

Error satisfies the builtin error interface

func (ProviderInfoValidationError) ErrorName

func (e ProviderInfoValidationError) ErrorName() string

ErrorName returns error name.

func (ProviderInfoValidationError) Field

Field function returns field value.

func (ProviderInfoValidationError) Key

Key function returns key value.

func (ProviderInfoValidationError) Reason

Reason function returns reason value.

type ProviderType

type ProviderType int32
const (
	ProviderType_PROVIDER_TYPE_INVALID  ProviderType = 0
	ProviderType_PROVIDER_TYPE_PASSWORD ProviderType = 1
	ProviderType_PROVIDER_TYPE_OIDC     ProviderType = 2
	ProviderType_PROVIDER_TYPE_WEBAUTHN ProviderType = 3
	ProviderType_PROVIDER_TYPE_EMAIL    ProviderType = 4
	ProviderType_PROVIDER_TYPE_SMS      ProviderType = 5
)

func (ProviderType) Descriptor

func (ProviderType) Enum

func (x ProviderType) Enum() *ProviderType

func (ProviderType) EnumDescriptor deprecated

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

Deprecated: Use ProviderType.Descriptor instead.

func (ProviderType) Number

func (ProviderType) String

func (x ProviderType) String() string

func (ProviderType) Type

type RegisterDigitalTwinWithoutCredentialRequest

type RegisterDigitalTwinWithoutCredentialRequest struct {
	TenantId        []byte          `protobuf:"bytes,2,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	DigitalTwinKind DigitalTwinKind `` /* 156-byte string literal not displayed */
	// Tags define semantics for DigitalTwin.
	// First tag is considered as primary tag for use cases, when 1 tag must be extracted from the list.
	//
	// Tags defines more detailed semantic meaning, and are tightly coupled with the properties a DigitalTwin can have.
	DigitalTwinTags []string    `protobuf:"bytes,5,rep,name=digital_twin_tags,json=digitalTwinTags,proto3" json:"digital_twin_tags,omitempty"`
	Properties      []*Property `protobuf:"bytes,3,rep,name=properties,proto3" json:"properties,omitempty"`
	// Database bookmarks to handle Read-after-Write consistency.
	// Insert one or multiple bookmarks returned from the previous Write operation if needed.
	Bookmarks []string `protobuf:"bytes,4,rep,name=bookmarks,proto3" json:"bookmarks,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterDigitalTwinWithoutCredentialRequest) Descriptor deprecated

Deprecated: Use RegisterDigitalTwinWithoutCredentialRequest.ProtoReflect.Descriptor instead.

func (*RegisterDigitalTwinWithoutCredentialRequest) GetBookmarks

func (*RegisterDigitalTwinWithoutCredentialRequest) GetDigitalTwinKind

func (*RegisterDigitalTwinWithoutCredentialRequest) GetDigitalTwinTags

func (x *RegisterDigitalTwinWithoutCredentialRequest) GetDigitalTwinTags() []string

func (*RegisterDigitalTwinWithoutCredentialRequest) GetProperties

func (*RegisterDigitalTwinWithoutCredentialRequest) GetTenantId

func (*RegisterDigitalTwinWithoutCredentialRequest) ProtoMessage

func (*RegisterDigitalTwinWithoutCredentialRequest) ProtoReflect

func (*RegisterDigitalTwinWithoutCredentialRequest) Reset

func (*RegisterDigitalTwinWithoutCredentialRequest) String

func (*RegisterDigitalTwinWithoutCredentialRequest) Validate

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

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

type RegisterDigitalTwinWithoutCredentialRequestMultiError

type RegisterDigitalTwinWithoutCredentialRequestMultiError []error

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

func (RegisterDigitalTwinWithoutCredentialRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RegisterDigitalTwinWithoutCredentialRequestMultiError) Error

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

type RegisterDigitalTwinWithoutCredentialRequestValidationError

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

RegisterDigitalTwinWithoutCredentialRequestValidationError is the validation error returned by RegisterDigitalTwinWithoutCredentialRequest.Validate if the designated constraints aren't met.

func (RegisterDigitalTwinWithoutCredentialRequestValidationError) Cause

Cause function returns cause value.

func (RegisterDigitalTwinWithoutCredentialRequestValidationError) Error

Error satisfies the builtin error interface

func (RegisterDigitalTwinWithoutCredentialRequestValidationError) ErrorName

ErrorName returns error name.

func (RegisterDigitalTwinWithoutCredentialRequestValidationError) Field

Field function returns field value.

func (RegisterDigitalTwinWithoutCredentialRequestValidationError) Key

Key function returns key value.

func (RegisterDigitalTwinWithoutCredentialRequestValidationError) Reason

Reason function returns reason value.

type RegisterDigitalTwinWithoutCredentialResponse

type RegisterDigitalTwinWithoutCredentialResponse struct {
	DigitalTwin *DigitalTwin            `protobuf:"bytes,1,opt,name=digital_twin,json=digitalTwin,proto3" json:"digital_twin,omitempty"`
	Results     []*BatchOperationResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
	Bookmark    string                  `protobuf:"bytes,3,opt,name=bookmark,proto3" json:"bookmark,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterDigitalTwinWithoutCredentialResponse) Descriptor deprecated

Deprecated: Use RegisterDigitalTwinWithoutCredentialResponse.ProtoReflect.Descriptor instead.

func (*RegisterDigitalTwinWithoutCredentialResponse) GetBookmark

func (*RegisterDigitalTwinWithoutCredentialResponse) GetDigitalTwin

func (*RegisterDigitalTwinWithoutCredentialResponse) GetResults

func (*RegisterDigitalTwinWithoutCredentialResponse) ProtoMessage

func (*RegisterDigitalTwinWithoutCredentialResponse) ProtoReflect

func (*RegisterDigitalTwinWithoutCredentialResponse) Reset

func (*RegisterDigitalTwinWithoutCredentialResponse) String

func (*RegisterDigitalTwinWithoutCredentialResponse) Validate

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

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

type RegisterDigitalTwinWithoutCredentialResponseMultiError

type RegisterDigitalTwinWithoutCredentialResponseMultiError []error

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

func (RegisterDigitalTwinWithoutCredentialResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RegisterDigitalTwinWithoutCredentialResponseMultiError) Error

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

type RegisterDigitalTwinWithoutCredentialResponseValidationError

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

RegisterDigitalTwinWithoutCredentialResponseValidationError is the validation error returned by RegisterDigitalTwinWithoutCredentialResponse.Validate if the designated constraints aren't met.

func (RegisterDigitalTwinWithoutCredentialResponseValidationError) Cause

Cause function returns cause value.

func (RegisterDigitalTwinWithoutCredentialResponseValidationError) Error

Error satisfies the builtin error interface

func (RegisterDigitalTwinWithoutCredentialResponseValidationError) ErrorName

ErrorName returns error name.

func (RegisterDigitalTwinWithoutCredentialResponseValidationError) Field

Field function returns field value.

func (RegisterDigitalTwinWithoutCredentialResponseValidationError) Key

Key function returns key value.

func (RegisterDigitalTwinWithoutCredentialResponseValidationError) Reason

Reason function returns reason value.

type ResendInvitationRequest

type ResendInvitationRequest struct {

	// ReferenceId is unique external reference identifier to correlate the lifecycle events with.
	ReferenceId string `protobuf:"bytes,1,opt,name=reference_id,json=referenceId,proto3" json:"reference_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendInvitationRequest) Descriptor deprecated

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

Deprecated: Use ResendInvitationRequest.ProtoReflect.Descriptor instead.

func (*ResendInvitationRequest) GetReferenceId

func (x *ResendInvitationRequest) GetReferenceId() string

func (*ResendInvitationRequest) ProtoMessage

func (*ResendInvitationRequest) ProtoMessage()

func (*ResendInvitationRequest) ProtoReflect

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

func (*ResendInvitationRequest) Reset

func (x *ResendInvitationRequest) Reset()

func (*ResendInvitationRequest) String

func (x *ResendInvitationRequest) String() string

func (*ResendInvitationRequest) Validate

func (m *ResendInvitationRequest) Validate() error

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

func (m *ResendInvitationRequest) ValidateAll() error

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

type ResendInvitationRequestMultiError

type ResendInvitationRequestMultiError []error

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

func (ResendInvitationRequestMultiError) AllErrors

func (m ResendInvitationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResendInvitationRequestMultiError) Error

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

type ResendInvitationRequestValidationError

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

ResendInvitationRequestValidationError is the validation error returned by ResendInvitationRequest.Validate if the designated constraints aren't met.

func (ResendInvitationRequestValidationError) Cause

Cause function returns cause value.

func (ResendInvitationRequestValidationError) Error

Error satisfies the builtin error interface

func (ResendInvitationRequestValidationError) ErrorName

ErrorName returns error name.

func (ResendInvitationRequestValidationError) Field

Field function returns field value.

func (ResendInvitationRequestValidationError) Key

Key function returns key value.

func (ResendInvitationRequestValidationError) Reason

Reason function returns reason value.

type ResendInvitationResponse

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

func (*ResendInvitationResponse) Descriptor deprecated

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

Deprecated: Use ResendInvitationResponse.ProtoReflect.Descriptor instead.

func (*ResendInvitationResponse) ProtoMessage

func (*ResendInvitationResponse) ProtoMessage()

func (*ResendInvitationResponse) ProtoReflect

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

func (*ResendInvitationResponse) Reset

func (x *ResendInvitationResponse) Reset()

func (*ResendInvitationResponse) String

func (x *ResendInvitationResponse) String() string

func (*ResendInvitationResponse) Validate

func (m *ResendInvitationResponse) Validate() error

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

func (m *ResendInvitationResponse) ValidateAll() error

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

type ResendInvitationResponseMultiError

type ResendInvitationResponseMultiError []error

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

func (ResendInvitationResponseMultiError) AllErrors

func (m ResendInvitationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResendInvitationResponseMultiError) Error

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

type ResendInvitationResponseValidationError

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

ResendInvitationResponseValidationError is the validation error returned by ResendInvitationResponse.Validate if the designated constraints aren't met.

func (ResendInvitationResponseValidationError) Cause

Cause function returns cause value.

func (ResendInvitationResponseValidationError) Error

Error satisfies the builtin error interface

func (ResendInvitationResponseValidationError) ErrorName

ErrorName returns error name.

func (ResendInvitationResponseValidationError) Field

Field function returns field value.

func (ResendInvitationResponseValidationError) Key

Key function returns key value.

func (ResendInvitationResponseValidationError) Reason

Reason function returns reason value.

type RunQueryRequest

type RunQueryRequest struct {

	// Parent resource name to resolve the collection.
	// Format: `databases/{application_id}/documents/{document_path}`.
	// Required.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The query to run.
	//
	// Types that are assignable to QueryType:
	//
	//	*RunQueryRequest_StructuredQuery
	QueryType isRunQueryRequest_QueryType `protobuf_oneof:"query_type"`
	// contains filtered or unexported fields
}

RunQueryRequest ... NOT YET SUPPORTED!

func (*RunQueryRequest) Descriptor deprecated

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

Deprecated: Use RunQueryRequest.ProtoReflect.Descriptor instead.

func (*RunQueryRequest) GetParent

func (x *RunQueryRequest) GetParent() string

func (*RunQueryRequest) GetQueryType

func (m *RunQueryRequest) GetQueryType() isRunQueryRequest_QueryType

func (*RunQueryRequest) GetStructuredQuery

func (x *RunQueryRequest) GetStructuredQuery() *v1beta1.Value

func (*RunQueryRequest) ProtoMessage

func (*RunQueryRequest) ProtoMessage()

func (*RunQueryRequest) ProtoReflect

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

func (*RunQueryRequest) Reset

func (x *RunQueryRequest) Reset()

func (*RunQueryRequest) String

func (x *RunQueryRequest) String() string

func (*RunQueryRequest) Validate

func (m *RunQueryRequest) Validate() error

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

func (m *RunQueryRequest) ValidateAll() error

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

type RunQueryRequestMultiError

type RunQueryRequestMultiError []error

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

func (RunQueryRequestMultiError) AllErrors

func (m RunQueryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RunQueryRequestMultiError) Error

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

type RunQueryRequestValidationError

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

RunQueryRequestValidationError is the validation error returned by RunQueryRequest.Validate if the designated constraints aren't met.

func (RunQueryRequestValidationError) Cause

Cause function returns cause value.

func (RunQueryRequestValidationError) Error

Error satisfies the builtin error interface

func (RunQueryRequestValidationError) ErrorName

func (e RunQueryRequestValidationError) ErrorName() string

ErrorName returns error name.

func (RunQueryRequestValidationError) Field

Field function returns field value.

func (RunQueryRequestValidationError) Key

Key function returns key value.

func (RunQueryRequestValidationError) Reason

Reason function returns reason value.

type RunQueryRequest_StructuredQuery

type RunQueryRequest_StructuredQuery struct {
	// A structured query.
	StructuredQuery *v1beta1.Value `protobuf:"bytes,2,opt,name=structured_query,json=structuredQuery,proto3,oneof"`
}

type RunQueryResponse

type RunQueryResponse struct {

	// A query result.
	Document *Document `protobuf:"bytes,1,opt,name=document,proto3" json:"document,omitempty"`
	// SkippedResults is the number of results that have been skipped due to an offset between
	// the last response and the current response.
	SkippedResults int32 `protobuf:"varint,4,opt,name=skipped_results,json=skippedResults,proto3" json:"skipped_results,omitempty"`
	// contains filtered or unexported fields
}

RunQueryResponse ... NOT YET SUPPORTED!

func (*RunQueryResponse) Descriptor deprecated

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

Deprecated: Use RunQueryResponse.ProtoReflect.Descriptor instead.

func (*RunQueryResponse) GetDocument

func (x *RunQueryResponse) GetDocument() *Document

func (*RunQueryResponse) GetSkippedResults

func (x *RunQueryResponse) GetSkippedResults() int32

func (*RunQueryResponse) ProtoMessage

func (*RunQueryResponse) ProtoMessage()

func (*RunQueryResponse) ProtoReflect

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

func (*RunQueryResponse) Reset

func (x *RunQueryResponse) Reset()

func (*RunQueryResponse) String

func (x *RunQueryResponse) String() string

func (*RunQueryResponse) Validate

func (m *RunQueryResponse) Validate() error

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

func (m *RunQueryResponse) ValidateAll() error

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

type RunQueryResponseMultiError

type RunQueryResponseMultiError []error

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

func (RunQueryResponseMultiError) AllErrors

func (m RunQueryResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RunQueryResponseMultiError) Error

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

type RunQueryResponseValidationError

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

RunQueryResponseValidationError is the validation error returned by RunQueryResponse.Validate if the designated constraints aren't met.

func (RunQueryResponseValidationError) Cause

Cause function returns cause value.

func (RunQueryResponseValidationError) Error

Error satisfies the builtin error interface

func (RunQueryResponseValidationError) ErrorName

ErrorName returns error name.

func (RunQueryResponseValidationError) Field

Field function returns field value.

func (RunQueryResponseValidationError) Key

Key function returns key value.

func (RunQueryResponseValidationError) Reason

Reason function returns reason value.

type SHA1

type SHA1 struct {
	Rounds int64 `protobuf:"varint,1,opt,name=rounds,proto3" json:"rounds,omitempty"`
	// contains filtered or unexported fields
}

func (*SHA1) Descriptor deprecated

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

Deprecated: Use SHA1.ProtoReflect.Descriptor instead.

func (*SHA1) GetRounds

func (x *SHA1) GetRounds() int64

func (*SHA1) ProtoMessage

func (*SHA1) ProtoMessage()

func (*SHA1) ProtoReflect

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

func (*SHA1) Reset

func (x *SHA1) Reset()

func (*SHA1) String

func (x *SHA1) String() string

func (*SHA1) Validate

func (m *SHA1) Validate() error

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

func (m *SHA1) ValidateAll() error

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

type SHA1MultiError

type SHA1MultiError []error

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

func (SHA1MultiError) AllErrors

func (m SHA1MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SHA1MultiError) Error

func (m SHA1MultiError) Error() string

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

type SHA1ValidationError

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

SHA1ValidationError is the validation error returned by SHA1.Validate if the designated constraints aren't met.

func (SHA1ValidationError) Cause

func (e SHA1ValidationError) Cause() error

Cause function returns cause value.

func (SHA1ValidationError) Error

func (e SHA1ValidationError) Error() string

Error satisfies the builtin error interface

func (SHA1ValidationError) ErrorName

func (e SHA1ValidationError) ErrorName() string

ErrorName returns error name.

func (SHA1ValidationError) Field

func (e SHA1ValidationError) Field() string

Field function returns field value.

func (SHA1ValidationError) Key

func (e SHA1ValidationError) Key() bool

Key function returns key value.

func (SHA1ValidationError) Reason

func (e SHA1ValidationError) Reason() string

Reason function returns reason value.

type SHA256

type SHA256 struct {
	Rounds int64 `protobuf:"varint,1,opt,name=rounds,proto3" json:"rounds,omitempty"`
	// contains filtered or unexported fields
}

func (*SHA256) Descriptor deprecated

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

Deprecated: Use SHA256.ProtoReflect.Descriptor instead.

func (*SHA256) GetRounds

func (x *SHA256) GetRounds() int64

func (*SHA256) ProtoMessage

func (*SHA256) ProtoMessage()

func (*SHA256) ProtoReflect

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

func (*SHA256) Reset

func (x *SHA256) Reset()

func (*SHA256) String

func (x *SHA256) String() string

func (*SHA256) Validate

func (m *SHA256) Validate() error

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

func (m *SHA256) ValidateAll() error

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

type SHA256MultiError

type SHA256MultiError []error

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

func (SHA256MultiError) AllErrors

func (m SHA256MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SHA256MultiError) Error

func (m SHA256MultiError) Error() string

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

type SHA256ValidationError

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

SHA256ValidationError is the validation error returned by SHA256.Validate if the designated constraints aren't met.

func (SHA256ValidationError) Cause

func (e SHA256ValidationError) Cause() error

Cause function returns cause value.

func (SHA256ValidationError) Error

func (e SHA256ValidationError) Error() string

Error satisfies the builtin error interface

func (SHA256ValidationError) ErrorName

func (e SHA256ValidationError) ErrorName() string

ErrorName returns error name.

func (SHA256ValidationError) Field

func (e SHA256ValidationError) Field() string

Field function returns field value.

func (SHA256ValidationError) Key

func (e SHA256ValidationError) Key() bool

Key function returns key value.

func (SHA256ValidationError) Reason

func (e SHA256ValidationError) Reason() string

Reason function returns reason value.

type SHA512

type SHA512 struct {
	Rounds int64 `protobuf:"varint,1,opt,name=rounds,proto3" json:"rounds,omitempty"`
	// contains filtered or unexported fields
}

func (*SHA512) Descriptor deprecated

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

Deprecated: Use SHA512.ProtoReflect.Descriptor instead.

func (*SHA512) GetRounds

func (x *SHA512) GetRounds() int64

func (*SHA512) ProtoMessage

func (*SHA512) ProtoMessage()

func (*SHA512) ProtoReflect

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

func (*SHA512) Reset

func (x *SHA512) Reset()

func (*SHA512) String

func (x *SHA512) String() string

func (*SHA512) Validate

func (m *SHA512) Validate() error

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

func (m *SHA512) ValidateAll() error

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

type SHA512MultiError

type SHA512MultiError []error

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

func (SHA512MultiError) AllErrors

func (m SHA512MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SHA512MultiError) Error

func (m SHA512MultiError) Error() string

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

type SHA512ValidationError

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

SHA512ValidationError is the validation error returned by SHA512.Validate if the designated constraints aren't met.

func (SHA512ValidationError) Cause

func (e SHA512ValidationError) Cause() error

Cause function returns cause value.

func (SHA512ValidationError) Error

func (e SHA512ValidationError) Error() string

Error satisfies the builtin error interface

func (SHA512ValidationError) ErrorName

func (e SHA512ValidationError) ErrorName() string

ErrorName returns error name.

func (SHA512ValidationError) Field

func (e SHA512ValidationError) Field() string

Field function returns field value.

func (SHA512ValidationError) Key

func (e SHA512ValidationError) Key() bool

Key function returns key value.

func (SHA512ValidationError) Reason

func (e SHA512ValidationError) Reason() string

Reason function returns reason value.

type Schema

type Schema struct {
	Context       map[string]string `` /* 155-byte string literal not displayed */
	Schema        string            `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	SchemaVersion string            `protobuf:"bytes,2,opt,name=schema_version,json=schemaVersion,proto3" json:"schema_version,omitempty"`
	AttributeName string            `protobuf:"bytes,3,opt,name=attribute_name,json=attributeName,proto3" json:"attribute_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Schema) Descriptor deprecated

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

Deprecated: Use Schema.ProtoReflect.Descriptor instead.

func (*Schema) GetAttributeName

func (x *Schema) GetAttributeName() string

func (*Schema) GetContext

func (x *Schema) GetContext() map[string]string

func (*Schema) GetSchema

func (x *Schema) GetSchema() string

func (*Schema) GetSchemaVersion

func (x *Schema) GetSchemaVersion() string

func (*Schema) ProtoMessage

func (*Schema) ProtoMessage()

func (*Schema) ProtoReflect

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

func (*Schema) Reset

func (x *Schema) Reset()

func (*Schema) String

func (x *Schema) String() string

func (*Schema) Validate

func (m *Schema) Validate() error

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

func (m *Schema) ValidateAll() error

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

type SchemaMultiError

type SchemaMultiError []error

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

func (SchemaMultiError) AllErrors

func (m SchemaMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SchemaMultiError) Error

func (m SchemaMultiError) Error() string

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

type SchemaValidationError

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

SchemaValidationError is the validation error returned by Schema.Validate if the designated constraints aren't met.

func (SchemaValidationError) Cause

func (e SchemaValidationError) Cause() error

Cause function returns cause value.

func (SchemaValidationError) Error

func (e SchemaValidationError) Error() string

Error satisfies the builtin error interface

func (SchemaValidationError) ErrorName

func (e SchemaValidationError) ErrorName() string

ErrorName returns error name.

func (SchemaValidationError) Field

func (e SchemaValidationError) Field() string

Field function returns field value.

func (SchemaValidationError) Key

func (e SchemaValidationError) Key() bool

Key function returns key value.

func (SchemaValidationError) Reason

func (e SchemaValidationError) Reason() string

Reason function returns reason value.

type ScopeItem

type ScopeItem 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"`
	Required    bool   `protobuf:"varint,4,opt,name=required,proto3" json:"required,omitempty"`
	// contains filtered or unexported fields
}

func (*ScopeItem) Descriptor deprecated

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

Deprecated: Use ScopeItem.ProtoReflect.Descriptor instead.

func (*ScopeItem) GetDescription

func (x *ScopeItem) GetDescription() string

func (*ScopeItem) GetDisplayName

func (x *ScopeItem) GetDisplayName() string

func (*ScopeItem) GetName

func (x *ScopeItem) GetName() string

func (*ScopeItem) GetRequired

func (x *ScopeItem) GetRequired() bool

func (*ScopeItem) ProtoMessage

func (*ScopeItem) ProtoMessage()

func (*ScopeItem) ProtoReflect

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

func (*ScopeItem) Reset

func (x *ScopeItem) Reset()

func (*ScopeItem) String

func (x *ScopeItem) String() string

func (*ScopeItem) Validate

func (m *ScopeItem) Validate() error

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

func (m *ScopeItem) ValidateAll() error

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

type ScopeItemMultiError

type ScopeItemMultiError []error

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

func (ScopeItemMultiError) AllErrors

func (m ScopeItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ScopeItemMultiError) Error

func (m ScopeItemMultiError) Error() string

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

type ScopeItemValidationError

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

ScopeItemValidationError is the validation error returned by ScopeItem.Validate if the designated constraints aren't met.

func (ScopeItemValidationError) Cause

func (e ScopeItemValidationError) Cause() error

Cause function returns cause value.

func (ScopeItemValidationError) Error

func (e ScopeItemValidationError) Error() string

Error satisfies the builtin error interface

func (ScopeItemValidationError) ErrorName

func (e ScopeItemValidationError) ErrorName() string

ErrorName returns error name.

func (ScopeItemValidationError) Field

func (e ScopeItemValidationError) Field() string

Field function returns field value.

func (ScopeItemValidationError) Key

Key function returns key value.

func (ScopeItemValidationError) Reason

func (e ScopeItemValidationError) Reason() string

Reason function returns reason value.

type Scrypt

type Scrypt struct {
	Key           []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	SaltSeparator []byte `protobuf:"bytes,2,opt,name=salt_separator,json=saltSeparator,proto3" json:"salt_separator,omitempty"`
	Rounds        int64  `protobuf:"varint,3,opt,name=rounds,proto3" json:"rounds,omitempty"`
	MemoryCost    int64  `protobuf:"varint,4,opt,name=memory_cost,json=memoryCost,proto3" json:"memory_cost,omitempty"`
	// contains filtered or unexported fields
}

func (*Scrypt) Descriptor deprecated

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

Deprecated: Use Scrypt.ProtoReflect.Descriptor instead.

func (*Scrypt) GetKey

func (x *Scrypt) GetKey() []byte

func (*Scrypt) GetMemoryCost

func (x *Scrypt) GetMemoryCost() int64

func (*Scrypt) GetRounds

func (x *Scrypt) GetRounds() int64

func (*Scrypt) GetSaltSeparator

func (x *Scrypt) GetSaltSeparator() []byte

func (*Scrypt) ProtoMessage

func (*Scrypt) ProtoMessage()

func (*Scrypt) ProtoReflect

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

func (*Scrypt) Reset

func (x *Scrypt) Reset()

func (*Scrypt) String

func (x *Scrypt) String() string

func (*Scrypt) Validate

func (m *Scrypt) Validate() error

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

func (m *Scrypt) ValidateAll() error

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

type ScryptMultiError

type ScryptMultiError []error

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

func (ScryptMultiError) AllErrors

func (m ScryptMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ScryptMultiError) Error

func (m ScryptMultiError) Error() string

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

type ScryptValidationError

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

ScryptValidationError is the validation error returned by Scrypt.Validate if the designated constraints aren't met.

func (ScryptValidationError) Cause

func (e ScryptValidationError) Cause() error

Cause function returns cause value.

func (ScryptValidationError) Error

func (e ScryptValidationError) Error() string

Error satisfies the builtin error interface

func (ScryptValidationError) ErrorName

func (e ScryptValidationError) ErrorName() string

ErrorName returns error name.

func (ScryptValidationError) Field

func (e ScryptValidationError) Field() string

Field function returns field value.

func (ScryptValidationError) Key

func (e ScryptValidationError) Key() bool

Key function returns key value.

func (ScryptValidationError) Reason

func (e ScryptValidationError) Reason() string

Reason function returns reason value.

type SelfServiceChangePasswordRequest

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

func (*SelfServiceChangePasswordRequest) Descriptor deprecated

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

Deprecated: Use SelfServiceChangePasswordRequest.ProtoReflect.Descriptor instead.

func (*SelfServiceChangePasswordRequest) GetPassword

func (x *SelfServiceChangePasswordRequest) GetPassword() string

func (*SelfServiceChangePasswordRequest) ProtoMessage

func (*SelfServiceChangePasswordRequest) ProtoMessage()

func (*SelfServiceChangePasswordRequest) ProtoReflect

func (*SelfServiceChangePasswordRequest) Reset

func (*SelfServiceChangePasswordRequest) String

func (*SelfServiceChangePasswordRequest) Validate

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

func (m *SelfServiceChangePasswordRequest) ValidateAll() error

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

type SelfServiceChangePasswordRequestMultiError

type SelfServiceChangePasswordRequestMultiError []error

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

func (SelfServiceChangePasswordRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SelfServiceChangePasswordRequestMultiError) Error

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

type SelfServiceChangePasswordRequestValidationError

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

SelfServiceChangePasswordRequestValidationError is the validation error returned by SelfServiceChangePasswordRequest.Validate if the designated constraints aren't met.

func (SelfServiceChangePasswordRequestValidationError) Cause

Cause function returns cause value.

func (SelfServiceChangePasswordRequestValidationError) Error

Error satisfies the builtin error interface

func (SelfServiceChangePasswordRequestValidationError) ErrorName

ErrorName returns error name.

func (SelfServiceChangePasswordRequestValidationError) Field

Field function returns field value.

func (SelfServiceChangePasswordRequestValidationError) Key

Key function returns key value.

func (SelfServiceChangePasswordRequestValidationError) Reason

Reason function returns reason value.

type SelfServiceChangePasswordResponse

type SelfServiceChangePasswordResponse struct {
	Success bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Error   string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` //Password policy violation
	// contains filtered or unexported fields
}

func (*SelfServiceChangePasswordResponse) Descriptor deprecated

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

Deprecated: Use SelfServiceChangePasswordResponse.ProtoReflect.Descriptor instead.

func (*SelfServiceChangePasswordResponse) GetError

func (*SelfServiceChangePasswordResponse) GetSuccess

func (x *SelfServiceChangePasswordResponse) GetSuccess() bool

func (*SelfServiceChangePasswordResponse) ProtoMessage

func (*SelfServiceChangePasswordResponse) ProtoMessage()

func (*SelfServiceChangePasswordResponse) ProtoReflect

func (*SelfServiceChangePasswordResponse) Reset

func (*SelfServiceChangePasswordResponse) String

func (*SelfServiceChangePasswordResponse) Validate

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

func (m *SelfServiceChangePasswordResponse) ValidateAll() error

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

type SelfServiceChangePasswordResponseMultiError

type SelfServiceChangePasswordResponseMultiError []error

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

func (SelfServiceChangePasswordResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SelfServiceChangePasswordResponseMultiError) Error

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

type SelfServiceChangePasswordResponseValidationError

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

SelfServiceChangePasswordResponseValidationError is the validation error returned by SelfServiceChangePasswordResponse.Validate if the designated constraints aren't met.

func (SelfServiceChangePasswordResponseValidationError) Cause

Cause function returns cause value.

func (SelfServiceChangePasswordResponseValidationError) Error

Error satisfies the builtin error interface

func (SelfServiceChangePasswordResponseValidationError) ErrorName

ErrorName returns error name.

func (SelfServiceChangePasswordResponseValidationError) Field

Field function returns field value.

func (SelfServiceChangePasswordResponseValidationError) Key

Key function returns key value.

func (SelfServiceChangePasswordResponseValidationError) Reason

Reason function returns reason value.

type SelfServiceTerminateSessionRequest

type SelfServiceTerminateSessionRequest struct {
	RefreshToken string `protobuf:"bytes,1,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*SelfServiceTerminateSessionRequest) Descriptor deprecated

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

Deprecated: Use SelfServiceTerminateSessionRequest.ProtoReflect.Descriptor instead.

func (*SelfServiceTerminateSessionRequest) GetRefreshToken

func (x *SelfServiceTerminateSessionRequest) GetRefreshToken() string

func (*SelfServiceTerminateSessionRequest) ProtoMessage

func (*SelfServiceTerminateSessionRequest) ProtoMessage()

func (*SelfServiceTerminateSessionRequest) ProtoReflect

func (*SelfServiceTerminateSessionRequest) Reset

func (*SelfServiceTerminateSessionRequest) String

func (*SelfServiceTerminateSessionRequest) Validate

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

func (m *SelfServiceTerminateSessionRequest) ValidateAll() error

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

type SelfServiceTerminateSessionRequestMultiError

type SelfServiceTerminateSessionRequestMultiError []error

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

func (SelfServiceTerminateSessionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SelfServiceTerminateSessionRequestMultiError) Error

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

type SelfServiceTerminateSessionRequestValidationError

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

SelfServiceTerminateSessionRequestValidationError is the validation error returned by SelfServiceTerminateSessionRequest.Validate if the designated constraints aren't met.

func (SelfServiceTerminateSessionRequestValidationError) Cause

Cause function returns cause value.

func (SelfServiceTerminateSessionRequestValidationError) Error

Error satisfies the builtin error interface

func (SelfServiceTerminateSessionRequestValidationError) ErrorName

ErrorName returns error name.

func (SelfServiceTerminateSessionRequestValidationError) Field

Field function returns field value.

func (SelfServiceTerminateSessionRequestValidationError) Key

Key function returns key value.

func (SelfServiceTerminateSessionRequestValidationError) Reason

Reason function returns reason value.

type SelfServiceTerminateSessionResponse

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

func (*SelfServiceTerminateSessionResponse) Descriptor deprecated

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

Deprecated: Use SelfServiceTerminateSessionResponse.ProtoReflect.Descriptor instead.

func (*SelfServiceTerminateSessionResponse) ProtoMessage

func (*SelfServiceTerminateSessionResponse) ProtoMessage()

func (*SelfServiceTerminateSessionResponse) ProtoReflect

func (*SelfServiceTerminateSessionResponse) Reset

func (*SelfServiceTerminateSessionResponse) String

func (*SelfServiceTerminateSessionResponse) Validate

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

func (m *SelfServiceTerminateSessionResponse) ValidateAll() error

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

type SelfServiceTerminateSessionResponseMultiError

type SelfServiceTerminateSessionResponseMultiError []error

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

func (SelfServiceTerminateSessionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SelfServiceTerminateSessionResponseMultiError) Error

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

type SelfServiceTerminateSessionResponseValidationError

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

SelfServiceTerminateSessionResponseValidationError is the validation error returned by SelfServiceTerminateSessionResponse.Validate if the designated constraints aren't met.

func (SelfServiceTerminateSessionResponseValidationError) Cause

Cause function returns cause value.

func (SelfServiceTerminateSessionResponseValidationError) Error

Error satisfies the builtin error interface

func (SelfServiceTerminateSessionResponseValidationError) ErrorName

ErrorName returns error name.

func (SelfServiceTerminateSessionResponseValidationError) Field

Field function returns field value.

func (SelfServiceTerminateSessionResponseValidationError) Key

Key function returns key value.

func (SelfServiceTerminateSessionResponseValidationError) Reason

Reason function returns reason value.

type SessionIntrospectRequest

type SessionIntrospectRequest struct {
	TenantId []byte `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	// The string value of the token. For access tokens, this
	// is the "access_token" value returned from the token endpoint
	// defined in OAuth 2.0. For refresh tokens, this is the "refresh_token"
	// value returned.
	Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionIntrospectRequest) Descriptor deprecated

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

Deprecated: Use SessionIntrospectRequest.ProtoReflect.Descriptor instead.

func (*SessionIntrospectRequest) GetTenantId

func (x *SessionIntrospectRequest) GetTenantId() []byte

func (*SessionIntrospectRequest) GetToken

func (x *SessionIntrospectRequest) GetToken() string

func (*SessionIntrospectRequest) ProtoMessage

func (*SessionIntrospectRequest) ProtoMessage()

func (*SessionIntrospectRequest) ProtoReflect

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

func (*SessionIntrospectRequest) Reset

func (x *SessionIntrospectRequest) Reset()

func (*SessionIntrospectRequest) String

func (x *SessionIntrospectRequest) String() string

func (*SessionIntrospectRequest) Validate

func (m *SessionIntrospectRequest) Validate() error

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

func (m *SessionIntrospectRequest) ValidateAll() error

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

type SessionIntrospectRequestMultiError

type SessionIntrospectRequestMultiError []error

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

func (SessionIntrospectRequestMultiError) AllErrors

func (m SessionIntrospectRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SessionIntrospectRequestMultiError) Error

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

type SessionIntrospectRequestValidationError

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

SessionIntrospectRequestValidationError is the validation error returned by SessionIntrospectRequest.Validate if the designated constraints aren't met.

func (SessionIntrospectRequestValidationError) Cause

Cause function returns cause value.

func (SessionIntrospectRequestValidationError) Error

Error satisfies the builtin error interface

func (SessionIntrospectRequestValidationError) ErrorName

ErrorName returns error name.

func (SessionIntrospectRequestValidationError) Field

Field function returns field value.

func (SessionIntrospectRequestValidationError) Key

Key function returns key value.

func (SessionIntrospectRequestValidationError) Reason

Reason function returns reason value.

type SessionIntrospectResponse

type SessionIntrospectResponse struct {
	Active       bool               `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	TokenInfo    *IdentityTokenInfo `protobuf:"bytes,2,opt,name=token_info,json=tokenInfo,proto3" json:"token_info,omitempty"`
	ProviderData []string           `protobuf:"bytes,3,rep,name=provider_data,json=providerData,proto3" json:"provider_data,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionIntrospectResponse) Descriptor deprecated

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

Deprecated: Use SessionIntrospectResponse.ProtoReflect.Descriptor instead.

func (*SessionIntrospectResponse) GetActive

func (x *SessionIntrospectResponse) GetActive() bool

func (*SessionIntrospectResponse) GetProviderData

func (x *SessionIntrospectResponse) GetProviderData() []string

func (*SessionIntrospectResponse) GetTokenInfo

func (x *SessionIntrospectResponse) GetTokenInfo() *IdentityTokenInfo

func (*SessionIntrospectResponse) ProtoMessage

func (*SessionIntrospectResponse) ProtoMessage()

func (*SessionIntrospectResponse) ProtoReflect

func (*SessionIntrospectResponse) Reset

func (x *SessionIntrospectResponse) Reset()

func (*SessionIntrospectResponse) String

func (x *SessionIntrospectResponse) String() string

func (*SessionIntrospectResponse) Validate

func (m *SessionIntrospectResponse) Validate() error

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

func (m *SessionIntrospectResponse) ValidateAll() error

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

type SessionIntrospectResponseMultiError

type SessionIntrospectResponseMultiError []error

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

func (SessionIntrospectResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SessionIntrospectResponseMultiError) Error

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

type SessionIntrospectResponseValidationError

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

SessionIntrospectResponseValidationError is the validation error returned by SessionIntrospectResponse.Validate if the designated constraints aren't met.

func (SessionIntrospectResponseValidationError) Cause

Cause function returns cause value.

func (SessionIntrospectResponseValidationError) Error

Error satisfies the builtin error interface

func (SessionIntrospectResponseValidationError) ErrorName

ErrorName returns error name.

func (SessionIntrospectResponseValidationError) Field

Field function returns field value.

func (SessionIntrospectResponseValidationError) Key

Key function returns key value.

func (SessionIntrospectResponseValidationError) Reason

Reason function returns reason value.

type StandardScrypt

type StandardScrypt struct {
	BlockSize        int64 `protobuf:"varint,1,opt,name=block_size,json=blockSize,proto3" json:"block_size,omitempty"`
	DerivedKeyLength int64 `protobuf:"varint,2,opt,name=derived_key_length,json=derivedKeyLength,proto3" json:"derived_key_length,omitempty"`
	MemoryCost       int64 `protobuf:"varint,3,opt,name=memory_cost,json=memoryCost,proto3" json:"memory_cost,omitempty"`
	Parallelization  int64 `protobuf:"varint,4,opt,name=parallelization,proto3" json:"parallelization,omitempty"`
	// contains filtered or unexported fields
}

func (*StandardScrypt) Descriptor deprecated

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

Deprecated: Use StandardScrypt.ProtoReflect.Descriptor instead.

func (*StandardScrypt) GetBlockSize

func (x *StandardScrypt) GetBlockSize() int64

func (*StandardScrypt) GetDerivedKeyLength

func (x *StandardScrypt) GetDerivedKeyLength() int64

func (*StandardScrypt) GetMemoryCost

func (x *StandardScrypt) GetMemoryCost() int64

func (*StandardScrypt) GetParallelization

func (x *StandardScrypt) GetParallelization() int64

func (*StandardScrypt) ProtoMessage

func (*StandardScrypt) ProtoMessage()

func (*StandardScrypt) ProtoReflect

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

func (*StandardScrypt) Reset

func (x *StandardScrypt) Reset()

func (*StandardScrypt) String

func (x *StandardScrypt) String() string

func (*StandardScrypt) Validate

func (m *StandardScrypt) Validate() error

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

func (m *StandardScrypt) ValidateAll() error

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

type StandardScryptMultiError

type StandardScryptMultiError []error

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

func (StandardScryptMultiError) AllErrors

func (m StandardScryptMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StandardScryptMultiError) Error

func (m StandardScryptMultiError) Error() string

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

type StandardScryptValidationError

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

StandardScryptValidationError is the validation error returned by StandardScrypt.Validate if the designated constraints aren't met.

func (StandardScryptValidationError) Cause

Cause function returns cause value.

func (StandardScryptValidationError) Error

Error satisfies the builtin error interface

func (StandardScryptValidationError) ErrorName

func (e StandardScryptValidationError) ErrorName() string

ErrorName returns error name.

func (StandardScryptValidationError) Field

Field function returns field value.

func (StandardScryptValidationError) Key

Key function returns key value.

func (StandardScryptValidationError) Reason

Reason function returns reason value.

type StartDigitalTwinEmailVerificationRequest

type StartDigitalTwinEmailVerificationRequest struct {
	DigitalTwin *DigitalTwin      `protobuf:"bytes,1,opt,name=digital_twin,json=digitalTwin,proto3" json:"digital_twin,omitempty"`
	Email       string            `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Attributes  *v1beta1.MapValue `protobuf:"bytes,7,opt,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*StartDigitalTwinEmailVerificationRequest) Descriptor deprecated

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

Deprecated: Use StartDigitalTwinEmailVerificationRequest.ProtoReflect.Descriptor instead.

func (*StartDigitalTwinEmailVerificationRequest) GetAttributes

func (*StartDigitalTwinEmailVerificationRequest) GetDigitalTwin

func (*StartDigitalTwinEmailVerificationRequest) GetEmail

func (*StartDigitalTwinEmailVerificationRequest) ProtoMessage

func (*StartDigitalTwinEmailVerificationRequest) ProtoReflect

func (*StartDigitalTwinEmailVerificationRequest) Reset

func (*StartDigitalTwinEmailVerificationRequest) String

func (*StartDigitalTwinEmailVerificationRequest) Validate

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

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

type StartDigitalTwinEmailVerificationRequestMultiError

type StartDigitalTwinEmailVerificationRequestMultiError []error

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

func (StartDigitalTwinEmailVerificationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (StartDigitalTwinEmailVerificationRequestMultiError) Error

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

type StartDigitalTwinEmailVerificationRequestValidationError

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

StartDigitalTwinEmailVerificationRequestValidationError is the validation error returned by StartDigitalTwinEmailVerificationRequest.Validate if the designated constraints aren't met.

func (StartDigitalTwinEmailVerificationRequestValidationError) Cause

Cause function returns cause value.

func (StartDigitalTwinEmailVerificationRequestValidationError) Error

Error satisfies the builtin error interface

func (StartDigitalTwinEmailVerificationRequestValidationError) ErrorName

ErrorName returns error name.

func (StartDigitalTwinEmailVerificationRequestValidationError) Field

Field function returns field value.

func (StartDigitalTwinEmailVerificationRequestValidationError) Key

Key function returns key value.

func (StartDigitalTwinEmailVerificationRequestValidationError) Reason

Reason function returns reason value.

type StartDigitalTwinEmailVerificationResponse

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

func (*StartDigitalTwinEmailVerificationResponse) Descriptor deprecated

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

Deprecated: Use StartDigitalTwinEmailVerificationResponse.ProtoReflect.Descriptor instead.

func (*StartDigitalTwinEmailVerificationResponse) ProtoMessage

func (*StartDigitalTwinEmailVerificationResponse) ProtoReflect

func (*StartDigitalTwinEmailVerificationResponse) Reset

func (*StartDigitalTwinEmailVerificationResponse) String

func (*StartDigitalTwinEmailVerificationResponse) Validate

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

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

type StartDigitalTwinEmailVerificationResponseMultiError

type StartDigitalTwinEmailVerificationResponseMultiError []error

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

func (StartDigitalTwinEmailVerificationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (StartDigitalTwinEmailVerificationResponseMultiError) Error

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

type StartDigitalTwinEmailVerificationResponseValidationError

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

StartDigitalTwinEmailVerificationResponseValidationError is the validation error returned by StartDigitalTwinEmailVerificationResponse.Validate if the designated constraints aren't met.

func (StartDigitalTwinEmailVerificationResponseValidationError) Cause

Cause function returns cause value.

func (StartDigitalTwinEmailVerificationResponseValidationError) Error

Error satisfies the builtin error interface

func (StartDigitalTwinEmailVerificationResponseValidationError) ErrorName

ErrorName returns error name.

func (StartDigitalTwinEmailVerificationResponseValidationError) Field

Field function returns field value.

func (StartDigitalTwinEmailVerificationResponseValidationError) Key

Key function returns key value.

func (StartDigitalTwinEmailVerificationResponseValidationError) Reason

Reason function returns reason value.

type StartForgottenPasswordFlowRequest

type StartForgottenPasswordFlowRequest struct {
	DigitalTwin *DigitalTwin `protobuf:"bytes,1,opt,name=digital_twin,json=digitalTwin,proto3" json:"digital_twin,omitempty"`
	// contains filtered or unexported fields
}

func (*StartForgottenPasswordFlowRequest) Descriptor deprecated

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

Deprecated: Use StartForgottenPasswordFlowRequest.ProtoReflect.Descriptor instead.

func (*StartForgottenPasswordFlowRequest) GetDigitalTwin

func (x *StartForgottenPasswordFlowRequest) GetDigitalTwin() *DigitalTwin

func (*StartForgottenPasswordFlowRequest) ProtoMessage

func (*StartForgottenPasswordFlowRequest) ProtoMessage()

func (*StartForgottenPasswordFlowRequest) ProtoReflect

func (*StartForgottenPasswordFlowRequest) Reset

func (*StartForgottenPasswordFlowRequest) String

func (*StartForgottenPasswordFlowRequest) Validate

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

func (m *StartForgottenPasswordFlowRequest) ValidateAll() error

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

type StartForgottenPasswordFlowRequestMultiError

type StartForgottenPasswordFlowRequestMultiError []error

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

func (StartForgottenPasswordFlowRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (StartForgottenPasswordFlowRequestMultiError) Error

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

type StartForgottenPasswordFlowRequestValidationError

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

StartForgottenPasswordFlowRequestValidationError is the validation error returned by StartForgottenPasswordFlowRequest.Validate if the designated constraints aren't met.

func (StartForgottenPasswordFlowRequestValidationError) Cause

Cause function returns cause value.

func (StartForgottenPasswordFlowRequestValidationError) Error

Error satisfies the builtin error interface

func (StartForgottenPasswordFlowRequestValidationError) ErrorName

ErrorName returns error name.

func (StartForgottenPasswordFlowRequestValidationError) Field

Field function returns field value.

func (StartForgottenPasswordFlowRequestValidationError) Key

Key function returns key value.

func (StartForgottenPasswordFlowRequestValidationError) Reason

Reason function returns reason value.

type StartForgottenPasswordFlowResponse

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

func (*StartForgottenPasswordFlowResponse) Descriptor deprecated

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

Deprecated: Use StartForgottenPasswordFlowResponse.ProtoReflect.Descriptor instead.

func (*StartForgottenPasswordFlowResponse) ProtoMessage

func (*StartForgottenPasswordFlowResponse) ProtoMessage()

func (*StartForgottenPasswordFlowResponse) ProtoReflect

func (*StartForgottenPasswordFlowResponse) Reset

func (*StartForgottenPasswordFlowResponse) String

func (*StartForgottenPasswordFlowResponse) Validate

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

func (m *StartForgottenPasswordFlowResponse) ValidateAll() error

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

type StartForgottenPasswordFlowResponseMultiError

type StartForgottenPasswordFlowResponseMultiError []error

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

func (StartForgottenPasswordFlowResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (StartForgottenPasswordFlowResponseMultiError) Error

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

type StartForgottenPasswordFlowResponseValidationError

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

StartForgottenPasswordFlowResponseValidationError is the validation error returned by StartForgottenPasswordFlowResponse.Validate if the designated constraints aren't met.

func (StartForgottenPasswordFlowResponseValidationError) Cause

Cause function returns cause value.

func (StartForgottenPasswordFlowResponseValidationError) Error

Error satisfies the builtin error interface

func (StartForgottenPasswordFlowResponseValidationError) ErrorName

ErrorName returns error name.

func (StartForgottenPasswordFlowResponseValidationError) Field

Field function returns field value.

func (StartForgottenPasswordFlowResponseValidationError) Key

Key function returns key value.

func (StartForgottenPasswordFlowResponseValidationError) Reason

Reason function returns reason value.

type TokenIntrospectRequest

type TokenIntrospectRequest struct {
	TenantId []byte `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	// The string value of the token. For access tokens, this
	// is the "access_token" value returned from the token endpoint
	// defined in OAuth 2.0. For refresh tokens, this is the "refresh_token"
	// value returned.
	Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenIntrospectRequest) Descriptor deprecated

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

Deprecated: Use TokenIntrospectRequest.ProtoReflect.Descriptor instead.

func (*TokenIntrospectRequest) GetTenantId

func (x *TokenIntrospectRequest) GetTenantId() []byte

func (*TokenIntrospectRequest) GetToken

func (x *TokenIntrospectRequest) GetToken() string

func (*TokenIntrospectRequest) ProtoMessage

func (*TokenIntrospectRequest) ProtoMessage()

func (*TokenIntrospectRequest) ProtoReflect

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

func (*TokenIntrospectRequest) Reset

func (x *TokenIntrospectRequest) Reset()

func (*TokenIntrospectRequest) String

func (x *TokenIntrospectRequest) String() string

func (*TokenIntrospectRequest) Validate

func (m *TokenIntrospectRequest) Validate() error

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

func (m *TokenIntrospectRequest) ValidateAll() error

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

type TokenIntrospectRequestMultiError

type TokenIntrospectRequestMultiError []error

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

func (TokenIntrospectRequestMultiError) AllErrors

func (m TokenIntrospectRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TokenIntrospectRequestMultiError) Error

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

type TokenIntrospectRequestValidationError

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

TokenIntrospectRequestValidationError is the validation error returned by TokenIntrospectRequest.Validate if the designated constraints aren't met.

func (TokenIntrospectRequestValidationError) Cause

Cause function returns cause value.

func (TokenIntrospectRequestValidationError) Error

Error satisfies the builtin error interface

func (TokenIntrospectRequestValidationError) ErrorName

ErrorName returns error name.

func (TokenIntrospectRequestValidationError) Field

Field function returns field value.

func (TokenIntrospectRequestValidationError) Key

Key function returns key value.

func (TokenIntrospectRequestValidationError) Reason

Reason function returns reason value.

type TokenIntrospectResponse

type TokenIntrospectResponse struct {
	Active    bool               `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	TokenInfo *IdentityTokenInfo `protobuf:"bytes,2,opt,name=token_info,json=tokenInfo,proto3" json:"token_info,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenIntrospectResponse) Descriptor deprecated

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

Deprecated: Use TokenIntrospectResponse.ProtoReflect.Descriptor instead.

func (*TokenIntrospectResponse) GetActive

func (x *TokenIntrospectResponse) GetActive() bool

func (*TokenIntrospectResponse) GetTokenInfo

func (x *TokenIntrospectResponse) GetTokenInfo() *IdentityTokenInfo

func (*TokenIntrospectResponse) ProtoMessage

func (*TokenIntrospectResponse) ProtoMessage()

func (*TokenIntrospectResponse) ProtoReflect

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

func (*TokenIntrospectResponse) Reset

func (x *TokenIntrospectResponse) Reset()

func (*TokenIntrospectResponse) String

func (x *TokenIntrospectResponse) String() string

func (*TokenIntrospectResponse) Validate

func (m *TokenIntrospectResponse) Validate() error

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

func (m *TokenIntrospectResponse) ValidateAll() error

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

type TokenIntrospectResponseMultiError

type TokenIntrospectResponseMultiError []error

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

func (TokenIntrospectResponseMultiError) AllErrors

func (m TokenIntrospectResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TokenIntrospectResponseMultiError) Error

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

type TokenIntrospectResponseValidationError

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

TokenIntrospectResponseValidationError is the validation error returned by TokenIntrospectResponse.Validate if the designated constraints aren't met.

func (TokenIntrospectResponseValidationError) Cause

Cause function returns cause value.

func (TokenIntrospectResponseValidationError) Error

Error satisfies the builtin error interface

func (TokenIntrospectResponseValidationError) ErrorName

ErrorName returns error name.

func (TokenIntrospectResponseValidationError) Field

Field function returns field value.

func (TokenIntrospectResponseValidationError) Key

Key function returns key value.

func (TokenIntrospectResponseValidationError) Reason

Reason function returns reason value.

type UnimplementedIdentityManagementAPIServer

type UnimplementedIdentityManagementAPIServer struct {
}

UnimplementedIdentityManagementAPIServer should be embedded to have forward compatible implementations.

func (UnimplementedIdentityManagementAPIServer) CancelInvitation

func (UnimplementedIdentityManagementAPIServer) ChangePassword

func (UnimplementedIdentityManagementAPIServer) CheckConsentChallenge

func (UnimplementedIdentityManagementAPIServer) CheckInvitationState

func (UnimplementedIdentityManagementAPIServer) CreateConsentVerifier

func (UnimplementedIdentityManagementAPIServer) CreateInvitation

func (UnimplementedIdentityManagementAPIServer) DeleteDigitalTwin

func (UnimplementedIdentityManagementAPIServer) EnrichToken

func (UnimplementedIdentityManagementAPIServer) GetAccessToken

func (UnimplementedIdentityManagementAPIServer) GetDigitalTwin

func (UnimplementedIdentityManagementAPIServer) GetDocument

func (UnimplementedIdentityManagementAPIServer) GetPasswordCredential

func (UnimplementedIdentityManagementAPIServer) ImportDigitalTwins

func (UnimplementedIdentityManagementAPIServer) ListDigitalTwins

func (UnimplementedIdentityManagementAPIServer) ListDocuments

func (UnimplementedIdentityManagementAPIServer) MutateDocuments

func (UnimplementedIdentityManagementAPIServer) PatchDigitalTwin

func (UnimplementedIdentityManagementAPIServer) ResendInvitation

func (UnimplementedIdentityManagementAPIServer) RunQuery

func (UnimplementedIdentityManagementAPIServer) SessionIntrospect

func (UnimplementedIdentityManagementAPIServer) TokenIntrospect

type UnsafeIdentityManagementAPIServer

type UnsafeIdentityManagementAPIServer interface {
	// contains filtered or unexported methods
}

UnsafeIdentityManagementAPIServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to IdentityManagementAPIServer will result in compilation errors.

type UpdatePasswordCredentialRequest

type UpdatePasswordCredentialRequest struct {

	// The username used to login.
	// google.protobuf.StringValue login = 1;
	LoginProperties [][]byte              `protobuf:"bytes,1,rep,name=login_properties,json=loginProperties,proto3" json:"login_properties,omitempty"`
	MustChange      *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=must_change,json=mustChange,proto3" json:"must_change,omitempty"`
	Locked          *wrapperspb.BoolValue `protobuf:"bytes,5,opt,name=locked,proto3" json:"locked,omitempty"`
	// Types that are assignable to Primary:
	//
	//	*UpdatePasswordCredentialRequest_Email
	//	*UpdatePasswordCredentialRequest_Mobile
	Primary isUpdatePasswordCredentialRequest_Primary `protobuf_oneof:"primary"`
	// contains filtered or unexported fields
}

UpdatePasswordCredentialRequest used to change the Password Credential meta-data.

func (*UpdatePasswordCredentialRequest) Descriptor deprecated

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

Deprecated: Use UpdatePasswordCredentialRequest.ProtoReflect.Descriptor instead.

func (*UpdatePasswordCredentialRequest) GetEmail

func (*UpdatePasswordCredentialRequest) GetLocked

func (*UpdatePasswordCredentialRequest) GetLoginProperties

func (x *UpdatePasswordCredentialRequest) GetLoginProperties() [][]byte

func (*UpdatePasswordCredentialRequest) GetMobile

func (x *UpdatePasswordCredentialRequest) GetMobile() string

func (*UpdatePasswordCredentialRequest) GetMustChange

func (*UpdatePasswordCredentialRequest) GetPrimary

func (m *UpdatePasswordCredentialRequest) GetPrimary() isUpdatePasswordCredentialRequest_Primary

func (*UpdatePasswordCredentialRequest) ProtoMessage

func (*UpdatePasswordCredentialRequest) ProtoMessage()

func (*UpdatePasswordCredentialRequest) ProtoReflect

func (*UpdatePasswordCredentialRequest) Reset

func (*UpdatePasswordCredentialRequest) String

func (*UpdatePasswordCredentialRequest) Validate

func (m *UpdatePasswordCredentialRequest) Validate() error

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

func (m *UpdatePasswordCredentialRequest) ValidateAll() error

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

type UpdatePasswordCredentialRequestMultiError

type UpdatePasswordCredentialRequestMultiError []error

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

func (UpdatePasswordCredentialRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdatePasswordCredentialRequestMultiError) Error

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

type UpdatePasswordCredentialRequestValidationError

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

UpdatePasswordCredentialRequestValidationError is the validation error returned by UpdatePasswordCredentialRequest.Validate if the designated constraints aren't met.

func (UpdatePasswordCredentialRequestValidationError) Cause

Cause function returns cause value.

func (UpdatePasswordCredentialRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdatePasswordCredentialRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdatePasswordCredentialRequestValidationError) Field

Field function returns field value.

func (UpdatePasswordCredentialRequestValidationError) Key

Key function returns key value.

func (UpdatePasswordCredentialRequestValidationError) Reason

Reason function returns reason value.

type UpdatePasswordCredentialRequest_Email

type UpdatePasswordCredentialRequest_Email struct {
	Email string `protobuf:"bytes,3,opt,name=email,proto3,oneof"`
}

type UpdatePasswordCredentialRequest_Mobile

type UpdatePasswordCredentialRequest_Mobile struct {
	Mobile string `protobuf:"bytes,4,opt,name=mobile,proto3,oneof"`
}

type UpdatePasswordCredentialResponse

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

func (*UpdatePasswordCredentialResponse) Descriptor deprecated

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

Deprecated: Use UpdatePasswordCredentialResponse.ProtoReflect.Descriptor instead.

func (*UpdatePasswordCredentialResponse) ProtoMessage

func (*UpdatePasswordCredentialResponse) ProtoMessage()

func (*UpdatePasswordCredentialResponse) ProtoReflect

func (*UpdatePasswordCredentialResponse) Reset

func (*UpdatePasswordCredentialResponse) String

func (*UpdatePasswordCredentialResponse) Validate

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

func (m *UpdatePasswordCredentialResponse) ValidateAll() error

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

type UpdatePasswordCredentialResponseMultiError

type UpdatePasswordCredentialResponseMultiError []error

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

func (UpdatePasswordCredentialResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdatePasswordCredentialResponseMultiError) Error

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

type UpdatePasswordCredentialResponseValidationError

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

UpdatePasswordCredentialResponseValidationError is the validation error returned by UpdatePasswordCredentialResponse.Validate if the designated constraints aren't met.

func (UpdatePasswordCredentialResponseValidationError) Cause

Cause function returns cause value.

func (UpdatePasswordCredentialResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdatePasswordCredentialResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdatePasswordCredentialResponseValidationError) Field

Field function returns field value.

func (UpdatePasswordCredentialResponseValidationError) Key

Key function returns key value.

func (UpdatePasswordCredentialResponseValidationError) Reason

Reason function returns reason value.

type UserInfoResponsePayload

type UserInfoResponsePayload struct {

	// Subject - Identifier for the End-User at the IssuerURL.
	Sub string `protobuf:"bytes,1,opt,name=sub,proto3" json:"sub,omitempty"`
	// End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Given name(s) or first name(s) of the End-User. Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters.
	GivenName string `protobuf:"bytes,3,opt,name=given_name,json=givenName,proto3" json:"given_name,omitempty"`
	// Surname(s) or last name(s) of the End-User. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters.
	FamilyName string `protobuf:"bytes,4,opt,name=family_name,json=familyName,proto3" json:"family_name,omitempty"`
	// Middle name(s) of the End-User. Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used.
	MiddleName string `protobuf:"bytes,5,opt,name=middle_name,json=middleName,proto3" json:"middle_name,omitempty"`
	// Casual name of the End-User that may or may not be the same as the given_name. For instance, a nickname value of Mike might be returned alongside a given_name value of Michael.
	Nickname string `protobuf:"bytes,6,opt,name=nickname,proto3" json:"nickname,omitempty"`
	// Non-unique shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. This value MAY be any valid JSON string including special characters such as @, /, or whitespace.
	PreferredUsername string `protobuf:"bytes,7,opt,name=preferred_username,json=preferredUsername,proto3" json:"preferred_username,omitempty"`
	// URL of the End-User's profile page. The contents of this Web page SHOULD be about the End-User.
	Profile string `protobuf:"bytes,8,opt,name=profile,proto3" json:"profile,omitempty"`
	// URL of the End-User's profile picture. This URL MUST refer to an image file (for example, a PNG, JPEG, or GIF image file), rather than to a Web page containing an image. Note that this URL SHOULD specifically reference a profile photo of the End-User suitable for displaying when describing the End-User, rather than an arbitrary photo taken by the End-User.
	Picture string `protobuf:"bytes,9,opt,name=picture,proto3" json:"picture,omitempty"`
	// URL of the End-User's Web page or blog. This Web page SHOULD contain information published by the End-User or an organization that the End-User is affiliated with.
	Website string `protobuf:"bytes,10,opt,name=website,proto3" json:"website,omitempty"`
	// End-User's preferred e-mail address. Its value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax. The RP MUST NOT rely upon this value being unique, as discussed in Section 5.7.
	Email string `protobuf:"bytes,11,opt,name=email,proto3" json:"email,omitempty"`
	// True if the End-User's e-mail address has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the verification was performed. The means by which an e-mail address is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating.
	EmailVerified bool `protobuf:"varint,12,opt,name=email_verified,json=emailVerified,proto3" json:"email_verified,omitempty"`
	// End-User's gender. Values defined by this specification are female and male. Other values MAY be used when neither of the defined values are applicable.
	Gender string `protobuf:"bytes,13,opt,name=gender,proto3" json:"gender,omitempty"`
	// End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed. Note that depending on the underlying platform's date related function, providing just year can result in varying month and day, so the implementers need to take this factor into account to correctly process the dates.
	Birthdate string `protobuf:"bytes,14,opt,name=birthdate,proto3" json:"birthdate,omitempty"`
	// String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone. For example, Europe/Paris or America/Los_Angeles.
	Zoneinfo string `protobuf:"bytes,15,opt,name=zoneinfo,proto3" json:"zoneinfo,omitempty"`
	// End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase, separated by a dash. For example, en-US or fr-CA. As a compatibility note, some implementations have used an underscore as the separator rather than a dash, for example, en_US; Relying Parties MAY choose to accept this locale syntax as well.
	Locale string `protobuf:"bytes,16,opt,name=locale,proto3" json:"locale,omitempty"`
	// End-User's preferred telephone number. E.164 [E.164] is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400. If the phone number contains an extension, it is RECOMMENDED that the extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678.
	PhoneNumber string `protobuf:"bytes,17,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// True if the End-User's phone number has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this phone number was controlled by the End-User at the time the verification was performed. The means by which a phone number is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. When true, the phone_number Claim MUST be in E.164 format and any extensions MUST be represented in RFC 3966 format.
	PhoneNumberVerified bool `protobuf:"varint,18,opt,name=phone_number_verified,json=phoneNumberVerified,proto3" json:"phone_number_verified,omitempty"`
	// Time the End-User's information was last updated. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.
	UpdatedAt int64 `protobuf:"varint,19,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*UserInfoResponsePayload) Descriptor deprecated

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

Deprecated: Use UserInfoResponsePayload.ProtoReflect.Descriptor instead.

func (*UserInfoResponsePayload) GetBirthdate

func (x *UserInfoResponsePayload) GetBirthdate() string

func (*UserInfoResponsePayload) GetEmail

func (x *UserInfoResponsePayload) GetEmail() string

func (*UserInfoResponsePayload) GetEmailVerified

func (x *UserInfoResponsePayload) GetEmailVerified() bool

func (*UserInfoResponsePayload) GetFamilyName

func (x *UserInfoResponsePayload) GetFamilyName() string

func (*UserInfoResponsePayload) GetGender

func (x *UserInfoResponsePayload) GetGender() string

func (*UserInfoResponsePayload) GetGivenName

func (x *UserInfoResponsePayload) GetGivenName() string

func (*UserInfoResponsePayload) GetLocale

func (x *UserInfoResponsePayload) GetLocale() string

func (*UserInfoResponsePayload) GetMiddleName

func (x *UserInfoResponsePayload) GetMiddleName() string

func (*UserInfoResponsePayload) GetName

func (x *UserInfoResponsePayload) GetName() string

func (*UserInfoResponsePayload) GetNickname

func (x *UserInfoResponsePayload) GetNickname() string

func (*UserInfoResponsePayload) GetPhoneNumber

func (x *UserInfoResponsePayload) GetPhoneNumber() string

func (*UserInfoResponsePayload) GetPhoneNumberVerified

func (x *UserInfoResponsePayload) GetPhoneNumberVerified() bool

func (*UserInfoResponsePayload) GetPicture

func (x *UserInfoResponsePayload) GetPicture() string

func (*UserInfoResponsePayload) GetPreferredUsername

func (x *UserInfoResponsePayload) GetPreferredUsername() string

func (*UserInfoResponsePayload) GetProfile

func (x *UserInfoResponsePayload) GetProfile() string

func (*UserInfoResponsePayload) GetSub

func (x *UserInfoResponsePayload) GetSub() string

func (*UserInfoResponsePayload) GetUpdatedAt

func (x *UserInfoResponsePayload) GetUpdatedAt() int64

func (*UserInfoResponsePayload) GetWebsite

func (x *UserInfoResponsePayload) GetWebsite() string

func (*UserInfoResponsePayload) GetZoneinfo

func (x *UserInfoResponsePayload) GetZoneinfo() string

func (*UserInfoResponsePayload) ProtoMessage

func (*UserInfoResponsePayload) ProtoMessage()

func (*UserInfoResponsePayload) ProtoReflect

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

func (*UserInfoResponsePayload) Reset

func (x *UserInfoResponsePayload) Reset()

func (*UserInfoResponsePayload) String

func (x *UserInfoResponsePayload) String() string

func (*UserInfoResponsePayload) Validate

func (m *UserInfoResponsePayload) Validate() error

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

func (m *UserInfoResponsePayload) ValidateAll() error

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

type UserInfoResponsePayloadMultiError

type UserInfoResponsePayloadMultiError []error

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

func (UserInfoResponsePayloadMultiError) AllErrors

func (m UserInfoResponsePayloadMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserInfoResponsePayloadMultiError) Error

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

type UserInfoResponsePayloadValidationError

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

UserInfoResponsePayloadValidationError is the validation error returned by UserInfoResponsePayload.Validate if the designated constraints aren't met.

func (UserInfoResponsePayloadValidationError) Cause

Cause function returns cause value.

func (UserInfoResponsePayloadValidationError) Error

Error satisfies the builtin error interface

func (UserInfoResponsePayloadValidationError) ErrorName

ErrorName returns error name.

func (UserInfoResponsePayloadValidationError) Field

Field function returns field value.

func (UserInfoResponsePayloadValidationError) Key

Key function returns key value.

func (UserInfoResponsePayloadValidationError) Reason

Reason function returns reason value.

type UserMetadata

type UserMetadata struct {
	CreationTimestamp  int64 `protobuf:"varint,1,opt,name=creation_timestamp,json=creationTimestamp,proto3" json:"creation_timestamp,omitempty"`
	LastLogInTimestamp int64 `protobuf:"varint,2,opt,name=last_log_in_timestamp,json=lastLogInTimestamp,proto3" json:"last_log_in_timestamp,omitempty"`
	// The time at which the user was last active (ID token refreshed), or 0 if
	// the user was never active.
	LastRefreshTimestamp int64 `protobuf:"varint,3,opt,name=last_refresh_timestamp,json=lastRefreshTimestamp,proto3" json:"last_refresh_timestamp,omitempty"`
	// contains filtered or unexported fields
}

UserMetadata contains additional metadata associated with a user account. Timestamps are in milliseconds since epoch.

func (*UserMetadata) Descriptor deprecated

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

Deprecated: Use UserMetadata.ProtoReflect.Descriptor instead.

func (*UserMetadata) GetCreationTimestamp

func (x *UserMetadata) GetCreationTimestamp() int64

func (*UserMetadata) GetLastLogInTimestamp

func (x *UserMetadata) GetLastLogInTimestamp() int64

func (*UserMetadata) GetLastRefreshTimestamp

func (x *UserMetadata) GetLastRefreshTimestamp() int64

func (*UserMetadata) ProtoMessage

func (*UserMetadata) ProtoMessage()

func (*UserMetadata) ProtoReflect

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

func (*UserMetadata) Reset

func (x *UserMetadata) Reset()

func (*UserMetadata) String

func (x *UserMetadata) String() string

func (*UserMetadata) Validate

func (m *UserMetadata) Validate() error

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

func (m *UserMetadata) ValidateAll() error

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

type UserMetadataMultiError

type UserMetadataMultiError []error

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

func (UserMetadataMultiError) AllErrors

func (m UserMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserMetadataMultiError) Error

func (m UserMetadataMultiError) Error() string

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

type UserMetadataValidationError

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

UserMetadataValidationError is the validation error returned by UserMetadata.Validate if the designated constraints aren't met.

func (UserMetadataValidationError) Cause

Cause function returns cause value.

func (UserMetadataValidationError) Error

Error satisfies the builtin error interface

func (UserMetadataValidationError) ErrorName

func (e UserMetadataValidationError) ErrorName() string

ErrorName returns error name.

func (UserMetadataValidationError) Field

Field function returns field value.

func (UserMetadataValidationError) Key

Key function returns key value.

func (UserMetadataValidationError) Reason

Reason function returns reason value.

type UserProvider

type UserProvider struct {
	Uid         string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	ProviderId  string `protobuf:"bytes,2,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	Email       string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	PhotoUrl    string `protobuf:"bytes,5,opt,name=photo_url,json=photoUrl,proto3" json:"photo_url,omitempty"`
	// contains filtered or unexported fields
}

UserProvider represents a user identity provider.

One or more user providers can be specified for each user when importing in bulk.

func (*UserProvider) Descriptor deprecated

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

Deprecated: Use UserProvider.ProtoReflect.Descriptor instead.

func (*UserProvider) GetDisplayName

func (x *UserProvider) GetDisplayName() string

func (*UserProvider) GetEmail

func (x *UserProvider) GetEmail() string

func (*UserProvider) GetPhotoUrl

func (x *UserProvider) GetPhotoUrl() string

func (*UserProvider) GetProviderId

func (x *UserProvider) GetProviderId() string

func (*UserProvider) GetUid

func (x *UserProvider) GetUid() string

func (*UserProvider) ProtoMessage

func (*UserProvider) ProtoMessage()

func (*UserProvider) ProtoReflect

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

func (*UserProvider) Reset

func (x *UserProvider) Reset()

func (*UserProvider) String

func (x *UserProvider) String() string

func (*UserProvider) Validate

func (m *UserProvider) Validate() error

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

func (m *UserProvider) ValidateAll() error

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

type UserProviderMultiError

type UserProviderMultiError []error

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

func (UserProviderMultiError) AllErrors

func (m UserProviderMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserProviderMultiError) Error

func (m UserProviderMultiError) Error() string

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

type UserProviderValidationError

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

UserProviderValidationError is the validation error returned by UserProvider.Validate if the designated constraints aren't met.

func (UserProviderValidationError) Cause

Cause function returns cause value.

func (UserProviderValidationError) Error

Error satisfies the builtin error interface

func (UserProviderValidationError) ErrorName

func (e UserProviderValidationError) ErrorName() string

ErrorName returns error name.

func (UserProviderValidationError) Field

Field function returns field value.

func (UserProviderValidationError) Key

Key function returns key value.

func (UserProviderValidationError) Reason

Reason function returns reason value.

type VerifyDigitalTwinEmailRequest

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

func (*VerifyDigitalTwinEmailRequest) Descriptor deprecated

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

Deprecated: Use VerifyDigitalTwinEmailRequest.ProtoReflect.Descriptor instead.

func (*VerifyDigitalTwinEmailRequest) GetToken

func (x *VerifyDigitalTwinEmailRequest) GetToken() string

func (*VerifyDigitalTwinEmailRequest) ProtoMessage

func (*VerifyDigitalTwinEmailRequest) ProtoMessage()

func (*VerifyDigitalTwinEmailRequest) ProtoReflect

func (*VerifyDigitalTwinEmailRequest) Reset

func (x *VerifyDigitalTwinEmailRequest) Reset()

func (*VerifyDigitalTwinEmailRequest) String

func (*VerifyDigitalTwinEmailRequest) Validate

func (m *VerifyDigitalTwinEmailRequest) Validate() error

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

func (m *VerifyDigitalTwinEmailRequest) ValidateAll() error

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

type VerifyDigitalTwinEmailRequestMultiError

type VerifyDigitalTwinEmailRequestMultiError []error

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

func (VerifyDigitalTwinEmailRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (VerifyDigitalTwinEmailRequestMultiError) Error

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

type VerifyDigitalTwinEmailRequestValidationError

type VerifyDigitalTwinEmailRequestValidationError struct {
	// contains filtered or unexported fields
}

VerifyDigitalTwinEmailRequestValidationError is the validation error returned by VerifyDigitalTwinEmailRequest.Validate if the designated constraints aren't met.

func (VerifyDigitalTwinEmailRequestValidationError) Cause

Cause function returns cause value.

func (VerifyDigitalTwinEmailRequestValidationError) Error

Error satisfies the builtin error interface

func (VerifyDigitalTwinEmailRequestValidationError) ErrorName

ErrorName returns error name.

func (VerifyDigitalTwinEmailRequestValidationError) Field

Field function returns field value.

func (VerifyDigitalTwinEmailRequestValidationError) Key

Key function returns key value.

func (VerifyDigitalTwinEmailRequestValidationError) Reason

Reason function returns reason value.

type VerifyDigitalTwinEmailResponse

type VerifyDigitalTwinEmailResponse struct {
	DigitalTwin *DigitalTwin `protobuf:"bytes,1,opt,name=digital_twin,json=digitalTwin,proto3" json:"digital_twin,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyDigitalTwinEmailResponse) Descriptor deprecated

func (*VerifyDigitalTwinEmailResponse) Descriptor() ([]byte, []int)

Deprecated: Use VerifyDigitalTwinEmailResponse.ProtoReflect.Descriptor instead.

func (*VerifyDigitalTwinEmailResponse) GetDigitalTwin

func (x *VerifyDigitalTwinEmailResponse) GetDigitalTwin() *DigitalTwin

func (*VerifyDigitalTwinEmailResponse) ProtoMessage

func (*VerifyDigitalTwinEmailResponse) ProtoMessage()

func (*VerifyDigitalTwinEmailResponse) ProtoReflect

func (*VerifyDigitalTwinEmailResponse) Reset

func (x *VerifyDigitalTwinEmailResponse) Reset()

func (*VerifyDigitalTwinEmailResponse) String

func (*VerifyDigitalTwinEmailResponse) Validate

func (m *VerifyDigitalTwinEmailResponse) Validate() error

Validate checks the field values on VerifyDigitalTwinEmailResponse 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 (*VerifyDigitalTwinEmailResponse) ValidateAll

func (m *VerifyDigitalTwinEmailResponse) ValidateAll() error

ValidateAll checks the field values on VerifyDigitalTwinEmailResponse 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 VerifyDigitalTwinEmailResponseMultiError, or nil if none found.

type VerifyDigitalTwinEmailResponseMultiError

type VerifyDigitalTwinEmailResponseMultiError []error

VerifyDigitalTwinEmailResponseMultiError is an error wrapping multiple validation errors returned by VerifyDigitalTwinEmailResponse.ValidateAll() if the designated constraints aren't met.

func (VerifyDigitalTwinEmailResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (VerifyDigitalTwinEmailResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type VerifyDigitalTwinEmailResponseValidationError

type VerifyDigitalTwinEmailResponseValidationError struct {
	// contains filtered or unexported fields
}

VerifyDigitalTwinEmailResponseValidationError is the validation error returned by VerifyDigitalTwinEmailResponse.Validate if the designated constraints aren't met.

func (VerifyDigitalTwinEmailResponseValidationError) Cause

Cause function returns cause value.

func (VerifyDigitalTwinEmailResponseValidationError) Error

Error satisfies the builtin error interface

func (VerifyDigitalTwinEmailResponseValidationError) ErrorName

ErrorName returns error name.

func (VerifyDigitalTwinEmailResponseValidationError) Field

Field function returns field value.

func (VerifyDigitalTwinEmailResponseValidationError) Key

Key function returns key value.

func (VerifyDigitalTwinEmailResponseValidationError) Reason

Reason function returns reason value.

type WebImage

type WebImage struct {
	ContentType string `protobuf:"bytes,1,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	Content     string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*WebImage) Descriptor deprecated

func (*WebImage) Descriptor() ([]byte, []int)

Deprecated: Use WebImage.ProtoReflect.Descriptor instead.

func (*WebImage) GetContent

func (x *WebImage) GetContent() string

func (*WebImage) GetContentType

func (x *WebImage) GetContentType() string

func (*WebImage) ProtoMessage

func (*WebImage) ProtoMessage()

func (*WebImage) ProtoReflect

func (x *WebImage) ProtoReflect() protoreflect.Message

func (*WebImage) Reset

func (x *WebImage) Reset()

func (*WebImage) String

func (x *WebImage) String() string

func (*WebImage) Validate

func (m *WebImage) Validate() error

Validate checks the field values on WebImage 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 (*WebImage) ValidateAll

func (m *WebImage) ValidateAll() error

ValidateAll checks the field values on WebImage 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 WebImageMultiError, or nil if none found.

type WebImageMultiError

type WebImageMultiError []error

WebImageMultiError is an error wrapping multiple validation errors returned by WebImage.ValidateAll() if the designated constraints aren't met.

func (WebImageMultiError) AllErrors

func (m WebImageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WebImageMultiError) Error

func (m WebImageMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WebImageValidationError

type WebImageValidationError struct {
	// contains filtered or unexported fields
}

WebImageValidationError is the validation error returned by WebImage.Validate if the designated constraints aren't met.

func (WebImageValidationError) Cause

func (e WebImageValidationError) Cause() error

Cause function returns cause value.

func (WebImageValidationError) Error

func (e WebImageValidationError) Error() string

Error satisfies the builtin error interface

func (WebImageValidationError) ErrorName

func (e WebImageValidationError) ErrorName() string

ErrorName returns error name.

func (WebImageValidationError) Field

func (e WebImageValidationError) Field() string

Field function returns field value.

func (WebImageValidationError) Key

func (e WebImageValidationError) Key() bool

Key function returns key value.

func (WebImageValidationError) Reason

func (e WebImageValidationError) Reason() string

Reason function returns reason value.

type WellKnown

type WellKnown struct {

	// URL using the https scheme with no query or fragment component that the OP asserts as its IssuerURL Identifier.
	// If IssuerURL discovery is supported , this value MUST be identical to the issuer value returned
	// by WebFinger. This also MUST be identical to the iss Claim value in ID Tokens issued from this IssuerURL.
	//
	// required: true
	Issuer string `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"`
	// URL of the OP's OAuth 2.0 Authorization Endpoint.
	//
	// required: true
	AuthorizationEndpoint string `protobuf:"bytes,2,opt,name=authorization_endpoint,json=authorizationEndpoint,proto3" json:"authorization_endpoint,omitempty"`
	// URL of the OP's Dynamic Client Registration Endpoint.
	RegistrationEndpoint string `protobuf:"bytes,3,opt,name=registration_endpoint,json=registrationEndpoint,proto3" json:"registration_endpoint,omitempty"`
	// URL of the OP's OAuth 2.0 Token Endpoint
	//
	// required: true
	TokenEndpoint string `protobuf:"bytes,4,opt,name=token_endpoint,json=tokenEndpoint,proto3" json:"token_endpoint,omitempty"`
	// URL of the OP's JSON Web Key Set [JWK] document. This contains the signing key(s) the RP uses to validate
	// signatures from the OP. The JWK Set MAY also contain the Server's encryption key(s), which are used by RPs
	// to encrypt requests to the Server. When both signing and encryption keys are made available, a use (Key Use)
	// parameter value is REQUIRED for all keys in the referenced JWK Set to indicate each key's intended usage.
	// Although some algorithms allow the same key to be used for both signatures and encryption, doing so is
	// NOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used to provide X.509 representations of
	// keys provided. When used, the bare key values MUST still be present and MUST match those in the certificate.
	//
	// required: true
	JwksUri string `protobuf:"bytes,5,opt,name=jwks_uri,json=jwksUri,proto3" json:"jwks_uri,omitempty"`
	// JSON array containing a list of the Subject Identifier types that this OP supports. Valid types include
	// pairwise and public.
	//
	// required: true
	// example:
	//   - public
	//   - pairwise
	SubjectTypesSupported []string `` /* 126-byte string literal not displayed */
	// JSON array containing a list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID
	// Providers MUST support the code, id_token, and the token id_token Response Type values.
	//
	// required: true
	ResponseTypesSupported []string `` /* 129-byte string literal not displayed */
	// JSON array containing a list of the Claim Names of the Claims that the OpenID Provider MAY be able to supply
	// values for. Note that for privacy or other reasons, this might not be an exhaustive list.
	ClaimsSupported []string `protobuf:"bytes,8,rep,name=claims_supported,json=claimsSupported,proto3" json:"claims_supported,omitempty"`
	// JSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports.
	GrantTypesSupported []string `protobuf:"bytes,9,rep,name=grant_types_supported,json=grantTypesSupported,proto3" json:"grant_types_supported,omitempty"`
	// JSON array containing a list of the OAuth 2.0 response_mode values that this OP supports.
	ResponseModesSupported []string `` /* 130-byte string literal not displayed */
	// URL of the OP's UserInfo Endpoint.
	UserinfoEndpoint string `protobuf:"bytes,11,opt,name=userinfo_endpoint,json=userinfoEndpoint,proto3" json:"userinfo_endpoint,omitempty"`
	// SON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports. The server MUST
	// support the openid scope value. Servers MAY choose not to advertise some supported scope values even when this parameter is used
	ScopesSupported []string `protobuf:"bytes,12,rep,name=scopes_supported,json=scopesSupported,proto3" json:"scopes_supported,omitempty"`
	// JSON array containing a list of Client Authentication methods supported by this Token Endpoint. The options are
	// client_secret_post, client_secret_basic, client_secret_jwt, and private_key_jwt, as described in Section 9 of OpenID Connect Core 1.0
	TokenEndpointAuthMethodsSupported []string `` /* 167-byte string literal not displayed */
	// JSON array containing a list of the JWS [JWS] signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT].
	UserinfoSigningAlgValuesSupported []string `` /* 167-byte string literal not displayed */
	// JSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for the ID Token
	// to encode the Claims in a JWT.
	//
	// required: true
	IdTokenSigningAlgValuesSupported []string `` /* 166-byte string literal not displayed */
	// Boolean value specifying whether the OP supports use of the request parameter, with true indicating support.
	RequestParameterSupported bool `` /* 140-byte string literal not displayed */
	// Boolean value specifying whether the OP supports use of the request_uri parameter, with true indicating support.
	RequestUriParameterSupported bool `` /* 151-byte string literal not displayed */
	// Boolean value specifying whether the OP requires any request_uri values used to be pre-registered
	// using the request_uris registration parameter.
	RequireRequestUriRegistration bool `` /* 154-byte string literal not displayed */
	// Boolean value specifying whether the OP supports use of the claims parameter, with true indicating support.
	ClaimsParameterSupported bool `` /* 137-byte string literal not displayed */
	// URL of the authorization server's OAuth 2.0 revocation endpoint.
	RevocationEndpoint string `protobuf:"bytes,20,opt,name=revocation_endpoint,json=revocationEndpoint,proto3" json:"revocation_endpoint,omitempty"`
	// Boolean value specifying whether the OP supports back-channel logout, with true indicating support.
	BackchannelLogoutSupported bool `` /* 143-byte string literal not displayed */
	// Boolean value specifying whether the OP can pass a sid (session ID) Claim in the Logout Token to identify the RP
	// session with the OP. If supported, the sid Claim is also included in ID Tokens issued by the OP
	BackchannelLogoutSessionSupported bool `` /* 166-byte string literal not displayed */
	// Boolean value specifying whether the OP supports HTTP-based logout, with true indicating support.
	FrontchannelLogoutSupported bool `` /* 146-byte string literal not displayed */
	// Boolean value specifying whether the OP can pass iss (issuer) and sid (session ID) query parameters to identify
	// the RP session with the OP when the frontchannel_logout_uri is used. If supported, the sid Claim is also
	// included in ID Tokens issued by the OP.
	FrontchannelLogoutSessionSupported bool `` /* 169-byte string literal not displayed */
	// URL at the OP to which an RP can perform a redirect to request that the End-User be logged out at the OP.
	EndSessionEndpoint string `protobuf:"bytes,25,opt,name=end_session_endpoint,json=endSessionEndpoint,proto3" json:"end_session_endpoint,omitempty"`
	// contains filtered or unexported fields
}

WellKnown represents important OpenID Connect discovery metadata

It includes links to several endpoints (e.g. /oauth2/token) and exposes information on supported signature algorithms among others.

func (*WellKnown) Descriptor deprecated

func (*WellKnown) Descriptor() ([]byte, []int)

Deprecated: Use WellKnown.ProtoReflect.Descriptor instead.

func (*WellKnown) GetAuthorizationEndpoint

func (x *WellKnown) GetAuthorizationEndpoint() string

func (*WellKnown) GetBackchannelLogoutSessionSupported

func (x *WellKnown) GetBackchannelLogoutSessionSupported() bool

func (*WellKnown) GetBackchannelLogoutSupported

func (x *WellKnown) GetBackchannelLogoutSupported() bool

func (*WellKnown) GetClaimsParameterSupported

func (x *WellKnown) GetClaimsParameterSupported() bool

func (*WellKnown) GetClaimsSupported

func (x *WellKnown) GetClaimsSupported() []string

func (*WellKnown) GetEndSessionEndpoint

func (x *WellKnown) GetEndSessionEndpoint() string

func (*WellKnown) GetFrontchannelLogoutSessionSupported

func (x *WellKnown) GetFrontchannelLogoutSessionSupported() bool

func (*WellKnown) GetFrontchannelLogoutSupported

func (x *WellKnown) GetFrontchannelLogoutSupported() bool

func (*WellKnown) GetGrantTypesSupported

func (x *WellKnown) GetGrantTypesSupported() []string

func (*WellKnown) GetIdTokenSigningAlgValuesSupported

func (x *WellKnown) GetIdTokenSigningAlgValuesSupported() []string

func (*WellKnown) GetIssuer

func (x *WellKnown) GetIssuer() string

func (*WellKnown) GetJwksUri

func (x *WellKnown) GetJwksUri() string

func (*WellKnown) GetRegistrationEndpoint

func (x *WellKnown) GetRegistrationEndpoint() string

func (*WellKnown) GetRequestParameterSupported

func (x *WellKnown) GetRequestParameterSupported() bool

func (*WellKnown) GetRequestUriParameterSupported

func (x *WellKnown) GetRequestUriParameterSupported() bool

func (*WellKnown) GetRequireRequestUriRegistration

func (x *WellKnown) GetRequireRequestUriRegistration() bool

func (*WellKnown) GetResponseModesSupported

func (x *WellKnown) GetResponseModesSupported() []string

func (*WellKnown) GetResponseTypesSupported

func (x *WellKnown) GetResponseTypesSupported() []string

func (*WellKnown) GetRevocationEndpoint

func (x *WellKnown) GetRevocationEndpoint() string

func (*WellKnown) GetScopesSupported

func (x *WellKnown) GetScopesSupported() []string

func (*WellKnown) GetSubjectTypesSupported

func (x *WellKnown) GetSubjectTypesSupported() []string

func (*WellKnown) GetTokenEndpoint

func (x *WellKnown) GetTokenEndpoint() string

func (*WellKnown) GetTokenEndpointAuthMethodsSupported

func (x *WellKnown) GetTokenEndpointAuthMethodsSupported() []string

func (*WellKnown) GetUserinfoEndpoint

func (x *WellKnown) GetUserinfoEndpoint() string

func (*WellKnown) GetUserinfoSigningAlgValuesSupported

func (x *WellKnown) GetUserinfoSigningAlgValuesSupported() []string

func (*WellKnown) ProtoMessage

func (*WellKnown) ProtoMessage()

func (*WellKnown) ProtoReflect

func (x *WellKnown) ProtoReflect() protoreflect.Message

func (*WellKnown) Reset

func (x *WellKnown) Reset()

func (*WellKnown) String

func (x *WellKnown) String() string

func (*WellKnown) Validate

func (m *WellKnown) Validate() error

Validate checks the field values on WellKnown 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 (*WellKnown) ValidateAll

func (m *WellKnown) ValidateAll() error

ValidateAll checks the field values on WellKnown 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 WellKnownMultiError, or nil if none found.

type WellKnownMultiError

type WellKnownMultiError []error

WellKnownMultiError is an error wrapping multiple validation errors returned by WellKnown.ValidateAll() if the designated constraints aren't met.

func (WellKnownMultiError) AllErrors

func (m WellKnownMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WellKnownMultiError) Error

func (m WellKnownMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WellKnownValidationError

type WellKnownValidationError struct {
	// contains filtered or unexported fields
}

WellKnownValidationError is the validation error returned by WellKnown.Validate if the designated constraints aren't met.

func (WellKnownValidationError) Cause

func (e WellKnownValidationError) Cause() error

Cause function returns cause value.

func (WellKnownValidationError) Error

func (e WellKnownValidationError) Error() string

Error satisfies the builtin error interface

func (WellKnownValidationError) ErrorName

func (e WellKnownValidationError) ErrorName() string

ErrorName returns error name.

func (WellKnownValidationError) Field

func (e WellKnownValidationError) Field() string

Field function returns field value.

func (WellKnownValidationError) Key

Key function returns key value.

func (WellKnownValidationError) Reason

func (e WellKnownValidationError) Reason() string

Reason function returns reason value.

type Write

type Write struct {

	// Operation to execute.
	//
	// Types that are assignable to Operation:
	//
	//	*Write_Update
	//	*Write_Delete
	//	*Write_Transform
	Operation isWrite_Operation `protobuf_oneof:"operation"`
	// UpdateMask is the fields to update in this write.
	//
	// This field can be set only when the operation is `update`.
	// If the mask is not set for an `update` and the document exists, any
	// existing data will be overwritten.
	// If the mask is set and the document on the server has fields not covered by
	// the mask, they are left unchanged.
	// Fields referenced in the mask, but not present in the input document, are
	// deleted from the document on the server.
	UpdateMask *DocumentMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// UpdateTransforms represents the transforms to perform after update.
	//
	// This field can be set only when the operation is `update`.
	UpdateTransforms []*DocumentTransform_FieldTransform `protobuf:"bytes,7,rep,name=update_transforms,json=updateTransforms,proto3" json:"update_transforms,omitempty"`
	// CurrentDocument is an optional precondition on the document.
	//
	// The write will fail if this is set and not met by the target document.
	CurrentDocument *Precondition `protobuf:"bytes,4,opt,name=current_document,json=currentDocument,proto3" json:"current_document,omitempty"`
	// contains filtered or unexported fields
}

Write is a single operation on a document.

func (*Write) Descriptor deprecated

func (*Write) Descriptor() ([]byte, []int)

Deprecated: Use Write.ProtoReflect.Descriptor instead.

func (*Write) GetCurrentDocument

func (x *Write) GetCurrentDocument() *Precondition

func (*Write) GetDelete

func (x *Write) GetDelete() string

func (*Write) GetOperation

func (m *Write) GetOperation() isWrite_Operation

func (*Write) GetTransform

func (x *Write) GetTransform() *DocumentTransform

func (*Write) GetUpdate

func (x *Write) GetUpdate() *Document

func (*Write) GetUpdateMask

func (x *Write) GetUpdateMask() *DocumentMask

func (*Write) GetUpdateTransforms

func (x *Write) GetUpdateTransforms() []*DocumentTransform_FieldTransform

func (*Write) ProtoMessage

func (*Write) ProtoMessage()

func (*Write) ProtoReflect

func (x *Write) ProtoReflect() protoreflect.Message

func (*Write) Reset

func (x *Write) Reset()

func (*Write) String

func (x *Write) String() string

func (*Write) Validate

func (m *Write) Validate() error

Validate checks the field values on Write 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 (*Write) ValidateAll

func (m *Write) ValidateAll() error

ValidateAll checks the field values on Write 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 WriteMultiError, or nil if none found.

type WriteMultiError

type WriteMultiError []error

WriteMultiError is an error wrapping multiple validation errors returned by Write.ValidateAll() if the designated constraints aren't met.

func (WriteMultiError) AllErrors

func (m WriteMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WriteMultiError) Error

func (m WriteMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WriteResult

type WriteResult struct {

	// UpdateTime is the last update time of the document after applying the write.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// contains filtered or unexported fields
}

WriteResult represents the result of applying a write.

func (*WriteResult) Descriptor deprecated

func (*WriteResult) Descriptor() ([]byte, []int)

Deprecated: Use WriteResult.ProtoReflect.Descriptor instead.

func (*WriteResult) GetUpdateTime

func (x *WriteResult) GetUpdateTime() *timestamppb.Timestamp

func (*WriteResult) ProtoMessage

func (*WriteResult) ProtoMessage()

func (*WriteResult) ProtoReflect

func (x *WriteResult) ProtoReflect() protoreflect.Message

func (*WriteResult) Reset

func (x *WriteResult) Reset()

func (*WriteResult) String

func (x *WriteResult) String() string

func (*WriteResult) Validate

func (m *WriteResult) Validate() error

Validate checks the field values on WriteResult 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 (*WriteResult) ValidateAll

func (m *WriteResult) ValidateAll() error

ValidateAll checks the field values on WriteResult 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 WriteResultMultiError, or nil if none found.

type WriteResultMultiError

type WriteResultMultiError []error

WriteResultMultiError is an error wrapping multiple validation errors returned by WriteResult.ValidateAll() if the designated constraints aren't met.

func (WriteResultMultiError) AllErrors

func (m WriteResultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WriteResultMultiError) Error

func (m WriteResultMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WriteResultValidationError

type WriteResultValidationError struct {
	// contains filtered or unexported fields
}

WriteResultValidationError is the validation error returned by WriteResult.Validate if the designated constraints aren't met.

func (WriteResultValidationError) Cause

Cause function returns cause value.

func (WriteResultValidationError) Error

Error satisfies the builtin error interface

func (WriteResultValidationError) ErrorName

func (e WriteResultValidationError) ErrorName() string

ErrorName returns error name.

func (WriteResultValidationError) Field

Field function returns field value.

func (WriteResultValidationError) Key

Key function returns key value.

func (WriteResultValidationError) Reason

Reason function returns reason value.

type WriteValidationError

type WriteValidationError struct {
	// contains filtered or unexported fields
}

WriteValidationError is the validation error returned by Write.Validate if the designated constraints aren't met.

func (WriteValidationError) Cause

func (e WriteValidationError) Cause() error

Cause function returns cause value.

func (WriteValidationError) Error

func (e WriteValidationError) Error() string

Error satisfies the builtin error interface

func (WriteValidationError) ErrorName

func (e WriteValidationError) ErrorName() string

ErrorName returns error name.

func (WriteValidationError) Field

func (e WriteValidationError) Field() string

Field function returns field value.

func (WriteValidationError) Key

func (e WriteValidationError) Key() bool

Key function returns key value.

func (WriteValidationError) Reason

func (e WriteValidationError) Reason() string

Reason function returns reason value.

type Write_Delete

type Write_Delete struct {
	// Delete is a document name to delete.
	//
	// Format: `databases/{application_id}/documents/{document_path}`.
	Delete string `protobuf:"bytes,2,opt,name=delete,proto3,oneof"`
}

type Write_Transform

type Write_Transform struct {
	// Transform represent a transformation to a document.
	Transform *DocumentTransform `protobuf:"bytes,6,opt,name=transform,proto3,oneof"`
}

type Write_Update

type Write_Update struct {
	// Document to write.
	Update *Document `protobuf:"bytes,1,opt,name=update,proto3,oneof"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL