identityv1beta2

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: 1

Documentation

Overview

Package identityv1beta2 is generated from proto package.

Index

Constants

View Source
const (
	IdentityManagementAPI_TokenIntrospect_FullMethodName                      = "/indykite.identity.v1beta2.IdentityManagementAPI/TokenIntrospect"
	IdentityManagementAPI_StartForgottenPasswordFlow_FullMethodName           = "/indykite.identity.v1beta2.IdentityManagementAPI/StartForgottenPasswordFlow"
	IdentityManagementAPI_ChangePassword_FullMethodName                       = "/indykite.identity.v1beta2.IdentityManagementAPI/ChangePassword"
	IdentityManagementAPI_StartDigitalTwinEmailVerification_FullMethodName    = "/indykite.identity.v1beta2.IdentityManagementAPI/StartDigitalTwinEmailVerification"
	IdentityManagementAPI_VerifyDigitalTwinEmail_FullMethodName               = "/indykite.identity.v1beta2.IdentityManagementAPI/VerifyDigitalTwinEmail"
	IdentityManagementAPI_SelfServiceTerminateSession_FullMethodName          = "/indykite.identity.v1beta2.IdentityManagementAPI/SelfServiceTerminateSession"
	IdentityManagementAPI_ImportDigitalTwins_FullMethodName                   = "/indykite.identity.v1beta2.IdentityManagementAPI/ImportDigitalTwins"
	IdentityManagementAPI_GetDigitalTwin_FullMethodName                       = "/indykite.identity.v1beta2.IdentityManagementAPI/GetDigitalTwin"
	IdentityManagementAPI_ListDigitalTwins_FullMethodName                     = "/indykite.identity.v1beta2.IdentityManagementAPI/ListDigitalTwins"
	IdentityManagementAPI_RegisterDigitalTwinWithoutCredential_FullMethodName = "/indykite.identity.v1beta2.IdentityManagementAPI/RegisterDigitalTwinWithoutCredential"
	IdentityManagementAPI_PatchDigitalTwin_FullMethodName                     = "/indykite.identity.v1beta2.IdentityManagementAPI/PatchDigitalTwin"
	IdentityManagementAPI_DeleteDigitalTwin_FullMethodName                    = "/indykite.identity.v1beta2.IdentityManagementAPI/DeleteDigitalTwin"
	IdentityManagementAPI_CheckOAuth2ConsentChallenge_FullMethodName          = "/indykite.identity.v1beta2.IdentityManagementAPI/CheckOAuth2ConsentChallenge"
	IdentityManagementAPI_CreateOAuth2ConsentVerifier_FullMethodName          = "/indykite.identity.v1beta2.IdentityManagementAPI/CreateOAuth2ConsentVerifier"
	IdentityManagementAPI_CreateInvitation_FullMethodName                     = "/indykite.identity.v1beta2.IdentityManagementAPI/CreateInvitation"
	IdentityManagementAPI_CheckInvitationState_FullMethodName                 = "/indykite.identity.v1beta2.IdentityManagementAPI/CheckInvitationState"
	IdentityManagementAPI_ResendInvitation_FullMethodName                     = "/indykite.identity.v1beta2.IdentityManagementAPI/ResendInvitation"
	IdentityManagementAPI_CancelInvitation_FullMethodName                     = "/indykite.identity.v1beta2.IdentityManagementAPI/CancelInvitation"
	IdentityManagementAPI_EnrichToken_FullMethodName                          = "/indykite.identity.v1beta2.IdentityManagementAPI/EnrichToken"
	IdentityManagementAPI_CreateConsent_FullMethodName                        = "/indykite.identity.v1beta2.IdentityManagementAPI/CreateConsent"
	IdentityManagementAPI_ListConsents_FullMethodName                         = "/indykite.identity.v1beta2.IdentityManagementAPI/ListConsents"
	IdentityManagementAPI_RevokeConsent_FullMethodName                        = "/indykite.identity.v1beta2.IdentityManagementAPI/RevokeConsent"
	IdentityManagementAPI_GetPasswordCredential_FullMethodName                = "/indykite.identity.v1beta2.IdentityManagementAPI/GetPasswordCredential"
	IdentityManagementAPI_UpdatePasswordCredential_FullMethodName             = "/indykite.identity.v1beta2.IdentityManagementAPI/UpdatePasswordCredential"
	IdentityManagementAPI_GetAccessToken_FullMethodName                       = "/indykite.identity.v1beta2.IdentityManagementAPI/GetAccessToken"
	IdentityManagementAPI_SessionIntrospect_FullMethodName                    = "/indykite.identity.v1beta2.IdentityManagementAPI/SessionIntrospect"
	IdentityManagementAPI_CreateCustomLoginToken_FullMethodName               = "/indykite.identity.v1beta2.IdentityManagementAPI/CreateCustomLoginToken"
)

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",
		6: "INVITATION_STATE_PROCESSING",
	}
	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,
		"INVITATION_STATE_PROCESSING": 6,
	}
)

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",
		6: "PROVIDER_TYPE_CUSTOM",
	}
	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,
		"PROVIDER_TYPE_CUSTOM":   6,
	}
)

Enum value maps for ProviderType.

View Source
var File_indykite_identity_v1beta2_attributes_proto protoreflect.FileDescriptor
View Source
var File_indykite_identity_v1beta2_authenteq_proto protoreflect.FileDescriptor
View Source
var File_indykite_identity_v1beta2_consent_proto protoreflect.FileDescriptor
View Source
var File_indykite_identity_v1beta2_document_proto protoreflect.FileDescriptor
View Source
var File_indykite_identity_v1beta2_identity_management_api_proto protoreflect.FileDescriptor
View Source
var File_indykite_identity_v1beta2_import_proto protoreflect.FileDescriptor
View Source
var File_indykite_identity_v1beta2_model_proto protoreflect.FileDescriptor
View Source
var File_indykite_identity_v1beta2_readid_proto protoreflect.FileDescriptor
View Source
var IdentityManagementAPI_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "indykite.identity.v1beta2.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: "CheckOAuth2ConsentChallenge",
			Handler:    _IdentityManagementAPI_CheckOAuth2ConsentChallenge_Handler,
		},
		{
			MethodName: "CreateOAuth2ConsentVerifier",
			Handler:    _IdentityManagementAPI_CreateOAuth2ConsentVerifier_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: "EnrichToken",
			Handler:    _IdentityManagementAPI_EnrichToken_Handler,
		},
		{
			MethodName: "CreateConsent",
			Handler:    _IdentityManagementAPI_CreateConsent_Handler,
		},
		{
			MethodName: "RevokeConsent",
			Handler:    _IdentityManagementAPI_RevokeConsent_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: "CreateCustomLoginToken",
			Handler:    _IdentityManagementAPI_CreateCustomLoginToken_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "ListConsents",
			Handler:       _IdentityManagementAPI_ListConsents_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "indykite/identity/v1beta2/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 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 is the new password value to set. It must comply with the password policy set for the target.
	Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	// IgnorePolicy allows to bypass the target policy. The length constrains will be applied regardless.
	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 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 CheckOAuth2ConsentChallengeRequest

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

func (*CheckOAuth2ConsentChallengeRequest) Descriptor deprecated

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

Deprecated: Use CheckOAuth2ConsentChallengeRequest.ProtoReflect.Descriptor instead.

func (*CheckOAuth2ConsentChallengeRequest) GetChallenge

func (x *CheckOAuth2ConsentChallengeRequest) GetChallenge() string

func (*CheckOAuth2ConsentChallengeRequest) ProtoMessage

func (*CheckOAuth2ConsentChallengeRequest) ProtoMessage()

func (*CheckOAuth2ConsentChallengeRequest) ProtoReflect

func (*CheckOAuth2ConsentChallengeRequest) Reset

func (*CheckOAuth2ConsentChallengeRequest) String

func (*CheckOAuth2ConsentChallengeRequest) Validate

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

func (m *CheckOAuth2ConsentChallengeRequest) ValidateAll() error

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

type CheckOAuth2ConsentChallengeRequestMultiError

type CheckOAuth2ConsentChallengeRequestMultiError []error

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

func (CheckOAuth2ConsentChallengeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CheckOAuth2ConsentChallengeRequestMultiError) Error

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

type CheckOAuth2ConsentChallengeRequestValidationError

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

CheckOAuth2ConsentChallengeRequestValidationError is the validation error returned by CheckOAuth2ConsentChallengeRequest.Validate if the designated constraints aren't met.

func (CheckOAuth2ConsentChallengeRequestValidationError) Cause

Cause function returns cause value.

func (CheckOAuth2ConsentChallengeRequestValidationError) Error

Error satisfies the builtin error interface

func (CheckOAuth2ConsentChallengeRequestValidationError) ErrorName

ErrorName returns error name.

func (CheckOAuth2ConsentChallengeRequestValidationError) Field

Field function returns field value.

func (CheckOAuth2ConsentChallengeRequestValidationError) Key

Key function returns key value.

func (CheckOAuth2ConsentChallengeRequestValidationError) Reason

Reason function returns reason value.

type CheckOAuth2ConsentChallengeResponse

type CheckOAuth2ConsentChallengeResponse struct {
	ClientId   string          `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	AppSpaceId string          `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 (*CheckOAuth2ConsentChallengeResponse) Descriptor deprecated

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

Deprecated: Use CheckOAuth2ConsentChallengeResponse.ProtoReflect.Descriptor instead.

func (*CheckOAuth2ConsentChallengeResponse) GetAcrs

func (*CheckOAuth2ConsentChallengeResponse) GetAppSpaceId

func (x *CheckOAuth2ConsentChallengeResponse) GetAppSpaceId() string

func (*CheckOAuth2ConsentChallengeResponse) GetAudiences

func (*CheckOAuth2ConsentChallengeResponse) GetAuthenticatedAt

func (*CheckOAuth2ConsentChallengeResponse) GetClientId

func (*CheckOAuth2ConsentChallengeResponse) GetContext

func (*CheckOAuth2ConsentChallengeResponse) GetDigitalTwin

func (x *CheckOAuth2ConsentChallengeResponse) GetDigitalTwin() *DigitalTwin

func (*CheckOAuth2ConsentChallengeResponse) GetRequestUrl

func (x *CheckOAuth2ConsentChallengeResponse) GetRequestUrl() string

func (*CheckOAuth2ConsentChallengeResponse) GetRequestedAt

func (*CheckOAuth2ConsentChallengeResponse) GetScopes

func (*CheckOAuth2ConsentChallengeResponse) GetSkip

func (*CheckOAuth2ConsentChallengeResponse) GetSubjectIdentifier

func (x *CheckOAuth2ConsentChallengeResponse) GetSubjectIdentifier() string

func (*CheckOAuth2ConsentChallengeResponse) ProtoMessage

func (*CheckOAuth2ConsentChallengeResponse) ProtoMessage()

func (*CheckOAuth2ConsentChallengeResponse) ProtoReflect

func (*CheckOAuth2ConsentChallengeResponse) Reset

func (*CheckOAuth2ConsentChallengeResponse) String

func (*CheckOAuth2ConsentChallengeResponse) Validate

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

func (m *CheckOAuth2ConsentChallengeResponse) ValidateAll() error

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

type CheckOAuth2ConsentChallengeResponseMultiError

type CheckOAuth2ConsentChallengeResponseMultiError []error

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

func (CheckOAuth2ConsentChallengeResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CheckOAuth2ConsentChallengeResponseMultiError) Error

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

type CheckOAuth2ConsentChallengeResponseValidationError

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

CheckOAuth2ConsentChallengeResponseValidationError is the validation error returned by CheckOAuth2ConsentChallengeResponse.Validate if the designated constraints aren't met.

func (CheckOAuth2ConsentChallengeResponseValidationError) Cause

Cause function returns cause value.

func (CheckOAuth2ConsentChallengeResponseValidationError) Error

Error satisfies the builtin error interface

func (CheckOAuth2ConsentChallengeResponseValidationError) ErrorName

ErrorName returns error name.

func (CheckOAuth2ConsentChallengeResponseValidationError) Field

Field function returns field value.

func (CheckOAuth2ConsentChallengeResponseValidationError) Key

Key function returns key value.

func (CheckOAuth2ConsentChallengeResponseValidationError) 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 ConsentReceipt

type ConsentReceipt struct {
	PiiPrincipalId string                 `protobuf:"bytes,1,opt,name=pii_principal_id,json=piiPrincipalId,proto3" json:"pii_principal_id,omitempty"`
	PiiProcessor   *PiiProcessor          `protobuf:"bytes,2,opt,name=pii_processor,json=piiProcessor,proto3" json:"pii_processor,omitempty"`
	Items          []*ConsentReceipt_Item `protobuf:"bytes,3,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsentReceipt) Descriptor deprecated

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

Deprecated: Use ConsentReceipt.ProtoReflect.Descriptor instead.

func (*ConsentReceipt) GetItems

func (x *ConsentReceipt) GetItems() []*ConsentReceipt_Item

func (*ConsentReceipt) GetPiiPrincipalId

func (x *ConsentReceipt) GetPiiPrincipalId() string

func (*ConsentReceipt) GetPiiProcessor

func (x *ConsentReceipt) GetPiiProcessor() *PiiProcessor

func (*ConsentReceipt) ProtoMessage

func (*ConsentReceipt) ProtoMessage()

func (*ConsentReceipt) ProtoReflect

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

func (*ConsentReceipt) Reset

func (x *ConsentReceipt) Reset()

func (*ConsentReceipt) String

func (x *ConsentReceipt) String() string

func (*ConsentReceipt) Validate

func (m *ConsentReceipt) Validate() error

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

func (m *ConsentReceipt) ValidateAll() error

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

type ConsentReceiptMultiError

type ConsentReceiptMultiError []error

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

func (ConsentReceiptMultiError) AllErrors

func (m ConsentReceiptMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConsentReceiptMultiError) Error

func (m ConsentReceiptMultiError) Error() string

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

type ConsentReceiptValidationError

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

ConsentReceiptValidationError is the validation error returned by ConsentReceipt.Validate if the designated constraints aren't met.

func (ConsentReceiptValidationError) Cause

Cause function returns cause value.

func (ConsentReceiptValidationError) Error

Error satisfies the builtin error interface

func (ConsentReceiptValidationError) ErrorName

func (e ConsentReceiptValidationError) ErrorName() string

ErrorName returns error name.

func (ConsentReceiptValidationError) Field

Field function returns field value.

func (ConsentReceiptValidationError) Key

Key function returns key value.

func (ConsentReceiptValidationError) Reason

Reason function returns reason value.

type ConsentReceipt_Item

type ConsentReceipt_Item struct {
	ConsentId       string                 `protobuf:"bytes,1,opt,name=consent_id,json=consentId,proto3" json:"consent_id,omitempty"`
	PiiController   *PiiController         `protobuf:"bytes,2,opt,name=pii_controller,json=piiController,proto3" json:"pii_controller,omitempty"`
	ConsentedAtTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=consented_at_time,json=consentedAtTime,proto3" json:"consented_at_time,omitempty"`
	Properties      []string               `protobuf:"bytes,4,rep,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsentReceipt_Item) Descriptor deprecated

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

Deprecated: Use ConsentReceipt_Item.ProtoReflect.Descriptor instead.

func (*ConsentReceipt_Item) GetConsentId

func (x *ConsentReceipt_Item) GetConsentId() string

func (*ConsentReceipt_Item) GetConsentedAtTime

func (x *ConsentReceipt_Item) GetConsentedAtTime() *timestamppb.Timestamp

func (*ConsentReceipt_Item) GetPiiController

func (x *ConsentReceipt_Item) GetPiiController() *PiiController

func (*ConsentReceipt_Item) GetProperties

func (x *ConsentReceipt_Item) GetProperties() []string

func (*ConsentReceipt_Item) ProtoMessage

func (*ConsentReceipt_Item) ProtoMessage()

func (*ConsentReceipt_Item) ProtoReflect

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

func (*ConsentReceipt_Item) Reset

func (x *ConsentReceipt_Item) Reset()

func (*ConsentReceipt_Item) String

func (x *ConsentReceipt_Item) String() string

func (*ConsentReceipt_Item) Validate

func (m *ConsentReceipt_Item) Validate() error

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

func (m *ConsentReceipt_Item) ValidateAll() error

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

type ConsentReceipt_ItemMultiError

type ConsentReceipt_ItemMultiError []error

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

func (ConsentReceipt_ItemMultiError) AllErrors

func (m ConsentReceipt_ItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConsentReceipt_ItemMultiError) Error

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

type ConsentReceipt_ItemValidationError

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

ConsentReceipt_ItemValidationError is the validation error returned by ConsentReceipt_Item.Validate if the designated constraints aren't met.

func (ConsentReceipt_ItemValidationError) Cause

Cause function returns cause value.

func (ConsentReceipt_ItemValidationError) Error

Error satisfies the builtin error interface

func (ConsentReceipt_ItemValidationError) ErrorName

ErrorName returns error name.

func (ConsentReceipt_ItemValidationError) Field

Field function returns field value.

func (ConsentReceipt_ItemValidationError) Key

Key function returns key value.

func (ConsentReceipt_ItemValidationError) 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 CreateConsentRequest

type CreateConsentRequest struct {

	// PiiProcessorID is ID in GID format of an application to which we give consent to.
	PiiProcessorId string `protobuf:"bytes,1,opt,name=pii_processor_id,json=piiProcessorId,proto3" json:"pii_processor_id,omitempty"`
	// PiiPrincipalID is ID in GID format of a DigitalTwin that gave consent.
	PiiPrincipalId string `protobuf:"bytes,2,opt,name=pii_principal_id,json=piiPrincipalId,proto3" json:"pii_principal_id,omitempty"`
	// Properties is a list
	Properties []string `protobuf:"bytes,3,rep,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConsentRequest) Descriptor deprecated

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

Deprecated: Use CreateConsentRequest.ProtoReflect.Descriptor instead.

func (*CreateConsentRequest) GetPiiPrincipalId

func (x *CreateConsentRequest) GetPiiPrincipalId() string

func (*CreateConsentRequest) GetPiiProcessorId

func (x *CreateConsentRequest) GetPiiProcessorId() string

func (*CreateConsentRequest) GetProperties

func (x *CreateConsentRequest) GetProperties() []string

func (*CreateConsentRequest) ProtoMessage

func (*CreateConsentRequest) ProtoMessage()

func (*CreateConsentRequest) ProtoReflect

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

func (*CreateConsentRequest) Reset

func (x *CreateConsentRequest) Reset()

func (*CreateConsentRequest) String

func (x *CreateConsentRequest) String() string

func (*CreateConsentRequest) Validate

func (m *CreateConsentRequest) Validate() error

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

func (m *CreateConsentRequest) ValidateAll() error

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

type CreateConsentRequestMultiError

type CreateConsentRequestMultiError []error

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

func (CreateConsentRequestMultiError) AllErrors

func (m CreateConsentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateConsentRequestMultiError) Error

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

type CreateConsentRequestValidationError

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

CreateConsentRequestValidationError is the validation error returned by CreateConsentRequest.Validate if the designated constraints aren't met.

func (CreateConsentRequestValidationError) Cause

Cause function returns cause value.

func (CreateConsentRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateConsentRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateConsentRequestValidationError) Field

Field function returns field value.

func (CreateConsentRequestValidationError) Key

Key function returns key value.

func (CreateConsentRequestValidationError) Reason

Reason function returns reason value.

type CreateConsentResponse

type CreateConsentResponse struct {
	ConsentId string `protobuf:"bytes,1,opt,name=consent_id,json=consentId,proto3" json:"consent_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConsentResponse) Descriptor deprecated

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

Deprecated: Use CreateConsentResponse.ProtoReflect.Descriptor instead.

func (*CreateConsentResponse) GetConsentId

func (x *CreateConsentResponse) GetConsentId() string

func (*CreateConsentResponse) ProtoMessage

func (*CreateConsentResponse) ProtoMessage()

func (*CreateConsentResponse) ProtoReflect

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

func (*CreateConsentResponse) Reset

func (x *CreateConsentResponse) Reset()

func (*CreateConsentResponse) String

func (x *CreateConsentResponse) String() string

func (*CreateConsentResponse) Validate

func (m *CreateConsentResponse) Validate() error

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

func (m *CreateConsentResponse) ValidateAll() error

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

type CreateConsentResponseMultiError

type CreateConsentResponseMultiError []error

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

func (CreateConsentResponseMultiError) AllErrors

func (m CreateConsentResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateConsentResponseMultiError) Error

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

type CreateConsentResponseValidationError

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

CreateConsentResponseValidationError is the validation error returned by CreateConsentResponse.Validate if the designated constraints aren't met.

func (CreateConsentResponseValidationError) Cause

Cause function returns cause value.

func (CreateConsentResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateConsentResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateConsentResponseValidationError) Field

Field function returns field value.

func (CreateConsentResponseValidationError) Key

Key function returns key value.

func (CreateConsentResponseValidationError) Reason

Reason function returns reason value.

type CreateCustomLoginTokenRequest

type CreateCustomLoginTokenRequest struct {

	// The UID allows multiple ways to find the one DigitalTwin which was authenticated. If external application
	// hold the mapping between the DigitalTwin ID and the remote IDP id the `digital_twin` is the fastest way.
	// If the mapping is kept inside IndyKite the provider_user_info contains the IDP(provider_id) and the id(uid)
	// used inside the IDP. This is preferred way if in the future the plan is to use IndyKite as primary login server
	// and use the external IDP as OIDC/OAuth2 login. This gives the effortless migration if the `provider_id` is set
	// correctly. The system also allow to find DigitalTwin with unique property like username, email, mobile, etc.
	// (no password) or any other identity property.
	//
	// Types that are assignable to Uid:
	//
	//	*CreateCustomLoginTokenRequest_DigitalTwin
	//	*CreateCustomLoginTokenRequest_PropertyFilter
	//	*CreateCustomLoginTokenRequest_CredentialReference
	Uid isCreateCustomLoginTokenRequest_Uid `protobuf_oneof:"uid"`
	// Claims to be enriched in the session, will also be populated in the access token after a refresh.
	TokenClaims *structpb.Struct `protobuf:"bytes,4,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,5,opt,name=session_claims,json=sessionClaims,proto3" json:"session_claims,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCustomLoginTokenRequest) Descriptor deprecated

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

Deprecated: Use CreateCustomLoginTokenRequest.ProtoReflect.Descriptor instead.

func (*CreateCustomLoginTokenRequest) GetCredentialReference

func (x *CreateCustomLoginTokenRequest) GetCredentialReference() *CredentialReference

func (*CreateCustomLoginTokenRequest) GetDigitalTwin

func (x *CreateCustomLoginTokenRequest) GetDigitalTwin() *DigitalTwin

func (*CreateCustomLoginTokenRequest) GetPropertyFilter

func (x *CreateCustomLoginTokenRequest) GetPropertyFilter() *PropertyFilter

func (*CreateCustomLoginTokenRequest) GetSessionClaims

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

func (*CreateCustomLoginTokenRequest) GetTokenClaims

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

func (*CreateCustomLoginTokenRequest) GetUid

func (m *CreateCustomLoginTokenRequest) GetUid() isCreateCustomLoginTokenRequest_Uid

func (*CreateCustomLoginTokenRequest) ProtoMessage

func (*CreateCustomLoginTokenRequest) ProtoMessage()

func (*CreateCustomLoginTokenRequest) ProtoReflect

func (*CreateCustomLoginTokenRequest) Reset

func (x *CreateCustomLoginTokenRequest) Reset()

func (*CreateCustomLoginTokenRequest) String

func (*CreateCustomLoginTokenRequest) Validate

func (m *CreateCustomLoginTokenRequest) Validate() error

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

func (m *CreateCustomLoginTokenRequest) ValidateAll() error

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

type CreateCustomLoginTokenRequestMultiError

type CreateCustomLoginTokenRequestMultiError []error

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

func (CreateCustomLoginTokenRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateCustomLoginTokenRequestMultiError) Error

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

type CreateCustomLoginTokenRequestValidationError

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

CreateCustomLoginTokenRequestValidationError is the validation error returned by CreateCustomLoginTokenRequest.Validate if the designated constraints aren't met.

func (CreateCustomLoginTokenRequestValidationError) Cause

Cause function returns cause value.

func (CreateCustomLoginTokenRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateCustomLoginTokenRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateCustomLoginTokenRequestValidationError) Field

Field function returns field value.

func (CreateCustomLoginTokenRequestValidationError) Key

Key function returns key value.

func (CreateCustomLoginTokenRequestValidationError) Reason

Reason function returns reason value.

type CreateCustomLoginTokenRequest_CredentialReference

type CreateCustomLoginTokenRequest_CredentialReference struct {
	// CredentialReference to find subject by credential previously registered in the system.
	CredentialReference *CredentialReference `protobuf:"bytes,3,opt,name=credential_reference,json=credentialReference,proto3,oneof"`
}

type CreateCustomLoginTokenRequest_DigitalTwin

type CreateCustomLoginTokenRequest_DigitalTwin struct {
	// DigitalTwin identifies the subject unambiguously.
	DigitalTwin *DigitalTwin `protobuf:"bytes,1,opt,name=digital_twin,json=digitalTwin,proto3,oneof"`
}

type CreateCustomLoginTokenRequest_PropertyFilter

type CreateCustomLoginTokenRequest_PropertyFilter struct {
	// PropertyFilter to find subject by unique property value in the system.
	PropertyFilter *PropertyFilter `protobuf:"bytes,2,opt,name=property_filter,json=propertyFilter,proto3,oneof"`
}

type CreateCustomLoginTokenResponse

type CreateCustomLoginTokenResponse struct {

	// Token encapsulated the DigitalTwin ID and custom claims with the fact that custom authentication credential was
	// used to verify the identity of the DigitalTwin and the application ID.
	// This token can be exchanged to valid IndyKite access token and refresh token via the Authentication API when it
	// used with the right AuthFlow with the right application.
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// DigitalTwin the subject which gets associated with the token. If this and token is empty that
	// signals the specified uid in request didn't find any existing subject in the system.
	DigitalTwin *DigitalTwin `protobuf:"bytes,2,opt,name=digital_twin,json=digitalTwin,proto3" json:"digital_twin,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCustomLoginTokenResponse) Descriptor deprecated

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

Deprecated: Use CreateCustomLoginTokenResponse.ProtoReflect.Descriptor instead.

func (*CreateCustomLoginTokenResponse) GetDigitalTwin

func (x *CreateCustomLoginTokenResponse) GetDigitalTwin() *DigitalTwin

func (*CreateCustomLoginTokenResponse) GetToken

func (x *CreateCustomLoginTokenResponse) GetToken() string

func (*CreateCustomLoginTokenResponse) ProtoMessage

func (*CreateCustomLoginTokenResponse) ProtoMessage()

func (*CreateCustomLoginTokenResponse) ProtoReflect

func (*CreateCustomLoginTokenResponse) Reset

func (x *CreateCustomLoginTokenResponse) Reset()

func (*CreateCustomLoginTokenResponse) String

func (*CreateCustomLoginTokenResponse) Validate

func (m *CreateCustomLoginTokenResponse) Validate() error

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

func (m *CreateCustomLoginTokenResponse) ValidateAll() error

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

type CreateCustomLoginTokenResponseMultiError

type CreateCustomLoginTokenResponseMultiError []error

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

func (CreateCustomLoginTokenResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateCustomLoginTokenResponseMultiError) Error

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

type CreateCustomLoginTokenResponseValidationError

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

CreateCustomLoginTokenResponseValidationError is the validation error returned by CreateCustomLoginTokenResponse.Validate if the designated constraints aren't met.

func (CreateCustomLoginTokenResponseValidationError) Cause

Cause function returns cause value.

func (CreateCustomLoginTokenResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateCustomLoginTokenResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateCustomLoginTokenResponseValidationError) Field

Field function returns field value.

func (CreateCustomLoginTokenResponseValidationError) Key

Key function returns key value.

func (CreateCustomLoginTokenResponseValidationError) Reason

Reason function returns reason value.

type CreateInvitationRequest

type CreateInvitationRequest struct {

	// TenantId specify under which tenant the user is invited
	TenantId string `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() string

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 CreateOAuth2ConsentVerifierRequest

type CreateOAuth2ConsentVerifierRequest struct {
	ConsentChallenge string `protobuf:"bytes,1,opt,name=consent_challenge,json=consentChallenge,proto3" json:"consent_challenge,omitempty"`
	// Types that are assignable to Result:
	//
	//	*CreateOAuth2ConsentVerifierRequest_Approval
	//	*CreateOAuth2ConsentVerifierRequest_Denial
	Result isCreateOAuth2ConsentVerifierRequest_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*CreateOAuth2ConsentVerifierRequest) Descriptor deprecated

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

Deprecated: Use CreateOAuth2ConsentVerifierRequest.ProtoReflect.Descriptor instead.

func (*CreateOAuth2ConsentVerifierRequest) GetApproval

func (*CreateOAuth2ConsentVerifierRequest) GetConsentChallenge

func (x *CreateOAuth2ConsentVerifierRequest) GetConsentChallenge() string

func (*CreateOAuth2ConsentVerifierRequest) GetDenial

func (*CreateOAuth2ConsentVerifierRequest) GetResult

func (m *CreateOAuth2ConsentVerifierRequest) GetResult() isCreateOAuth2ConsentVerifierRequest_Result

func (*CreateOAuth2ConsentVerifierRequest) ProtoMessage

func (*CreateOAuth2ConsentVerifierRequest) ProtoMessage()

func (*CreateOAuth2ConsentVerifierRequest) ProtoReflect

func (*CreateOAuth2ConsentVerifierRequest) Reset

func (*CreateOAuth2ConsentVerifierRequest) String

func (*CreateOAuth2ConsentVerifierRequest) Validate

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

func (m *CreateOAuth2ConsentVerifierRequest) ValidateAll() error

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

type CreateOAuth2ConsentVerifierRequestMultiError

type CreateOAuth2ConsentVerifierRequestMultiError []error

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

func (CreateOAuth2ConsentVerifierRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOAuth2ConsentVerifierRequestMultiError) Error

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

type CreateOAuth2ConsentVerifierRequestValidationError

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

CreateOAuth2ConsentVerifierRequestValidationError is the validation error returned by CreateOAuth2ConsentVerifierRequest.Validate if the designated constraints aren't met.

func (CreateOAuth2ConsentVerifierRequestValidationError) Cause

Cause function returns cause value.

func (CreateOAuth2ConsentVerifierRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateOAuth2ConsentVerifierRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateOAuth2ConsentVerifierRequestValidationError) Field

Field function returns field value.

func (CreateOAuth2ConsentVerifierRequestValidationError) Key

Key function returns key value.

func (CreateOAuth2ConsentVerifierRequestValidationError) Reason

Reason function returns reason value.

type CreateOAuth2ConsentVerifierRequest_Approval

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

type CreateOAuth2ConsentVerifierRequest_Denial

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

type CreateOAuth2ConsentVerifierResponse

type CreateOAuth2ConsentVerifierResponse 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 (*CreateOAuth2ConsentVerifierResponse) Descriptor deprecated

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

Deprecated: Use CreateOAuth2ConsentVerifierResponse.ProtoReflect.Descriptor instead.

func (*CreateOAuth2ConsentVerifierResponse) GetAuthorizationEndpoint

func (x *CreateOAuth2ConsentVerifierResponse) GetAuthorizationEndpoint() string

func (*CreateOAuth2ConsentVerifierResponse) GetVerifier

func (*CreateOAuth2ConsentVerifierResponse) ProtoMessage

func (*CreateOAuth2ConsentVerifierResponse) ProtoMessage()

func (*CreateOAuth2ConsentVerifierResponse) ProtoReflect

func (*CreateOAuth2ConsentVerifierResponse) Reset

func (*CreateOAuth2ConsentVerifierResponse) String

func (*CreateOAuth2ConsentVerifierResponse) Validate

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

func (m *CreateOAuth2ConsentVerifierResponse) ValidateAll() error

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

type CreateOAuth2ConsentVerifierResponseMultiError

type CreateOAuth2ConsentVerifierResponseMultiError []error

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

func (CreateOAuth2ConsentVerifierResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOAuth2ConsentVerifierResponseMultiError) Error

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

type CreateOAuth2ConsentVerifierResponseValidationError

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

CreateOAuth2ConsentVerifierResponseValidationError is the validation error returned by CreateOAuth2ConsentVerifierResponse.Validate if the designated constraints aren't met.

func (CreateOAuth2ConsentVerifierResponseValidationError) Cause

Cause function returns cause value.

func (CreateOAuth2ConsentVerifierResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateOAuth2ConsentVerifierResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateOAuth2ConsentVerifierResponseValidationError) Field

Field function returns field value.

func (CreateOAuth2ConsentVerifierResponseValidationError) Key

Key function returns key value.

func (CreateOAuth2ConsentVerifierResponseValidationError) 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 CredentialReference

type CredentialReference struct {

	// ProviderId identifies the credential provider which the uid belongs to.
	//
	//	Example values could be:
	//	- password
	//	- webauthn
	//	- google.com and other supported OIDC/OAuth2 provider
	ProviderId string `protobuf:"bytes,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	// Uid is the unique identifier of subject in the external identity provider referenced by ProviderId.
	Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

CredentialReference is a composite unique identifier of a subject in a remote identity provider stored in credentials or internal credential provider stored as well.

func (*CredentialReference) Descriptor deprecated

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

Deprecated: Use CredentialReference.ProtoReflect.Descriptor instead.

func (*CredentialReference) GetProviderId

func (x *CredentialReference) GetProviderId() string

func (*CredentialReference) GetUid

func (x *CredentialReference) GetUid() string

func (*CredentialReference) ProtoMessage

func (*CredentialReference) ProtoMessage()

func (*CredentialReference) ProtoReflect

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

func (*CredentialReference) Reset

func (x *CredentialReference) Reset()

func (*CredentialReference) String

func (x *CredentialReference) String() string

func (*CredentialReference) Validate

func (m *CredentialReference) Validate() error

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

func (m *CredentialReference) ValidateAll() error

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

type CredentialReferenceMultiError

type CredentialReferenceMultiError []error

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

func (CredentialReferenceMultiError) AllErrors

func (m CredentialReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CredentialReferenceMultiError) Error

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

type CredentialReferenceValidationError

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

CredentialReferenceValidationError is the validation error returned by CredentialReference.Validate if the designated constraints aren't met.

func (CredentialReferenceValidationError) Cause

Cause function returns cause value.

func (CredentialReferenceValidationError) Error

Error satisfies the builtin error interface

func (CredentialReferenceValidationError) ErrorName

ErrorName returns error name.

func (CredentialReferenceValidationError) Field

Field function returns field value.

func (CredentialReferenceValidationError) Key

Key function returns key value.

func (CredentialReferenceValidationError) Reason

Reason function returns reason value.

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 string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// TenantId the unique identifier of the tenant of Credential.
	TenantId string           `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.v1beta2.DigitalTwinKind" json:"kind,omitempty"`
	State    DigitalTwinState `protobuf:"varint,4,opt,name=state,proto3,enum=indykite.identity.v1beta2.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() string

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() string

func (*DigitalTwin) ProtoMessage

func (*DigitalTwin) ProtoMessage()

func (*DigitalTwin) ProtoReflect

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

func (*DigitalTwin) Reset

func (x *DigitalTwin) Reset()

func (*DigitalTwin) String

func (x *DigitalTwin) String() string

func (*DigitalTwin) Validate

func (m *DigitalTwin) Validate() error

Validate checks the field values on DigitalTwin with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DigitalTwin) ValidateAll

func (m *DigitalTwin) ValidateAll() error

ValidateAll checks the field values on DigitalTwin with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DigitalTwinMultiError, or nil if none found.

type DigitalTwinIdentifier

type DigitalTwinIdentifier struct {

	// Types that are assignable to Filter:
	//
	//	*DigitalTwinIdentifier_DigitalTwin
	//	*DigitalTwinIdentifier_PropertyFilter
	//	*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) GetPropertyFilter

func (x *DigitalTwinIdentifier) GetPropertyFilter() *PropertyFilter

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_PropertyFilter

type DigitalTwinIdentifier_PropertyFilter struct {
	PropertyFilter *PropertyFilter `protobuf:"bytes,2,opt,name=property_filter,json=propertyFilter,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.v1beta2.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 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)
	// CheckOAuth2ConsentChallenge read the Consent Challenge from DB.
	CheckOAuth2ConsentChallenge(ctx context.Context, in *CheckOAuth2ConsentChallengeRequest, opts ...grpc.CallOption) (*CheckOAuth2ConsentChallengeResponse, error)
	// CreateOAuth2ConsentVerifier invalidates the Consent Challenge and creates a new Consent Verifier.
	CreateOAuth2ConsentVerifier(ctx context.Context, in *CreateOAuth2ConsentVerifierRequest, opts ...grpc.CallOption) (*CreateOAuth2ConsentVerifierResponse, 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)
	// 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)
	CreateConsent(ctx context.Context, in *CreateConsentRequest, opts ...grpc.CallOption) (*CreateConsentResponse, error)
	ListConsents(ctx context.Context, in *ListConsentsRequest, opts ...grpc.CallOption) (IdentityManagementAPI_ListConsentsClient, error)
	RevokeConsent(ctx context.Context, in *RevokeConsentRequest, opts ...grpc.CallOption) (*RevokeConsentResponse, 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)
	// CreateCustomLoginToken creates a signed custom authentication token with the specified user ID.
	//
	// The resulting JWT can be used in a IndyKite AuthN SDK to trigger an authentication flow. See
	// https://docs.indykite.com/sdk/authnn/create-custom-tokens#sign_in_using_custom_tokens_on_clients
	// for more details on how to use custom tokens for client authentication.
	CreateCustomLoginToken(ctx context.Context, in *CreateCustomLoginTokenRequest, opts ...grpc.CallOption) (*CreateCustomLoginTokenResponse, 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)
	// CheckOAuth2ConsentChallenge read the Consent Challenge from DB.
	CheckOAuth2ConsentChallenge(context.Context, *CheckOAuth2ConsentChallengeRequest) (*CheckOAuth2ConsentChallengeResponse, error)
	// CreateOAuth2ConsentVerifier invalidates the Consent Challenge and creates a new Consent Verifier.
	CreateOAuth2ConsentVerifier(context.Context, *CreateOAuth2ConsentVerifierRequest) (*CreateOAuth2ConsentVerifierResponse, 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)
	// EnrichToken allows a session and an access token to be enriched with additional data
	EnrichToken(context.Context, *EnrichTokenRequest) (*EnrichTokenResponse, error)
	CreateConsent(context.Context, *CreateConsentRequest) (*CreateConsentResponse, error)
	ListConsents(*ListConsentsRequest, IdentityManagementAPI_ListConsentsServer) error
	RevokeConsent(context.Context, *RevokeConsentRequest) (*RevokeConsentResponse, 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)
	// CreateCustomLoginToken creates a signed custom authentication token with the specified user ID.
	//
	// The resulting JWT can be used in a IndyKite AuthN SDK to trigger an authentication flow. See
	// https://docs.indykite.com/sdk/authnn/create-custom-tokens#sign_in_using_custom_tokens_on_clients
	// for more details on how to use custom tokens for client authentication.
	CreateCustomLoginToken(context.Context, *CreateCustomLoginTokenRequest) (*CreateCustomLoginTokenResponse, error)
}

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

type IdentityManagementAPI_ListConsentsClient

type IdentityManagementAPI_ListConsentsClient interface {
	Recv() (*ListConsentsResponse, error)
	grpc.ClientStream
}

type IdentityManagementAPI_ListConsentsServer

type IdentityManagementAPI_ListConsentsServer interface {
	Send(*ListConsentsResponse) error
	grpc.ServerStream
}

type IdentityTokenInfo

type IdentityTokenInfo struct {

	// UUID of the top level Customer.
	CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// UUID of Application Space in Customer.
	AppSpaceId string `protobuf:"bytes,2,opt,name=app_space_id,json=appSpaceId,proto3" json:"app_space_id,omitempty"`
	// UUID of Application in Application Space.
	ApplicationId string `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() string

func (*IdentityTokenInfo) GetApplicationId

func (x *IdentityTokenInfo) GetApplicationId() string

func (*IdentityTokenInfo) GetAuthenticationTime

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

func (*IdentityTokenInfo) GetCustomerId

func (x *IdentityTokenInfo) GetCustomerId() string

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 string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// TenantId the unique identifier of the tenant of DigitalTwin.
	TenantId string           `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.v1beta2.DigitalTwinKind" json:"kind,omitempty"`
	State    DigitalTwinState `protobuf:"varint,4,opt,name=state,proto3,enum=indykite.identity.v1beta2.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() string

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() string

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 string `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.v1beta2.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() string

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
	// InFuture indicates the invitation process is started and waiting to send the invitation notification.
	InvitationState_INVITATION_STATE_IN_FUTURE InvitationState = 1
	// Pending indiactes the the invitation notification was sent and
	// the process is waiting the invitee to accept the invitation
	InvitationState_INVITATION_STATE_PENDING InvitationState = 2
	// Accepted indicates the invitation process has been accepted and completed.
	InvitationState_INVITATION_STATE_ACCEPTED InvitationState = 3
	// Expired indicates the invitation process deadline has been excidded and the process has been terminated.
	InvitationState_INVITATION_STATE_EXPIRED InvitationState = 4
	// Cancelled indicates the process has been cancelled and terminated.
	InvitationState_INVITATION_STATE_CANCELLED InvitationState = 5
	// Processing indicates the invitation process is starting at the moment.
	InvitationState_INVITATION_STATE_PROCESSING InvitationState = 6
)

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 ListConsentsRequest

type ListConsentsRequest struct {

	// PiiPrincipalID is ID in GID format of a DigitalTwin that gave consent.
	PiiPrincipalId string `protobuf:"bytes,1,opt,name=pii_principal_id,json=piiPrincipalId,proto3" json:"pii_principal_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConsentsRequest) Descriptor deprecated

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

Deprecated: Use ListConsentsRequest.ProtoReflect.Descriptor instead.

func (*ListConsentsRequest) GetPiiPrincipalId

func (x *ListConsentsRequest) GetPiiPrincipalId() string

func (*ListConsentsRequest) ProtoMessage

func (*ListConsentsRequest) ProtoMessage()

func (*ListConsentsRequest) ProtoReflect

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

func (*ListConsentsRequest) Reset

func (x *ListConsentsRequest) Reset()

func (*ListConsentsRequest) String

func (x *ListConsentsRequest) String() string

func (*ListConsentsRequest) Validate

func (m *ListConsentsRequest) Validate() error

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

func (m *ListConsentsRequest) ValidateAll() error

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

type ListConsentsRequestMultiError

type ListConsentsRequestMultiError []error

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

func (ListConsentsRequestMultiError) AllErrors

func (m ListConsentsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListConsentsRequestMultiError) Error

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

type ListConsentsRequestValidationError

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

ListConsentsRequestValidationError is the validation error returned by ListConsentsRequest.Validate if the designated constraints aren't met.

func (ListConsentsRequestValidationError) Cause

Cause function returns cause value.

func (ListConsentsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListConsentsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListConsentsRequestValidationError) Field

Field function returns field value.

func (ListConsentsRequestValidationError) Key

Key function returns key value.

func (ListConsentsRequestValidationError) Reason

Reason function returns reason value.

type ListConsentsResponse

type ListConsentsResponse struct {
	ConsentReceipt *ConsentReceipt `protobuf:"bytes,1,opt,name=consent_receipt,json=consentReceipt,proto3" json:"consent_receipt,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConsentsResponse) Descriptor deprecated

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

Deprecated: Use ListConsentsResponse.ProtoReflect.Descriptor instead.

func (*ListConsentsResponse) GetConsentReceipt

func (x *ListConsentsResponse) GetConsentReceipt() *ConsentReceipt

func (*ListConsentsResponse) ProtoMessage

func (*ListConsentsResponse) ProtoMessage()

func (*ListConsentsResponse) ProtoReflect

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

func (*ListConsentsResponse) Reset

func (x *ListConsentsResponse) Reset()

func (*ListConsentsResponse) String

func (x *ListConsentsResponse) String() string

func (*ListConsentsResponse) Validate

func (m *ListConsentsResponse) Validate() error

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

func (m *ListConsentsResponse) ValidateAll() error

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

type ListConsentsResponseMultiError

type ListConsentsResponseMultiError []error

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

func (ListConsentsResponseMultiError) AllErrors

func (m ListConsentsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListConsentsResponseMultiError) Error

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

type ListConsentsResponseValidationError

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

ListConsentsResponseValidationError is the validation error returned by ListConsentsResponse.Validate if the designated constraints aren't met.

func (ListConsentsResponseValidationError) Cause

Cause function returns cause value.

func (ListConsentsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListConsentsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListConsentsResponseValidationError) Field

Field function returns field value.

func (ListConsentsResponseValidationError) Key

Key function returns key value.

func (ListConsentsResponseValidationError) Reason

Reason function returns reason value.

type ListDigitalTwinsRequest

type ListDigitalTwinsRequest struct {
	TenantId string `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() string

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 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 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 PiiController

type PiiController struct {
	PiiControllerId string `protobuf:"bytes,1,opt,name=pii_controller_id,json=piiControllerId,proto3" json:"pii_controller_id,omitempty"`
	DisplayName     string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*PiiController) Descriptor deprecated

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

Deprecated: Use PiiController.ProtoReflect.Descriptor instead.

func (*PiiController) GetDisplayName

func (x *PiiController) GetDisplayName() string

func (*PiiController) GetPiiControllerId

func (x *PiiController) GetPiiControllerId() string

func (*PiiController) ProtoMessage

func (*PiiController) ProtoMessage()

func (*PiiController) ProtoReflect

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

func (*PiiController) Reset

func (x *PiiController) Reset()

func (*PiiController) String

func (x *PiiController) String() string

func (*PiiController) Validate

func (m *PiiController) Validate() error

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

func (m *PiiController) ValidateAll() error

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

type PiiControllerMultiError

type PiiControllerMultiError []error

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

func (PiiControllerMultiError) AllErrors

func (m PiiControllerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PiiControllerMultiError) Error

func (m PiiControllerMultiError) Error() string

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

type PiiControllerValidationError

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

PiiControllerValidationError is the validation error returned by PiiController.Validate if the designated constraints aren't met.

func (PiiControllerValidationError) Cause

Cause function returns cause value.

func (PiiControllerValidationError) Error

Error satisfies the builtin error interface

func (PiiControllerValidationError) ErrorName

func (e PiiControllerValidationError) ErrorName() string

ErrorName returns error name.

func (PiiControllerValidationError) Field

Field function returns field value.

func (PiiControllerValidationError) Key

Key function returns key value.

func (PiiControllerValidationError) Reason

Reason function returns reason value.

type PiiProcessor

type PiiProcessor struct {
	PiiProcessorId          string   `protobuf:"bytes,1,opt,name=pii_processor_id,json=piiProcessorId,proto3" json:"pii_processor_id,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"`
	Owner                   string   `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"`
	PolicyUri               string   `protobuf:"bytes,5,opt,name=policy_uri,json=policyUri,proto3" json:"policy_uri,omitempty"`
	TermsOfServiceUri       string   `protobuf:"bytes,6,opt,name=terms_of_service_uri,json=termsOfServiceUri,proto3" json:"terms_of_service_uri,omitempty"`
	ClientUri               string   `protobuf:"bytes,7,opt,name=client_uri,json=clientUri,proto3" json:"client_uri,omitempty"`
	LogoUri                 string   `protobuf:"bytes,8,opt,name=logo_uri,json=logoUri,proto3" json:"logo_uri,omitempty"`
	UserSupportEmailAddress string   `` /* 134-byte string literal not displayed */
	AdditionalContacts      []string `protobuf:"bytes,10,rep,name=additional_contacts,json=additionalContacts,proto3" json:"additional_contacts,omitempty"`
	// contains filtered or unexported fields
}

func (*PiiProcessor) Descriptor deprecated

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

Deprecated: Use PiiProcessor.ProtoReflect.Descriptor instead.

func (*PiiProcessor) GetAdditionalContacts

func (x *PiiProcessor) GetAdditionalContacts() []string

func (*PiiProcessor) GetClientUri

func (x *PiiProcessor) GetClientUri() string

func (*PiiProcessor) GetDescription

func (x *PiiProcessor) GetDescription() string

func (*PiiProcessor) GetDisplayName

func (x *PiiProcessor) GetDisplayName() string

func (*PiiProcessor) GetLogoUri

func (x *PiiProcessor) GetLogoUri() string

func (*PiiProcessor) GetOwner

func (x *PiiProcessor) GetOwner() string

func (*PiiProcessor) GetPiiProcessorId

func (x *PiiProcessor) GetPiiProcessorId() string

func (*PiiProcessor) GetPolicyUri

func (x *PiiProcessor) GetPolicyUri() string

func (*PiiProcessor) GetTermsOfServiceUri

func (x *PiiProcessor) GetTermsOfServiceUri() string

func (*PiiProcessor) GetUserSupportEmailAddress

func (x *PiiProcessor) GetUserSupportEmailAddress() string

func (*PiiProcessor) ProtoMessage

func (*PiiProcessor) ProtoMessage()

func (*PiiProcessor) ProtoReflect

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

func (*PiiProcessor) Reset

func (x *PiiProcessor) Reset()

func (*PiiProcessor) String

func (x *PiiProcessor) String() string

func (*PiiProcessor) Validate

func (m *PiiProcessor) Validate() error

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

func (m *PiiProcessor) ValidateAll() error

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

type PiiProcessorMultiError

type PiiProcessorMultiError []error

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

func (PiiProcessorMultiError) AllErrors

func (m PiiProcessorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PiiProcessorMultiError) Error

func (m PiiProcessorMultiError) Error() string

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

type PiiProcessorValidationError

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

PiiProcessorValidationError is the validation error returned by PiiProcessor.Validate if the designated constraints aren't met.

func (PiiProcessorValidationError) Cause

Cause function returns cause value.

func (PiiProcessorValidationError) Error

Error satisfies the builtin error interface

func (PiiProcessorValidationError) ErrorName

func (e PiiProcessorValidationError) ErrorName() string

ErrorName returns error name.

func (PiiProcessorValidationError) Field

Field function returns field value.

func (PiiProcessorValidationError) Key

Key function returns key value.

func (PiiProcessorValidationError) 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() (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() 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 PropertyFilter

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

func (*PropertyFilter) Descriptor deprecated

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

Deprecated: Use PropertyFilter.ProtoReflect.Descriptor instead.

func (*PropertyFilter) GetTenantId

func (x *PropertyFilter) GetTenantId() string

func (*PropertyFilter) GetType

func (x *PropertyFilter) GetType() string

func (*PropertyFilter) GetValue

func (x *PropertyFilter) GetValue() *v1beta1.Value

func (*PropertyFilter) ProtoMessage

func (*PropertyFilter) ProtoMessage()

func (*PropertyFilter) ProtoReflect

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

func (*PropertyFilter) Reset

func (x *PropertyFilter) Reset()

func (*PropertyFilter) String

func (x *PropertyFilter) String() string

func (*PropertyFilter) Validate

func (m *PropertyFilter) Validate() error

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

func (m *PropertyFilter) ValidateAll() error

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

type PropertyFilterMultiError

type PropertyFilterMultiError []error

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

func (PropertyFilterMultiError) AllErrors

func (m PropertyFilterMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PropertyFilterMultiError) Error

func (m PropertyFilterMultiError) Error() string

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

type PropertyFilterValidationError

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

PropertyFilterValidationError is the validation error returned by PropertyFilter.Validate if the designated constraints aren't met.

func (PropertyFilterValidationError) Cause

Cause function returns cause value.

func (PropertyFilterValidationError) Error

Error satisfies the builtin error interface

func (PropertyFilterValidationError) ErrorName

func (e PropertyFilterValidationError) ErrorName() string

ErrorName returns error name.

func (PropertyFilterValidationError) Field

Field function returns field value.

func (PropertyFilterValidationError) Key

Key function returns key value.

func (PropertyFilterValidationError) 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.v1beta2.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", "app:gid:AAAABNqmZWzfR0gRrCrNLeqcQqM"]
	//
	// [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
}

ProviderInfo contains information about credential which can be used to verify identity of DigitalTwin during authentication flow.

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 (
	// Invalid must never set.
	ProviderType_PROVIDER_TYPE_INVALID ProviderType = 0
	// Password means the subject provided username/password from client during the authentication flow.
	ProviderType_PROVIDER_TYPE_PASSWORD ProviderType = 1
	// OIDC means the subject proofed its identity via external OIDC/OAuth2
	// federated authentication during the authentication flow.
	ProviderType_PROVIDER_TYPE_OIDC ProviderType = 2
	// Webauthn means the subject proofed it posses the webauthn credentials from client during the authentication flow.
	ProviderType_PROVIDER_TYPE_WEBAUTHN ProviderType = 3
	// Email means the subject proofed it posses the email account linked to digital twin during the authentication flow.
	ProviderType_PROVIDER_TYPE_EMAIL ProviderType = 4
	// Email means the subject proofed it posses the mobile number linked to digital twin during the authentication flow.
	ProviderType_PROVIDER_TYPE_SMS ProviderType = 5
	// Custom means the subject proofed its identity to custom application before client completing the authentication flow.
	ProviderType_PROVIDER_TYPE_CUSTOM ProviderType = 6
)

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 ReadIDApp

type ReadIDApp struct {
	AppVersion   string `protobuf:"bytes,1,opt,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"`
	CustomerName string `protobuf:"bytes,2,opt,name=customer_name,json=customerName,proto3" json:"customer_name,omitempty"`
	PackageName  string `protobuf:"bytes,3,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	Timestamp    int64  `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadIDApp) Descriptor deprecated

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

Deprecated: Use ReadIDApp.ProtoReflect.Descriptor instead.

func (*ReadIDApp) GetAppVersion

func (x *ReadIDApp) GetAppVersion() string

func (*ReadIDApp) GetCustomerName

func (x *ReadIDApp) GetCustomerName() string

func (*ReadIDApp) GetPackageName

func (x *ReadIDApp) GetPackageName() string

func (*ReadIDApp) GetTimestamp

func (x *ReadIDApp) GetTimestamp() int64

func (*ReadIDApp) ProtoMessage

func (*ReadIDApp) ProtoMessage()

func (*ReadIDApp) ProtoReflect

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

func (*ReadIDApp) Reset

func (x *ReadIDApp) Reset()

func (*ReadIDApp) String

func (x *ReadIDApp) String() string

func (*ReadIDApp) Validate

func (m *ReadIDApp) Validate() error

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

func (m *ReadIDApp) ValidateAll() error

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

type ReadIDAppMultiError

type ReadIDAppMultiError []error

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

func (ReadIDAppMultiError) AllErrors

func (m ReadIDAppMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReadIDAppMultiError) Error

func (m ReadIDAppMultiError) Error() string

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

type ReadIDAppValidationError

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

ReadIDAppValidationError is the validation error returned by ReadIDApp.Validate if the designated constraints aren't met.

func (ReadIDAppValidationError) Cause

func (e ReadIDAppValidationError) Cause() error

Cause function returns cause value.

func (ReadIDAppValidationError) Error

func (e ReadIDAppValidationError) Error() string

Error satisfies the builtin error interface

func (ReadIDAppValidationError) ErrorName

func (e ReadIDAppValidationError) ErrorName() string

ErrorName returns error name.

func (ReadIDAppValidationError) Field

func (e ReadIDAppValidationError) Field() string

Field function returns field value.

func (ReadIDAppValidationError) Key

Key function returns key value.

func (ReadIDAppValidationError) Reason

func (e ReadIDAppValidationError) Reason() string

Reason function returns reason value.

type ReadIDConsolidatedIdentityData

type ReadIDConsolidatedIdentityData struct {
	ChipCloneDetection                  string `protobuf:"bytes,1,opt,name=chip_clone_detection,json=chipCloneDetection,proto3" json:"chip_clone_detection,omitempty"`
	ChipCloneDetectionSource            string `` /* 137-byte string literal not displayed */
	ChipCloneDetectionSourceName        string `` /* 151-byte string literal not displayed */
	ChipVerification                    string `protobuf:"bytes,4,opt,name=chip_verification,json=chipVerification,proto3" json:"chip_verification,omitempty"`
	ChipVerificationSource              string `` /* 129-byte string literal not displayed */
	ChipVerificationSourceName          string `` /* 143-byte string literal not displayed */
	DateOfBirth                         string `protobuf:"bytes,7,opt,name=date_of_birth,json=dateOfBirth,proto3" json:"date_of_birth,omitempty"`
	DateOfBirthSource                   string `protobuf:"bytes,8,opt,name=date_of_birth_source,json=dateOfBirthSource,proto3" json:"date_of_birth_source,omitempty"`
	DateOfBirthSourceName               string `` /* 130-byte string literal not displayed */
	DateOfExpiry                        string `protobuf:"bytes,10,opt,name=date_of_expiry,json=dateOfExpiry,proto3" json:"date_of_expiry,omitempty"`
	DateOfExpirySource                  string `protobuf:"bytes,11,opt,name=date_of_expiry_source,json=dateOfExpirySource,proto3" json:"date_of_expiry_source,omitempty"`
	DateOfExpirySourceName              string `` /* 134-byte string literal not displayed */
	DocumentCode                        string `protobuf:"bytes,13,opt,name=document_code,json=documentCode,proto3" json:"document_code,omitempty"`
	DocumentCodeSource                  string `protobuf:"bytes,14,opt,name=document_code_source,json=documentCodeSource,proto3" json:"document_code_source,omitempty"`
	DocumentCodeSourceName              string `` /* 132-byte string literal not displayed */
	DocumentNumber                      string `protobuf:"bytes,16,opt,name=document_number,json=documentNumber,proto3" json:"document_number,omitempty"`
	DocumentNumberSource                string `protobuf:"bytes,17,opt,name=document_number_source,json=documentNumberSource,proto3" json:"document_number_source,omitempty"`
	DocumentNumberSourceName            string `` /* 138-byte string literal not displayed */
	DocumentType                        string `protobuf:"bytes,19,opt,name=document_type,json=documentType,proto3" json:"document_type,omitempty"`
	DocumentTypeSource                  string `protobuf:"bytes,20,opt,name=document_type_source,json=documentTypeSource,proto3" json:"document_type_source,omitempty"`
	DocumentTypeSourceName              string `` /* 132-byte string literal not displayed */
	Gender                              string `protobuf:"bytes,22,opt,name=gender,proto3" json:"gender,omitempty"`
	GenderSource                        string `protobuf:"bytes,23,opt,name=gender_source,json=genderSource,proto3" json:"gender_source,omitempty"`
	GenderSourceName                    string `protobuf:"bytes,24,opt,name=gender_source_name,json=genderSourceName,proto3" json:"gender_source_name,omitempty"`
	IssuingCountry                      string `protobuf:"bytes,25,opt,name=issuing_country,json=issuingCountry,proto3" json:"issuing_country,omitempty"`
	IssuingCountrySource                string `protobuf:"bytes,26,opt,name=issuing_country_source,json=issuingCountrySource,proto3" json:"issuing_country_source,omitempty"`
	IssuingCountrySourceName            string `` /* 138-byte string literal not displayed */
	NameOfHolder                        string `protobuf:"bytes,28,opt,name=name_of_holder,json=nameOfHolder,proto3" json:"name_of_holder,omitempty"`
	NameOfHolderSource                  string `protobuf:"bytes,29,opt,name=name_of_holder_source,json=nameOfHolderSource,proto3" json:"name_of_holder_source,omitempty"`
	NameOfHolderSourceName              string `` /* 134-byte string literal not displayed */
	Nationality                         string `protobuf:"bytes,31,opt,name=nationality,proto3" json:"nationality,omitempty"`
	NationalitySource                   string `protobuf:"bytes,32,opt,name=nationality_source,json=nationalitySource,proto3" json:"nationality_source,omitempty"`
	NationalitySourceName               string `` /* 127-byte string literal not displayed */
	PersonalNumber                      string `protobuf:"bytes,34,opt,name=personal_number,json=personalNumber,proto3" json:"personal_number,omitempty"`
	PersonalNumberSource                string `protobuf:"bytes,35,opt,name=personal_number_source,json=personalNumberSource,proto3" json:"personal_number_source,omitempty"`
	PersonalNumberSourceName            string `` /* 138-byte string literal not displayed */
	PlaceOfBirth                        string `protobuf:"bytes,37,opt,name=place_of_birth,json=placeOfBirth,proto3" json:"place_of_birth,omitempty"`
	PlaceOfBirthSource                  string `protobuf:"bytes,38,opt,name=place_of_birth_source,json=placeOfBirthSource,proto3" json:"place_of_birth_source,omitempty"`
	PlaceOfBirthSourceName              string `` /* 134-byte string literal not displayed */
	PrimaryIdentifier                   string `protobuf:"bytes,40,opt,name=primary_identifier,json=primaryIdentifier,proto3" json:"primary_identifier,omitempty"`
	PrimaryIdentifierSource             string `` /* 133-byte string literal not displayed */
	PrimaryIdentifierSourceName         string `` /* 147-byte string literal not displayed */
	SecondaryIdentifier                 string `protobuf:"bytes,43,opt,name=secondary_identifier,json=secondaryIdentifier,proto3" json:"secondary_identifier,omitempty"`
	SecondaryIdentifierSource           string `` /* 139-byte string literal not displayed */
	SecondaryIdentifierSourceName       string `` /* 153-byte string literal not displayed */
	SelfieVerificationProfile           string `` /* 139-byte string literal not displayed */
	SelfieVerificationProfileSource     string `` /* 159-byte string literal not displayed */
	SelfieVerificationProfileSourceName string `` /* 173-byte string literal not displayed */
	SelfieVerificationStatus            string `` /* 136-byte string literal not displayed */
	SelfieVerificationStatusSource      string `` /* 156-byte string literal not displayed */
	SelfieVerificationStatusSourceName  string `` /* 170-byte string literal not displayed */
	VisualVerification                  string `protobuf:"bytes,53,opt,name=visual_verification,json=visualVerification,proto3" json:"visual_verification,omitempty"`
	VisualVerificationSource            string `` /* 136-byte string literal not displayed */
	VisualVerificationSourceName        string `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ReadIDConsolidatedIdentityData) Descriptor deprecated

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

Deprecated: Use ReadIDConsolidatedIdentityData.ProtoReflect.Descriptor instead.

func (*ReadIDConsolidatedIdentityData) GetChipCloneDetection

func (x *ReadIDConsolidatedIdentityData) GetChipCloneDetection() string

func (*ReadIDConsolidatedIdentityData) GetChipCloneDetectionSource

func (x *ReadIDConsolidatedIdentityData) GetChipCloneDetectionSource() string

func (*ReadIDConsolidatedIdentityData) GetChipCloneDetectionSourceName

func (x *ReadIDConsolidatedIdentityData) GetChipCloneDetectionSourceName() string

func (*ReadIDConsolidatedIdentityData) GetChipVerification

func (x *ReadIDConsolidatedIdentityData) GetChipVerification() string

func (*ReadIDConsolidatedIdentityData) GetChipVerificationSource

func (x *ReadIDConsolidatedIdentityData) GetChipVerificationSource() string

func (*ReadIDConsolidatedIdentityData) GetChipVerificationSourceName

func (x *ReadIDConsolidatedIdentityData) GetChipVerificationSourceName() string

func (*ReadIDConsolidatedIdentityData) GetDateOfBirth

func (x *ReadIDConsolidatedIdentityData) GetDateOfBirth() string

func (*ReadIDConsolidatedIdentityData) GetDateOfBirthSource

func (x *ReadIDConsolidatedIdentityData) GetDateOfBirthSource() string

func (*ReadIDConsolidatedIdentityData) GetDateOfBirthSourceName

func (x *ReadIDConsolidatedIdentityData) GetDateOfBirthSourceName() string

func (*ReadIDConsolidatedIdentityData) GetDateOfExpiry

func (x *ReadIDConsolidatedIdentityData) GetDateOfExpiry() string

func (*ReadIDConsolidatedIdentityData) GetDateOfExpirySource

func (x *ReadIDConsolidatedIdentityData) GetDateOfExpirySource() string

func (*ReadIDConsolidatedIdentityData) GetDateOfExpirySourceName

func (x *ReadIDConsolidatedIdentityData) GetDateOfExpirySourceName() string

func (*ReadIDConsolidatedIdentityData) GetDocumentCode

func (x *ReadIDConsolidatedIdentityData) GetDocumentCode() string

func (*ReadIDConsolidatedIdentityData) GetDocumentCodeSource

func (x *ReadIDConsolidatedIdentityData) GetDocumentCodeSource() string

func (*ReadIDConsolidatedIdentityData) GetDocumentCodeSourceName

func (x *ReadIDConsolidatedIdentityData) GetDocumentCodeSourceName() string

func (*ReadIDConsolidatedIdentityData) GetDocumentNumber

func (x *ReadIDConsolidatedIdentityData) GetDocumentNumber() string

func (*ReadIDConsolidatedIdentityData) GetDocumentNumberSource

func (x *ReadIDConsolidatedIdentityData) GetDocumentNumberSource() string

func (*ReadIDConsolidatedIdentityData) GetDocumentNumberSourceName

func (x *ReadIDConsolidatedIdentityData) GetDocumentNumberSourceName() string

func (*ReadIDConsolidatedIdentityData) GetDocumentType

func (x *ReadIDConsolidatedIdentityData) GetDocumentType() string

func (*ReadIDConsolidatedIdentityData) GetDocumentTypeSource

func (x *ReadIDConsolidatedIdentityData) GetDocumentTypeSource() string

func (*ReadIDConsolidatedIdentityData) GetDocumentTypeSourceName

func (x *ReadIDConsolidatedIdentityData) GetDocumentTypeSourceName() string

func (*ReadIDConsolidatedIdentityData) GetGender

func (x *ReadIDConsolidatedIdentityData) GetGender() string

func (*ReadIDConsolidatedIdentityData) GetGenderSource

func (x *ReadIDConsolidatedIdentityData) GetGenderSource() string

func (*ReadIDConsolidatedIdentityData) GetGenderSourceName

func (x *ReadIDConsolidatedIdentityData) GetGenderSourceName() string

func (*ReadIDConsolidatedIdentityData) GetIssuingCountry

func (x *ReadIDConsolidatedIdentityData) GetIssuingCountry() string

func (*ReadIDConsolidatedIdentityData) GetIssuingCountrySource

func (x *ReadIDConsolidatedIdentityData) GetIssuingCountrySource() string

func (*ReadIDConsolidatedIdentityData) GetIssuingCountrySourceName

func (x *ReadIDConsolidatedIdentityData) GetIssuingCountrySourceName() string

func (*ReadIDConsolidatedIdentityData) GetNameOfHolder

func (x *ReadIDConsolidatedIdentityData) GetNameOfHolder() string

func (*ReadIDConsolidatedIdentityData) GetNameOfHolderSource

func (x *ReadIDConsolidatedIdentityData) GetNameOfHolderSource() string

func (*ReadIDConsolidatedIdentityData) GetNameOfHolderSourceName

func (x *ReadIDConsolidatedIdentityData) GetNameOfHolderSourceName() string

func (*ReadIDConsolidatedIdentityData) GetNationality

func (x *ReadIDConsolidatedIdentityData) GetNationality() string

func (*ReadIDConsolidatedIdentityData) GetNationalitySource

func (x *ReadIDConsolidatedIdentityData) GetNationalitySource() string

func (*ReadIDConsolidatedIdentityData) GetNationalitySourceName

func (x *ReadIDConsolidatedIdentityData) GetNationalitySourceName() string

func (*ReadIDConsolidatedIdentityData) GetPersonalNumber

func (x *ReadIDConsolidatedIdentityData) GetPersonalNumber() string

func (*ReadIDConsolidatedIdentityData) GetPersonalNumberSource

func (x *ReadIDConsolidatedIdentityData) GetPersonalNumberSource() string

func (*ReadIDConsolidatedIdentityData) GetPersonalNumberSourceName

func (x *ReadIDConsolidatedIdentityData) GetPersonalNumberSourceName() string

func (*ReadIDConsolidatedIdentityData) GetPlaceOfBirth

func (x *ReadIDConsolidatedIdentityData) GetPlaceOfBirth() string

func (*ReadIDConsolidatedIdentityData) GetPlaceOfBirthSource

func (x *ReadIDConsolidatedIdentityData) GetPlaceOfBirthSource() string

func (*ReadIDConsolidatedIdentityData) GetPlaceOfBirthSourceName

func (x *ReadIDConsolidatedIdentityData) GetPlaceOfBirthSourceName() string

func (*ReadIDConsolidatedIdentityData) GetPrimaryIdentifier

func (x *ReadIDConsolidatedIdentityData) GetPrimaryIdentifier() string

func (*ReadIDConsolidatedIdentityData) GetPrimaryIdentifierSource

func (x *ReadIDConsolidatedIdentityData) GetPrimaryIdentifierSource() string

func (*ReadIDConsolidatedIdentityData) GetPrimaryIdentifierSourceName

func (x *ReadIDConsolidatedIdentityData) GetPrimaryIdentifierSourceName() string

func (*ReadIDConsolidatedIdentityData) GetSecondaryIdentifier

func (x *ReadIDConsolidatedIdentityData) GetSecondaryIdentifier() string

func (*ReadIDConsolidatedIdentityData) GetSecondaryIdentifierSource

func (x *ReadIDConsolidatedIdentityData) GetSecondaryIdentifierSource() string

func (*ReadIDConsolidatedIdentityData) GetSecondaryIdentifierSourceName

func (x *ReadIDConsolidatedIdentityData) GetSecondaryIdentifierSourceName() string

func (*ReadIDConsolidatedIdentityData) GetSelfieVerificationProfile

func (x *ReadIDConsolidatedIdentityData) GetSelfieVerificationProfile() string

func (*ReadIDConsolidatedIdentityData) GetSelfieVerificationProfileSource

func (x *ReadIDConsolidatedIdentityData) GetSelfieVerificationProfileSource() string

func (*ReadIDConsolidatedIdentityData) GetSelfieVerificationProfileSourceName

func (x *ReadIDConsolidatedIdentityData) GetSelfieVerificationProfileSourceName() string

func (*ReadIDConsolidatedIdentityData) GetSelfieVerificationStatus

func (x *ReadIDConsolidatedIdentityData) GetSelfieVerificationStatus() string

func (*ReadIDConsolidatedIdentityData) GetSelfieVerificationStatusSource

func (x *ReadIDConsolidatedIdentityData) GetSelfieVerificationStatusSource() string

func (*ReadIDConsolidatedIdentityData) GetSelfieVerificationStatusSourceName

func (x *ReadIDConsolidatedIdentityData) GetSelfieVerificationStatusSourceName() string

func (*ReadIDConsolidatedIdentityData) GetVisualVerification

func (x *ReadIDConsolidatedIdentityData) GetVisualVerification() string

func (*ReadIDConsolidatedIdentityData) GetVisualVerificationSource

func (x *ReadIDConsolidatedIdentityData) GetVisualVerificationSource() string

func (*ReadIDConsolidatedIdentityData) GetVisualVerificationSourceName

func (x *ReadIDConsolidatedIdentityData) GetVisualVerificationSourceName() string

func (*ReadIDConsolidatedIdentityData) ProtoMessage

func (*ReadIDConsolidatedIdentityData) ProtoMessage()

func (*ReadIDConsolidatedIdentityData) ProtoReflect

func (*ReadIDConsolidatedIdentityData) Reset

func (x *ReadIDConsolidatedIdentityData) Reset()

func (*ReadIDConsolidatedIdentityData) String

func (*ReadIDConsolidatedIdentityData) Validate

func (m *ReadIDConsolidatedIdentityData) Validate() error

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

func (m *ReadIDConsolidatedIdentityData) ValidateAll() error

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

type ReadIDConsolidatedIdentityDataMultiError

type ReadIDConsolidatedIdentityDataMultiError []error

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

func (ReadIDConsolidatedIdentityDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ReadIDConsolidatedIdentityDataMultiError) Error

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

type ReadIDConsolidatedIdentityDataValidationError

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

ReadIDConsolidatedIdentityDataValidationError is the validation error returned by ReadIDConsolidatedIdentityData.Validate if the designated constraints aren't met.

func (ReadIDConsolidatedIdentityDataValidationError) Cause

Cause function returns cause value.

func (ReadIDConsolidatedIdentityDataValidationError) Error

Error satisfies the builtin error interface

func (ReadIDConsolidatedIdentityDataValidationError) ErrorName

ErrorName returns error name.

func (ReadIDConsolidatedIdentityDataValidationError) Field

Field function returns field value.

func (ReadIDConsolidatedIdentityDataValidationError) Key

Key function returns key value.

func (ReadIDConsolidatedIdentityDataValidationError) Reason

Reason function returns reason value.

type ReadIDDeviceInfo

type ReadIDDeviceInfo struct {
	Brand                       string `protobuf:"bytes,1,opt,name=brand,proto3" json:"brand,omitempty"`
	ExtendedLengthApduSupported bool   `` /* 147-byte string literal not displayed */
	Manufacturer                string `protobuf:"bytes,3,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"`
	MaxTransceiveLength         int32  `protobuf:"varint,4,opt,name=max_transceive_length,json=maxTransceiveLength,proto3" json:"max_transceive_length,omitempty"`
	Model                       string `protobuf:"bytes,5,opt,name=model,proto3" json:"model,omitempty"`
	OsVersion                   string `protobuf:"bytes,6,opt,name=os_version,json=OSVersion,proto3" json:"os_version,omitempty"`
	Platform                    string `protobuf:"bytes,7,opt,name=platform,proto3" json:"platform,omitempty"`
	Timestamp                   int64  `protobuf:"varint,8,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadIDDeviceInfo) Descriptor deprecated

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

Deprecated: Use ReadIDDeviceInfo.ProtoReflect.Descriptor instead.

func (*ReadIDDeviceInfo) GetBrand

func (x *ReadIDDeviceInfo) GetBrand() string

func (*ReadIDDeviceInfo) GetExtendedLengthApduSupported

func (x *ReadIDDeviceInfo) GetExtendedLengthApduSupported() bool

func (*ReadIDDeviceInfo) GetManufacturer

func (x *ReadIDDeviceInfo) GetManufacturer() string

func (*ReadIDDeviceInfo) GetMaxTransceiveLength

func (x *ReadIDDeviceInfo) GetMaxTransceiveLength() int32

func (*ReadIDDeviceInfo) GetModel

func (x *ReadIDDeviceInfo) GetModel() string

func (*ReadIDDeviceInfo) GetOsVersion

func (x *ReadIDDeviceInfo) GetOsVersion() string

func (*ReadIDDeviceInfo) GetPlatform

func (x *ReadIDDeviceInfo) GetPlatform() string

func (*ReadIDDeviceInfo) GetTimestamp

func (x *ReadIDDeviceInfo) GetTimestamp() int64

func (*ReadIDDeviceInfo) ProtoMessage

func (*ReadIDDeviceInfo) ProtoMessage()

func (*ReadIDDeviceInfo) ProtoReflect

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

func (*ReadIDDeviceInfo) Reset

func (x *ReadIDDeviceInfo) Reset()

func (*ReadIDDeviceInfo) String

func (x *ReadIDDeviceInfo) String() string

func (*ReadIDDeviceInfo) Validate

func (m *ReadIDDeviceInfo) Validate() error

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

func (m *ReadIDDeviceInfo) ValidateAll() error

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

type ReadIDDeviceInfoMultiError

type ReadIDDeviceInfoMultiError []error

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

func (ReadIDDeviceInfoMultiError) AllErrors

func (m ReadIDDeviceInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReadIDDeviceInfoMultiError) Error

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

type ReadIDDeviceInfoValidationError

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

ReadIDDeviceInfoValidationError is the validation error returned by ReadIDDeviceInfo.Validate if the designated constraints aren't met.

func (ReadIDDeviceInfoValidationError) Cause

Cause function returns cause value.

func (ReadIDDeviceInfoValidationError) Error

Error satisfies the builtin error interface

func (ReadIDDeviceInfoValidationError) ErrorName

ErrorName returns error name.

func (ReadIDDeviceInfoValidationError) Field

Field function returns field value.

func (ReadIDDeviceInfoValidationError) Key

Key function returns key value.

func (ReadIDDeviceInfoValidationError) Reason

Reason function returns reason value.

type ReadIDSession

type ReadIDSession struct {

	// SessionId is an unique identifier for a session
	SessionId string `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// OpaqueId is a customer-provided identifier
	OpaqueId string `protobuf:"bytes,2,opt,name=opaque_id,json=opaqueId,proto3" json:"opaque_id,omitempty"`
	// IdentityData consolidated from all the data that is part of this session
	IdentityData *ReadIDConsolidatedIdentityData `protobuf:"bytes,3,opt,name=identity_data,json=consolidatedIdentityData,proto3" json:"identity_data,omitempty"`
	// App is an application related data
	App *ReadIDApp `protobuf:"bytes,4,opt,name=app,proto3" json:"app,omitempty"`
	// DeviceInfo	is a device related data
	DeviceInfo *ReadIDDeviceInfo `protobuf:"bytes,5,opt,name=device_info,json=deviceInfo,proto3" json:"device_info,omitempty"`
	// ClientId is an unique identifier for client
	ClientId string `protobuf:"bytes,6,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// CustomerApp is a customer reference for application that submitted this session
	CustomerApp string `protobuf:"bytes,7,opt,name=customer_app,json=customerApplicationReference,proto3" json:"customer_app,omitempty"`
	// DeviceId is an unique identifier for device
	DeviceId string `protobuf:"bytes,8,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// ExpiryDate is the date when this session will be purged from the database
	ExpiryDate string `protobuf:"bytes,9,opt,name=expiry_date,json=expiryDate,proto3" json:"expiry_date,omitempty"`
	// InstanceId is an unique identifier for a specific install of a submitting application
	InstanceId string `protobuf:"bytes,10,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

ReadIDSession is an interpretation of data read from an identity document

func (*ReadIDSession) Descriptor deprecated

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

Deprecated: Use ReadIDSession.ProtoReflect.Descriptor instead.

func (*ReadIDSession) GetApp

func (x *ReadIDSession) GetApp() *ReadIDApp

func (*ReadIDSession) GetClientId

func (x *ReadIDSession) GetClientId() string

func (*ReadIDSession) GetCustomerApp

func (x *ReadIDSession) GetCustomerApp() string

func (*ReadIDSession) GetDeviceId

func (x *ReadIDSession) GetDeviceId() string

func (*ReadIDSession) GetDeviceInfo

func (x *ReadIDSession) GetDeviceInfo() *ReadIDDeviceInfo

func (*ReadIDSession) GetExpiryDate

func (x *ReadIDSession) GetExpiryDate() string

func (*ReadIDSession) GetIdentityData

func (x *ReadIDSession) GetIdentityData() *ReadIDConsolidatedIdentityData

func (*ReadIDSession) GetInstanceId

func (x *ReadIDSession) GetInstanceId() string

func (*ReadIDSession) GetOpaqueId

func (x *ReadIDSession) GetOpaqueId() string

func (*ReadIDSession) GetSessionId

func (x *ReadIDSession) GetSessionId() string

func (*ReadIDSession) ProtoMessage

func (*ReadIDSession) ProtoMessage()

func (*ReadIDSession) ProtoReflect

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

func (*ReadIDSession) Reset

func (x *ReadIDSession) Reset()

func (*ReadIDSession) String

func (x *ReadIDSession) String() string

func (*ReadIDSession) Validate

func (m *ReadIDSession) Validate() error

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

func (m *ReadIDSession) ValidateAll() error

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

type ReadIDSessionMultiError

type ReadIDSessionMultiError []error

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

func (ReadIDSessionMultiError) AllErrors

func (m ReadIDSessionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReadIDSessionMultiError) Error

func (m ReadIDSessionMultiError) Error() string

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

type ReadIDSessionValidationError

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

ReadIDSessionValidationError is the validation error returned by ReadIDSession.Validate if the designated constraints aren't met.

func (ReadIDSessionValidationError) Cause

Cause function returns cause value.

func (ReadIDSessionValidationError) Error

Error satisfies the builtin error interface

func (ReadIDSessionValidationError) ErrorName

func (e ReadIDSessionValidationError) ErrorName() string

ErrorName returns error name.

func (ReadIDSessionValidationError) Field

Field function returns field value.

func (ReadIDSessionValidationError) Key

Key function returns key value.

func (ReadIDSessionValidationError) Reason

Reason function returns reason value.

type RegisterDigitalTwinWithoutCredentialRequest

type RegisterDigitalTwinWithoutCredentialRequest struct {
	TenantId        string          `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 RevokeConsentRequest

type RevokeConsentRequest struct {

	// PiiPrincipalID is ID in GID format of a DigitalTwin that gave consent.
	PiiPrincipalId string   `protobuf:"bytes,1,opt,name=pii_principal_id,json=piiPrincipalId,proto3" json:"pii_principal_id,omitempty"`
	ConsentIds     []string `protobuf:"bytes,2,rep,name=consent_ids,json=consentIds,proto3" json:"consent_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeConsentRequest) Descriptor deprecated

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

Deprecated: Use RevokeConsentRequest.ProtoReflect.Descriptor instead.

func (*RevokeConsentRequest) GetConsentIds

func (x *RevokeConsentRequest) GetConsentIds() []string

func (*RevokeConsentRequest) GetPiiPrincipalId

func (x *RevokeConsentRequest) GetPiiPrincipalId() string

func (*RevokeConsentRequest) ProtoMessage

func (*RevokeConsentRequest) ProtoMessage()

func (*RevokeConsentRequest) ProtoReflect

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

func (*RevokeConsentRequest) Reset

func (x *RevokeConsentRequest) Reset()

func (*RevokeConsentRequest) String

func (x *RevokeConsentRequest) String() string

func (*RevokeConsentRequest) Validate

func (m *RevokeConsentRequest) Validate() error

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

func (m *RevokeConsentRequest) ValidateAll() error

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

type RevokeConsentRequestMultiError

type RevokeConsentRequestMultiError []error

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

func (RevokeConsentRequestMultiError) AllErrors

func (m RevokeConsentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RevokeConsentRequestMultiError) Error

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

type RevokeConsentRequestValidationError

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

RevokeConsentRequestValidationError is the validation error returned by RevokeConsentRequest.Validate if the designated constraints aren't met.

func (RevokeConsentRequestValidationError) Cause

Cause function returns cause value.

func (RevokeConsentRequestValidationError) Error

Error satisfies the builtin error interface

func (RevokeConsentRequestValidationError) ErrorName

ErrorName returns error name.

func (RevokeConsentRequestValidationError) Field

Field function returns field value.

func (RevokeConsentRequestValidationError) Key

Key function returns key value.

func (RevokeConsentRequestValidationError) Reason

Reason function returns reason value.

type RevokeConsentResponse

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

func (*RevokeConsentResponse) Descriptor deprecated

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

Deprecated: Use RevokeConsentResponse.ProtoReflect.Descriptor instead.

func (*RevokeConsentResponse) ProtoMessage

func (*RevokeConsentResponse) ProtoMessage()

func (*RevokeConsentResponse) ProtoReflect

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

func (*RevokeConsentResponse) Reset

func (x *RevokeConsentResponse) Reset()

func (*RevokeConsentResponse) String

func (x *RevokeConsentResponse) String() string

func (*RevokeConsentResponse) Validate

func (m *RevokeConsentResponse) Validate() error

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

func (m *RevokeConsentResponse) ValidateAll() error

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

type RevokeConsentResponseMultiError

type RevokeConsentResponseMultiError []error

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

func (RevokeConsentResponseMultiError) AllErrors

func (m RevokeConsentResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RevokeConsentResponseMultiError) Error

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

type RevokeConsentResponseValidationError

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

RevokeConsentResponseValidationError is the validation error returned by RevokeConsentResponse.Validate if the designated constraints aren't met.

func (RevokeConsentResponseValidationError) Cause

Cause function returns cause value.

func (RevokeConsentResponseValidationError) Error

Error satisfies the builtin error interface

func (RevokeConsentResponseValidationError) ErrorName

ErrorName returns error name.

func (RevokeConsentResponseValidationError) Field

Field function returns field value.

func (RevokeConsentResponseValidationError) Key

Key function returns key value.

func (RevokeConsentResponseValidationError) 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 string `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() string

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 ThirdPartyIdentityTokenInfo added in v0.23.0

type ThirdPartyIdentityTokenInfo struct {

	// UUID of the top level Customer.
	CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// UUID of Application Space in Customer.
	AppSpaceId string `protobuf:"bytes,2,opt,name=app_space_id,json=appSpaceId,proto3" json:"app_space_id,omitempty"`
	// DigitalTwin of the Subject in Application Space.
	Subject *DigitalTwin `protobuf:"bytes,3,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,4,opt,name=impersonated,proto3" json:"impersonated,omitempty"`
	// Original issuer of 3rd party token.
	OriginalIssuer string `protobuf:"bytes,5,opt,name=original_issuer,json=originalIssuer,proto3" json:"original_issuer,omitempty"`
	// Original subject, that was specified in the token.
	OriginalSubject string `protobuf:"bytes,6,opt,name=original_subject,json=originalSubject,proto3" json:"original_subject,omitempty"`
	// IssueTime indicating when this token was originally issued.
	IssueTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=issue_time,json=issueTime,proto3" json:"issue_time,omitempty"`
	// Expiration time of token
	ExpireTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// Token claims is a collection of all claims that were specified in the original token.
	TokenClaims map[string]*v1beta2.Value `` /* 182-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ThirdPartyIdentityTokenInfo.ProtoReflect.Descriptor instead.

func (*ThirdPartyIdentityTokenInfo) GetAppSpaceId added in v0.23.0

func (x *ThirdPartyIdentityTokenInfo) GetAppSpaceId() string

func (*ThirdPartyIdentityTokenInfo) GetCustomerId added in v0.23.0

func (x *ThirdPartyIdentityTokenInfo) GetCustomerId() string

func (*ThirdPartyIdentityTokenInfo) GetExpireTime added in v0.23.0

func (*ThirdPartyIdentityTokenInfo) GetImpersonated added in v0.23.0

func (x *ThirdPartyIdentityTokenInfo) GetImpersonated() *DigitalTwin

func (*ThirdPartyIdentityTokenInfo) GetIssueTime added in v0.23.0

func (*ThirdPartyIdentityTokenInfo) GetOriginalIssuer added in v0.23.0

func (x *ThirdPartyIdentityTokenInfo) GetOriginalIssuer() string

func (*ThirdPartyIdentityTokenInfo) GetOriginalSubject added in v0.23.0

func (x *ThirdPartyIdentityTokenInfo) GetOriginalSubject() string

func (*ThirdPartyIdentityTokenInfo) GetSubject added in v0.23.0

func (x *ThirdPartyIdentityTokenInfo) GetSubject() *DigitalTwin

func (*ThirdPartyIdentityTokenInfo) GetTokenClaims added in v0.23.0

func (x *ThirdPartyIdentityTokenInfo) GetTokenClaims() map[string]*v1beta2.Value

func (*ThirdPartyIdentityTokenInfo) ProtoMessage added in v0.23.0

func (*ThirdPartyIdentityTokenInfo) ProtoMessage()

func (*ThirdPartyIdentityTokenInfo) ProtoReflect added in v0.23.0

func (*ThirdPartyIdentityTokenInfo) Reset added in v0.23.0

func (x *ThirdPartyIdentityTokenInfo) Reset()

func (*ThirdPartyIdentityTokenInfo) String added in v0.23.0

func (x *ThirdPartyIdentityTokenInfo) String() string

func (*ThirdPartyIdentityTokenInfo) Validate added in v0.23.0

func (m *ThirdPartyIdentityTokenInfo) Validate() error

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

func (m *ThirdPartyIdentityTokenInfo) ValidateAll() error

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

type ThirdPartyIdentityTokenInfoMultiError added in v0.23.0

type ThirdPartyIdentityTokenInfoMultiError []error

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

func (ThirdPartyIdentityTokenInfoMultiError) AllErrors added in v0.23.0

AllErrors returns a list of validation violation errors.

func (ThirdPartyIdentityTokenInfoMultiError) Error added in v0.23.0

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

type ThirdPartyIdentityTokenInfoValidationError added in v0.23.0

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

ThirdPartyIdentityTokenInfoValidationError is the validation error returned by ThirdPartyIdentityTokenInfo.Validate if the designated constraints aren't met.

func (ThirdPartyIdentityTokenInfoValidationError) Cause added in v0.23.0

Cause function returns cause value.

func (ThirdPartyIdentityTokenInfoValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (ThirdPartyIdentityTokenInfoValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (ThirdPartyIdentityTokenInfoValidationError) Field added in v0.23.0

Field function returns field value.

func (ThirdPartyIdentityTokenInfoValidationError) Key added in v0.23.0

Key function returns key value.

func (ThirdPartyIdentityTokenInfoValidationError) Reason added in v0.23.0

Reason function returns reason value.

type TokenIntrospectRequest

type TokenIntrospectRequest struct {
	TenantId string `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() string

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"`
	// Types that are assignable to TokenInfo:
	//
	//	*TokenIntrospectResponse_IdentityToken
	//	*TokenIntrospectResponse_ThirdPartyIdentityToken
	TokenInfo isTokenIntrospectResponse_TokenInfo `protobuf_oneof:"token_info"`
	// 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) GetIdentityToken added in v0.23.0

func (x *TokenIntrospectResponse) GetIdentityToken() *IdentityTokenInfo

func (*TokenIntrospectResponse) GetThirdPartyIdentityToken added in v0.23.0

func (x *TokenIntrospectResponse) GetThirdPartyIdentityToken() *ThirdPartyIdentityTokenInfo

func (*TokenIntrospectResponse) GetTokenInfo

func (m *TokenIntrospectResponse) GetTokenInfo() isTokenIntrospectResponse_TokenInfo

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 TokenIntrospectResponse_IdentityToken added in v0.23.0

type TokenIntrospectResponse_IdentityToken struct {
	IdentityToken *IdentityTokenInfo `protobuf:"bytes,2,opt,name=identity_token,json=identityToken,proto3,oneof"`
}

type TokenIntrospectResponse_ThirdPartyIdentityToken added in v0.23.0

type TokenIntrospectResponse_ThirdPartyIdentityToken struct {
	ThirdPartyIdentityToken *ThirdPartyIdentityTokenInfo `protobuf:"bytes,3,opt,name=third_party_identity_token,json=thirdPartyIdentityToken,proto3,oneof"`
}

type UnimplementedIdentityManagementAPIServer

type UnimplementedIdentityManagementAPIServer struct {
}

UnimplementedIdentityManagementAPIServer should be embedded to have forward compatible implementations.

func (UnimplementedIdentityManagementAPIServer) CancelInvitation

func (UnimplementedIdentityManagementAPIServer) ChangePassword

func (UnimplementedIdentityManagementAPIServer) CheckInvitationState

func (UnimplementedIdentityManagementAPIServer) CreateConsent

func (UnimplementedIdentityManagementAPIServer) CreateInvitation

func (UnimplementedIdentityManagementAPIServer) DeleteDigitalTwin

func (UnimplementedIdentityManagementAPIServer) EnrichToken

func (UnimplementedIdentityManagementAPIServer) GetAccessToken

func (UnimplementedIdentityManagementAPIServer) GetDigitalTwin

func (UnimplementedIdentityManagementAPIServer) GetPasswordCredential

func (UnimplementedIdentityManagementAPIServer) ImportDigitalTwins

func (UnimplementedIdentityManagementAPIServer) ListDigitalTwins

func (UnimplementedIdentityManagementAPIServer) PatchDigitalTwin

func (UnimplementedIdentityManagementAPIServer) ResendInvitation

func (UnimplementedIdentityManagementAPIServer) RevokeConsent

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