contracts

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_internal_contracts_signal_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccountKeysConfig added in v0.3.0

type AccountKeysConfig struct {
	EntropyPool     string `protobuf:"bytes,1,opt,name=entropy_pool,json=entropyPool,proto3" json:"entropy_pool,omitempty"`
	Aci             []byte `protobuf:"bytes,2,opt,name=aci,proto3" json:"aci,omitempty"`
	Pin             string `protobuf:"bytes,3,opt,name=pin,proto3" json:"pin,omitempty"`
	PinSalt         []byte `protobuf:"bytes,4,opt,name=pin_salt,json=pinSalt,proto3" json:"pin_salt,omitempty"`
	PinSaltUsername string `protobuf:"bytes,5,opt,name=pin_salt_username,json=pinSaltUsername,proto3" json:"pin_salt_username,omitempty"`
	PinSaltGroupId  uint64 `protobuf:"varint,6,opt,name=pin_salt_group_id,json=pinSaltGroupId,proto3" json:"pin_salt_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountKeysConfig) Descriptor deprecated added in v0.3.0

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

Deprecated: Use AccountKeysConfig.ProtoReflect.Descriptor instead.

func (*AccountKeysConfig) GetAci added in v0.3.0

func (x *AccountKeysConfig) GetAci() []byte

func (*AccountKeysConfig) GetEntropyPool added in v0.3.0

func (x *AccountKeysConfig) GetEntropyPool() string

func (*AccountKeysConfig) GetPin added in v0.3.0

func (x *AccountKeysConfig) GetPin() string

func (*AccountKeysConfig) GetPinSalt added in v0.3.0

func (x *AccountKeysConfig) GetPinSalt() []byte

func (*AccountKeysConfig) GetPinSaltGroupId added in v0.3.0

func (x *AccountKeysConfig) GetPinSaltGroupId() uint64

func (*AccountKeysConfig) GetPinSaltUsername added in v0.3.0

func (x *AccountKeysConfig) GetPinSaltUsername() string

func (*AccountKeysConfig) ProtoMessage added in v0.3.0

func (*AccountKeysConfig) ProtoMessage()

func (*AccountKeysConfig) ProtoReflect added in v0.3.0

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

func (*AccountKeysConfig) Reset added in v0.3.0

func (x *AccountKeysConfig) Reset()

func (*AccountKeysConfig) String added in v0.3.0

func (x *AccountKeysConfig) String() string

type AccountKeysInput added in v0.3.0

type AccountKeysInput struct {
	EntropyPool     string `protobuf:"bytes,1,opt,name=entropy_pool,json=entropyPool,proto3" json:"entropy_pool,omitempty"`
	Aci             []byte `protobuf:"bytes,2,opt,name=aci,proto3" json:"aci,omitempty"`
	Pin             string `protobuf:"bytes,3,opt,name=pin,proto3" json:"pin,omitempty"`
	PinSalt         []byte `protobuf:"bytes,4,opt,name=pin_salt,json=pinSalt,proto3" json:"pin_salt,omitempty"`
	PinSaltUsername string `protobuf:"bytes,5,opt,name=pin_salt_username,json=pinSaltUsername,proto3" json:"pin_salt_username,omitempty"`
	PinSaltGroupId  uint64 `protobuf:"varint,6,opt,name=pin_salt_group_id,json=pinSaltGroupId,proto3" json:"pin_salt_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountKeysInput) Descriptor deprecated added in v0.3.0

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

Deprecated: Use AccountKeysInput.ProtoReflect.Descriptor instead.

func (*AccountKeysInput) GetAci added in v0.3.0

func (x *AccountKeysInput) GetAci() []byte

func (*AccountKeysInput) GetEntropyPool added in v0.3.0

func (x *AccountKeysInput) GetEntropyPool() string

func (*AccountKeysInput) GetPin added in v0.3.0

func (x *AccountKeysInput) GetPin() string

func (*AccountKeysInput) GetPinSalt added in v0.3.0

func (x *AccountKeysInput) GetPinSalt() []byte

func (*AccountKeysInput) GetPinSaltGroupId added in v0.3.0

func (x *AccountKeysInput) GetPinSaltGroupId() uint64

func (*AccountKeysInput) GetPinSaltUsername added in v0.3.0

func (x *AccountKeysInput) GetPinSaltUsername() string

func (*AccountKeysInput) ProtoMessage added in v0.3.0

func (*AccountKeysInput) ProtoMessage()

func (*AccountKeysInput) ProtoReflect added in v0.3.0

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

func (*AccountKeysInput) Reset added in v0.3.0

func (x *AccountKeysInput) Reset()

func (*AccountKeysInput) String added in v0.3.0

func (x *AccountKeysInput) String() string

type AccountKeysOutput added in v0.3.0

type AccountKeysOutput struct {
	EntropyPool      string `protobuf:"bytes,1,opt,name=entropy_pool,json=entropyPool,proto3" json:"entropy_pool,omitempty"`
	SvrKey           []byte `protobuf:"bytes,2,opt,name=svr_key,json=svrKey,proto3" json:"svr_key,omitempty"`
	BackupKey        []byte `protobuf:"bytes,3,opt,name=backup_key,json=backupKey,proto3" json:"backup_key,omitempty"`
	BackupId         []byte `protobuf:"bytes,4,opt,name=backup_id,json=backupId,proto3" json:"backup_id,omitempty"`
	PinSalt          []byte `protobuf:"bytes,5,opt,name=pin_salt,json=pinSalt,proto3" json:"pin_salt,omitempty"`
	PinAccessKey     []byte `protobuf:"bytes,6,opt,name=pin_access_key,json=pinAccessKey,proto3" json:"pin_access_key,omitempty"`
	PinEncryptionKey []byte `protobuf:"bytes,7,opt,name=pin_encryption_key,json=pinEncryptionKey,proto3" json:"pin_encryption_key,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountKeysOutput) Descriptor deprecated added in v0.3.0

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

Deprecated: Use AccountKeysOutput.ProtoReflect.Descriptor instead.

func (*AccountKeysOutput) GetBackupId added in v0.3.0

func (x *AccountKeysOutput) GetBackupId() []byte

func (*AccountKeysOutput) GetBackupKey added in v0.3.0

func (x *AccountKeysOutput) GetBackupKey() []byte

func (*AccountKeysOutput) GetEntropyPool added in v0.3.0

func (x *AccountKeysOutput) GetEntropyPool() string

func (*AccountKeysOutput) GetPinAccessKey added in v0.3.0

func (x *AccountKeysOutput) GetPinAccessKey() []byte

func (*AccountKeysOutput) GetPinEncryptionKey added in v0.3.0

func (x *AccountKeysOutput) GetPinEncryptionKey() []byte

func (*AccountKeysOutput) GetPinSalt added in v0.3.0

func (x *AccountKeysOutput) GetPinSalt() []byte

func (*AccountKeysOutput) GetSvrKey added in v0.3.0

func (x *AccountKeysOutput) GetSvrKey() []byte

func (*AccountKeysOutput) ProtoMessage added in v0.3.0

func (*AccountKeysOutput) ProtoMessage()

func (*AccountKeysOutput) ProtoReflect added in v0.3.0

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

func (*AccountKeysOutput) Reset added in v0.3.0

func (x *AccountKeysOutput) Reset()

func (*AccountKeysOutput) String added in v0.3.0

func (x *AccountKeysOutput) String() string

type AccountRefConfig added in v0.6.0

type AccountRefConfig struct {
	AccountRef    string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef     string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef    string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	CredentialRef string `protobuf:"bytes,4,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	ConsentRef    string `protobuf:"bytes,5,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef      string `protobuf:"bytes,6,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountRefConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use AccountRefConfig.ProtoReflect.Descriptor instead.

func (*AccountRefConfig) GetAccountRef added in v0.6.0

func (x *AccountRefConfig) GetAccountRef() string

func (*AccountRefConfig) GetAuditRef added in v0.6.0

func (x *AccountRefConfig) GetAuditRef() string

func (*AccountRefConfig) GetConsentRef added in v0.6.0

func (x *AccountRefConfig) GetConsentRef() string

func (*AccountRefConfig) GetCredentialRef added in v0.6.0

func (x *AccountRefConfig) GetCredentialRef() string

func (*AccountRefConfig) GetCustodyRef added in v0.6.0

func (x *AccountRefConfig) GetCustodyRef() string

func (*AccountRefConfig) GetDeviceRef added in v0.6.0

func (x *AccountRefConfig) GetDeviceRef() string

func (*AccountRefConfig) ProtoMessage added in v0.6.0

func (*AccountRefConfig) ProtoMessage()

func (*AccountRefConfig) ProtoReflect added in v0.6.0

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

func (*AccountRefConfig) Reset added in v0.6.0

func (x *AccountRefConfig) Reset()

func (*AccountRefConfig) String added in v0.6.0

func (x *AccountRefConfig) String() string

type ApprovalPackage added in v0.7.0

type ApprovalPackage struct {
	OperatorApprovalId              string   `protobuf:"bytes,1,opt,name=operator_approval_id,json=operatorApprovalId,proto3" json:"operator_approval_id,omitempty"`
	OperatorApprovalScope           string   `` /* 126-byte string literal not displayed */
	OperatorApprovalExpiresUnix     int64    `` /* 147-byte string literal not displayed */
	ServiceAuthorizationType        string   `` /* 135-byte string literal not displayed */
	ServiceAuthorizationEvidenceRef string   `` /* 158-byte string literal not displayed */
	ServiceAuthorizationExpiresUnix int64    `` /* 159-byte string literal not displayed */
	AccountRef                      string   `protobuf:"bytes,7,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	AccountConsentEvidenceRef       string   `` /* 140-byte string literal not displayed */
	AccountConsentExpiresUnix       int64    `` /* 141-byte string literal not displayed */
	CustodyBackend                  string   `protobuf:"bytes,10,opt,name=custody_backend,json=custodyBackend,proto3" json:"custody_backend,omitempty"`
	CustodyKeyHandleRef             string   `protobuf:"bytes,11,opt,name=custody_key_handle_ref,json=custodyKeyHandleRef,proto3" json:"custody_key_handle_ref,omitempty"`
	CustodyBackupRef                string   `protobuf:"bytes,12,opt,name=custody_backup_ref,json=custodyBackupRef,proto3" json:"custody_backup_ref,omitempty"`
	CustodyRotationRef              string   `protobuf:"bytes,13,opt,name=custody_rotation_ref,json=custodyRotationRef,proto3" json:"custody_rotation_ref,omitempty"`
	AbuseIdempotencyRequired        bool     `` /* 137-byte string literal not displayed */
	AbuseRateLimitRef               string   `protobuf:"bytes,15,opt,name=abuse_rate_limit_ref,json=abuseRateLimitRef,proto3" json:"abuse_rate_limit_ref,omitempty"`
	AbuseRecipientAllowlistRef      string   `` /* 144-byte string literal not displayed */
	AbuseDeclaredAudienceRef        string   `` /* 138-byte string literal not displayed */
	AbuseChallengePolicyRef         string   `` /* 135-byte string literal not displayed */
	AbuseBackoffPolicyRef           string   `` /* 129-byte string literal not displayed */
	EgressEndpointAllowlist         []string `` /* 133-byte string literal not displayed */
	EgressTlsPolicyRef              string   `protobuf:"bytes,21,opt,name=egress_tls_policy_ref,json=egressTlsPolicyRef,proto3" json:"egress_tls_policy_ref,omitempty"`
	EgressDryRun                    bool     `protobuf:"varint,22,opt,name=egress_dry_run,json=egressDryRun,proto3" json:"egress_dry_run,omitempty"`
	AuditRef                        string   `protobuf:"bytes,23,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	AuditRetentionRef               string   `protobuf:"bytes,24,opt,name=audit_retention_ref,json=auditRetentionRef,proto3" json:"audit_retention_ref,omitempty"`
	AuditRedactionRef               string   `protobuf:"bytes,25,opt,name=audit_redaction_ref,json=auditRedactionRef,proto3" json:"audit_redaction_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ApprovalPackage) Descriptor deprecated added in v0.7.0

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

Deprecated: Use ApprovalPackage.ProtoReflect.Descriptor instead.

func (*ApprovalPackage) GetAbuseBackoffPolicyRef added in v0.7.0

func (x *ApprovalPackage) GetAbuseBackoffPolicyRef() string

func (*ApprovalPackage) GetAbuseChallengePolicyRef added in v0.7.0

func (x *ApprovalPackage) GetAbuseChallengePolicyRef() string

func (*ApprovalPackage) GetAbuseDeclaredAudienceRef added in v0.7.0

func (x *ApprovalPackage) GetAbuseDeclaredAudienceRef() string

func (*ApprovalPackage) GetAbuseIdempotencyRequired added in v0.7.0

func (x *ApprovalPackage) GetAbuseIdempotencyRequired() bool

func (*ApprovalPackage) GetAbuseRateLimitRef added in v0.7.0

func (x *ApprovalPackage) GetAbuseRateLimitRef() string

func (*ApprovalPackage) GetAbuseRecipientAllowlistRef added in v0.7.0

func (x *ApprovalPackage) GetAbuseRecipientAllowlistRef() string

func (*ApprovalPackage) GetAccountConsentEvidenceRef added in v0.7.0

func (x *ApprovalPackage) GetAccountConsentEvidenceRef() string

func (*ApprovalPackage) GetAccountConsentExpiresUnix added in v0.7.0

func (x *ApprovalPackage) GetAccountConsentExpiresUnix() int64

func (*ApprovalPackage) GetAccountRef added in v0.7.0

func (x *ApprovalPackage) GetAccountRef() string

func (*ApprovalPackage) GetAuditRedactionRef added in v0.7.0

func (x *ApprovalPackage) GetAuditRedactionRef() string

func (*ApprovalPackage) GetAuditRef added in v0.7.0

func (x *ApprovalPackage) GetAuditRef() string

func (*ApprovalPackage) GetAuditRetentionRef added in v0.7.0

func (x *ApprovalPackage) GetAuditRetentionRef() string

func (*ApprovalPackage) GetCustodyBackend added in v0.7.0

func (x *ApprovalPackage) GetCustodyBackend() string

func (*ApprovalPackage) GetCustodyBackupRef added in v0.7.0

func (x *ApprovalPackage) GetCustodyBackupRef() string

func (*ApprovalPackage) GetCustodyKeyHandleRef added in v0.7.0

func (x *ApprovalPackage) GetCustodyKeyHandleRef() string

func (*ApprovalPackage) GetCustodyRotationRef added in v0.7.0

func (x *ApprovalPackage) GetCustodyRotationRef() string

func (*ApprovalPackage) GetEgressDryRun added in v0.7.0

func (x *ApprovalPackage) GetEgressDryRun() bool

func (*ApprovalPackage) GetEgressEndpointAllowlist added in v0.7.0

func (x *ApprovalPackage) GetEgressEndpointAllowlist() []string

func (*ApprovalPackage) GetEgressTlsPolicyRef added in v0.7.0

func (x *ApprovalPackage) GetEgressTlsPolicyRef() string

func (*ApprovalPackage) GetOperatorApprovalExpiresUnix added in v0.7.0

func (x *ApprovalPackage) GetOperatorApprovalExpiresUnix() int64

func (*ApprovalPackage) GetOperatorApprovalId added in v0.7.0

func (x *ApprovalPackage) GetOperatorApprovalId() string

func (*ApprovalPackage) GetOperatorApprovalScope added in v0.7.0

func (x *ApprovalPackage) GetOperatorApprovalScope() string

func (*ApprovalPackage) GetServiceAuthorizationEvidenceRef added in v0.7.0

func (x *ApprovalPackage) GetServiceAuthorizationEvidenceRef() string

func (*ApprovalPackage) GetServiceAuthorizationExpiresUnix added in v0.7.0

func (x *ApprovalPackage) GetServiceAuthorizationExpiresUnix() int64

func (*ApprovalPackage) GetServiceAuthorizationType added in v0.7.0

func (x *ApprovalPackage) GetServiceAuthorizationType() string

func (*ApprovalPackage) ProtoMessage added in v0.7.0

func (*ApprovalPackage) ProtoMessage()

func (*ApprovalPackage) ProtoReflect added in v0.7.0

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

func (*ApprovalPackage) Reset added in v0.7.0

func (x *ApprovalPackage) Reset()

func (*ApprovalPackage) String added in v0.7.0

func (x *ApprovalPackage) String() string

type BackupAuthPrepareConfig added in v0.9.0

type BackupAuthPrepareConfig struct {
	AccountRef string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*BackupAuthPrepareConfig) Descriptor deprecated added in v0.9.0

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

Deprecated: Use BackupAuthPrepareConfig.ProtoReflect.Descriptor instead.

func (*BackupAuthPrepareConfig) GetAccountRef added in v0.9.0

func (x *BackupAuthPrepareConfig) GetAccountRef() string

func (*BackupAuthPrepareConfig) ProtoMessage added in v0.9.0

func (*BackupAuthPrepareConfig) ProtoMessage()

func (*BackupAuthPrepareConfig) ProtoReflect added in v0.9.0

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

func (*BackupAuthPrepareConfig) Reset added in v0.9.0

func (x *BackupAuthPrepareConfig) Reset()

func (*BackupAuthPrepareConfig) String added in v0.9.0

func (x *BackupAuthPrepareConfig) String() string

type BackupAuthPrepareInput added in v0.9.0

type BackupAuthPrepareInput struct {
	OperationId     string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	AccountRef      string `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	IdempotencyKey  string `protobuf:"bytes,3,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	BackupRef       string `protobuf:"bytes,4,opt,name=backup_ref,json=backupRef,proto3" json:"backup_ref,omitempty"`
	AuditRef        string `protobuf:"bytes,5,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,6,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*BackupAuthPrepareInput) Descriptor deprecated added in v0.9.0

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

Deprecated: Use BackupAuthPrepareInput.ProtoReflect.Descriptor instead.

func (*BackupAuthPrepareInput) GetAccountRef added in v0.9.0

func (x *BackupAuthPrepareInput) GetAccountRef() string

func (*BackupAuthPrepareInput) GetAuditRef added in v0.9.0

func (x *BackupAuthPrepareInput) GetAuditRef() string

func (*BackupAuthPrepareInput) GetBackupRef added in v0.9.0

func (x *BackupAuthPrepareInput) GetBackupRef() string

func (*BackupAuthPrepareInput) GetIdempotencyKey added in v0.9.0

func (x *BackupAuthPrepareInput) GetIdempotencyKey() string

func (*BackupAuthPrepareInput) GetOperationId added in v0.9.0

func (x *BackupAuthPrepareInput) GetOperationId() string

func (*BackupAuthPrepareInput) GetRequestedAtUnix added in v0.9.0

func (x *BackupAuthPrepareInput) GetRequestedAtUnix() int64

func (*BackupAuthPrepareInput) ProtoMessage added in v0.9.0

func (*BackupAuthPrepareInput) ProtoMessage()

func (*BackupAuthPrepareInput) ProtoReflect added in v0.9.0

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

func (*BackupAuthPrepareInput) Reset added in v0.9.0

func (x *BackupAuthPrepareInput) Reset()

func (*BackupAuthPrepareInput) String added in v0.9.0

func (x *BackupAuthPrepareInput) String() string

type BackupManifestVerifyConfig added in v0.9.0

type BackupManifestVerifyConfig struct {
	AccountRef string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*BackupManifestVerifyConfig) Descriptor deprecated added in v0.9.0

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

Deprecated: Use BackupManifestVerifyConfig.ProtoReflect.Descriptor instead.

func (*BackupManifestVerifyConfig) GetAccountRef added in v0.9.0

func (x *BackupManifestVerifyConfig) GetAccountRef() string

func (*BackupManifestVerifyConfig) ProtoMessage added in v0.9.0

func (*BackupManifestVerifyConfig) ProtoMessage()

func (*BackupManifestVerifyConfig) ProtoReflect added in v0.9.0

func (*BackupManifestVerifyConfig) Reset added in v0.9.0

func (x *BackupManifestVerifyConfig) Reset()

func (*BackupManifestVerifyConfig) String added in v0.9.0

func (x *BackupManifestVerifyConfig) String() string

type BackupManifestVerifyInput added in v0.9.0

type BackupManifestVerifyInput struct {
	OperationId     string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	AccountRef      string `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	IdempotencyKey  string `protobuf:"bytes,3,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	BackupRef       string `protobuf:"bytes,4,opt,name=backup_ref,json=backupRef,proto3" json:"backup_ref,omitempty"`
	BackupId        string `protobuf:"bytes,5,opt,name=backup_id,json=backupId,proto3" json:"backup_id,omitempty"`
	AuditRef        string `protobuf:"bytes,6,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,7,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*BackupManifestVerifyInput) Descriptor deprecated added in v0.9.0

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

Deprecated: Use BackupManifestVerifyInput.ProtoReflect.Descriptor instead.

func (*BackupManifestVerifyInput) GetAccountRef added in v0.9.0

func (x *BackupManifestVerifyInput) GetAccountRef() string

func (*BackupManifestVerifyInput) GetAuditRef added in v0.9.0

func (x *BackupManifestVerifyInput) GetAuditRef() string

func (*BackupManifestVerifyInput) GetBackupId added in v0.9.0

func (x *BackupManifestVerifyInput) GetBackupId() string

func (*BackupManifestVerifyInput) GetBackupRef added in v0.9.0

func (x *BackupManifestVerifyInput) GetBackupRef() string

func (*BackupManifestVerifyInput) GetIdempotencyKey added in v0.9.0

func (x *BackupManifestVerifyInput) GetIdempotencyKey() string

func (*BackupManifestVerifyInput) GetOperationId added in v0.9.0

func (x *BackupManifestVerifyInput) GetOperationId() string

func (*BackupManifestVerifyInput) GetRequestedAtUnix added in v0.9.0

func (x *BackupManifestVerifyInput) GetRequestedAtUnix() int64

func (*BackupManifestVerifyInput) ProtoMessage added in v0.9.0

func (*BackupManifestVerifyInput) ProtoMessage()

func (*BackupManifestVerifyInput) ProtoReflect added in v0.9.0

func (*BackupManifestVerifyInput) Reset added in v0.9.0

func (x *BackupManifestVerifyInput) Reset()

func (*BackupManifestVerifyInput) String added in v0.9.0

func (x *BackupManifestVerifyInput) String() string

type BlobCiphertext added in v0.13.0

type BlobCiphertext struct {
	BlobRef          string `protobuf:"bytes,1,opt,name=blob_ref,json=blobRef,proto3" json:"blob_ref,omitempty"`
	Algorithm        string `protobuf:"bytes,2,opt,name=algorithm,proto3" json:"algorithm,omitempty"`
	Nonce            []byte `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Ciphertext       []byte `protobuf:"bytes,4,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"`
	CiphertextSha256 string `protobuf:"bytes,5,opt,name=ciphertext_sha256,json=ciphertextSha256,proto3" json:"ciphertext_sha256,omitempty"`
	Size             uint64 `protobuf:"varint,6,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobCiphertext) Descriptor deprecated added in v0.13.0

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

Deprecated: Use BlobCiphertext.ProtoReflect.Descriptor instead.

func (*BlobCiphertext) GetAlgorithm added in v0.13.0

func (x *BlobCiphertext) GetAlgorithm() string

func (*BlobCiphertext) GetBlobRef added in v0.13.0

func (x *BlobCiphertext) GetBlobRef() string

func (*BlobCiphertext) GetCiphertext added in v0.13.0

func (x *BlobCiphertext) GetCiphertext() []byte

func (*BlobCiphertext) GetCiphertextSha256 added in v0.13.0

func (x *BlobCiphertext) GetCiphertextSha256() string

func (*BlobCiphertext) GetNonce added in v0.13.0

func (x *BlobCiphertext) GetNonce() []byte

func (*BlobCiphertext) GetSize added in v0.13.0

func (x *BlobCiphertext) GetSize() uint64

func (*BlobCiphertext) ProtoMessage added in v0.13.0

func (*BlobCiphertext) ProtoMessage()

func (*BlobCiphertext) ProtoReflect added in v0.13.0

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

func (*BlobCiphertext) Reset added in v0.13.0

func (x *BlobCiphertext) Reset()

func (*BlobCiphertext) String added in v0.13.0

func (x *BlobCiphertext) String() string

type BlobDecryptConfig added in v0.13.0

type BlobDecryptConfig struct {
	IdentityRef       string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RequiredPrincipal string `protobuf:"bytes,2,opt,name=required_principal,json=requiredPrincipal,proto3" json:"required_principal,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobDecryptConfig) Descriptor deprecated added in v0.13.0

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

Deprecated: Use BlobDecryptConfig.ProtoReflect.Descriptor instead.

func (*BlobDecryptConfig) GetIdentityRef added in v0.13.0

func (x *BlobDecryptConfig) GetIdentityRef() string

func (*BlobDecryptConfig) GetRequiredPrincipal added in v0.13.0

func (x *BlobDecryptConfig) GetRequiredPrincipal() string

func (*BlobDecryptConfig) ProtoMessage added in v0.13.0

func (*BlobDecryptConfig) ProtoMessage()

func (*BlobDecryptConfig) ProtoReflect added in v0.13.0

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

func (*BlobDecryptConfig) Reset added in v0.13.0

func (x *BlobDecryptConfig) Reset()

func (*BlobDecryptConfig) String added in v0.13.0

func (x *BlobDecryptConfig) String() string

type BlobDecryptInput added in v0.13.0

type BlobDecryptInput struct {
	IdentityRef      string          `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	Principal        string          `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"`
	CustodyRef       string          `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AuthzRef         string          `protobuf:"bytes,4,opt,name=authz_ref,json=authzRef,proto3" json:"authz_ref,omitempty"`
	ManifestEnvelope *SignalEnvelope `protobuf:"bytes,5,opt,name=manifest_envelope,json=manifestEnvelope,proto3" json:"manifest_envelope,omitempty"`
	Blob             *BlobCiphertext `protobuf:"bytes,6,opt,name=blob,proto3" json:"blob,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobDecryptInput) Descriptor deprecated added in v0.13.0

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

Deprecated: Use BlobDecryptInput.ProtoReflect.Descriptor instead.

func (*BlobDecryptInput) GetAuthzRef added in v0.13.0

func (x *BlobDecryptInput) GetAuthzRef() string

func (*BlobDecryptInput) GetBlob added in v0.13.0

func (x *BlobDecryptInput) GetBlob() *BlobCiphertext

func (*BlobDecryptInput) GetCustodyRef added in v0.13.0

func (x *BlobDecryptInput) GetCustodyRef() string

func (*BlobDecryptInput) GetIdentityRef added in v0.13.0

func (x *BlobDecryptInput) GetIdentityRef() string

func (*BlobDecryptInput) GetManifestEnvelope added in v0.13.0

func (x *BlobDecryptInput) GetManifestEnvelope() *SignalEnvelope

func (*BlobDecryptInput) GetPrincipal added in v0.13.0

func (x *BlobDecryptInput) GetPrincipal() string

func (*BlobDecryptInput) ProtoMessage added in v0.13.0

func (*BlobDecryptInput) ProtoMessage()

func (*BlobDecryptInput) ProtoReflect added in v0.13.0

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

func (*BlobDecryptInput) Reset added in v0.13.0

func (x *BlobDecryptInput) Reset()

func (*BlobDecryptInput) String added in v0.13.0

func (x *BlobDecryptInput) String() string

type BlobDecryptOutput added in v0.13.0

type BlobDecryptOutput struct {
	Denied           bool   `protobuf:"varint,1,opt,name=denied,proto3" json:"denied,omitempty"`
	Error            string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Plaintext        []byte `protobuf:"bytes,3,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	BlobRef          string `protobuf:"bytes,4,opt,name=blob_ref,json=blobRef,proto3" json:"blob_ref,omitempty"`
	Filename         string `protobuf:"bytes,5,opt,name=filename,proto3" json:"filename,omitempty"`
	ContentType      string `protobuf:"bytes,6,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	PlaintextSha256  string `protobuf:"bytes,7,opt,name=plaintext_sha256,json=plaintextSha256,proto3" json:"plaintext_sha256,omitempty"`
	CiphertextSha256 string `protobuf:"bytes,8,opt,name=ciphertext_sha256,json=ciphertextSha256,proto3" json:"ciphertext_sha256,omitempty"`
	Verified         bool   `protobuf:"varint,9,opt,name=verified,proto3" json:"verified,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobDecryptOutput) Descriptor deprecated added in v0.13.0

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

Deprecated: Use BlobDecryptOutput.ProtoReflect.Descriptor instead.

func (*BlobDecryptOutput) GetBlobRef added in v0.13.0

func (x *BlobDecryptOutput) GetBlobRef() string

func (*BlobDecryptOutput) GetCiphertextSha256 added in v0.13.0

func (x *BlobDecryptOutput) GetCiphertextSha256() string

func (*BlobDecryptOutput) GetContentType added in v0.13.0

func (x *BlobDecryptOutput) GetContentType() string

func (*BlobDecryptOutput) GetDenied added in v0.13.0

func (x *BlobDecryptOutput) GetDenied() bool

func (*BlobDecryptOutput) GetError added in v0.13.0

func (x *BlobDecryptOutput) GetError() string

func (*BlobDecryptOutput) GetFilename added in v0.13.0

func (x *BlobDecryptOutput) GetFilename() string

func (*BlobDecryptOutput) GetPlaintext added in v0.13.0

func (x *BlobDecryptOutput) GetPlaintext() []byte

func (*BlobDecryptOutput) GetPlaintextSha256 added in v0.13.0

func (x *BlobDecryptOutput) GetPlaintextSha256() string

func (*BlobDecryptOutput) GetVerified added in v0.13.0

func (x *BlobDecryptOutput) GetVerified() bool

func (*BlobDecryptOutput) ProtoMessage added in v0.13.0

func (*BlobDecryptOutput) ProtoMessage()

func (*BlobDecryptOutput) ProtoReflect added in v0.13.0

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

func (*BlobDecryptOutput) Reset added in v0.13.0

func (x *BlobDecryptOutput) Reset()

func (*BlobDecryptOutput) String added in v0.13.0

func (x *BlobDecryptOutput) String() string

type BlobEncryptConfig added in v0.13.0

type BlobEncryptConfig struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobEncryptConfig) Descriptor deprecated added in v0.13.0

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

Deprecated: Use BlobEncryptConfig.ProtoReflect.Descriptor instead.

func (*BlobEncryptConfig) GetIdentityRef added in v0.13.0

func (x *BlobEncryptConfig) GetIdentityRef() string

func (*BlobEncryptConfig) ProtoMessage added in v0.13.0

func (*BlobEncryptConfig) ProtoMessage()

func (*BlobEncryptConfig) ProtoReflect added in v0.13.0

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

func (*BlobEncryptConfig) Reset added in v0.13.0

func (x *BlobEncryptConfig) Reset()

func (*BlobEncryptConfig) String added in v0.13.0

func (x *BlobEncryptConfig) String() string

type BlobEncryptInput added in v0.13.0

type BlobEncryptInput struct {
	IdentityRef     string        `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RemoteId        string        `protobuf:"bytes,2,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	RemoteDeviceId  uint32        `protobuf:"varint,3,opt,name=remote_device_id,json=remoteDeviceId,proto3" json:"remote_device_id,omitempty"`
	RemoteBundle    *PreKeyBundle `protobuf:"bytes,4,opt,name=remote_bundle,json=remoteBundle,proto3" json:"remote_bundle,omitempty"`
	BlobRef         string        `protobuf:"bytes,5,opt,name=blob_ref,json=blobRef,proto3" json:"blob_ref,omitempty"`
	Filename        string        `protobuf:"bytes,6,opt,name=filename,proto3" json:"filename,omitempty"`
	ContentType     string        `protobuf:"bytes,7,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	Plaintext       []byte        `protobuf:"bytes,8,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	AadContext      string        `protobuf:"bytes,9,opt,name=aad_context,json=aadContext,proto3" json:"aad_context,omitempty"`
	RequestedAtUnix int64         `protobuf:"varint,10,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobEncryptInput) Descriptor deprecated added in v0.13.0

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

Deprecated: Use BlobEncryptInput.ProtoReflect.Descriptor instead.

func (*BlobEncryptInput) GetAadContext added in v0.13.0

func (x *BlobEncryptInput) GetAadContext() string

func (*BlobEncryptInput) GetBlobRef added in v0.13.0

func (x *BlobEncryptInput) GetBlobRef() string

func (*BlobEncryptInput) GetContentType added in v0.13.0

func (x *BlobEncryptInput) GetContentType() string

func (*BlobEncryptInput) GetFilename added in v0.13.0

func (x *BlobEncryptInput) GetFilename() string

func (*BlobEncryptInput) GetIdentityRef added in v0.13.0

func (x *BlobEncryptInput) GetIdentityRef() string

func (*BlobEncryptInput) GetPlaintext added in v0.13.0

func (x *BlobEncryptInput) GetPlaintext() []byte

func (*BlobEncryptInput) GetRemoteBundle added in v0.13.0

func (x *BlobEncryptInput) GetRemoteBundle() *PreKeyBundle

func (*BlobEncryptInput) GetRemoteDeviceId added in v0.13.0

func (x *BlobEncryptInput) GetRemoteDeviceId() uint32

func (*BlobEncryptInput) GetRemoteId added in v0.13.0

func (x *BlobEncryptInput) GetRemoteId() string

func (*BlobEncryptInput) GetRequestedAtUnix added in v0.13.0

func (x *BlobEncryptInput) GetRequestedAtUnix() int64

func (*BlobEncryptInput) ProtoMessage added in v0.13.0

func (*BlobEncryptInput) ProtoMessage()

func (*BlobEncryptInput) ProtoReflect added in v0.13.0

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

func (*BlobEncryptInput) Reset added in v0.13.0

func (x *BlobEncryptInput) Reset()

func (*BlobEncryptInput) String added in v0.13.0

func (x *BlobEncryptInput) String() string

type BlobEncryptOutput added in v0.13.0

type BlobEncryptOutput struct {
	Blob             *BlobCiphertext `protobuf:"bytes,1,opt,name=blob,proto3" json:"blob,omitempty"`
	ManifestEnvelope *SignalEnvelope `protobuf:"bytes,2,opt,name=manifest_envelope,json=manifestEnvelope,proto3" json:"manifest_envelope,omitempty"`
	ManifestRef      string          `protobuf:"bytes,3,opt,name=manifest_ref,json=manifestRef,proto3" json:"manifest_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobEncryptOutput) Descriptor deprecated added in v0.13.0

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

Deprecated: Use BlobEncryptOutput.ProtoReflect.Descriptor instead.

func (*BlobEncryptOutput) GetBlob added in v0.13.0

func (x *BlobEncryptOutput) GetBlob() *BlobCiphertext

func (*BlobEncryptOutput) GetManifestEnvelope added in v0.13.0

func (x *BlobEncryptOutput) GetManifestEnvelope() *SignalEnvelope

func (*BlobEncryptOutput) GetManifestRef added in v0.13.0

func (x *BlobEncryptOutput) GetManifestRef() string

func (*BlobEncryptOutput) ProtoMessage added in v0.13.0

func (*BlobEncryptOutput) ProtoMessage()

func (*BlobEncryptOutput) ProtoReflect added in v0.13.0

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

func (*BlobEncryptOutput) Reset added in v0.13.0

func (x *BlobEncryptOutput) Reset()

func (*BlobEncryptOutput) String added in v0.13.0

func (x *BlobEncryptOutput) String() string

type CustodyAttestConfig added in v0.12.0

type CustodyAttestConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyAttestConfig) Descriptor deprecated added in v0.12.0

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

Deprecated: Use CustodyAttestConfig.ProtoReflect.Descriptor instead.

func (*CustodyAttestConfig) GetStoreRef added in v0.12.0

func (x *CustodyAttestConfig) GetStoreRef() string

func (*CustodyAttestConfig) ProtoMessage added in v0.12.0

func (*CustodyAttestConfig) ProtoMessage()

func (*CustodyAttestConfig) ProtoReflect added in v0.12.0

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

func (*CustodyAttestConfig) Reset added in v0.12.0

func (x *CustodyAttestConfig) Reset()

func (*CustodyAttestConfig) String added in v0.12.0

func (x *CustodyAttestConfig) String() string

type CustodyAttestInput added in v0.12.0

type CustodyAttestInput struct {
	CustodyRef      string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AudienceRef     string `protobuf:"bytes,2,opt,name=audience_ref,json=audienceRef,proto3" json:"audience_ref,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,3,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyAttestInput) Descriptor deprecated added in v0.12.0

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

Deprecated: Use CustodyAttestInput.ProtoReflect.Descriptor instead.

func (*CustodyAttestInput) GetAudienceRef added in v0.12.0

func (x *CustodyAttestInput) GetAudienceRef() string

func (*CustodyAttestInput) GetCustodyRef added in v0.12.0

func (x *CustodyAttestInput) GetCustodyRef() string

func (*CustodyAttestInput) GetRequestedAtUnix added in v0.12.0

func (x *CustodyAttestInput) GetRequestedAtUnix() int64

func (*CustodyAttestInput) ProtoMessage added in v0.12.0

func (*CustodyAttestInput) ProtoMessage()

func (*CustodyAttestInput) ProtoReflect added in v0.12.0

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

func (*CustodyAttestInput) Reset added in v0.12.0

func (x *CustodyAttestInput) Reset()

func (*CustodyAttestInput) String added in v0.12.0

func (x *CustodyAttestInput) String() string

type CustodyAttestOutput added in v0.12.0

type CustodyAttestOutput struct {
	CustodyRef     string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	Metadata       *CustodyMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	AttestationRef string           `protobuf:"bytes,3,opt,name=attestation_ref,json=attestationRef,proto3" json:"attestation_ref,omitempty"`
	EvidenceRef    string           `protobuf:"bytes,4,opt,name=evidence_ref,json=evidenceRef,proto3" json:"evidence_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyAttestOutput) Descriptor deprecated added in v0.12.0

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

Deprecated: Use CustodyAttestOutput.ProtoReflect.Descriptor instead.

func (*CustodyAttestOutput) GetAttestationRef added in v0.12.0

func (x *CustodyAttestOutput) GetAttestationRef() string

func (*CustodyAttestOutput) GetCustodyRef added in v0.12.0

func (x *CustodyAttestOutput) GetCustodyRef() string

func (*CustodyAttestOutput) GetEvidenceRef added in v0.12.0

func (x *CustodyAttestOutput) GetEvidenceRef() string

func (*CustodyAttestOutput) GetMetadata added in v0.12.0

func (x *CustodyAttestOutput) GetMetadata() *CustodyMetadata

func (*CustodyAttestOutput) ProtoMessage added in v0.12.0

func (*CustodyAttestOutput) ProtoMessage()

func (*CustodyAttestOutput) ProtoReflect added in v0.12.0

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

func (*CustodyAttestOutput) Reset added in v0.12.0

func (x *CustodyAttestOutput) Reset()

func (*CustodyAttestOutput) String added in v0.12.0

func (x *CustodyAttestOutput) String() string

type CustodyCreateConfig added in v0.8.0

type CustodyCreateConfig struct {
	StoreRef   string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	AccountRef string `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyCreateConfig) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyCreateConfig.ProtoReflect.Descriptor instead.

func (*CustodyCreateConfig) GetAccountRef added in v0.8.0

func (x *CustodyCreateConfig) GetAccountRef() string

func (*CustodyCreateConfig) GetStoreRef added in v0.8.0

func (x *CustodyCreateConfig) GetStoreRef() string

func (*CustodyCreateConfig) ProtoMessage added in v0.8.0

func (*CustodyCreateConfig) ProtoMessage()

func (*CustodyCreateConfig) ProtoReflect added in v0.8.0

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

func (*CustodyCreateConfig) Reset added in v0.8.0

func (x *CustodyCreateConfig) Reset()

func (*CustodyCreateConfig) String added in v0.8.0

func (x *CustodyCreateConfig) String() string

type CustodyCreateInput added in v0.8.0

type CustodyCreateInput struct {
	StoreRef        string   `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	AccountRef      string   `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef       string   `protobuf:"bytes,3,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	MaterialRefs    []string `protobuf:"bytes,4,rep,name=material_refs,json=materialRefs,proto3" json:"material_refs,omitempty"`
	IdempotencyKey  string   `protobuf:"bytes,5,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	RequestedAtUnix int64    `protobuf:"varint,6,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyCreateInput) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyCreateInput.ProtoReflect.Descriptor instead.

func (*CustodyCreateInput) GetAccountRef added in v0.8.0

func (x *CustodyCreateInput) GetAccountRef() string

func (*CustodyCreateInput) GetDeviceRef added in v0.8.0

func (x *CustodyCreateInput) GetDeviceRef() string

func (*CustodyCreateInput) GetIdempotencyKey added in v0.8.0

func (x *CustodyCreateInput) GetIdempotencyKey() string

func (*CustodyCreateInput) GetMaterialRefs added in v0.8.0

func (x *CustodyCreateInput) GetMaterialRefs() []string

func (*CustodyCreateInput) GetRequestedAtUnix added in v0.8.0

func (x *CustodyCreateInput) GetRequestedAtUnix() int64

func (*CustodyCreateInput) GetStoreRef added in v0.8.0

func (x *CustodyCreateInput) GetStoreRef() string

func (*CustodyCreateInput) ProtoMessage added in v0.8.0

func (*CustodyCreateInput) ProtoMessage()

func (*CustodyCreateInput) ProtoReflect added in v0.8.0

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

func (*CustodyCreateInput) Reset added in v0.8.0

func (x *CustodyCreateInput) Reset()

func (*CustodyCreateInput) String added in v0.8.0

func (x *CustodyCreateInput) String() string

type CustodyCreateOutput added in v0.8.0

type CustodyCreateOutput struct {
	CustodyRef string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	Metadata   *CustodyMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	AuditRef   string           `protobuf:"bytes,3,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyCreateOutput) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyCreateOutput.ProtoReflect.Descriptor instead.

func (*CustodyCreateOutput) GetAuditRef added in v0.8.0

func (x *CustodyCreateOutput) GetAuditRef() string

func (*CustodyCreateOutput) GetCustodyRef added in v0.8.0

func (x *CustodyCreateOutput) GetCustodyRef() string

func (*CustodyCreateOutput) GetMetadata added in v0.8.0

func (x *CustodyCreateOutput) GetMetadata() *CustodyMetadata

func (*CustodyCreateOutput) ProtoMessage added in v0.8.0

func (*CustodyCreateOutput) ProtoMessage()

func (*CustodyCreateOutput) ProtoReflect added in v0.8.0

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

func (*CustodyCreateOutput) Reset added in v0.8.0

func (x *CustodyCreateOutput) Reset()

func (*CustodyCreateOutput) String added in v0.8.0

func (x *CustodyCreateOutput) String() string

type CustodyExportRequestConfig added in v0.12.0

type CustodyExportRequestConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyExportRequestConfig) Descriptor deprecated added in v0.12.0

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

Deprecated: Use CustodyExportRequestConfig.ProtoReflect.Descriptor instead.

func (*CustodyExportRequestConfig) GetStoreRef added in v0.12.0

func (x *CustodyExportRequestConfig) GetStoreRef() string

func (*CustodyExportRequestConfig) ProtoMessage added in v0.12.0

func (*CustodyExportRequestConfig) ProtoMessage()

func (*CustodyExportRequestConfig) ProtoReflect added in v0.12.0

func (*CustodyExportRequestConfig) Reset added in v0.12.0

func (x *CustodyExportRequestConfig) Reset()

func (*CustodyExportRequestConfig) String added in v0.12.0

func (x *CustodyExportRequestConfig) String() string

type CustodyExportRequestInput added in v0.12.0

type CustodyExportRequestInput struct {
	CustodyRef      string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	RequesterRef    string `protobuf:"bytes,2,opt,name=requester_ref,json=requesterRef,proto3" json:"requester_ref,omitempty"`
	ReasonRef       string `protobuf:"bytes,3,opt,name=reason_ref,json=reasonRef,proto3" json:"reason_ref,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,4,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyExportRequestInput) Descriptor deprecated added in v0.12.0

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

Deprecated: Use CustodyExportRequestInput.ProtoReflect.Descriptor instead.

func (*CustodyExportRequestInput) GetCustodyRef added in v0.12.0

func (x *CustodyExportRequestInput) GetCustodyRef() string

func (*CustodyExportRequestInput) GetReasonRef added in v0.12.0

func (x *CustodyExportRequestInput) GetReasonRef() string

func (*CustodyExportRequestInput) GetRequestedAtUnix added in v0.12.0

func (x *CustodyExportRequestInput) GetRequestedAtUnix() int64

func (*CustodyExportRequestInput) GetRequesterRef added in v0.12.0

func (x *CustodyExportRequestInput) GetRequesterRef() string

func (*CustodyExportRequestInput) ProtoMessage added in v0.12.0

func (*CustodyExportRequestInput) ProtoMessage()

func (*CustodyExportRequestInput) ProtoReflect added in v0.12.0

func (*CustodyExportRequestInput) Reset added in v0.12.0

func (x *CustodyExportRequestInput) Reset()

func (*CustodyExportRequestInput) String added in v0.12.0

func (x *CustodyExportRequestInput) String() string

type CustodyExportRequestOutput added in v0.12.0

type CustodyExportRequestOutput struct {
	CustodyRef          string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	ExportRequestRef    string           `protobuf:"bytes,2,opt,name=export_request_ref,json=exportRequestRef,proto3" json:"export_request_ref,omitempty"`
	ApprovalRequiredRef string           `protobuf:"bytes,3,opt,name=approval_required_ref,json=approvalRequiredRef,proto3" json:"approval_required_ref,omitempty"`
	Status              string           `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Metadata            *CustodyMetadata `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyExportRequestOutput) Descriptor deprecated added in v0.12.0

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

Deprecated: Use CustodyExportRequestOutput.ProtoReflect.Descriptor instead.

func (*CustodyExportRequestOutput) GetApprovalRequiredRef added in v0.12.0

func (x *CustodyExportRequestOutput) GetApprovalRequiredRef() string

func (*CustodyExportRequestOutput) GetCustodyRef added in v0.12.0

func (x *CustodyExportRequestOutput) GetCustodyRef() string

func (*CustodyExportRequestOutput) GetExportRequestRef added in v0.12.0

func (x *CustodyExportRequestOutput) GetExportRequestRef() string

func (*CustodyExportRequestOutput) GetMetadata added in v0.12.0

func (x *CustodyExportRequestOutput) GetMetadata() *CustodyMetadata

func (*CustodyExportRequestOutput) GetStatus added in v0.12.0

func (x *CustodyExportRequestOutput) GetStatus() string

func (*CustodyExportRequestOutput) ProtoMessage added in v0.12.0

func (*CustodyExportRequestOutput) ProtoMessage()

func (*CustodyExportRequestOutput) ProtoReflect added in v0.12.0

func (*CustodyExportRequestOutput) Reset added in v0.12.0

func (x *CustodyExportRequestOutput) Reset()

func (*CustodyExportRequestOutput) String added in v0.12.0

func (x *CustodyExportRequestOutput) String() string

type CustodyInspectConfig added in v0.8.0

type CustodyInspectConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyInspectConfig) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyInspectConfig.ProtoReflect.Descriptor instead.

func (*CustodyInspectConfig) GetStoreRef added in v0.8.0

func (x *CustodyInspectConfig) GetStoreRef() string

func (*CustodyInspectConfig) ProtoMessage added in v0.8.0

func (*CustodyInspectConfig) ProtoMessage()

func (*CustodyInspectConfig) ProtoReflect added in v0.8.0

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

func (*CustodyInspectConfig) Reset added in v0.8.0

func (x *CustodyInspectConfig) Reset()

func (*CustodyInspectConfig) String added in v0.8.0

func (x *CustodyInspectConfig) String() string

type CustodyInspectInput added in v0.8.0

type CustodyInspectInput struct {
	CustodyRef string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyInspectInput) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyInspectInput.ProtoReflect.Descriptor instead.

func (*CustodyInspectInput) GetCustodyRef added in v0.8.0

func (x *CustodyInspectInput) GetCustodyRef() string

func (*CustodyInspectInput) ProtoMessage added in v0.8.0

func (*CustodyInspectInput) ProtoMessage()

func (*CustodyInspectInput) ProtoReflect added in v0.8.0

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

func (*CustodyInspectInput) Reset added in v0.8.0

func (x *CustodyInspectInput) Reset()

func (*CustodyInspectInput) String added in v0.8.0

func (x *CustodyInspectInput) String() string

type CustodyInspectOutput added in v0.8.0

type CustodyInspectOutput struct {
	CustodyRef string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	Metadata   *CustodyMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyInspectOutput) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyInspectOutput.ProtoReflect.Descriptor instead.

func (*CustodyInspectOutput) GetCustodyRef added in v0.8.0

func (x *CustodyInspectOutput) GetCustodyRef() string

func (*CustodyInspectOutput) GetMetadata added in v0.8.0

func (x *CustodyInspectOutput) GetMetadata() *CustodyMetadata

func (*CustodyInspectOutput) ProtoMessage added in v0.8.0

func (*CustodyInspectOutput) ProtoMessage()

func (*CustodyInspectOutput) ProtoReflect added in v0.8.0

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

func (*CustodyInspectOutput) Reset added in v0.8.0

func (x *CustodyInspectOutput) Reset()

func (*CustodyInspectOutput) String added in v0.8.0

func (x *CustodyInspectOutput) String() string

type CustodyMetadata added in v0.8.0

type CustodyMetadata struct {
	BackendId     string `protobuf:"bytes,1,opt,name=backend_id,json=backendId,proto3" json:"backend_id,omitempty"`
	RefId         string `protobuf:"bytes,2,opt,name=ref_id,json=refId,proto3" json:"ref_id,omitempty"`
	SchemaVersion uint32 `protobuf:"varint,3,opt,name=schema_version,json=schemaVersion,proto3" json:"schema_version,omitempty"`
	KekRef        string `protobuf:"bytes,4,opt,name=kek_ref,json=kekRef,proto3" json:"kek_ref,omitempty"`
	KekVersion    string `protobuf:"bytes,5,opt,name=kek_version,json=kekVersion,proto3" json:"kek_version,omitempty"`
	CreatedAtUnix int64  `protobuf:"varint,6,opt,name=created_at_unix,json=createdAtUnix,proto3" json:"created_at_unix,omitempty"`
	RotatedAtUnix int64  `protobuf:"varint,7,opt,name=rotated_at_unix,json=rotatedAtUnix,proto3" json:"rotated_at_unix,omitempty"`
	RevokedAtUnix int64  `protobuf:"varint,8,opt,name=revoked_at_unix,json=revokedAtUnix,proto3" json:"revoked_at_unix,omitempty"`
	State         string `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"`
	AccountRef    string `protobuf:"bytes,10,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef     string `protobuf:"bytes,11,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyMetadata) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyMetadata.ProtoReflect.Descriptor instead.

func (*CustodyMetadata) GetAccountRef added in v0.8.0

func (x *CustodyMetadata) GetAccountRef() string

func (*CustodyMetadata) GetBackendId added in v0.8.0

func (x *CustodyMetadata) GetBackendId() string

func (*CustodyMetadata) GetCreatedAtUnix added in v0.8.0

func (x *CustodyMetadata) GetCreatedAtUnix() int64

func (*CustodyMetadata) GetDeviceRef added in v0.8.0

func (x *CustodyMetadata) GetDeviceRef() string

func (*CustodyMetadata) GetKekRef added in v0.8.0

func (x *CustodyMetadata) GetKekRef() string

func (*CustodyMetadata) GetKekVersion added in v0.8.0

func (x *CustodyMetadata) GetKekVersion() string

func (*CustodyMetadata) GetRefId added in v0.8.0

func (x *CustodyMetadata) GetRefId() string

func (*CustodyMetadata) GetRevokedAtUnix added in v0.8.0

func (x *CustodyMetadata) GetRevokedAtUnix() int64

func (*CustodyMetadata) GetRotatedAtUnix added in v0.8.0

func (x *CustodyMetadata) GetRotatedAtUnix() int64

func (*CustodyMetadata) GetSchemaVersion added in v0.8.0

func (x *CustodyMetadata) GetSchemaVersion() uint32

func (*CustodyMetadata) GetState added in v0.8.0

func (x *CustodyMetadata) GetState() string

func (*CustodyMetadata) ProtoMessage added in v0.8.0

func (*CustodyMetadata) ProtoMessage()

func (*CustodyMetadata) ProtoReflect added in v0.8.0

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

func (*CustodyMetadata) Reset added in v0.8.0

func (x *CustodyMetadata) Reset()

func (*CustodyMetadata) String added in v0.8.0

func (x *CustodyMetadata) String() string

type CustodyRestoreConfig added in v0.8.0

type CustodyRestoreConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRestoreConfig) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyRestoreConfig.ProtoReflect.Descriptor instead.

func (*CustodyRestoreConfig) GetStoreRef added in v0.8.0

func (x *CustodyRestoreConfig) GetStoreRef() string

func (*CustodyRestoreConfig) ProtoMessage added in v0.8.0

func (*CustodyRestoreConfig) ProtoMessage()

func (*CustodyRestoreConfig) ProtoReflect added in v0.8.0

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

func (*CustodyRestoreConfig) Reset added in v0.8.0

func (x *CustodyRestoreConfig) Reset()

func (*CustodyRestoreConfig) String added in v0.8.0

func (x *CustodyRestoreConfig) String() string

type CustodyRestoreInput added in v0.8.0

type CustodyRestoreInput struct {
	CustodyRef      string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	SealedBundleRef string `protobuf:"bytes,2,opt,name=sealed_bundle_ref,json=sealedBundleRef,proto3" json:"sealed_bundle_ref,omitempty"`
	KekRef          string `protobuf:"bytes,3,opt,name=kek_ref,json=kekRef,proto3" json:"kek_ref,omitempty"`
	KekVersion      string `protobuf:"bytes,4,opt,name=kek_version,json=kekVersion,proto3" json:"kek_version,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRestoreInput) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyRestoreInput.ProtoReflect.Descriptor instead.

func (*CustodyRestoreInput) GetCustodyRef added in v0.8.0

func (x *CustodyRestoreInput) GetCustodyRef() string

func (*CustodyRestoreInput) GetKekRef added in v0.8.0

func (x *CustodyRestoreInput) GetKekRef() string

func (*CustodyRestoreInput) GetKekVersion added in v0.8.0

func (x *CustodyRestoreInput) GetKekVersion() string

func (*CustodyRestoreInput) GetSealedBundleRef added in v0.8.0

func (x *CustodyRestoreInput) GetSealedBundleRef() string

func (*CustodyRestoreInput) ProtoMessage added in v0.8.0

func (*CustodyRestoreInput) ProtoMessage()

func (*CustodyRestoreInput) ProtoReflect added in v0.8.0

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

func (*CustodyRestoreInput) Reset added in v0.8.0

func (x *CustodyRestoreInput) Reset()

func (*CustodyRestoreInput) String added in v0.8.0

func (x *CustodyRestoreInput) String() string

type CustodyRestoreOutput added in v0.8.0

type CustodyRestoreOutput struct {
	CustodyRef string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	Metadata   *CustodyMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	AuditRef   string           `protobuf:"bytes,3,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRestoreOutput) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyRestoreOutput.ProtoReflect.Descriptor instead.

func (*CustodyRestoreOutput) GetAuditRef added in v0.8.0

func (x *CustodyRestoreOutput) GetAuditRef() string

func (*CustodyRestoreOutput) GetCustodyRef added in v0.8.0

func (x *CustodyRestoreOutput) GetCustodyRef() string

func (*CustodyRestoreOutput) GetMetadata added in v0.8.0

func (x *CustodyRestoreOutput) GetMetadata() *CustodyMetadata

func (*CustodyRestoreOutput) ProtoMessage added in v0.8.0

func (*CustodyRestoreOutput) ProtoMessage()

func (*CustodyRestoreOutput) ProtoReflect added in v0.8.0

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

func (*CustodyRestoreOutput) Reset added in v0.8.0

func (x *CustodyRestoreOutput) Reset()

func (*CustodyRestoreOutput) String added in v0.8.0

func (x *CustodyRestoreOutput) String() string

type CustodyRevokeConfig added in v0.8.0

type CustodyRevokeConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRevokeConfig) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyRevokeConfig.ProtoReflect.Descriptor instead.

func (*CustodyRevokeConfig) GetStoreRef added in v0.8.0

func (x *CustodyRevokeConfig) GetStoreRef() string

func (*CustodyRevokeConfig) ProtoMessage added in v0.8.0

func (*CustodyRevokeConfig) ProtoMessage()

func (*CustodyRevokeConfig) ProtoReflect added in v0.8.0

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

func (*CustodyRevokeConfig) Reset added in v0.8.0

func (x *CustodyRevokeConfig) Reset()

func (*CustodyRevokeConfig) String added in v0.8.0

func (x *CustodyRevokeConfig) String() string

type CustodyRevokeInput added in v0.8.0

type CustodyRevokeInput struct {
	CustodyRef      string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,3,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRevokeInput) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyRevokeInput.ProtoReflect.Descriptor instead.

func (*CustodyRevokeInput) GetCustodyRef added in v0.8.0

func (x *CustodyRevokeInput) GetCustodyRef() string

func (*CustodyRevokeInput) GetRequestedAtUnix added in v0.8.0

func (x *CustodyRevokeInput) GetRequestedAtUnix() int64

func (*CustodyRevokeInput) ProtoMessage added in v0.8.0

func (*CustodyRevokeInput) ProtoMessage()

func (*CustodyRevokeInput) ProtoReflect added in v0.8.0

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

func (*CustodyRevokeInput) Reset added in v0.8.0

func (x *CustodyRevokeInput) Reset()

func (*CustodyRevokeInput) String added in v0.8.0

func (x *CustodyRevokeInput) String() string

type CustodyRevokeOutput added in v0.8.0

type CustodyRevokeOutput struct {
	CustodyRef string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	Metadata   *CustodyMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	AuditRef   string           `protobuf:"bytes,3,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRevokeOutput) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyRevokeOutput.ProtoReflect.Descriptor instead.

func (*CustodyRevokeOutput) GetAuditRef added in v0.8.0

func (x *CustodyRevokeOutput) GetAuditRef() string

func (*CustodyRevokeOutput) GetCustodyRef added in v0.8.0

func (x *CustodyRevokeOutput) GetCustodyRef() string

func (*CustodyRevokeOutput) GetMetadata added in v0.8.0

func (x *CustodyRevokeOutput) GetMetadata() *CustodyMetadata

func (*CustodyRevokeOutput) ProtoMessage added in v0.8.0

func (*CustodyRevokeOutput) ProtoMessage()

func (*CustodyRevokeOutput) ProtoReflect added in v0.8.0

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

func (*CustodyRevokeOutput) Reset added in v0.8.0

func (x *CustodyRevokeOutput) Reset()

func (*CustodyRevokeOutput) String added in v0.8.0

func (x *CustodyRevokeOutput) String() string

type CustodyRotateConfig added in v0.8.0

type CustodyRotateConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRotateConfig) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyRotateConfig.ProtoReflect.Descriptor instead.

func (*CustodyRotateConfig) GetStoreRef added in v0.8.0

func (x *CustodyRotateConfig) GetStoreRef() string

func (*CustodyRotateConfig) ProtoMessage added in v0.8.0

func (*CustodyRotateConfig) ProtoMessage()

func (*CustodyRotateConfig) ProtoReflect added in v0.8.0

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

func (*CustodyRotateConfig) Reset added in v0.8.0

func (x *CustodyRotateConfig) Reset()

func (*CustodyRotateConfig) String added in v0.8.0

func (x *CustodyRotateConfig) String() string

type CustodyRotateInput added in v0.8.0

type CustodyRotateInput struct {
	CustodyRef      string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	NewKekRef       string `protobuf:"bytes,2,opt,name=new_kek_ref,json=newKekRef,proto3" json:"new_kek_ref,omitempty"`
	NewKekVersion   string `protobuf:"bytes,3,opt,name=new_kek_version,json=newKekVersion,proto3" json:"new_kek_version,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,5,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRotateInput) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyRotateInput.ProtoReflect.Descriptor instead.

func (*CustodyRotateInput) GetCustodyRef added in v0.8.0

func (x *CustodyRotateInput) GetCustodyRef() string

func (*CustodyRotateInput) GetNewKekRef added in v0.8.0

func (x *CustodyRotateInput) GetNewKekRef() string

func (*CustodyRotateInput) GetNewKekVersion added in v0.8.0

func (x *CustodyRotateInput) GetNewKekVersion() string

func (*CustodyRotateInput) GetRequestedAtUnix added in v0.8.0

func (x *CustodyRotateInput) GetRequestedAtUnix() int64

func (*CustodyRotateInput) ProtoMessage added in v0.8.0

func (*CustodyRotateInput) ProtoMessage()

func (*CustodyRotateInput) ProtoReflect added in v0.8.0

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

func (*CustodyRotateInput) Reset added in v0.8.0

func (x *CustodyRotateInput) Reset()

func (*CustodyRotateInput) String added in v0.8.0

func (x *CustodyRotateInput) String() string

type CustodyRotateOutput added in v0.8.0

type CustodyRotateOutput struct {
	CustodyRef  string           `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	Metadata    *CustodyMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	OldRefState string           `protobuf:"bytes,3,opt,name=old_ref_state,json=oldRefState,proto3" json:"old_ref_state,omitempty"`
	AuditRef    string           `protobuf:"bytes,4,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyRotateOutput) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyRotateOutput.ProtoReflect.Descriptor instead.

func (*CustodyRotateOutput) GetAuditRef added in v0.8.0

func (x *CustodyRotateOutput) GetAuditRef() string

func (*CustodyRotateOutput) GetCustodyRef added in v0.8.0

func (x *CustodyRotateOutput) GetCustodyRef() string

func (*CustodyRotateOutput) GetMetadata added in v0.8.0

func (x *CustodyRotateOutput) GetMetadata() *CustodyMetadata

func (*CustodyRotateOutput) GetOldRefState added in v0.8.0

func (x *CustodyRotateOutput) GetOldRefState() string

func (*CustodyRotateOutput) ProtoMessage added in v0.8.0

func (*CustodyRotateOutput) ProtoMessage()

func (*CustodyRotateOutput) ProtoReflect added in v0.8.0

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

func (*CustodyRotateOutput) Reset added in v0.8.0

func (x *CustodyRotateOutput) Reset()

func (*CustodyRotateOutput) String added in v0.8.0

func (x *CustodyRotateOutput) String() string

type CustodyStoreConfig added in v0.8.0

type CustodyStoreConfig struct {
	BackendId             string `protobuf:"bytes,1,opt,name=backend_id,json=backendId,proto3" json:"backend_id,omitempty"`
	Backend               string `protobuf:"bytes,2,opt,name=backend,proto3" json:"backend,omitempty"`
	StoragePath           string `protobuf:"bytes,3,opt,name=storage_path,json=storagePath,proto3" json:"storage_path,omitempty"`
	KekRef                string `protobuf:"bytes,4,opt,name=kek_ref,json=kekRef,proto3" json:"kek_ref,omitempty"`
	KekVersion            string `protobuf:"bytes,5,opt,name=kek_version,json=kekVersion,proto3" json:"kek_version,omitempty"`
	SchemaVersion         uint32 `protobuf:"varint,6,opt,name=schema_version,json=schemaVersion,proto3" json:"schema_version,omitempty"`
	AllowTestBackend      bool   `protobuf:"varint,7,opt,name=allow_test_backend,json=allowTestBackend,proto3" json:"allow_test_backend,omitempty"`
	AllowLocalFileCustody bool   `` /* 129-byte string literal not displayed */
	PolicyMode            string `protobuf:"bytes,9,opt,name=policy_mode,json=policyMode,proto3" json:"policy_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*CustodyStoreConfig) Descriptor deprecated added in v0.8.0

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

Deprecated: Use CustodyStoreConfig.ProtoReflect.Descriptor instead.

func (*CustodyStoreConfig) GetAllowLocalFileCustody added in v0.12.0

func (x *CustodyStoreConfig) GetAllowLocalFileCustody() bool

func (*CustodyStoreConfig) GetAllowTestBackend added in v0.8.0

func (x *CustodyStoreConfig) GetAllowTestBackend() bool

func (*CustodyStoreConfig) GetBackend added in v0.8.0

func (x *CustodyStoreConfig) GetBackend() string

func (*CustodyStoreConfig) GetBackendId added in v0.8.0

func (x *CustodyStoreConfig) GetBackendId() string

func (*CustodyStoreConfig) GetKekRef added in v0.8.0

func (x *CustodyStoreConfig) GetKekRef() string

func (*CustodyStoreConfig) GetKekVersion added in v0.8.0

func (x *CustodyStoreConfig) GetKekVersion() string

func (*CustodyStoreConfig) GetPolicyMode added in v0.12.0

func (x *CustodyStoreConfig) GetPolicyMode() string

func (*CustodyStoreConfig) GetSchemaVersion added in v0.8.0

func (x *CustodyStoreConfig) GetSchemaVersion() uint32

func (*CustodyStoreConfig) GetStoragePath added in v0.8.0

func (x *CustodyStoreConfig) GetStoragePath() string

func (*CustodyStoreConfig) ProtoMessage added in v0.8.0

func (*CustodyStoreConfig) ProtoMessage()

func (*CustodyStoreConfig) ProtoReflect added in v0.8.0

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

func (*CustodyStoreConfig) Reset added in v0.8.0

func (x *CustodyStoreConfig) Reset()

func (*CustodyStoreConfig) String added in v0.8.0

func (x *CustodyStoreConfig) String() string

type EnvelopeQueueMetadata added in v0.12.0

type EnvelopeQueueMetadata struct {
	EnvelopeRef    string `protobuf:"bytes,1,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	Queue          string `protobuf:"bytes,2,opt,name=queue,proto3" json:"queue,omitempty"`
	Status         string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	SenderRef      string `protobuf:"bytes,4,opt,name=sender_ref,json=senderRef,proto3" json:"sender_ref,omitempty"`
	RecipientRef   string `protobuf:"bytes,5,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	CustodyRef     string `protobuf:"bytes,6,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AuthzRef       string `protobuf:"bytes,7,opt,name=authz_ref,json=authzRef,proto3" json:"authz_ref,omitempty"`
	MessageRef     string `protobuf:"bytes,8,opt,name=message_ref,json=messageRef,proto3" json:"message_ref,omitempty"`
	CreatedAtUnix  int64  `protobuf:"varint,9,opt,name=created_at_unix,json=createdAtUnix,proto3" json:"created_at_unix,omitempty"`
	ClaimedAtUnix  int64  `protobuf:"varint,10,opt,name=claimed_at_unix,json=claimedAtUnix,proto3" json:"claimed_at_unix,omitempty"`
	ReceivedAtUnix int64  `protobuf:"varint,11,opt,name=received_at_unix,json=receivedAtUnix,proto3" json:"received_at_unix,omitempty"`
	LeaseRef       string `protobuf:"bytes,12,opt,name=lease_ref,json=leaseRef,proto3" json:"lease_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvelopeQueueMetadata) Descriptor deprecated added in v0.12.0

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

Deprecated: Use EnvelopeQueueMetadata.ProtoReflect.Descriptor instead.

func (*EnvelopeQueueMetadata) GetAuthzRef added in v0.12.0

func (x *EnvelopeQueueMetadata) GetAuthzRef() string

func (*EnvelopeQueueMetadata) GetClaimedAtUnix added in v0.12.0

func (x *EnvelopeQueueMetadata) GetClaimedAtUnix() int64

func (*EnvelopeQueueMetadata) GetCreatedAtUnix added in v0.12.0

func (x *EnvelopeQueueMetadata) GetCreatedAtUnix() int64

func (*EnvelopeQueueMetadata) GetCustodyRef added in v0.12.0

func (x *EnvelopeQueueMetadata) GetCustodyRef() string

func (*EnvelopeQueueMetadata) GetEnvelopeRef added in v0.12.0

func (x *EnvelopeQueueMetadata) GetEnvelopeRef() string

func (*EnvelopeQueueMetadata) GetLeaseRef added in v0.12.0

func (x *EnvelopeQueueMetadata) GetLeaseRef() string

func (*EnvelopeQueueMetadata) GetMessageRef added in v0.12.0

func (x *EnvelopeQueueMetadata) GetMessageRef() string

func (*EnvelopeQueueMetadata) GetQueue added in v0.12.0

func (x *EnvelopeQueueMetadata) GetQueue() string

func (*EnvelopeQueueMetadata) GetReceivedAtUnix added in v0.12.0

func (x *EnvelopeQueueMetadata) GetReceivedAtUnix() int64

func (*EnvelopeQueueMetadata) GetRecipientRef added in v0.12.0

func (x *EnvelopeQueueMetadata) GetRecipientRef() string

func (*EnvelopeQueueMetadata) GetSenderRef added in v0.12.0

func (x *EnvelopeQueueMetadata) GetSenderRef() string

func (*EnvelopeQueueMetadata) GetStatus added in v0.12.0

func (x *EnvelopeQueueMetadata) GetStatus() string

func (*EnvelopeQueueMetadata) ProtoMessage added in v0.12.0

func (*EnvelopeQueueMetadata) ProtoMessage()

func (*EnvelopeQueueMetadata) ProtoReflect added in v0.12.0

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

func (*EnvelopeQueueMetadata) Reset added in v0.12.0

func (x *EnvelopeQueueMetadata) Reset()

func (*EnvelopeQueueMetadata) String added in v0.12.0

func (x *EnvelopeQueueMetadata) String() string

type EnvelopeStoreConfig added in v0.12.0

type EnvelopeStoreConfig struct {
	StoreRef               string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	Backend                string `protobuf:"bytes,2,opt,name=backend,proto3" json:"backend,omitempty"`
	StoragePath            string `protobuf:"bytes,3,opt,name=storage_path,json=storagePath,proto3" json:"storage_path,omitempty"`
	RetentionLimit         uint32 `protobuf:"varint,4,opt,name=retention_limit,json=retentionLimit,proto3" json:"retention_limit,omitempty"`
	AllowLocalFileEnvelope bool   `` /* 132-byte string literal not displayed */
	PolicyMode             string `protobuf:"bytes,6,opt,name=policy_mode,json=policyMode,proto3" json:"policy_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvelopeStoreConfig) Descriptor deprecated added in v0.12.0

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

Deprecated: Use EnvelopeStoreConfig.ProtoReflect.Descriptor instead.

func (*EnvelopeStoreConfig) GetAllowLocalFileEnvelope added in v0.12.0

func (x *EnvelopeStoreConfig) GetAllowLocalFileEnvelope() bool

func (*EnvelopeStoreConfig) GetBackend added in v0.12.0

func (x *EnvelopeStoreConfig) GetBackend() string

func (*EnvelopeStoreConfig) GetPolicyMode added in v0.12.0

func (x *EnvelopeStoreConfig) GetPolicyMode() string

func (*EnvelopeStoreConfig) GetRetentionLimit added in v0.12.0

func (x *EnvelopeStoreConfig) GetRetentionLimit() uint32

func (*EnvelopeStoreConfig) GetStoragePath added in v0.12.0

func (x *EnvelopeStoreConfig) GetStoragePath() string

func (*EnvelopeStoreConfig) GetStoreRef added in v0.12.0

func (x *EnvelopeStoreConfig) GetStoreRef() string

func (*EnvelopeStoreConfig) ProtoMessage added in v0.12.0

func (*EnvelopeStoreConfig) ProtoMessage()

func (*EnvelopeStoreConfig) ProtoReflect added in v0.12.0

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

func (*EnvelopeStoreConfig) Reset added in v0.12.0

func (x *EnvelopeStoreConfig) Reset()

func (*EnvelopeStoreConfig) String added in v0.12.0

func (x *EnvelopeStoreConfig) String() string

type EnvelopeTriggerConfig added in v0.2.0

type EnvelopeTriggerConfig struct {
	SourceRef   string `protobuf:"bytes,1,opt,name=source_ref,json=sourceRef,proto3" json:"source_ref,omitempty"`
	IdentityRef string `protobuf:"bytes,2,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvelopeTriggerConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use EnvelopeTriggerConfig.ProtoReflect.Descriptor instead.

func (*EnvelopeTriggerConfig) GetIdentityRef added in v0.2.0

func (x *EnvelopeTriggerConfig) GetIdentityRef() string

func (*EnvelopeTriggerConfig) GetSourceRef added in v0.2.0

func (x *EnvelopeTriggerConfig) GetSourceRef() string

func (*EnvelopeTriggerConfig) ProtoMessage added in v0.2.0

func (*EnvelopeTriggerConfig) ProtoMessage()

func (*EnvelopeTriggerConfig) ProtoReflect added in v0.2.0

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

func (*EnvelopeTriggerConfig) Reset added in v0.2.0

func (x *EnvelopeTriggerConfig) Reset()

func (*EnvelopeTriggerConfig) String added in v0.2.0

func (x *EnvelopeTriggerConfig) String() string

type IdentityStoreConfig added in v0.2.0

type IdentityStoreConfig struct {
	IdentityRef    string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	LocalId        string `protobuf:"bytes,2,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	DeviceId       uint32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	RegistrationId uint32 `protobuf:"varint,4,opt,name=registration_id,json=registrationId,proto3" json:"registration_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IdentityStoreConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use IdentityStoreConfig.ProtoReflect.Descriptor instead.

func (*IdentityStoreConfig) GetDeviceId added in v0.2.0

func (x *IdentityStoreConfig) GetDeviceId() uint32

func (*IdentityStoreConfig) GetIdentityRef added in v0.2.0

func (x *IdentityStoreConfig) GetIdentityRef() string

func (*IdentityStoreConfig) GetLocalId added in v0.2.0

func (x *IdentityStoreConfig) GetLocalId() string

func (*IdentityStoreConfig) GetRegistrationId added in v0.2.0

func (x *IdentityStoreConfig) GetRegistrationId() uint32

func (*IdentityStoreConfig) ProtoMessage added in v0.2.0

func (*IdentityStoreConfig) ProtoMessage()

func (*IdentityStoreConfig) ProtoReflect added in v0.2.0

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

func (*IdentityStoreConfig) Reset added in v0.2.0

func (x *IdentityStoreConfig) Reset()

func (*IdentityStoreConfig) String added in v0.2.0

func (x *IdentityStoreConfig) String() string

type InboxDecryptConfig added in v0.12.0

type InboxDecryptConfig struct {
	StoreRef          string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	IdentityRef       string `protobuf:"bytes,2,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RequiredPrincipal string `protobuf:"bytes,3,opt,name=required_principal,json=requiredPrincipal,proto3" json:"required_principal,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxDecryptConfig) Descriptor deprecated added in v0.12.0

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

Deprecated: Use InboxDecryptConfig.ProtoReflect.Descriptor instead.

func (*InboxDecryptConfig) GetIdentityRef added in v0.12.0

func (x *InboxDecryptConfig) GetIdentityRef() string

func (*InboxDecryptConfig) GetRequiredPrincipal added in v0.12.0

func (x *InboxDecryptConfig) GetRequiredPrincipal() string

func (*InboxDecryptConfig) GetStoreRef added in v0.12.0

func (x *InboxDecryptConfig) GetStoreRef() string

func (*InboxDecryptConfig) ProtoMessage added in v0.12.0

func (*InboxDecryptConfig) ProtoMessage()

func (*InboxDecryptConfig) ProtoReflect added in v0.12.0

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

func (*InboxDecryptConfig) Reset added in v0.12.0

func (x *InboxDecryptConfig) Reset()

func (*InboxDecryptConfig) String added in v0.12.0

func (x *InboxDecryptConfig) String() string

type InboxDecryptInput added in v0.12.0

type InboxDecryptInput struct {
	StoreRef    string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	EnvelopeRef string `protobuf:"bytes,2,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	IdentityRef string `protobuf:"bytes,3,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	Principal   string `protobuf:"bytes,4,opt,name=principal,proto3" json:"principal,omitempty"`
	CustodyRef  string `protobuf:"bytes,5,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AuthzRef    string `protobuf:"bytes,6,opt,name=authz_ref,json=authzRef,proto3" json:"authz_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxDecryptInput) Descriptor deprecated added in v0.12.0

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

Deprecated: Use InboxDecryptInput.ProtoReflect.Descriptor instead.

func (*InboxDecryptInput) GetAuthzRef added in v0.12.0

func (x *InboxDecryptInput) GetAuthzRef() string

func (*InboxDecryptInput) GetCustodyRef added in v0.12.0

func (x *InboxDecryptInput) GetCustodyRef() string

func (*InboxDecryptInput) GetEnvelopeRef added in v0.12.0

func (x *InboxDecryptInput) GetEnvelopeRef() string

func (*InboxDecryptInput) GetIdentityRef added in v0.12.0

func (x *InboxDecryptInput) GetIdentityRef() string

func (*InboxDecryptInput) GetPrincipal added in v0.12.0

func (x *InboxDecryptInput) GetPrincipal() string

func (*InboxDecryptInput) GetStoreRef added in v0.12.0

func (x *InboxDecryptInput) GetStoreRef() string

func (*InboxDecryptInput) ProtoMessage added in v0.12.0

func (*InboxDecryptInput) ProtoMessage()

func (*InboxDecryptInput) ProtoReflect added in v0.12.0

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

func (*InboxDecryptInput) Reset added in v0.12.0

func (x *InboxDecryptInput) Reset()

func (*InboxDecryptInput) String added in v0.12.0

func (x *InboxDecryptInput) String() string

type InboxDecryptOutput added in v0.12.0

type InboxDecryptOutput struct {
	Denied    bool                   `protobuf:"varint,1,opt,name=denied,proto3" json:"denied,omitempty"`
	Error     string                 `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Plaintext []byte                 `protobuf:"bytes,3,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	Metadata  *EnvelopeQueueMetadata `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxDecryptOutput) Descriptor deprecated added in v0.12.0

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

Deprecated: Use InboxDecryptOutput.ProtoReflect.Descriptor instead.

func (*InboxDecryptOutput) GetDenied added in v0.12.0

func (x *InboxDecryptOutput) GetDenied() bool

func (*InboxDecryptOutput) GetError added in v0.12.0

func (x *InboxDecryptOutput) GetError() string

func (*InboxDecryptOutput) GetMetadata added in v0.12.0

func (x *InboxDecryptOutput) GetMetadata() *EnvelopeQueueMetadata

func (*InboxDecryptOutput) GetPlaintext added in v0.12.0

func (x *InboxDecryptOutput) GetPlaintext() []byte

func (*InboxDecryptOutput) ProtoMessage added in v0.12.0

func (*InboxDecryptOutput) ProtoMessage()

func (*InboxDecryptOutput) ProtoReflect added in v0.12.0

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

func (*InboxDecryptOutput) Reset added in v0.12.0

func (x *InboxDecryptOutput) Reset()

func (*InboxDecryptOutput) String added in v0.12.0

func (x *InboxDecryptOutput) String() string

type InboxReceiveConfig added in v0.12.0

type InboxReceiveConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxReceiveConfig) Descriptor deprecated added in v0.12.0

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

Deprecated: Use InboxReceiveConfig.ProtoReflect.Descriptor instead.

func (*InboxReceiveConfig) GetStoreRef added in v0.12.0

func (x *InboxReceiveConfig) GetStoreRef() string

func (*InboxReceiveConfig) ProtoMessage added in v0.12.0

func (*InboxReceiveConfig) ProtoMessage()

func (*InboxReceiveConfig) ProtoReflect added in v0.12.0

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

func (*InboxReceiveConfig) Reset added in v0.12.0

func (x *InboxReceiveConfig) Reset()

func (*InboxReceiveConfig) String added in v0.12.0

func (x *InboxReceiveConfig) String() string

type InboxReceiveInput added in v0.12.0

type InboxReceiveInput struct {
	StoreRef        string          `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	EnvelopeRef     string          `protobuf:"bytes,2,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	Envelope        *SignalEnvelope `protobuf:"bytes,3,opt,name=envelope,proto3" json:"envelope,omitempty"`
	RecipientRef    string          `protobuf:"bytes,4,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	IdempotencyKey  string          `protobuf:"bytes,5,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	RequestedAtUnix int64           `protobuf:"varint,6,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxReceiveInput) Descriptor deprecated added in v0.12.0

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

Deprecated: Use InboxReceiveInput.ProtoReflect.Descriptor instead.

func (*InboxReceiveInput) GetEnvelope added in v0.12.0

func (x *InboxReceiveInput) GetEnvelope() *SignalEnvelope

func (*InboxReceiveInput) GetEnvelopeRef added in v0.12.0

func (x *InboxReceiveInput) GetEnvelopeRef() string

func (*InboxReceiveInput) GetIdempotencyKey added in v0.12.0

func (x *InboxReceiveInput) GetIdempotencyKey() string

func (*InboxReceiveInput) GetRecipientRef added in v0.12.0

func (x *InboxReceiveInput) GetRecipientRef() string

func (*InboxReceiveInput) GetRequestedAtUnix added in v0.12.0

func (x *InboxReceiveInput) GetRequestedAtUnix() int64

func (*InboxReceiveInput) GetStoreRef added in v0.12.0

func (x *InboxReceiveInput) GetStoreRef() string

func (*InboxReceiveInput) ProtoMessage added in v0.12.0

func (*InboxReceiveInput) ProtoMessage()

func (*InboxReceiveInput) ProtoReflect added in v0.12.0

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

func (*InboxReceiveInput) Reset added in v0.12.0

func (x *InboxReceiveInput) Reset()

func (*InboxReceiveInput) String added in v0.12.0

func (x *InboxReceiveInput) String() string

type InboxReceiveOutput added in v0.12.0

type InboxReceiveOutput struct {
	EnvelopeRef string                 `protobuf:"bytes,1,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	Status      string                 `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Metadata    *EnvelopeQueueMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*InboxReceiveOutput) Descriptor deprecated added in v0.12.0

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

Deprecated: Use InboxReceiveOutput.ProtoReflect.Descriptor instead.

func (*InboxReceiveOutput) GetEnvelopeRef added in v0.12.0

func (x *InboxReceiveOutput) GetEnvelopeRef() string

func (*InboxReceiveOutput) GetMetadata added in v0.12.0

func (x *InboxReceiveOutput) GetMetadata() *EnvelopeQueueMetadata

func (*InboxReceiveOutput) GetStatus added in v0.12.0

func (x *InboxReceiveOutput) GetStatus() string

func (*InboxReceiveOutput) ProtoMessage added in v0.12.0

func (*InboxReceiveOutput) ProtoMessage()

func (*InboxReceiveOutput) ProtoReflect added in v0.12.0

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

func (*InboxReceiveOutput) Reset added in v0.12.0

func (x *InboxReceiveOutput) Reset()

func (*InboxReceiveOutput) String added in v0.12.0

func (x *InboxReceiveOutput) String() string

type KeyCustodyConfig added in v0.6.0

type KeyCustodyConfig struct {
	CustodyRef                string   `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AccountRef                string   `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	SecretRefs                []string `protobuf:"bytes,3,rep,name=secret_refs,json=secretRefs,proto3" json:"secret_refs,omitempty"`
	NonExportableKeyRef       string   `protobuf:"bytes,4,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	AllowExportableSecretRefs bool     `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*KeyCustodyConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use KeyCustodyConfig.ProtoReflect.Descriptor instead.

func (*KeyCustodyConfig) GetAccountRef added in v0.6.0

func (x *KeyCustodyConfig) GetAccountRef() string

func (*KeyCustodyConfig) GetAllowExportableSecretRefs added in v0.6.0

func (x *KeyCustodyConfig) GetAllowExportableSecretRefs() bool

func (*KeyCustodyConfig) GetCustodyRef added in v0.6.0

func (x *KeyCustodyConfig) GetCustodyRef() string

func (*KeyCustodyConfig) GetNonExportableKeyRef added in v0.6.0

func (x *KeyCustodyConfig) GetNonExportableKeyRef() string

func (*KeyCustodyConfig) GetSecretRefs added in v0.6.0

func (x *KeyCustodyConfig) GetSecretRefs() []string

func (*KeyCustodyConfig) ProtoMessage added in v0.6.0

func (*KeyCustodyConfig) ProtoMessage()

func (*KeyCustodyConfig) ProtoReflect added in v0.6.0

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

func (*KeyCustodyConfig) Reset added in v0.6.0

func (x *KeyCustodyConfig) Reset()

func (*KeyCustodyConfig) String added in v0.6.0

func (x *KeyCustodyConfig) String() string

type LinkedDeviceCeremony added in v0.9.0

type LinkedDeviceCeremony struct {
	DeviceDisplayName  string `protobuf:"bytes,1,opt,name=device_display_name,json=deviceDisplayName,proto3" json:"device_display_name,omitempty"`
	ConsentRef         string `protobuf:"bytes,2,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	ConsentExpiresUnix int64  `protobuf:"varint,3,opt,name=consent_expires_unix,json=consentExpiresUnix,proto3" json:"consent_expires_unix,omitempty"`
	RevocationUri      string `protobuf:"bytes,4,opt,name=revocation_uri,json=revocationUri,proto3" json:"revocation_uri,omitempty"`
	UnlinkProofRef     string `protobuf:"bytes,5,opt,name=unlink_proof_ref,json=unlinkProofRef,proto3" json:"unlink_proof_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkedDeviceCeremony) Descriptor deprecated added in v0.9.0

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

Deprecated: Use LinkedDeviceCeremony.ProtoReflect.Descriptor instead.

func (*LinkedDeviceCeremony) GetConsentExpiresUnix added in v0.9.0

func (x *LinkedDeviceCeremony) GetConsentExpiresUnix() int64

func (*LinkedDeviceCeremony) GetConsentRef added in v0.9.0

func (x *LinkedDeviceCeremony) GetConsentRef() string

func (*LinkedDeviceCeremony) GetDeviceDisplayName added in v0.9.0

func (x *LinkedDeviceCeremony) GetDeviceDisplayName() string

func (*LinkedDeviceCeremony) GetRevocationUri added in v0.9.0

func (x *LinkedDeviceCeremony) GetRevocationUri() string

func (*LinkedDeviceCeremony) GetUnlinkProofRef added in v0.9.0

func (x *LinkedDeviceCeremony) GetUnlinkProofRef() string

func (*LinkedDeviceCeremony) ProtoMessage added in v0.9.0

func (*LinkedDeviceCeremony) ProtoMessage()

func (*LinkedDeviceCeremony) ProtoReflect added in v0.9.0

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

func (*LinkedDeviceCeremony) Reset added in v0.9.0

func (x *LinkedDeviceCeremony) Reset()

func (*LinkedDeviceCeremony) String added in v0.9.0

func (x *LinkedDeviceCeremony) String() string

type LivePolicyConfig added in v0.9.0

type LivePolicyConfig struct {
	PolicyRef               string           `protobuf:"bytes,1,opt,name=policy_ref,json=policyRef,proto3" json:"policy_ref,omitempty"`
	Mode                    string           `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,omitempty"`
	TransportRef            string           `protobuf:"bytes,3,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	AccountRef              string           `protobuf:"bytes,4,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	RequestedActions        []string         `protobuf:"bytes,5,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	Approval                *ApprovalPackage `protobuf:"bytes,6,opt,name=approval,proto3" json:"approval,omitempty"`
	AllowOperatorFixture    bool             `protobuf:"varint,7,opt,name=allow_operator_fixture,json=allowOperatorFixture,proto3" json:"allow_operator_fixture,omitempty"`
	OperatorFixtureEndpoint string           `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LivePolicyConfig) Descriptor deprecated added in v0.9.0

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

Deprecated: Use LivePolicyConfig.ProtoReflect.Descriptor instead.

func (*LivePolicyConfig) GetAccountRef added in v0.9.0

func (x *LivePolicyConfig) GetAccountRef() string

func (*LivePolicyConfig) GetAllowOperatorFixture added in v0.9.0

func (x *LivePolicyConfig) GetAllowOperatorFixture() bool

func (*LivePolicyConfig) GetApproval added in v0.9.0

func (x *LivePolicyConfig) GetApproval() *ApprovalPackage

func (*LivePolicyConfig) GetMode added in v0.9.0

func (x *LivePolicyConfig) GetMode() string

func (*LivePolicyConfig) GetOperatorFixtureEndpoint added in v0.9.0

func (x *LivePolicyConfig) GetOperatorFixtureEndpoint() string

func (*LivePolicyConfig) GetPolicyRef added in v0.9.0

func (x *LivePolicyConfig) GetPolicyRef() string

func (*LivePolicyConfig) GetRequestedActions added in v0.9.0

func (x *LivePolicyConfig) GetRequestedActions() []string

func (*LivePolicyConfig) GetTransportRef added in v0.9.0

func (x *LivePolicyConfig) GetTransportRef() string

func (*LivePolicyConfig) ProtoMessage added in v0.9.0

func (*LivePolicyConfig) ProtoMessage()

func (*LivePolicyConfig) ProtoReflect added in v0.9.0

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

func (*LivePolicyConfig) Reset added in v0.9.0

func (x *LivePolicyConfig) Reset()

func (*LivePolicyConfig) String added in v0.9.0

func (x *LivePolicyConfig) String() string

type OfficialServiceBoundaryConfig added in v0.4.0

type OfficialServiceBoundaryConfig struct {
	Mode               string `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	UpstreamTag        string `protobuf:"bytes,2,opt,name=upstream_tag,json=upstreamTag,proto3" json:"upstream_tag,omitempty"`
	DescriptorChecksum string `protobuf:"bytes,3,opt,name=descriptor_checksum,json=descriptorChecksum,proto3" json:"descriptor_checksum,omitempty"`
	AccountSecretRef   string `protobuf:"bytes,4,opt,name=account_secret_ref,json=accountSecretRef,proto3" json:"account_secret_ref,omitempty"`
	EgressPolicyRef    string `protobuf:"bytes,5,opt,name=egress_policy_ref,json=egressPolicyRef,proto3" json:"egress_policy_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*OfficialServiceBoundaryConfig) Descriptor deprecated added in v0.4.0

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

Deprecated: Use OfficialServiceBoundaryConfig.ProtoReflect.Descriptor instead.

func (*OfficialServiceBoundaryConfig) GetAccountSecretRef added in v0.4.0

func (x *OfficialServiceBoundaryConfig) GetAccountSecretRef() string

func (*OfficialServiceBoundaryConfig) GetDescriptorChecksum added in v0.4.0

func (x *OfficialServiceBoundaryConfig) GetDescriptorChecksum() string

func (*OfficialServiceBoundaryConfig) GetEgressPolicyRef added in v0.4.0

func (x *OfficialServiceBoundaryConfig) GetEgressPolicyRef() string

func (*OfficialServiceBoundaryConfig) GetMode added in v0.4.0

func (*OfficialServiceBoundaryConfig) GetUpstreamTag added in v0.4.0

func (x *OfficialServiceBoundaryConfig) GetUpstreamTag() string

func (*OfficialServiceBoundaryConfig) ProtoMessage added in v0.4.0

func (*OfficialServiceBoundaryConfig) ProtoMessage()

func (*OfficialServiceBoundaryConfig) ProtoReflect added in v0.4.0

func (*OfficialServiceBoundaryConfig) Reset added in v0.4.0

func (x *OfficialServiceBoundaryConfig) Reset()

func (*OfficialServiceBoundaryConfig) String added in v0.4.0

type OutboxClaimConfig added in v0.12.0

type OutboxClaimConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxClaimConfig) Descriptor deprecated added in v0.12.0

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

Deprecated: Use OutboxClaimConfig.ProtoReflect.Descriptor instead.

func (*OutboxClaimConfig) GetStoreRef added in v0.12.0

func (x *OutboxClaimConfig) GetStoreRef() string

func (*OutboxClaimConfig) ProtoMessage added in v0.12.0

func (*OutboxClaimConfig) ProtoMessage()

func (*OutboxClaimConfig) ProtoReflect added in v0.12.0

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

func (*OutboxClaimConfig) Reset added in v0.12.0

func (x *OutboxClaimConfig) Reset()

func (*OutboxClaimConfig) String added in v0.12.0

func (x *OutboxClaimConfig) String() string

type OutboxClaimInput added in v0.12.0

type OutboxClaimInput struct {
	StoreRef        string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	EnvelopeRef     string `protobuf:"bytes,2,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	ClaimantRef     string `protobuf:"bytes,3,opt,name=claimant_ref,json=claimantRef,proto3" json:"claimant_ref,omitempty"`
	LeaseId         string `protobuf:"bytes,4,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,5,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxClaimInput) Descriptor deprecated added in v0.12.0

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

Deprecated: Use OutboxClaimInput.ProtoReflect.Descriptor instead.

func (*OutboxClaimInput) GetClaimantRef added in v0.12.0

func (x *OutboxClaimInput) GetClaimantRef() string

func (*OutboxClaimInput) GetEnvelopeRef added in v0.12.0

func (x *OutboxClaimInput) GetEnvelopeRef() string

func (*OutboxClaimInput) GetLeaseId added in v0.12.0

func (x *OutboxClaimInput) GetLeaseId() string

func (*OutboxClaimInput) GetRequestedAtUnix added in v0.12.0

func (x *OutboxClaimInput) GetRequestedAtUnix() int64

func (*OutboxClaimInput) GetStoreRef added in v0.12.0

func (x *OutboxClaimInput) GetStoreRef() string

func (*OutboxClaimInput) ProtoMessage added in v0.12.0

func (*OutboxClaimInput) ProtoMessage()

func (*OutboxClaimInput) ProtoReflect added in v0.12.0

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

func (*OutboxClaimInput) Reset added in v0.12.0

func (x *OutboxClaimInput) Reset()

func (*OutboxClaimInput) String added in v0.12.0

func (x *OutboxClaimInput) String() string

type OutboxClaimOutput added in v0.12.0

type OutboxClaimOutput struct {
	EnvelopeRef string                 `protobuf:"bytes,1,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	Status      string                 `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Envelope    *SignalEnvelope        `protobuf:"bytes,3,opt,name=envelope,proto3" json:"envelope,omitempty"`
	LeaseRef    string                 `protobuf:"bytes,4,opt,name=lease_ref,json=leaseRef,proto3" json:"lease_ref,omitempty"`
	Metadata    *EnvelopeQueueMetadata `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxClaimOutput) Descriptor deprecated added in v0.12.0

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

Deprecated: Use OutboxClaimOutput.ProtoReflect.Descriptor instead.

func (*OutboxClaimOutput) GetEnvelope added in v0.12.0

func (x *OutboxClaimOutput) GetEnvelope() *SignalEnvelope

func (*OutboxClaimOutput) GetEnvelopeRef added in v0.12.0

func (x *OutboxClaimOutput) GetEnvelopeRef() string

func (*OutboxClaimOutput) GetLeaseRef added in v0.12.0

func (x *OutboxClaimOutput) GetLeaseRef() string

func (*OutboxClaimOutput) GetMetadata added in v0.12.0

func (x *OutboxClaimOutput) GetMetadata() *EnvelopeQueueMetadata

func (*OutboxClaimOutput) GetStatus added in v0.12.0

func (x *OutboxClaimOutput) GetStatus() string

func (*OutboxClaimOutput) ProtoMessage added in v0.12.0

func (*OutboxClaimOutput) ProtoMessage()

func (*OutboxClaimOutput) ProtoReflect added in v0.12.0

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

func (*OutboxClaimOutput) Reset added in v0.12.0

func (x *OutboxClaimOutput) Reset()

func (*OutboxClaimOutput) String added in v0.12.0

func (x *OutboxClaimOutput) String() string

type OutboxEnqueueConfig added in v0.12.0

type OutboxEnqueueConfig struct {
	StoreRef string `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxEnqueueConfig) Descriptor deprecated added in v0.12.0

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

Deprecated: Use OutboxEnqueueConfig.ProtoReflect.Descriptor instead.

func (*OutboxEnqueueConfig) GetStoreRef added in v0.12.0

func (x *OutboxEnqueueConfig) GetStoreRef() string

func (*OutboxEnqueueConfig) ProtoMessage added in v0.12.0

func (*OutboxEnqueueConfig) ProtoMessage()

func (*OutboxEnqueueConfig) ProtoReflect added in v0.12.0

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

func (*OutboxEnqueueConfig) Reset added in v0.12.0

func (x *OutboxEnqueueConfig) Reset()

func (*OutboxEnqueueConfig) String added in v0.12.0

func (x *OutboxEnqueueConfig) String() string

type OutboxEnqueueInput added in v0.12.0

type OutboxEnqueueInput struct {
	StoreRef        string          `protobuf:"bytes,1,opt,name=store_ref,json=storeRef,proto3" json:"store_ref,omitempty"`
	Envelope        *SignalEnvelope `protobuf:"bytes,2,opt,name=envelope,proto3" json:"envelope,omitempty"`
	MessageRef      string          `protobuf:"bytes,3,opt,name=message_ref,json=messageRef,proto3" json:"message_ref,omitempty"`
	SenderRef       string          `protobuf:"bytes,4,opt,name=sender_ref,json=senderRef,proto3" json:"sender_ref,omitempty"`
	RecipientRef    string          `protobuf:"bytes,5,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	CustodyRef      string          `protobuf:"bytes,6,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AuthzRef        string          `protobuf:"bytes,7,opt,name=authz_ref,json=authzRef,proto3" json:"authz_ref,omitempty"`
	IdempotencyKey  string          `protobuf:"bytes,8,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	RequestedAtUnix int64           `protobuf:"varint,9,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxEnqueueInput) Descriptor deprecated added in v0.12.0

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

Deprecated: Use OutboxEnqueueInput.ProtoReflect.Descriptor instead.

func (*OutboxEnqueueInput) GetAuthzRef added in v0.12.0

func (x *OutboxEnqueueInput) GetAuthzRef() string

func (*OutboxEnqueueInput) GetCustodyRef added in v0.12.0

func (x *OutboxEnqueueInput) GetCustodyRef() string

func (*OutboxEnqueueInput) GetEnvelope added in v0.12.0

func (x *OutboxEnqueueInput) GetEnvelope() *SignalEnvelope

func (*OutboxEnqueueInput) GetIdempotencyKey added in v0.12.0

func (x *OutboxEnqueueInput) GetIdempotencyKey() string

func (*OutboxEnqueueInput) GetMessageRef added in v0.12.0

func (x *OutboxEnqueueInput) GetMessageRef() string

func (*OutboxEnqueueInput) GetRecipientRef added in v0.12.0

func (x *OutboxEnqueueInput) GetRecipientRef() string

func (*OutboxEnqueueInput) GetRequestedAtUnix added in v0.12.0

func (x *OutboxEnqueueInput) GetRequestedAtUnix() int64

func (*OutboxEnqueueInput) GetSenderRef added in v0.12.0

func (x *OutboxEnqueueInput) GetSenderRef() string

func (*OutboxEnqueueInput) GetStoreRef added in v0.12.0

func (x *OutboxEnqueueInput) GetStoreRef() string

func (*OutboxEnqueueInput) ProtoMessage added in v0.12.0

func (*OutboxEnqueueInput) ProtoMessage()

func (*OutboxEnqueueInput) ProtoReflect added in v0.12.0

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

func (*OutboxEnqueueInput) Reset added in v0.12.0

func (x *OutboxEnqueueInput) Reset()

func (*OutboxEnqueueInput) String added in v0.12.0

func (x *OutboxEnqueueInput) String() string

type OutboxEnqueueOutput added in v0.12.0

type OutboxEnqueueOutput struct {
	EnvelopeRef string                 `protobuf:"bytes,1,opt,name=envelope_ref,json=envelopeRef,proto3" json:"envelope_ref,omitempty"`
	Status      string                 `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Metadata    *EnvelopeQueueMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*OutboxEnqueueOutput) Descriptor deprecated added in v0.12.0

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

Deprecated: Use OutboxEnqueueOutput.ProtoReflect.Descriptor instead.

func (*OutboxEnqueueOutput) GetEnvelopeRef added in v0.12.0

func (x *OutboxEnqueueOutput) GetEnvelopeRef() string

func (*OutboxEnqueueOutput) GetMetadata added in v0.12.0

func (x *OutboxEnqueueOutput) GetMetadata() *EnvelopeQueueMetadata

func (*OutboxEnqueueOutput) GetStatus added in v0.12.0

func (x *OutboxEnqueueOutput) GetStatus() string

func (*OutboxEnqueueOutput) ProtoMessage added in v0.12.0

func (*OutboxEnqueueOutput) ProtoMessage()

func (*OutboxEnqueueOutput) ProtoReflect added in v0.12.0

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

func (*OutboxEnqueueOutput) Reset added in v0.12.0

func (x *OutboxEnqueueOutput) Reset()

func (*OutboxEnqueueOutput) String added in v0.12.0

func (x *OutboxEnqueueOutput) String() string

type PersistentCustodyConfig added in v0.7.0

type PersistentCustodyConfig struct {
	CustodyRef            string `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AccountRef            string `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	Backend               string `protobuf:"bytes,3,opt,name=backend,proto3" json:"backend,omitempty"`
	StoragePath           string `protobuf:"bytes,4,opt,name=storage_path,json=storagePath,proto3" json:"storage_path,omitempty"`
	KeyHandle             string `protobuf:"bytes,5,opt,name=key_handle,json=keyHandle,proto3" json:"key_handle,omitempty"`
	HostSecretRef         string `protobuf:"bytes,6,opt,name=host_secret_ref,json=hostSecretRef,proto3" json:"host_secret_ref,omitempty"`
	AllowTestBackend      bool   `protobuf:"varint,7,opt,name=allow_test_backend,json=allowTestBackend,proto3" json:"allow_test_backend,omitempty"`
	AllowLocalFileCustody bool   `` /* 129-byte string literal not displayed */
	PolicyMode            string `protobuf:"bytes,9,opt,name=policy_mode,json=policyMode,proto3" json:"policy_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*PersistentCustodyConfig) Descriptor deprecated added in v0.7.0

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

Deprecated: Use PersistentCustodyConfig.ProtoReflect.Descriptor instead.

func (*PersistentCustodyConfig) GetAccountRef added in v0.7.0

func (x *PersistentCustodyConfig) GetAccountRef() string

func (*PersistentCustodyConfig) GetAllowLocalFileCustody added in v0.12.0

func (x *PersistentCustodyConfig) GetAllowLocalFileCustody() bool

func (*PersistentCustodyConfig) GetAllowTestBackend added in v0.7.0

func (x *PersistentCustodyConfig) GetAllowTestBackend() bool

func (*PersistentCustodyConfig) GetBackend added in v0.7.0

func (x *PersistentCustodyConfig) GetBackend() string

func (*PersistentCustodyConfig) GetCustodyRef added in v0.7.0

func (x *PersistentCustodyConfig) GetCustodyRef() string

func (*PersistentCustodyConfig) GetHostSecretRef added in v0.7.0

func (x *PersistentCustodyConfig) GetHostSecretRef() string

func (*PersistentCustodyConfig) GetKeyHandle added in v0.7.0

func (x *PersistentCustodyConfig) GetKeyHandle() string

func (*PersistentCustodyConfig) GetPolicyMode added in v0.12.0

func (x *PersistentCustodyConfig) GetPolicyMode() string

func (*PersistentCustodyConfig) GetStoragePath added in v0.7.0

func (x *PersistentCustodyConfig) GetStoragePath() string

func (*PersistentCustodyConfig) ProtoMessage added in v0.7.0

func (*PersistentCustodyConfig) ProtoMessage()

func (*PersistentCustodyConfig) ProtoReflect added in v0.7.0

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

func (*PersistentCustodyConfig) Reset added in v0.7.0

func (x *PersistentCustodyConfig) Reset()

func (*PersistentCustodyConfig) String added in v0.7.0

func (x *PersistentCustodyConfig) String() string

type PreKeyBundle added in v0.2.0

type PreKeyBundle struct {
	IdentityRef           string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	LocalId               string `protobuf:"bytes,2,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	DeviceId              uint32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	RegistrationId        uint32 `protobuf:"varint,4,opt,name=registration_id,json=registrationId,proto3" json:"registration_id,omitempty"`
	PreKeyId              uint32 `protobuf:"varint,5,opt,name=pre_key_id,json=preKeyId,proto3" json:"pre_key_id,omitempty"`
	PreKey                string `protobuf:"bytes,6,opt,name=pre_key,json=preKey,proto3" json:"pre_key,omitempty"`
	SignedPreKeyId        uint32 `protobuf:"varint,7,opt,name=signed_pre_key_id,json=signedPreKeyId,proto3" json:"signed_pre_key_id,omitempty"`
	SignedPreKey          string `protobuf:"bytes,8,opt,name=signed_pre_key,json=signedPreKey,proto3" json:"signed_pre_key,omitempty"`
	SignedPreKeySignature string `` /* 128-byte string literal not displayed */
	KyberPreKeyId         uint32 `protobuf:"varint,10,opt,name=kyber_pre_key_id,json=kyberPreKeyId,proto3" json:"kyber_pre_key_id,omitempty"`
	KyberPreKey           string `protobuf:"bytes,11,opt,name=kyber_pre_key,json=kyberPreKey,proto3" json:"kyber_pre_key,omitempty"`
	KyberPreKeySignature  string `` /* 126-byte string literal not displayed */
	IdentityKey           string `protobuf:"bytes,13,opt,name=identity_key,json=identityKey,proto3" json:"identity_key,omitempty"`
	// contains filtered or unexported fields
}

func (*PreKeyBundle) Descriptor deprecated added in v0.2.0

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

Deprecated: Use PreKeyBundle.ProtoReflect.Descriptor instead.

func (*PreKeyBundle) GetDeviceId added in v0.2.0

func (x *PreKeyBundle) GetDeviceId() uint32

func (*PreKeyBundle) GetIdentityKey added in v0.2.0

func (x *PreKeyBundle) GetIdentityKey() string

func (*PreKeyBundle) GetIdentityRef added in v0.2.0

func (x *PreKeyBundle) GetIdentityRef() string

func (*PreKeyBundle) GetKyberPreKey added in v0.2.0

func (x *PreKeyBundle) GetKyberPreKey() string

func (*PreKeyBundle) GetKyberPreKeyId added in v0.2.0

func (x *PreKeyBundle) GetKyberPreKeyId() uint32

func (*PreKeyBundle) GetKyberPreKeySignature added in v0.2.0

func (x *PreKeyBundle) GetKyberPreKeySignature() string

func (*PreKeyBundle) GetLocalId added in v0.2.0

func (x *PreKeyBundle) GetLocalId() string

func (*PreKeyBundle) GetPreKey added in v0.2.0

func (x *PreKeyBundle) GetPreKey() string

func (*PreKeyBundle) GetPreKeyId added in v0.2.0

func (x *PreKeyBundle) GetPreKeyId() uint32

func (*PreKeyBundle) GetRegistrationId added in v0.2.0

func (x *PreKeyBundle) GetRegistrationId() uint32

func (*PreKeyBundle) GetSignedPreKey added in v0.2.0

func (x *PreKeyBundle) GetSignedPreKey() string

func (*PreKeyBundle) GetSignedPreKeyId added in v0.2.0

func (x *PreKeyBundle) GetSignedPreKeyId() uint32

func (*PreKeyBundle) GetSignedPreKeySignature added in v0.2.0

func (x *PreKeyBundle) GetSignedPreKeySignature() string

func (*PreKeyBundle) ProtoMessage added in v0.2.0

func (*PreKeyBundle) ProtoMessage()

func (*PreKeyBundle) ProtoReflect added in v0.2.0

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

func (*PreKeyBundle) Reset added in v0.2.0

func (x *PreKeyBundle) Reset()

func (*PreKeyBundle) String added in v0.2.0

func (x *PreKeyBundle) String() string

type PublicPreKeyDirectoryConfig added in v0.15.0

type PublicPreKeyDirectoryConfig struct {
	DirectoryRef      string `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	Backend           string `protobuf:"bytes,2,opt,name=backend,proto3" json:"backend,omitempty"`
	PolicyMode        string `protobuf:"bytes,3,opt,name=policy_mode,json=policyMode,proto3" json:"policy_mode,omitempty"`
	DefaultTtlSeconds int64  `protobuf:"varint,4,opt,name=default_ttl_seconds,json=defaultTtlSeconds,proto3" json:"default_ttl_seconds,omitempty"`
	MaxEntries        uint32 `protobuf:"varint,5,opt,name=max_entries,json=maxEntries,proto3" json:"max_entries,omitempty"`
	StoragePath       string `protobuf:"bytes,6,opt,name=storage_path,json=storagePath,proto3" json:"storage_path,omitempty"`
	AllowFileBackend  bool   `protobuf:"varint,7,opt,name=allow_file_backend,json=allowFileBackend,proto3" json:"allow_file_backend,omitempty"`
	EndpointUrl       string `protobuf:"bytes,8,opt,name=endpoint_url,json=endpointUrl,proto3" json:"endpoint_url,omitempty"`
	AuthHeaderName    string `protobuf:"bytes,9,opt,name=auth_header_name,json=authHeaderName,proto3" json:"auth_header_name,omitempty"`
	AuthHeaderEnv     string `protobuf:"bytes,10,opt,name=auth_header_env,json=authHeaderEnv,proto3" json:"auth_header_env,omitempty"`
	RequestTimeoutMs  uint32 `protobuf:"varint,11,opt,name=request_timeout_ms,json=requestTimeoutMs,proto3" json:"request_timeout_ms,omitempty"`
	AllowInsecureHttp bool   `protobuf:"varint,12,opt,name=allow_insecure_http,json=allowInsecureHttp,proto3" json:"allow_insecure_http,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicPreKeyDirectoryConfig) Descriptor deprecated added in v0.15.0

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

Deprecated: Use PublicPreKeyDirectoryConfig.ProtoReflect.Descriptor instead.

func (*PublicPreKeyDirectoryConfig) GetAllowFileBackend added in v0.16.0

func (x *PublicPreKeyDirectoryConfig) GetAllowFileBackend() bool

func (*PublicPreKeyDirectoryConfig) GetAllowInsecureHttp added in v0.17.0

func (x *PublicPreKeyDirectoryConfig) GetAllowInsecureHttp() bool

func (*PublicPreKeyDirectoryConfig) GetAuthHeaderEnv added in v0.17.0

func (x *PublicPreKeyDirectoryConfig) GetAuthHeaderEnv() string

func (*PublicPreKeyDirectoryConfig) GetAuthHeaderName added in v0.17.0

func (x *PublicPreKeyDirectoryConfig) GetAuthHeaderName() string

func (*PublicPreKeyDirectoryConfig) GetBackend added in v0.15.0

func (x *PublicPreKeyDirectoryConfig) GetBackend() string

func (*PublicPreKeyDirectoryConfig) GetDefaultTtlSeconds added in v0.15.0

func (x *PublicPreKeyDirectoryConfig) GetDefaultTtlSeconds() int64

func (*PublicPreKeyDirectoryConfig) GetDirectoryRef added in v0.15.0

func (x *PublicPreKeyDirectoryConfig) GetDirectoryRef() string

func (*PublicPreKeyDirectoryConfig) GetEndpointUrl added in v0.17.0

func (x *PublicPreKeyDirectoryConfig) GetEndpointUrl() string

func (*PublicPreKeyDirectoryConfig) GetMaxEntries added in v0.15.0

func (x *PublicPreKeyDirectoryConfig) GetMaxEntries() uint32

func (*PublicPreKeyDirectoryConfig) GetPolicyMode added in v0.15.0

func (x *PublicPreKeyDirectoryConfig) GetPolicyMode() string

func (*PublicPreKeyDirectoryConfig) GetRequestTimeoutMs added in v0.17.0

func (x *PublicPreKeyDirectoryConfig) GetRequestTimeoutMs() uint32

func (*PublicPreKeyDirectoryConfig) GetStoragePath added in v0.16.0

func (x *PublicPreKeyDirectoryConfig) GetStoragePath() string

func (*PublicPreKeyDirectoryConfig) ProtoMessage added in v0.15.0

func (*PublicPreKeyDirectoryConfig) ProtoMessage()

func (*PublicPreKeyDirectoryConfig) ProtoReflect added in v0.15.0

func (*PublicPreKeyDirectoryConfig) Reset added in v0.15.0

func (x *PublicPreKeyDirectoryConfig) Reset()

func (*PublicPreKeyDirectoryConfig) String added in v0.15.0

func (x *PublicPreKeyDirectoryConfig) String() string

type PublicPreKeyMetadata added in v0.15.0

type PublicPreKeyMetadata struct {
	DirectoryRef   string   `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	IntakeRef      string   `protobuf:"bytes,2,opt,name=intake_ref,json=intakeRef,proto3" json:"intake_ref,omitempty"`
	AudienceRef    string   `protobuf:"bytes,3,opt,name=audience_ref,json=audienceRef,proto3" json:"audience_ref,omitempty"`
	IdentityRef    string   `protobuf:"bytes,4,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	AllowedPurpose string   `protobuf:"bytes,5,opt,name=allowed_purpose,json=allowedPurpose,proto3" json:"allowed_purpose,omitempty"`
	MetadataRefs   []string `protobuf:"bytes,6,rep,name=metadata_refs,json=metadataRefs,proto3" json:"metadata_refs,omitempty"`
	CreatedAtUnix  int64    `protobuf:"varint,7,opt,name=created_at_unix,json=createdAtUnix,proto3" json:"created_at_unix,omitempty"`
	ExpiresAtUnix  int64    `protobuf:"varint,8,opt,name=expires_at_unix,json=expiresAtUnix,proto3" json:"expires_at_unix,omitempty"`
	Status         string   `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicPreKeyMetadata) Descriptor deprecated added in v0.15.0

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

Deprecated: Use PublicPreKeyMetadata.ProtoReflect.Descriptor instead.

func (*PublicPreKeyMetadata) GetAllowedPurpose added in v0.15.0

func (x *PublicPreKeyMetadata) GetAllowedPurpose() string

func (*PublicPreKeyMetadata) GetAudienceRef added in v0.15.0

func (x *PublicPreKeyMetadata) GetAudienceRef() string

func (*PublicPreKeyMetadata) GetCreatedAtUnix added in v0.15.0

func (x *PublicPreKeyMetadata) GetCreatedAtUnix() int64

func (*PublicPreKeyMetadata) GetDirectoryRef added in v0.15.0

func (x *PublicPreKeyMetadata) GetDirectoryRef() string

func (*PublicPreKeyMetadata) GetExpiresAtUnix added in v0.15.0

func (x *PublicPreKeyMetadata) GetExpiresAtUnix() int64

func (*PublicPreKeyMetadata) GetIdentityRef added in v0.15.0

func (x *PublicPreKeyMetadata) GetIdentityRef() string

func (*PublicPreKeyMetadata) GetIntakeRef added in v0.15.0

func (x *PublicPreKeyMetadata) GetIntakeRef() string

func (*PublicPreKeyMetadata) GetMetadataRefs added in v0.15.0

func (x *PublicPreKeyMetadata) GetMetadataRefs() []string

func (*PublicPreKeyMetadata) GetStatus added in v0.15.0

func (x *PublicPreKeyMetadata) GetStatus() string

func (*PublicPreKeyMetadata) ProtoMessage added in v0.15.0

func (*PublicPreKeyMetadata) ProtoMessage()

func (*PublicPreKeyMetadata) ProtoReflect added in v0.15.0

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

func (*PublicPreKeyMetadata) Reset added in v0.15.0

func (x *PublicPreKeyMetadata) Reset()

func (*PublicPreKeyMetadata) String added in v0.15.0

func (x *PublicPreKeyMetadata) String() string

type PublicPreKeyPublishConfig added in v0.15.0

type PublicPreKeyPublishConfig struct {
	DirectoryRef string `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicPreKeyPublishConfig) Descriptor deprecated added in v0.15.0

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

Deprecated: Use PublicPreKeyPublishConfig.ProtoReflect.Descriptor instead.

func (*PublicPreKeyPublishConfig) GetDirectoryRef added in v0.15.0

func (x *PublicPreKeyPublishConfig) GetDirectoryRef() string

func (*PublicPreKeyPublishConfig) ProtoMessage added in v0.15.0

func (*PublicPreKeyPublishConfig) ProtoMessage()

func (*PublicPreKeyPublishConfig) ProtoReflect added in v0.15.0

func (*PublicPreKeyPublishConfig) Reset added in v0.15.0

func (x *PublicPreKeyPublishConfig) Reset()

func (*PublicPreKeyPublishConfig) String added in v0.15.0

func (x *PublicPreKeyPublishConfig) String() string

type PublicPreKeyPublishInput added in v0.15.0

type PublicPreKeyPublishInput struct {
	DirectoryRef    string   `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	IntakeRef       string   `protobuf:"bytes,2,opt,name=intake_ref,json=intakeRef,proto3" json:"intake_ref,omitempty"`
	IdentityRef     string   `protobuf:"bytes,3,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	AudienceRef     string   `protobuf:"bytes,4,opt,name=audience_ref,json=audienceRef,proto3" json:"audience_ref,omitempty"`
	ExpiresAtUnix   int64    `protobuf:"varint,5,opt,name=expires_at_unix,json=expiresAtUnix,proto3" json:"expires_at_unix,omitempty"`
	AllowedPurpose  string   `protobuf:"bytes,6,opt,name=allowed_purpose,json=allowedPurpose,proto3" json:"allowed_purpose,omitempty"`
	MetadataRefs    []string `protobuf:"bytes,7,rep,name=metadata_refs,json=metadataRefs,proto3" json:"metadata_refs,omitempty"`
	RequestedAtUnix int64    `protobuf:"varint,8,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicPreKeyPublishInput) Descriptor deprecated added in v0.15.0

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

Deprecated: Use PublicPreKeyPublishInput.ProtoReflect.Descriptor instead.

func (*PublicPreKeyPublishInput) GetAllowedPurpose added in v0.15.0

func (x *PublicPreKeyPublishInput) GetAllowedPurpose() string

func (*PublicPreKeyPublishInput) GetAudienceRef added in v0.15.0

func (x *PublicPreKeyPublishInput) GetAudienceRef() string

func (*PublicPreKeyPublishInput) GetDirectoryRef added in v0.15.0

func (x *PublicPreKeyPublishInput) GetDirectoryRef() string

func (*PublicPreKeyPublishInput) GetExpiresAtUnix added in v0.15.0

func (x *PublicPreKeyPublishInput) GetExpiresAtUnix() int64

func (*PublicPreKeyPublishInput) GetIdentityRef added in v0.15.0

func (x *PublicPreKeyPublishInput) GetIdentityRef() string

func (*PublicPreKeyPublishInput) GetIntakeRef added in v0.15.0

func (x *PublicPreKeyPublishInput) GetIntakeRef() string

func (*PublicPreKeyPublishInput) GetMetadataRefs added in v0.15.0

func (x *PublicPreKeyPublishInput) GetMetadataRefs() []string

func (*PublicPreKeyPublishInput) GetRequestedAtUnix added in v0.15.0

func (x *PublicPreKeyPublishInput) GetRequestedAtUnix() int64

func (*PublicPreKeyPublishInput) ProtoMessage added in v0.15.0

func (*PublicPreKeyPublishInput) ProtoMessage()

func (*PublicPreKeyPublishInput) ProtoReflect added in v0.15.0

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

func (*PublicPreKeyPublishInput) Reset added in v0.15.0

func (x *PublicPreKeyPublishInput) Reset()

func (*PublicPreKeyPublishInput) String added in v0.15.0

func (x *PublicPreKeyPublishInput) String() string

type PublicPreKeyPublishOutput added in v0.15.0

type PublicPreKeyPublishOutput struct {
	DirectoryRef           string                `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	IntakeRef              string                `protobuf:"bytes,2,opt,name=intake_ref,json=intakeRef,proto3" json:"intake_ref,omitempty"`
	AudienceRef            string                `protobuf:"bytes,3,opt,name=audience_ref,json=audienceRef,proto3" json:"audience_ref,omitempty"`
	Status                 string                `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Bundle                 *PreKeyBundle         `protobuf:"bytes,5,opt,name=bundle,proto3" json:"bundle,omitempty"`
	PublicMetadata         *PublicPreKeyMetadata `protobuf:"bytes,6,opt,name=public_metadata,json=publicMetadata,proto3" json:"public_metadata,omitempty"`
	BundleSha256           string                `protobuf:"bytes,7,opt,name=bundle_sha256,json=bundleSha256,proto3" json:"bundle_sha256,omitempty"`
	IdentityKeyFingerprint string                `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PublicPreKeyPublishOutput) Descriptor deprecated added in v0.15.0

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

Deprecated: Use PublicPreKeyPublishOutput.ProtoReflect.Descriptor instead.

func (*PublicPreKeyPublishOutput) GetAudienceRef added in v0.15.0

func (x *PublicPreKeyPublishOutput) GetAudienceRef() string

func (*PublicPreKeyPublishOutput) GetBundle added in v0.15.0

func (x *PublicPreKeyPublishOutput) GetBundle() *PreKeyBundle

func (*PublicPreKeyPublishOutput) GetBundleSha256 added in v0.15.0

func (x *PublicPreKeyPublishOutput) GetBundleSha256() string

func (*PublicPreKeyPublishOutput) GetDirectoryRef added in v0.15.0

func (x *PublicPreKeyPublishOutput) GetDirectoryRef() string

func (*PublicPreKeyPublishOutput) GetIdentityKeyFingerprint added in v0.15.0

func (x *PublicPreKeyPublishOutput) GetIdentityKeyFingerprint() string

func (*PublicPreKeyPublishOutput) GetIntakeRef added in v0.15.0

func (x *PublicPreKeyPublishOutput) GetIntakeRef() string

func (*PublicPreKeyPublishOutput) GetPublicMetadata added in v0.15.0

func (x *PublicPreKeyPublishOutput) GetPublicMetadata() *PublicPreKeyMetadata

func (*PublicPreKeyPublishOutput) GetStatus added in v0.15.0

func (x *PublicPreKeyPublishOutput) GetStatus() string

func (*PublicPreKeyPublishOutput) ProtoMessage added in v0.15.0

func (*PublicPreKeyPublishOutput) ProtoMessage()

func (*PublicPreKeyPublishOutput) ProtoReflect added in v0.15.0

func (*PublicPreKeyPublishOutput) Reset added in v0.15.0

func (x *PublicPreKeyPublishOutput) Reset()

func (*PublicPreKeyPublishOutput) String added in v0.15.0

func (x *PublicPreKeyPublishOutput) String() string

type PublicPreKeyResolveConfig added in v0.15.0

type PublicPreKeyResolveConfig struct {
	DirectoryRef string `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicPreKeyResolveConfig) Descriptor deprecated added in v0.15.0

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

Deprecated: Use PublicPreKeyResolveConfig.ProtoReflect.Descriptor instead.

func (*PublicPreKeyResolveConfig) GetDirectoryRef added in v0.15.0

func (x *PublicPreKeyResolveConfig) GetDirectoryRef() string

func (*PublicPreKeyResolveConfig) ProtoMessage added in v0.15.0

func (*PublicPreKeyResolveConfig) ProtoMessage()

func (*PublicPreKeyResolveConfig) ProtoReflect added in v0.15.0

func (*PublicPreKeyResolveConfig) Reset added in v0.15.0

func (x *PublicPreKeyResolveConfig) Reset()

func (*PublicPreKeyResolveConfig) String added in v0.15.0

func (x *PublicPreKeyResolveConfig) String() string

type PublicPreKeyResolveInput added in v0.15.0

type PublicPreKeyResolveInput struct {
	DirectoryRef    string `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	IntakeRef       string `protobuf:"bytes,2,opt,name=intake_ref,json=intakeRef,proto3" json:"intake_ref,omitempty"`
	AudienceRef     string `protobuf:"bytes,3,opt,name=audience_ref,json=audienceRef,proto3" json:"audience_ref,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,4,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicPreKeyResolveInput) Descriptor deprecated added in v0.15.0

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

Deprecated: Use PublicPreKeyResolveInput.ProtoReflect.Descriptor instead.

func (*PublicPreKeyResolveInput) GetAudienceRef added in v0.15.0

func (x *PublicPreKeyResolveInput) GetAudienceRef() string

func (*PublicPreKeyResolveInput) GetDirectoryRef added in v0.15.0

func (x *PublicPreKeyResolveInput) GetDirectoryRef() string

func (*PublicPreKeyResolveInput) GetIntakeRef added in v0.15.0

func (x *PublicPreKeyResolveInput) GetIntakeRef() string

func (*PublicPreKeyResolveInput) GetRequestedAtUnix added in v0.15.0

func (x *PublicPreKeyResolveInput) GetRequestedAtUnix() int64

func (*PublicPreKeyResolveInput) ProtoMessage added in v0.15.0

func (*PublicPreKeyResolveInput) ProtoMessage()

func (*PublicPreKeyResolveInput) ProtoReflect added in v0.15.0

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

func (*PublicPreKeyResolveInput) Reset added in v0.15.0

func (x *PublicPreKeyResolveInput) Reset()

func (*PublicPreKeyResolveInput) String added in v0.15.0

func (x *PublicPreKeyResolveInput) String() string

type PublicPreKeyResolveOutput added in v0.15.0

type PublicPreKeyResolveOutput struct {
	DirectoryRef           string                `protobuf:"bytes,1,opt,name=directory_ref,json=directoryRef,proto3" json:"directory_ref,omitempty"`
	IntakeRef              string                `protobuf:"bytes,2,opt,name=intake_ref,json=intakeRef,proto3" json:"intake_ref,omitempty"`
	AudienceRef            string                `protobuf:"bytes,3,opt,name=audience_ref,json=audienceRef,proto3" json:"audience_ref,omitempty"`
	Status                 string                `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Bundle                 *PreKeyBundle         `protobuf:"bytes,5,opt,name=bundle,proto3" json:"bundle,omitempty"`
	PublicMetadata         *PublicPreKeyMetadata `protobuf:"bytes,6,opt,name=public_metadata,json=publicMetadata,proto3" json:"public_metadata,omitempty"`
	BundleSha256           string                `protobuf:"bytes,7,opt,name=bundle_sha256,json=bundleSha256,proto3" json:"bundle_sha256,omitempty"`
	IdentityKeyFingerprint string                `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PublicPreKeyResolveOutput) Descriptor deprecated added in v0.15.0

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

Deprecated: Use PublicPreKeyResolveOutput.ProtoReflect.Descriptor instead.

func (*PublicPreKeyResolveOutput) GetAudienceRef added in v0.15.0

func (x *PublicPreKeyResolveOutput) GetAudienceRef() string

func (*PublicPreKeyResolveOutput) GetBundle added in v0.15.0

func (x *PublicPreKeyResolveOutput) GetBundle() *PreKeyBundle

func (*PublicPreKeyResolveOutput) GetBundleSha256 added in v0.15.0

func (x *PublicPreKeyResolveOutput) GetBundleSha256() string

func (*PublicPreKeyResolveOutput) GetDirectoryRef added in v0.15.0

func (x *PublicPreKeyResolveOutput) GetDirectoryRef() string

func (*PublicPreKeyResolveOutput) GetIdentityKeyFingerprint added in v0.15.0

func (x *PublicPreKeyResolveOutput) GetIdentityKeyFingerprint() string

func (*PublicPreKeyResolveOutput) GetIntakeRef added in v0.15.0

func (x *PublicPreKeyResolveOutput) GetIntakeRef() string

func (*PublicPreKeyResolveOutput) GetPublicMetadata added in v0.15.0

func (x *PublicPreKeyResolveOutput) GetPublicMetadata() *PublicPreKeyMetadata

func (*PublicPreKeyResolveOutput) GetStatus added in v0.15.0

func (x *PublicPreKeyResolveOutput) GetStatus() string

func (*PublicPreKeyResolveOutput) ProtoMessage added in v0.15.0

func (*PublicPreKeyResolveOutput) ProtoMessage()

func (*PublicPreKeyResolveOutput) ProtoReflect added in v0.15.0

func (*PublicPreKeyResolveOutput) Reset added in v0.15.0

func (x *PublicPreKeyResolveOutput) Reset()

func (*PublicPreKeyResolveOutput) String added in v0.15.0

func (x *PublicPreKeyResolveOutput) String() string

type ServiceApprovalValidateConfig added in v0.7.0

type ServiceApprovalValidateConfig struct {
	Mode             string           `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	RequestedActions []string         `protobuf:"bytes,2,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	Approval         *ApprovalPackage `protobuf:"bytes,3,opt,name=approval,proto3" json:"approval,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceApprovalValidateConfig) Descriptor deprecated added in v0.7.0

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

Deprecated: Use ServiceApprovalValidateConfig.ProtoReflect.Descriptor instead.

func (*ServiceApprovalValidateConfig) GetApproval added in v0.7.0

func (*ServiceApprovalValidateConfig) GetMode added in v0.7.0

func (*ServiceApprovalValidateConfig) GetRequestedActions added in v0.7.0

func (x *ServiceApprovalValidateConfig) GetRequestedActions() []string

func (*ServiceApprovalValidateConfig) ProtoMessage added in v0.7.0

func (*ServiceApprovalValidateConfig) ProtoMessage()

func (*ServiceApprovalValidateConfig) ProtoReflect added in v0.7.0

func (*ServiceApprovalValidateConfig) Reset added in v0.7.0

func (x *ServiceApprovalValidateConfig) Reset()

func (*ServiceApprovalValidateConfig) String added in v0.7.0

type ServiceApprovalValidateInput added in v0.7.0

type ServiceApprovalValidateInput struct {
	Mode             string           `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	RequestedActions []string         `protobuf:"bytes,2,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	Approval         *ApprovalPackage `protobuf:"bytes,3,opt,name=approval,proto3" json:"approval,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceApprovalValidateInput) Descriptor deprecated added in v0.7.0

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

Deprecated: Use ServiceApprovalValidateInput.ProtoReflect.Descriptor instead.

func (*ServiceApprovalValidateInput) GetApproval added in v0.7.0

func (*ServiceApprovalValidateInput) GetMode added in v0.7.0

func (x *ServiceApprovalValidateInput) GetMode() string

func (*ServiceApprovalValidateInput) GetRequestedActions added in v0.7.0

func (x *ServiceApprovalValidateInput) GetRequestedActions() []string

func (*ServiceApprovalValidateInput) ProtoMessage added in v0.7.0

func (*ServiceApprovalValidateInput) ProtoMessage()

func (*ServiceApprovalValidateInput) ProtoReflect added in v0.7.0

func (*ServiceApprovalValidateInput) Reset added in v0.7.0

func (x *ServiceApprovalValidateInput) Reset()

func (*ServiceApprovalValidateInput) String added in v0.7.0

type ServiceApprovalValidateOutput added in v0.7.0

type ServiceApprovalValidateOutput struct {
	Mode                 string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	LiveTransportAllowed bool     `protobuf:"varint,2,opt,name=live_transport_allowed,json=liveTransportAllowed,proto3" json:"live_transport_allowed,omitempty"`
	LiveServiceDisabled  bool     `protobuf:"varint,3,opt,name=live_service_disabled,json=liveServiceDisabled,proto3" json:"live_service_disabled,omitempty"`
	DeniedReasons        []string `protobuf:"bytes,4,rep,name=denied_reasons,json=deniedReasons,proto3" json:"denied_reasons,omitempty"`
	RequestedActions     []string `protobuf:"bytes,5,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceApprovalValidateOutput) Descriptor deprecated added in v0.7.0

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

Deprecated: Use ServiceApprovalValidateOutput.ProtoReflect.Descriptor instead.

func (*ServiceApprovalValidateOutput) GetDeniedReasons added in v0.7.0

func (x *ServiceApprovalValidateOutput) GetDeniedReasons() []string

func (*ServiceApprovalValidateOutput) GetLiveServiceDisabled added in v0.7.0

func (x *ServiceApprovalValidateOutput) GetLiveServiceDisabled() bool

func (*ServiceApprovalValidateOutput) GetLiveTransportAllowed added in v0.7.0

func (x *ServiceApprovalValidateOutput) GetLiveTransportAllowed() bool

func (*ServiceApprovalValidateOutput) GetMode added in v0.7.0

func (*ServiceApprovalValidateOutput) GetRequestedActions added in v0.7.0

func (x *ServiceApprovalValidateOutput) GetRequestedActions() []string

func (*ServiceApprovalValidateOutput) ProtoMessage added in v0.7.0

func (*ServiceApprovalValidateOutput) ProtoMessage()

func (*ServiceApprovalValidateOutput) ProtoReflect added in v0.7.0

func (*ServiceApprovalValidateOutput) Reset added in v0.7.0

func (x *ServiceApprovalValidateOutput) Reset()

func (*ServiceApprovalValidateOutput) String added in v0.7.0

type ServiceChallengeRespondConfig added in v0.9.0

type ServiceChallengeRespondConfig struct {
	AccountRef   string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	TransportRef string `protobuf:"bytes,2,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	Mode         string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceChallengeRespondConfig) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServiceChallengeRespondConfig.ProtoReflect.Descriptor instead.

func (*ServiceChallengeRespondConfig) GetAccountRef added in v0.9.0

func (x *ServiceChallengeRespondConfig) GetAccountRef() string

func (*ServiceChallengeRespondConfig) GetMode added in v0.9.0

func (*ServiceChallengeRespondConfig) GetTransportRef added in v0.9.0

func (x *ServiceChallengeRespondConfig) GetTransportRef() string

func (*ServiceChallengeRespondConfig) ProtoMessage added in v0.9.0

func (*ServiceChallengeRespondConfig) ProtoMessage()

func (*ServiceChallengeRespondConfig) ProtoReflect added in v0.9.0

func (*ServiceChallengeRespondConfig) Reset added in v0.9.0

func (x *ServiceChallengeRespondConfig) Reset()

func (*ServiceChallengeRespondConfig) String added in v0.9.0

type ServiceChallengeRespondInput added in v0.9.0

type ServiceChallengeRespondInput struct {
	OperationId          string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	AccountRef           string `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef            string `protobuf:"bytes,3,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef           string `protobuf:"bytes,4,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey       string `protobuf:"bytes,5,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	ChallengeRef         string `protobuf:"bytes,6,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ChallengeResponseRef string `protobuf:"bytes,7,opt,name=challenge_response_ref,json=challengeResponseRef,proto3" json:"challenge_response_ref,omitempty"`
	ConsentRef           string `protobuf:"bytes,8,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef             string `protobuf:"bytes,9,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef        string `protobuf:"bytes,10,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef  string `protobuf:"bytes,11,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	RequestedAtUnix      int64  `protobuf:"varint,12,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceChallengeRespondInput) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServiceChallengeRespondInput.ProtoReflect.Descriptor instead.

func (*ServiceChallengeRespondInput) GetAccountRef added in v0.9.0

func (x *ServiceChallengeRespondInput) GetAccountRef() string

func (*ServiceChallengeRespondInput) GetAuditRef added in v0.9.0

func (x *ServiceChallengeRespondInput) GetAuditRef() string

func (*ServiceChallengeRespondInput) GetChallengeRef added in v0.9.0

func (x *ServiceChallengeRespondInput) GetChallengeRef() string

func (*ServiceChallengeRespondInput) GetChallengeResponseRef added in v0.9.0

func (x *ServiceChallengeRespondInput) GetChallengeResponseRef() string

func (*ServiceChallengeRespondInput) GetConsentRef added in v0.9.0

func (x *ServiceChallengeRespondInput) GetConsentRef() string

func (*ServiceChallengeRespondInput) GetCredentialRef added in v0.9.0

func (x *ServiceChallengeRespondInput) GetCredentialRef() string

func (*ServiceChallengeRespondInput) GetCustodyRef added in v0.9.0

func (x *ServiceChallengeRespondInput) GetCustodyRef() string

func (*ServiceChallengeRespondInput) GetDeviceRef added in v0.9.0

func (x *ServiceChallengeRespondInput) GetDeviceRef() string

func (*ServiceChallengeRespondInput) GetIdempotencyKey added in v0.9.0

func (x *ServiceChallengeRespondInput) GetIdempotencyKey() string

func (*ServiceChallengeRespondInput) GetNonExportableKeyRef added in v0.9.0

func (x *ServiceChallengeRespondInput) GetNonExportableKeyRef() string

func (*ServiceChallengeRespondInput) GetOperationId added in v0.9.0

func (x *ServiceChallengeRespondInput) GetOperationId() string

func (*ServiceChallengeRespondInput) GetRequestedAtUnix added in v0.9.0

func (x *ServiceChallengeRespondInput) GetRequestedAtUnix() int64

func (*ServiceChallengeRespondInput) ProtoMessage added in v0.9.0

func (*ServiceChallengeRespondInput) ProtoMessage()

func (*ServiceChallengeRespondInput) ProtoReflect added in v0.9.0

func (*ServiceChallengeRespondInput) Reset added in v0.9.0

func (x *ServiceChallengeRespondInput) Reset()

func (*ServiceChallengeRespondInput) String added in v0.9.0

type ServiceComplianceCheckConfig added in v0.5.0

type ServiceComplianceCheckConfig struct {
	Mode             string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	RequestedActions []string `protobuf:"bytes,2,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceComplianceCheckConfig) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ServiceComplianceCheckConfig.ProtoReflect.Descriptor instead.

func (*ServiceComplianceCheckConfig) GetMode added in v0.5.0

func (x *ServiceComplianceCheckConfig) GetMode() string

func (*ServiceComplianceCheckConfig) GetRequestedActions added in v0.5.0

func (x *ServiceComplianceCheckConfig) GetRequestedActions() []string

func (*ServiceComplianceCheckConfig) ProtoMessage added in v0.5.0

func (*ServiceComplianceCheckConfig) ProtoMessage()

func (*ServiceComplianceCheckConfig) ProtoReflect added in v0.5.0

func (*ServiceComplianceCheckConfig) Reset added in v0.5.0

func (x *ServiceComplianceCheckConfig) Reset()

func (*ServiceComplianceCheckConfig) String added in v0.5.0

type ServiceComplianceCheckInput added in v0.5.0

type ServiceComplianceCheckInput struct {
	Mode             string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	RequestedActions []string `protobuf:"bytes,2,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceComplianceCheckInput) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ServiceComplianceCheckInput.ProtoReflect.Descriptor instead.

func (*ServiceComplianceCheckInput) GetMode added in v0.5.0

func (x *ServiceComplianceCheckInput) GetMode() string

func (*ServiceComplianceCheckInput) GetRequestedActions added in v0.5.0

func (x *ServiceComplianceCheckInput) GetRequestedActions() []string

func (*ServiceComplianceCheckInput) ProtoMessage added in v0.5.0

func (*ServiceComplianceCheckInput) ProtoMessage()

func (*ServiceComplianceCheckInput) ProtoReflect added in v0.5.0

func (*ServiceComplianceCheckInput) Reset added in v0.5.0

func (x *ServiceComplianceCheckInput) Reset()

func (*ServiceComplianceCheckInput) String added in v0.5.0

func (x *ServiceComplianceCheckInput) String() string

type ServiceComplianceCheckOutput added in v0.5.0

type ServiceComplianceCheckOutput struct {
	Mode                string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Approved            bool     `protobuf:"varint,2,opt,name=approved,proto3" json:"approved,omitempty"`
	LiveServiceDisabled bool     `protobuf:"varint,3,opt,name=live_service_disabled,json=liveServiceDisabled,proto3" json:"live_service_disabled,omitempty"`
	BlockedActions      []string `protobuf:"bytes,4,rep,name=blocked_actions,json=blockedActions,proto3" json:"blocked_actions,omitempty"`
	RequiredApprovals   []string `protobuf:"bytes,5,rep,name=required_approvals,json=requiredApprovals,proto3" json:"required_approvals,omitempty"`
	DeferredDomains     []string `protobuf:"bytes,6,rep,name=deferred_domains,json=deferredDomains,proto3" json:"deferred_domains,omitempty"`
	UpstreamTag         string   `protobuf:"bytes,7,opt,name=upstream_tag,json=upstreamTag,proto3" json:"upstream_tag,omitempty"`
	DescriptorChecksum  string   `protobuf:"bytes,8,opt,name=descriptor_checksum,json=descriptorChecksum,proto3" json:"descriptor_checksum,omitempty"`
	ManifestDigest      string   `protobuf:"bytes,9,opt,name=manifest_digest,json=manifestDigest,proto3" json:"manifest_digest,omitempty"`
	SelectedDomains     []string `protobuf:"bytes,10,rep,name=selected_domains,json=selectedDomains,proto3" json:"selected_domains,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceComplianceCheckOutput) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ServiceComplianceCheckOutput.ProtoReflect.Descriptor instead.

func (*ServiceComplianceCheckOutput) GetApproved added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetApproved() bool

func (*ServiceComplianceCheckOutput) GetBlockedActions added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetBlockedActions() []string

func (*ServiceComplianceCheckOutput) GetDeferredDomains added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetDeferredDomains() []string

func (*ServiceComplianceCheckOutput) GetDescriptorChecksum added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetDescriptorChecksum() string

func (*ServiceComplianceCheckOutput) GetLiveServiceDisabled added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetLiveServiceDisabled() bool

func (*ServiceComplianceCheckOutput) GetManifestDigest added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetManifestDigest() string

func (*ServiceComplianceCheckOutput) GetMode added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetMode() string

func (*ServiceComplianceCheckOutput) GetRequiredApprovals added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetRequiredApprovals() []string

func (*ServiceComplianceCheckOutput) GetSelectedDomains added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetSelectedDomains() []string

func (*ServiceComplianceCheckOutput) GetUpstreamTag added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetUpstreamTag() string

func (*ServiceComplianceCheckOutput) ProtoMessage added in v0.5.0

func (*ServiceComplianceCheckOutput) ProtoMessage()

func (*ServiceComplianceCheckOutput) ProtoReflect added in v0.5.0

func (*ServiceComplianceCheckOutput) Reset added in v0.5.0

func (x *ServiceComplianceCheckOutput) Reset()

func (*ServiceComplianceCheckOutput) String added in v0.5.0

type ServiceContractCheckConfig added in v0.4.0

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

func (*ServiceContractCheckConfig) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ServiceContractCheckConfig.ProtoReflect.Descriptor instead.

func (*ServiceContractCheckConfig) GetMode added in v0.4.0

func (x *ServiceContractCheckConfig) GetMode() string

func (*ServiceContractCheckConfig) ProtoMessage added in v0.4.0

func (*ServiceContractCheckConfig) ProtoMessage()

func (*ServiceContractCheckConfig) ProtoReflect added in v0.4.0

func (*ServiceContractCheckConfig) Reset added in v0.4.0

func (x *ServiceContractCheckConfig) Reset()

func (*ServiceContractCheckConfig) String added in v0.4.0

func (x *ServiceContractCheckConfig) String() string

type ServiceContractCheckInput added in v0.4.0

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

func (*ServiceContractCheckInput) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ServiceContractCheckInput.ProtoReflect.Descriptor instead.

func (*ServiceContractCheckInput) GetMode added in v0.4.0

func (x *ServiceContractCheckInput) GetMode() string

func (*ServiceContractCheckInput) ProtoMessage added in v0.4.0

func (*ServiceContractCheckInput) ProtoMessage()

func (*ServiceContractCheckInput) ProtoReflect added in v0.4.0

func (*ServiceContractCheckInput) Reset added in v0.4.0

func (x *ServiceContractCheckInput) Reset()

func (*ServiceContractCheckInput) String added in v0.4.0

func (x *ServiceContractCheckInput) String() string

type ServiceContractCheckOutput added in v0.4.0

type ServiceContractCheckOutput struct {
	Mode                string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	UpstreamTag         string   `protobuf:"bytes,2,opt,name=upstream_tag,json=upstreamTag,proto3" json:"upstream_tag,omitempty"`
	DescriptorChecksum  string   `protobuf:"bytes,3,opt,name=descriptor_checksum,json=descriptorChecksum,proto3" json:"descriptor_checksum,omitempty"`
	SelectedDomains     []string `protobuf:"bytes,4,rep,name=selected_domains,json=selectedDomains,proto3" json:"selected_domains,omitempty"`
	LiveServiceDisabled bool     `protobuf:"varint,5,opt,name=live_service_disabled,json=liveServiceDisabled,proto3" json:"live_service_disabled,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceContractCheckOutput) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ServiceContractCheckOutput.ProtoReflect.Descriptor instead.

func (*ServiceContractCheckOutput) GetDescriptorChecksum added in v0.4.0

func (x *ServiceContractCheckOutput) GetDescriptorChecksum() string

func (*ServiceContractCheckOutput) GetLiveServiceDisabled added in v0.4.0

func (x *ServiceContractCheckOutput) GetLiveServiceDisabled() bool

func (*ServiceContractCheckOutput) GetMode added in v0.4.0

func (x *ServiceContractCheckOutput) GetMode() string

func (*ServiceContractCheckOutput) GetSelectedDomains added in v0.4.0

func (x *ServiceContractCheckOutput) GetSelectedDomains() []string

func (*ServiceContractCheckOutput) GetUpstreamTag added in v0.4.0

func (x *ServiceContractCheckOutput) GetUpstreamTag() string

func (*ServiceContractCheckOutput) ProtoMessage added in v0.4.0

func (*ServiceContractCheckOutput) ProtoMessage()

func (*ServiceContractCheckOutput) ProtoReflect added in v0.4.0

func (*ServiceContractCheckOutput) Reset added in v0.4.0

func (x *ServiceContractCheckOutput) Reset()

func (*ServiceContractCheckOutput) String added in v0.4.0

func (x *ServiceContractCheckOutput) String() string

type ServiceEnvelopeTriggerConfig added in v0.4.0

type ServiceEnvelopeTriggerConfig struct {
	SourceRef   string `protobuf:"bytes,1,opt,name=source_ref,json=sourceRef,proto3" json:"source_ref,omitempty"`
	BoundaryRef string `protobuf:"bytes,2,opt,name=boundary_ref,json=boundaryRef,proto3" json:"boundary_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceEnvelopeTriggerConfig) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ServiceEnvelopeTriggerConfig.ProtoReflect.Descriptor instead.

func (*ServiceEnvelopeTriggerConfig) GetBoundaryRef added in v0.4.0

func (x *ServiceEnvelopeTriggerConfig) GetBoundaryRef() string

func (*ServiceEnvelopeTriggerConfig) GetSourceRef added in v0.4.0

func (x *ServiceEnvelopeTriggerConfig) GetSourceRef() string

func (*ServiceEnvelopeTriggerConfig) ProtoMessage added in v0.4.0

func (*ServiceEnvelopeTriggerConfig) ProtoMessage()

func (*ServiceEnvelopeTriggerConfig) ProtoReflect added in v0.4.0

func (*ServiceEnvelopeTriggerConfig) Reset added in v0.4.0

func (x *ServiceEnvelopeTriggerConfig) Reset()

func (*ServiceEnvelopeTriggerConfig) String added in v0.4.0

type ServiceLinkPrepareConfig added in v0.9.0

type ServiceLinkPrepareConfig struct {
	AccountRef   string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	TransportRef string `protobuf:"bytes,2,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	Mode         string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceLinkPrepareConfig) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServiceLinkPrepareConfig.ProtoReflect.Descriptor instead.

func (*ServiceLinkPrepareConfig) GetAccountRef added in v0.9.0

func (x *ServiceLinkPrepareConfig) GetAccountRef() string

func (*ServiceLinkPrepareConfig) GetMode added in v0.9.0

func (x *ServiceLinkPrepareConfig) GetMode() string

func (*ServiceLinkPrepareConfig) GetTransportRef added in v0.9.0

func (x *ServiceLinkPrepareConfig) GetTransportRef() string

func (*ServiceLinkPrepareConfig) ProtoMessage added in v0.9.0

func (*ServiceLinkPrepareConfig) ProtoMessage()

func (*ServiceLinkPrepareConfig) ProtoReflect added in v0.9.0

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

func (*ServiceLinkPrepareConfig) Reset added in v0.9.0

func (x *ServiceLinkPrepareConfig) Reset()

func (*ServiceLinkPrepareConfig) String added in v0.9.0

func (x *ServiceLinkPrepareConfig) String() string

type ServiceLinkPrepareInput added in v0.9.0

type ServiceLinkPrepareInput struct {
	OperationId         string                `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	AccountRef          string                `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string                `protobuf:"bytes,3,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string                `protobuf:"bytes,4,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string                `protobuf:"bytes,5,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	LinkCodeRef         string                `protobuf:"bytes,6,opt,name=link_code_ref,json=linkCodeRef,proto3" json:"link_code_ref,omitempty"`
	ConsentRef          string                `protobuf:"bytes,7,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string                `protobuf:"bytes,8,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string                `protobuf:"bytes,9,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string                `protobuf:"bytes,10,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	RequestedAtUnix     int64                 `protobuf:"varint,11,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	LinkedDevice        *LinkedDeviceCeremony `protobuf:"bytes,12,opt,name=linked_device,json=linkedDevice,proto3" json:"linked_device,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceLinkPrepareInput) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServiceLinkPrepareInput.ProtoReflect.Descriptor instead.

func (*ServiceLinkPrepareInput) GetAccountRef added in v0.9.0

func (x *ServiceLinkPrepareInput) GetAccountRef() string

func (*ServiceLinkPrepareInput) GetAuditRef added in v0.9.0

func (x *ServiceLinkPrepareInput) GetAuditRef() string

func (*ServiceLinkPrepareInput) GetConsentRef added in v0.9.0

func (x *ServiceLinkPrepareInput) GetConsentRef() string

func (*ServiceLinkPrepareInput) GetCredentialRef added in v0.9.0

func (x *ServiceLinkPrepareInput) GetCredentialRef() string

func (*ServiceLinkPrepareInput) GetCustodyRef added in v0.9.0

func (x *ServiceLinkPrepareInput) GetCustodyRef() string

func (*ServiceLinkPrepareInput) GetDeviceRef added in v0.9.0

func (x *ServiceLinkPrepareInput) GetDeviceRef() string

func (*ServiceLinkPrepareInput) GetIdempotencyKey added in v0.9.0

func (x *ServiceLinkPrepareInput) GetIdempotencyKey() string

func (*ServiceLinkPrepareInput) GetLinkCodeRef added in v0.9.0

func (x *ServiceLinkPrepareInput) GetLinkCodeRef() string

func (*ServiceLinkPrepareInput) GetLinkedDevice added in v0.9.0

func (x *ServiceLinkPrepareInput) GetLinkedDevice() *LinkedDeviceCeremony

func (*ServiceLinkPrepareInput) GetNonExportableKeyRef added in v0.9.0

func (x *ServiceLinkPrepareInput) GetNonExportableKeyRef() string

func (*ServiceLinkPrepareInput) GetOperationId added in v0.9.0

func (x *ServiceLinkPrepareInput) GetOperationId() string

func (*ServiceLinkPrepareInput) GetRequestedAtUnix added in v0.9.0

func (x *ServiceLinkPrepareInput) GetRequestedAtUnix() int64

func (*ServiceLinkPrepareInput) ProtoMessage added in v0.9.0

func (*ServiceLinkPrepareInput) ProtoMessage()

func (*ServiceLinkPrepareInput) ProtoReflect added in v0.9.0

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

func (*ServiceLinkPrepareInput) Reset added in v0.9.0

func (x *ServiceLinkPrepareInput) Reset()

func (*ServiceLinkPrepareInput) String added in v0.9.0

func (x *ServiceLinkPrepareInput) String() string

type ServiceLiveSubmitConfig added in v0.7.0

type ServiceLiveSubmitConfig struct {
	TransportRef       string           `protobuf:"bytes,1,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	Mode               string           `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,omitempty"`
	SandboxEndpoint    string           `protobuf:"bytes,3,opt,name=sandbox_endpoint,json=sandboxEndpoint,proto3" json:"sandbox_endpoint,omitempty"`
	AccountRef         string           `protobuf:"bytes,4,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool             `protobuf:"varint,5,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	Approval           *ApprovalPackage `protobuf:"bytes,6,opt,name=approval,proto3" json:"approval,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceLiveSubmitConfig) Descriptor deprecated added in v0.7.0

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

Deprecated: Use ServiceLiveSubmitConfig.ProtoReflect.Descriptor instead.

func (*ServiceLiveSubmitConfig) GetAccountRef added in v0.7.0

func (x *ServiceLiveSubmitConfig) GetAccountRef() string

func (*ServiceLiveSubmitConfig) GetApproval added in v0.7.0

func (x *ServiceLiveSubmitConfig) GetApproval() *ApprovalPackage

func (*ServiceLiveSubmitConfig) GetExpiredCredentials added in v0.7.0

func (x *ServiceLiveSubmitConfig) GetExpiredCredentials() bool

func (*ServiceLiveSubmitConfig) GetMode added in v0.7.0

func (x *ServiceLiveSubmitConfig) GetMode() string

func (*ServiceLiveSubmitConfig) GetSandboxEndpoint added in v0.7.0

func (x *ServiceLiveSubmitConfig) GetSandboxEndpoint() string

func (*ServiceLiveSubmitConfig) GetTransportRef added in v0.7.0

func (x *ServiceLiveSubmitConfig) GetTransportRef() string

func (*ServiceLiveSubmitConfig) ProtoMessage added in v0.7.0

func (*ServiceLiveSubmitConfig) ProtoMessage()

func (*ServiceLiveSubmitConfig) ProtoReflect added in v0.7.0

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

func (*ServiceLiveSubmitConfig) Reset added in v0.7.0

func (x *ServiceLiveSubmitConfig) Reset()

func (*ServiceLiveSubmitConfig) String added in v0.7.0

func (x *ServiceLiveSubmitConfig) String() string

type ServiceLiveSubmitInput added in v0.7.0

type ServiceLiveSubmitInput struct {
	TransportRef         string           `protobuf:"bytes,1,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	Mode                 string           `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,omitempty"`
	SandboxEndpoint      string           `protobuf:"bytes,3,opt,name=sandbox_endpoint,json=sandboxEndpoint,proto3" json:"sandbox_endpoint,omitempty"`
	Operation            string           `protobuf:"bytes,4,opt,name=operation,proto3" json:"operation,omitempty"`
	AccountRef           string           `protobuf:"bytes,5,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef            string           `protobuf:"bytes,6,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef           string           `protobuf:"bytes,7,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey       string           `protobuf:"bytes,8,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	Username             string           `protobuf:"bytes,9,opt,name=username,proto3" json:"username,omitempty"`
	LinkCodeRef          string           `protobuf:"bytes,10,opt,name=link_code_ref,json=linkCodeRef,proto3" json:"link_code_ref,omitempty"`
	RecipientRef         string           `protobuf:"bytes,11,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	PayloadRef           string           `protobuf:"bytes,12,opt,name=payload_ref,json=payloadRef,proto3" json:"payload_ref,omitempty"`
	CursorRef            string           `protobuf:"bytes,13,opt,name=cursor_ref,json=cursorRef,proto3" json:"cursor_ref,omitempty"`
	BackupRef            string           `protobuf:"bytes,14,opt,name=backup_ref,json=backupRef,proto3" json:"backup_ref,omitempty"`
	BackupId             string           `protobuf:"bytes,15,opt,name=backup_id,json=backupId,proto3" json:"backup_id,omitempty"`
	ChallengeRef         string           `protobuf:"bytes,16,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ChallengeResponseRef string           `protobuf:"bytes,17,opt,name=challenge_response_ref,json=challengeResponseRef,proto3" json:"challenge_response_ref,omitempty"`
	ConsentRef           string           `protobuf:"bytes,18,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef             string           `protobuf:"bytes,19,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef        string           `protobuf:"bytes,20,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef  string           `protobuf:"bytes,21,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ExpiredCredentials   bool             `protobuf:"varint,22,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	Approval             *ApprovalPackage `protobuf:"bytes,23,opt,name=approval,proto3" json:"approval,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceLiveSubmitInput) Descriptor deprecated added in v0.7.0

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

Deprecated: Use ServiceLiveSubmitInput.ProtoReflect.Descriptor instead.

func (*ServiceLiveSubmitInput) GetAccountRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetAccountRef() string

func (*ServiceLiveSubmitInput) GetApproval added in v0.7.0

func (x *ServiceLiveSubmitInput) GetApproval() *ApprovalPackage

func (*ServiceLiveSubmitInput) GetAuditRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetAuditRef() string

func (*ServiceLiveSubmitInput) GetBackupId added in v0.7.0

func (x *ServiceLiveSubmitInput) GetBackupId() string

func (*ServiceLiveSubmitInput) GetBackupRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetBackupRef() string

func (*ServiceLiveSubmitInput) GetChallengeRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetChallengeRef() string

func (*ServiceLiveSubmitInput) GetChallengeResponseRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetChallengeResponseRef() string

func (*ServiceLiveSubmitInput) GetConsentRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetConsentRef() string

func (*ServiceLiveSubmitInput) GetCredentialRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetCredentialRef() string

func (*ServiceLiveSubmitInput) GetCursorRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetCursorRef() string

func (*ServiceLiveSubmitInput) GetCustodyRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetCustodyRef() string

func (*ServiceLiveSubmitInput) GetDeviceRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetDeviceRef() string

func (*ServiceLiveSubmitInput) GetExpiredCredentials added in v0.7.0

func (x *ServiceLiveSubmitInput) GetExpiredCredentials() bool

func (*ServiceLiveSubmitInput) GetIdempotencyKey added in v0.7.0

func (x *ServiceLiveSubmitInput) GetIdempotencyKey() string

func (*ServiceLiveSubmitInput) GetLinkCodeRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetLinkCodeRef() string

func (*ServiceLiveSubmitInput) GetMode added in v0.7.0

func (x *ServiceLiveSubmitInput) GetMode() string

func (*ServiceLiveSubmitInput) GetNonExportableKeyRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetNonExportableKeyRef() string

func (*ServiceLiveSubmitInput) GetOperation added in v0.7.0

func (x *ServiceLiveSubmitInput) GetOperation() string

func (*ServiceLiveSubmitInput) GetPayloadRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetPayloadRef() string

func (*ServiceLiveSubmitInput) GetRecipientRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetRecipientRef() string

func (*ServiceLiveSubmitInput) GetSandboxEndpoint added in v0.7.0

func (x *ServiceLiveSubmitInput) GetSandboxEndpoint() string

func (*ServiceLiveSubmitInput) GetTransportRef added in v0.7.0

func (x *ServiceLiveSubmitInput) GetTransportRef() string

func (*ServiceLiveSubmitInput) GetUsername added in v0.7.0

func (x *ServiceLiveSubmitInput) GetUsername() string

func (*ServiceLiveSubmitInput) ProtoMessage added in v0.7.0

func (*ServiceLiveSubmitInput) ProtoMessage()

func (*ServiceLiveSubmitInput) ProtoReflect added in v0.7.0

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

func (*ServiceLiveSubmitInput) Reset added in v0.7.0

func (x *ServiceLiveSubmitInput) Reset()

func (*ServiceLiveSubmitInput) String added in v0.7.0

func (x *ServiceLiveSubmitInput) String() string

type ServiceOperationEnvelope added in v0.9.0

type ServiceOperationEnvelope struct {
	OperationId          string                `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	Operation            string                `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"`
	IdempotencyKey       string                `protobuf:"bytes,3,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	AccountRef           string                `protobuf:"bytes,4,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef            string                `protobuf:"bytes,5,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef           string                `protobuf:"bytes,6,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	RequestedAtUnix      int64                 `protobuf:"varint,7,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	ConsentRef           string                `protobuf:"bytes,8,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef             string                `protobuf:"bytes,9,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef        string                `protobuf:"bytes,10,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef  string                `protobuf:"bytes,11,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	RecipientRef         string                `protobuf:"bytes,12,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	PayloadRef           string                `protobuf:"bytes,13,opt,name=payload_ref,json=payloadRef,proto3" json:"payload_ref,omitempty"`
	CursorRef            string                `protobuf:"bytes,14,opt,name=cursor_ref,json=cursorRef,proto3" json:"cursor_ref,omitempty"`
	Username             string                `protobuf:"bytes,15,opt,name=username,proto3" json:"username,omitempty"`
	BackupRef            string                `protobuf:"bytes,16,opt,name=backup_ref,json=backupRef,proto3" json:"backup_ref,omitempty"`
	BackupId             string                `protobuf:"bytes,17,opt,name=backup_id,json=backupId,proto3" json:"backup_id,omitempty"`
	ChallengeRef         string                `protobuf:"bytes,18,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ChallengeResponseRef string                `protobuf:"bytes,19,opt,name=challenge_response_ref,json=challengeResponseRef,proto3" json:"challenge_response_ref,omitempty"`
	LinkedDevice         *LinkedDeviceCeremony `protobuf:"bytes,20,opt,name=linked_device,json=linkedDevice,proto3" json:"linked_device,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceOperationEnvelope) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServiceOperationEnvelope.ProtoReflect.Descriptor instead.

func (*ServiceOperationEnvelope) GetAccountRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetAccountRef() string

func (*ServiceOperationEnvelope) GetAuditRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetAuditRef() string

func (*ServiceOperationEnvelope) GetBackupId added in v0.9.0

func (x *ServiceOperationEnvelope) GetBackupId() string

func (*ServiceOperationEnvelope) GetBackupRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetBackupRef() string

func (*ServiceOperationEnvelope) GetChallengeRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetChallengeRef() string

func (*ServiceOperationEnvelope) GetChallengeResponseRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetChallengeResponseRef() string

func (*ServiceOperationEnvelope) GetConsentRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetConsentRef() string

func (*ServiceOperationEnvelope) GetCredentialRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetCredentialRef() string

func (*ServiceOperationEnvelope) GetCursorRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetCursorRef() string

func (*ServiceOperationEnvelope) GetCustodyRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetCustodyRef() string

func (*ServiceOperationEnvelope) GetDeviceRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetDeviceRef() string

func (*ServiceOperationEnvelope) GetIdempotencyKey added in v0.9.0

func (x *ServiceOperationEnvelope) GetIdempotencyKey() string

func (*ServiceOperationEnvelope) GetLinkedDevice added in v0.9.0

func (x *ServiceOperationEnvelope) GetLinkedDevice() *LinkedDeviceCeremony

func (*ServiceOperationEnvelope) GetNonExportableKeyRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetNonExportableKeyRef() string

func (*ServiceOperationEnvelope) GetOperation added in v0.9.0

func (x *ServiceOperationEnvelope) GetOperation() string

func (*ServiceOperationEnvelope) GetOperationId added in v0.9.0

func (x *ServiceOperationEnvelope) GetOperationId() string

func (*ServiceOperationEnvelope) GetPayloadRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetPayloadRef() string

func (*ServiceOperationEnvelope) GetRecipientRef added in v0.9.0

func (x *ServiceOperationEnvelope) GetRecipientRef() string

func (*ServiceOperationEnvelope) GetRequestedAtUnix added in v0.9.0

func (x *ServiceOperationEnvelope) GetRequestedAtUnix() int64

func (*ServiceOperationEnvelope) GetUsername added in v0.9.0

func (x *ServiceOperationEnvelope) GetUsername() string

func (*ServiceOperationEnvelope) ProtoMessage added in v0.9.0

func (*ServiceOperationEnvelope) ProtoMessage()

func (*ServiceOperationEnvelope) ProtoReflect added in v0.9.0

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

func (*ServiceOperationEnvelope) Reset added in v0.9.0

func (x *ServiceOperationEnvelope) Reset()

func (*ServiceOperationEnvelope) String added in v0.9.0

func (x *ServiceOperationEnvelope) String() string

type ServiceOperationPrepareOutput added in v0.9.0

type ServiceOperationPrepareOutput struct {
	Envelope              *ServiceOperationEnvelope `protobuf:"bytes,1,opt,name=envelope,proto3" json:"envelope,omitempty"`
	Status                string                    `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	ReportClassification  string                    `protobuf:"bytes,3,opt,name=report_classification,json=reportClassification,proto3" json:"report_classification,omitempty"`
	DeferredReason        string                    `protobuf:"bytes,4,opt,name=deferred_reason,json=deferredReason,proto3" json:"deferred_reason,omitempty"`
	AuditRef              string                    `protobuf:"bytes,5,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	LiveEgressAttempted   bool                      `protobuf:"varint,6,opt,name=live_egress_attempted,json=liveEgressAttempted,proto3" json:"live_egress_attempted,omitempty"`
	CustodyAttested       bool                      `protobuf:"varint,7,opt,name=custody_attested,json=custodyAttested,proto3" json:"custody_attested,omitempty"`
	CustodyAttestationRef string                    `` /* 126-byte string literal not displayed */
	ReadinessWarnings     []string                  `protobuf:"bytes,9,rep,name=readiness_warnings,json=readinessWarnings,proto3" json:"readiness_warnings,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceOperationPrepareOutput) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServiceOperationPrepareOutput.ProtoReflect.Descriptor instead.

func (*ServiceOperationPrepareOutput) GetAuditRef added in v0.9.0

func (x *ServiceOperationPrepareOutput) GetAuditRef() string

func (*ServiceOperationPrepareOutput) GetCustodyAttestationRef added in v0.11.0

func (x *ServiceOperationPrepareOutput) GetCustodyAttestationRef() string

func (*ServiceOperationPrepareOutput) GetCustodyAttested added in v0.11.0

func (x *ServiceOperationPrepareOutput) GetCustodyAttested() bool

func (*ServiceOperationPrepareOutput) GetDeferredReason added in v0.9.0

func (x *ServiceOperationPrepareOutput) GetDeferredReason() string

func (*ServiceOperationPrepareOutput) GetEnvelope added in v0.9.0

func (*ServiceOperationPrepareOutput) GetLiveEgressAttempted added in v0.9.0

func (x *ServiceOperationPrepareOutput) GetLiveEgressAttempted() bool

func (*ServiceOperationPrepareOutput) GetReadinessWarnings added in v0.11.0

func (x *ServiceOperationPrepareOutput) GetReadinessWarnings() []string

func (*ServiceOperationPrepareOutput) GetReportClassification added in v0.9.0

func (x *ServiceOperationPrepareOutput) GetReportClassification() string

func (*ServiceOperationPrepareOutput) GetStatus added in v0.9.0

func (x *ServiceOperationPrepareOutput) GetStatus() string

func (*ServiceOperationPrepareOutput) ProtoMessage added in v0.9.0

func (*ServiceOperationPrepareOutput) ProtoMessage()

func (*ServiceOperationPrepareOutput) ProtoReflect added in v0.9.0

func (*ServiceOperationPrepareOutput) Reset added in v0.9.0

func (x *ServiceOperationPrepareOutput) Reset()

func (*ServiceOperationPrepareOutput) String added in v0.9.0

type ServicePolicyCheckConfig added in v0.6.0

type ServicePolicyCheckConfig struct {
	Mode             string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Approvals        []string `protobuf:"bytes,2,rep,name=approvals,proto3" json:"approvals,omitempty"`
	RequestedActions []string `protobuf:"bytes,3,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePolicyCheckConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServicePolicyCheckConfig.ProtoReflect.Descriptor instead.

func (*ServicePolicyCheckConfig) GetApprovals added in v0.6.0

func (x *ServicePolicyCheckConfig) GetApprovals() []string

func (*ServicePolicyCheckConfig) GetMode added in v0.6.0

func (x *ServicePolicyCheckConfig) GetMode() string

func (*ServicePolicyCheckConfig) GetRequestedActions added in v0.6.0

func (x *ServicePolicyCheckConfig) GetRequestedActions() []string

func (*ServicePolicyCheckConfig) ProtoMessage added in v0.6.0

func (*ServicePolicyCheckConfig) ProtoMessage()

func (*ServicePolicyCheckConfig) ProtoReflect added in v0.6.0

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

func (*ServicePolicyCheckConfig) Reset added in v0.6.0

func (x *ServicePolicyCheckConfig) Reset()

func (*ServicePolicyCheckConfig) String added in v0.6.0

func (x *ServicePolicyCheckConfig) String() string

type ServicePolicyCheckInput added in v0.6.0

type ServicePolicyCheckInput struct {
	Mode             string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Approvals        []string `protobuf:"bytes,2,rep,name=approvals,proto3" json:"approvals,omitempty"`
	RequestedActions []string `protobuf:"bytes,3,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePolicyCheckInput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServicePolicyCheckInput.ProtoReflect.Descriptor instead.

func (*ServicePolicyCheckInput) GetApprovals added in v0.6.0

func (x *ServicePolicyCheckInput) GetApprovals() []string

func (*ServicePolicyCheckInput) GetMode added in v0.6.0

func (x *ServicePolicyCheckInput) GetMode() string

func (*ServicePolicyCheckInput) GetRequestedActions added in v0.6.0

func (x *ServicePolicyCheckInput) GetRequestedActions() []string

func (*ServicePolicyCheckInput) ProtoMessage added in v0.6.0

func (*ServicePolicyCheckInput) ProtoMessage()

func (*ServicePolicyCheckInput) ProtoReflect added in v0.6.0

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

func (*ServicePolicyCheckInput) Reset added in v0.6.0

func (x *ServicePolicyCheckInput) Reset()

func (*ServicePolicyCheckInput) String added in v0.6.0

func (x *ServicePolicyCheckInput) String() string

type ServicePolicyCheckOutput added in v0.6.0

type ServicePolicyCheckOutput struct {
	Mode                 string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Approved             bool     `protobuf:"varint,2,opt,name=approved,proto3" json:"approved,omitempty"`
	LiveServiceDisabled  bool     `protobuf:"varint,3,opt,name=live_service_disabled,json=liveServiceDisabled,proto3" json:"live_service_disabled,omitempty"`
	LiveTransportAllowed bool     `protobuf:"varint,4,opt,name=live_transport_allowed,json=liveTransportAllowed,proto3" json:"live_transport_allowed,omitempty"`
	RequiredApprovals    []string `protobuf:"bytes,5,rep,name=required_approvals,json=requiredApprovals,proto3" json:"required_approvals,omitempty"`
	MissingApprovals     []string `protobuf:"bytes,6,rep,name=missing_approvals,json=missingApprovals,proto3" json:"missing_approvals,omitempty"`
	BlockedActions       []string `protobuf:"bytes,7,rep,name=blocked_actions,json=blockedActions,proto3" json:"blocked_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePolicyCheckOutput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServicePolicyCheckOutput.ProtoReflect.Descriptor instead.

func (*ServicePolicyCheckOutput) GetApproved added in v0.6.0

func (x *ServicePolicyCheckOutput) GetApproved() bool

func (*ServicePolicyCheckOutput) GetBlockedActions added in v0.6.0

func (x *ServicePolicyCheckOutput) GetBlockedActions() []string

func (*ServicePolicyCheckOutput) GetLiveServiceDisabled added in v0.6.0

func (x *ServicePolicyCheckOutput) GetLiveServiceDisabled() bool

func (*ServicePolicyCheckOutput) GetLiveTransportAllowed added in v0.6.0

func (x *ServicePolicyCheckOutput) GetLiveTransportAllowed() bool

func (*ServicePolicyCheckOutput) GetMissingApprovals added in v0.6.0

func (x *ServicePolicyCheckOutput) GetMissingApprovals() []string

func (*ServicePolicyCheckOutput) GetMode added in v0.6.0

func (x *ServicePolicyCheckOutput) GetMode() string

func (*ServicePolicyCheckOutput) GetRequiredApprovals added in v0.6.0

func (x *ServicePolicyCheckOutput) GetRequiredApprovals() []string

func (*ServicePolicyCheckOutput) ProtoMessage added in v0.6.0

func (*ServicePolicyCheckOutput) ProtoMessage()

func (*ServicePolicyCheckOutput) ProtoReflect added in v0.6.0

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

func (*ServicePolicyCheckOutput) Reset added in v0.6.0

func (x *ServicePolicyCheckOutput) Reset()

func (*ServicePolicyCheckOutput) String added in v0.6.0

func (x *ServicePolicyCheckOutput) String() string

type ServiceReceiveAdmitConfig added in v0.9.0

type ServiceReceiveAdmitConfig struct {
	AccountRef   string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	TransportRef string `protobuf:"bytes,2,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	Mode         string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceReceiveAdmitConfig) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServiceReceiveAdmitConfig.ProtoReflect.Descriptor instead.

func (*ServiceReceiveAdmitConfig) GetAccountRef added in v0.9.0

func (x *ServiceReceiveAdmitConfig) GetAccountRef() string

func (*ServiceReceiveAdmitConfig) GetMode added in v0.9.0

func (x *ServiceReceiveAdmitConfig) GetMode() string

func (*ServiceReceiveAdmitConfig) GetTransportRef added in v0.9.0

func (x *ServiceReceiveAdmitConfig) GetTransportRef() string

func (*ServiceReceiveAdmitConfig) ProtoMessage added in v0.9.0

func (*ServiceReceiveAdmitConfig) ProtoMessage()

func (*ServiceReceiveAdmitConfig) ProtoReflect added in v0.9.0

func (*ServiceReceiveAdmitConfig) Reset added in v0.9.0

func (x *ServiceReceiveAdmitConfig) Reset()

func (*ServiceReceiveAdmitConfig) String added in v0.9.0

func (x *ServiceReceiveAdmitConfig) String() string

type ServiceReceiveAdmitInput added in v0.9.0

type ServiceReceiveAdmitInput struct {
	OperationId         string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	AccountRef          string `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,3,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,4,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,5,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	CursorRef           string `protobuf:"bytes,6,opt,name=cursor_ref,json=cursorRef,proto3" json:"cursor_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,7,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,8,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,9,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,10,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	RequestedAtUnix     int64  `protobuf:"varint,11,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceReceiveAdmitInput) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServiceReceiveAdmitInput.ProtoReflect.Descriptor instead.

func (*ServiceReceiveAdmitInput) GetAccountRef added in v0.9.0

func (x *ServiceReceiveAdmitInput) GetAccountRef() string

func (*ServiceReceiveAdmitInput) GetAuditRef added in v0.9.0

func (x *ServiceReceiveAdmitInput) GetAuditRef() string

func (*ServiceReceiveAdmitInput) GetConsentRef added in v0.9.0

func (x *ServiceReceiveAdmitInput) GetConsentRef() string

func (*ServiceReceiveAdmitInput) GetCredentialRef added in v0.9.0

func (x *ServiceReceiveAdmitInput) GetCredentialRef() string

func (*ServiceReceiveAdmitInput) GetCursorRef added in v0.9.0

func (x *ServiceReceiveAdmitInput) GetCursorRef() string

func (*ServiceReceiveAdmitInput) GetCustodyRef added in v0.9.0

func (x *ServiceReceiveAdmitInput) GetCustodyRef() string

func (*ServiceReceiveAdmitInput) GetDeviceRef added in v0.9.0

func (x *ServiceReceiveAdmitInput) GetDeviceRef() string

func (*ServiceReceiveAdmitInput) GetIdempotencyKey added in v0.9.0

func (x *ServiceReceiveAdmitInput) GetIdempotencyKey() string

func (*ServiceReceiveAdmitInput) GetNonExportableKeyRef added in v0.9.0

func (x *ServiceReceiveAdmitInput) GetNonExportableKeyRef() string

func (*ServiceReceiveAdmitInput) GetOperationId added in v0.9.0

func (x *ServiceReceiveAdmitInput) GetOperationId() string

func (*ServiceReceiveAdmitInput) GetRequestedAtUnix added in v0.9.0

func (x *ServiceReceiveAdmitInput) GetRequestedAtUnix() int64

func (*ServiceReceiveAdmitInput) ProtoMessage added in v0.9.0

func (*ServiceReceiveAdmitInput) ProtoMessage()

func (*ServiceReceiveAdmitInput) ProtoReflect added in v0.9.0

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

func (*ServiceReceiveAdmitInput) Reset added in v0.9.0

func (x *ServiceReceiveAdmitInput) Reset()

func (*ServiceReceiveAdmitInput) String added in v0.9.0

func (x *ServiceReceiveAdmitInput) String() string

type ServiceRegisterPrepareConfig added in v0.9.0

type ServiceRegisterPrepareConfig struct {
	AccountRef   string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	TransportRef string `protobuf:"bytes,2,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	Mode         string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceRegisterPrepareConfig) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServiceRegisterPrepareConfig.ProtoReflect.Descriptor instead.

func (*ServiceRegisterPrepareConfig) GetAccountRef added in v0.9.0

func (x *ServiceRegisterPrepareConfig) GetAccountRef() string

func (*ServiceRegisterPrepareConfig) GetMode added in v0.9.0

func (x *ServiceRegisterPrepareConfig) GetMode() string

func (*ServiceRegisterPrepareConfig) GetTransportRef added in v0.9.0

func (x *ServiceRegisterPrepareConfig) GetTransportRef() string

func (*ServiceRegisterPrepareConfig) ProtoMessage added in v0.9.0

func (*ServiceRegisterPrepareConfig) ProtoMessage()

func (*ServiceRegisterPrepareConfig) ProtoReflect added in v0.9.0

func (*ServiceRegisterPrepareConfig) Reset added in v0.9.0

func (x *ServiceRegisterPrepareConfig) Reset()

func (*ServiceRegisterPrepareConfig) String added in v0.9.0

type ServiceRegisterPrepareInput added in v0.9.0

type ServiceRegisterPrepareInput struct {
	OperationId         string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	AccountRef          string `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,3,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,4,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,5,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	Username            string `protobuf:"bytes,6,opt,name=username,proto3" json:"username,omitempty"`
	ConsentRef          string `protobuf:"bytes,7,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,8,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,9,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,10,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	RequestedAtUnix     int64  `protobuf:"varint,11,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceRegisterPrepareInput) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServiceRegisterPrepareInput.ProtoReflect.Descriptor instead.

func (*ServiceRegisterPrepareInput) GetAccountRef added in v0.9.0

func (x *ServiceRegisterPrepareInput) GetAccountRef() string

func (*ServiceRegisterPrepareInput) GetAuditRef added in v0.9.0

func (x *ServiceRegisterPrepareInput) GetAuditRef() string

func (*ServiceRegisterPrepareInput) GetConsentRef added in v0.9.0

func (x *ServiceRegisterPrepareInput) GetConsentRef() string

func (*ServiceRegisterPrepareInput) GetCredentialRef added in v0.9.0

func (x *ServiceRegisterPrepareInput) GetCredentialRef() string

func (*ServiceRegisterPrepareInput) GetCustodyRef added in v0.9.0

func (x *ServiceRegisterPrepareInput) GetCustodyRef() string

func (*ServiceRegisterPrepareInput) GetDeviceRef added in v0.9.0

func (x *ServiceRegisterPrepareInput) GetDeviceRef() string

func (*ServiceRegisterPrepareInput) GetIdempotencyKey added in v0.9.0

func (x *ServiceRegisterPrepareInput) GetIdempotencyKey() string

func (*ServiceRegisterPrepareInput) GetNonExportableKeyRef added in v0.9.0

func (x *ServiceRegisterPrepareInput) GetNonExportableKeyRef() string

func (*ServiceRegisterPrepareInput) GetOperationId added in v0.9.0

func (x *ServiceRegisterPrepareInput) GetOperationId() string

func (*ServiceRegisterPrepareInput) GetRequestedAtUnix added in v0.9.0

func (x *ServiceRegisterPrepareInput) GetRequestedAtUnix() int64

func (*ServiceRegisterPrepareInput) GetUsername added in v0.9.0

func (x *ServiceRegisterPrepareInput) GetUsername() string

func (*ServiceRegisterPrepareInput) ProtoMessage added in v0.9.0

func (*ServiceRegisterPrepareInput) ProtoMessage()

func (*ServiceRegisterPrepareInput) ProtoReflect added in v0.9.0

func (*ServiceRegisterPrepareInput) Reset added in v0.9.0

func (x *ServiceRegisterPrepareInput) Reset()

func (*ServiceRegisterPrepareInput) String added in v0.9.0

func (x *ServiceRegisterPrepareInput) String() string

type ServiceSendPrepareConfig added in v0.9.0

type ServiceSendPrepareConfig struct {
	AccountRef   string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	TransportRef string `protobuf:"bytes,2,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	Mode         string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceSendPrepareConfig) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServiceSendPrepareConfig.ProtoReflect.Descriptor instead.

func (*ServiceSendPrepareConfig) GetAccountRef added in v0.9.0

func (x *ServiceSendPrepareConfig) GetAccountRef() string

func (*ServiceSendPrepareConfig) GetMode added in v0.9.0

func (x *ServiceSendPrepareConfig) GetMode() string

func (*ServiceSendPrepareConfig) GetTransportRef added in v0.9.0

func (x *ServiceSendPrepareConfig) GetTransportRef() string

func (*ServiceSendPrepareConfig) ProtoMessage added in v0.9.0

func (*ServiceSendPrepareConfig) ProtoMessage()

func (*ServiceSendPrepareConfig) ProtoReflect added in v0.9.0

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

func (*ServiceSendPrepareConfig) Reset added in v0.9.0

func (x *ServiceSendPrepareConfig) Reset()

func (*ServiceSendPrepareConfig) String added in v0.9.0

func (x *ServiceSendPrepareConfig) String() string

type ServiceSendPrepareInput added in v0.9.0

type ServiceSendPrepareInput struct {
	OperationId         string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	AccountRef          string `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,3,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,4,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,5,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	RecipientRef        string `protobuf:"bytes,6,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	PayloadRef          string `protobuf:"bytes,7,opt,name=payload_ref,json=payloadRef,proto3" json:"payload_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,8,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,9,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,10,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,11,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	RequestedAtUnix     int64  `protobuf:"varint,12,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceSendPrepareInput) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServiceSendPrepareInput.ProtoReflect.Descriptor instead.

func (*ServiceSendPrepareInput) GetAccountRef added in v0.9.0

func (x *ServiceSendPrepareInput) GetAccountRef() string

func (*ServiceSendPrepareInput) GetAuditRef added in v0.9.0

func (x *ServiceSendPrepareInput) GetAuditRef() string

func (*ServiceSendPrepareInput) GetConsentRef added in v0.9.0

func (x *ServiceSendPrepareInput) GetConsentRef() string

func (*ServiceSendPrepareInput) GetCredentialRef added in v0.9.0

func (x *ServiceSendPrepareInput) GetCredentialRef() string

func (*ServiceSendPrepareInput) GetCustodyRef added in v0.9.0

func (x *ServiceSendPrepareInput) GetCustodyRef() string

func (*ServiceSendPrepareInput) GetDeviceRef added in v0.9.0

func (x *ServiceSendPrepareInput) GetDeviceRef() string

func (*ServiceSendPrepareInput) GetIdempotencyKey added in v0.9.0

func (x *ServiceSendPrepareInput) GetIdempotencyKey() string

func (*ServiceSendPrepareInput) GetNonExportableKeyRef added in v0.9.0

func (x *ServiceSendPrepareInput) GetNonExportableKeyRef() string

func (*ServiceSendPrepareInput) GetOperationId added in v0.9.0

func (x *ServiceSendPrepareInput) GetOperationId() string

func (*ServiceSendPrepareInput) GetPayloadRef added in v0.9.0

func (x *ServiceSendPrepareInput) GetPayloadRef() string

func (*ServiceSendPrepareInput) GetRecipientRef added in v0.9.0

func (x *ServiceSendPrepareInput) GetRecipientRef() string

func (*ServiceSendPrepareInput) GetRequestedAtUnix added in v0.9.0

func (x *ServiceSendPrepareInput) GetRequestedAtUnix() int64

func (*ServiceSendPrepareInput) ProtoMessage added in v0.9.0

func (*ServiceSendPrepareInput) ProtoMessage()

func (*ServiceSendPrepareInput) ProtoReflect added in v0.9.0

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

func (*ServiceSendPrepareInput) Reset added in v0.9.0

func (x *ServiceSendPrepareInput) Reset()

func (*ServiceSendPrepareInput) String added in v0.9.0

func (x *ServiceSendPrepareInput) String() string

type ServiceSubmitOutput added in v0.7.0

type ServiceSubmitOutput struct {
	TransportRef        string            `protobuf:"bytes,1,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	TransportMode       string            `protobuf:"bytes,2,opt,name=transport_mode,json=transportMode,proto3" json:"transport_mode,omitempty"`
	Operation           string            `protobuf:"bytes,3,opt,name=operation,proto3" json:"operation,omitempty"`
	AccountRef          string            `protobuf:"bytes,4,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string            `protobuf:"bytes,5,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	RequestId           string            `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Status              string            `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
	ChallengeRef        string            `protobuf:"bytes,8,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	SecretRefs          map[string]string `` /* 165-byte string literal not displayed */
	CredentialRef       string            `protobuf:"bytes,10,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	AuditRef            string            `protobuf:"bytes,11,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	LiveEgressAttempted bool              `protobuf:"varint,12,opt,name=live_egress_attempted,json=liveEgressAttempted,proto3" json:"live_egress_attempted,omitempty"`
	DeniedReasons       []string          `protobuf:"bytes,13,rep,name=denied_reasons,json=deniedReasons,proto3" json:"denied_reasons,omitempty"`
	ApprovalReady       bool              `protobuf:"varint,14,opt,name=approval_ready,json=approvalReady,proto3" json:"approval_ready,omitempty"`
	EgressDryRun        bool              `protobuf:"varint,15,opt,name=egress_dry_run,json=egressDryRun,proto3" json:"egress_dry_run,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceSubmitOutput) Descriptor deprecated added in v0.7.0

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

Deprecated: Use ServiceSubmitOutput.ProtoReflect.Descriptor instead.

func (*ServiceSubmitOutput) GetAccountRef added in v0.7.0

func (x *ServiceSubmitOutput) GetAccountRef() string

func (*ServiceSubmitOutput) GetApprovalReady added in v0.14.0

func (x *ServiceSubmitOutput) GetApprovalReady() bool

func (*ServiceSubmitOutput) GetAuditRef added in v0.7.0

func (x *ServiceSubmitOutput) GetAuditRef() string

func (*ServiceSubmitOutput) GetChallengeRef added in v0.7.0

func (x *ServiceSubmitOutput) GetChallengeRef() string

func (*ServiceSubmitOutput) GetCredentialRef added in v0.7.0

func (x *ServiceSubmitOutput) GetCredentialRef() string

func (*ServiceSubmitOutput) GetDeniedReasons added in v0.7.0

func (x *ServiceSubmitOutput) GetDeniedReasons() []string

func (*ServiceSubmitOutput) GetDeviceRef added in v0.7.0

func (x *ServiceSubmitOutput) GetDeviceRef() string

func (*ServiceSubmitOutput) GetEgressDryRun added in v0.14.0

func (x *ServiceSubmitOutput) GetEgressDryRun() bool

func (*ServiceSubmitOutput) GetLiveEgressAttempted added in v0.7.0

func (x *ServiceSubmitOutput) GetLiveEgressAttempted() bool

func (*ServiceSubmitOutput) GetOperation added in v0.7.0

func (x *ServiceSubmitOutput) GetOperation() string

func (*ServiceSubmitOutput) GetRequestId added in v0.7.0

func (x *ServiceSubmitOutput) GetRequestId() string

func (*ServiceSubmitOutput) GetSecretRefs added in v0.7.0

func (x *ServiceSubmitOutput) GetSecretRefs() map[string]string

func (*ServiceSubmitOutput) GetStatus added in v0.7.0

func (x *ServiceSubmitOutput) GetStatus() string

func (*ServiceSubmitOutput) GetTransportMode added in v0.7.0

func (x *ServiceSubmitOutput) GetTransportMode() string

func (*ServiceSubmitOutput) GetTransportRef added in v0.7.0

func (x *ServiceSubmitOutput) GetTransportRef() string

func (*ServiceSubmitOutput) ProtoMessage added in v0.7.0

func (*ServiceSubmitOutput) ProtoMessage()

func (*ServiceSubmitOutput) ProtoReflect added in v0.7.0

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

func (*ServiceSubmitOutput) Reset added in v0.7.0

func (x *ServiceSubmitOutput) Reset()

func (*ServiceSubmitOutput) String added in v0.7.0

func (x *ServiceSubmitOutput) String() string

type ServiceTestBackupDownloadConfig added in v0.10.0

type ServiceTestBackupDownloadConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestBackupDownloadConfig) Descriptor deprecated added in v0.10.0

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

Deprecated: Use ServiceTestBackupDownloadConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestBackupDownloadConfig) GetAccountRef added in v0.10.0

func (x *ServiceTestBackupDownloadConfig) GetAccountRef() string

func (*ServiceTestBackupDownloadConfig) GetExpiredCredentials added in v0.10.0

func (x *ServiceTestBackupDownloadConfig) GetExpiredCredentials() bool

func (*ServiceTestBackupDownloadConfig) ProtoMessage added in v0.10.0

func (*ServiceTestBackupDownloadConfig) ProtoMessage()

func (*ServiceTestBackupDownloadConfig) ProtoReflect added in v0.10.0

func (*ServiceTestBackupDownloadConfig) Reset added in v0.10.0

func (*ServiceTestBackupDownloadConfig) String added in v0.10.0

type ServiceTestBackupDownloadInput added in v0.10.0

type ServiceTestBackupDownloadInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	BackupId            string `protobuf:"bytes,5,opt,name=backup_id,json=backupId,proto3" json:"backup_id,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestBackupDownloadInput) Descriptor deprecated added in v0.10.0

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

Deprecated: Use ServiceTestBackupDownloadInput.ProtoReflect.Descriptor instead.

func (*ServiceTestBackupDownloadInput) GetAccountRef added in v0.10.0

func (x *ServiceTestBackupDownloadInput) GetAccountRef() string

func (*ServiceTestBackupDownloadInput) GetAuditRef added in v0.10.0

func (x *ServiceTestBackupDownloadInput) GetAuditRef() string

func (*ServiceTestBackupDownloadInput) GetBackupId added in v0.10.0

func (x *ServiceTestBackupDownloadInput) GetBackupId() string

func (*ServiceTestBackupDownloadInput) GetChallengeRef added in v0.10.0

func (x *ServiceTestBackupDownloadInput) GetChallengeRef() string

func (*ServiceTestBackupDownloadInput) GetConsentRef added in v0.10.0

func (x *ServiceTestBackupDownloadInput) GetConsentRef() string

func (*ServiceTestBackupDownloadInput) GetCredentialRef added in v0.10.0

func (x *ServiceTestBackupDownloadInput) GetCredentialRef() string

func (*ServiceTestBackupDownloadInput) GetCustodyRef added in v0.10.0

func (x *ServiceTestBackupDownloadInput) GetCustodyRef() string

func (*ServiceTestBackupDownloadInput) GetDeviceRef added in v0.10.0

func (x *ServiceTestBackupDownloadInput) GetDeviceRef() string

func (*ServiceTestBackupDownloadInput) GetExpiredCredentials added in v0.10.0

func (x *ServiceTestBackupDownloadInput) GetExpiredCredentials() bool

func (*ServiceTestBackupDownloadInput) GetIdempotencyKey added in v0.10.0

func (x *ServiceTestBackupDownloadInput) GetIdempotencyKey() string

func (*ServiceTestBackupDownloadInput) GetNonExportableKeyRef added in v0.10.0

func (x *ServiceTestBackupDownloadInput) GetNonExportableKeyRef() string

func (*ServiceTestBackupDownloadInput) ProtoMessage added in v0.10.0

func (*ServiceTestBackupDownloadInput) ProtoMessage()

func (*ServiceTestBackupDownloadInput) ProtoReflect added in v0.10.0

func (*ServiceTestBackupDownloadInput) Reset added in v0.10.0

func (x *ServiceTestBackupDownloadInput) Reset()

func (*ServiceTestBackupDownloadInput) String added in v0.10.0

type ServiceTestBackupUploadConfig added in v0.10.0

type ServiceTestBackupUploadConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestBackupUploadConfig) Descriptor deprecated added in v0.10.0

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

Deprecated: Use ServiceTestBackupUploadConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestBackupUploadConfig) GetAccountRef added in v0.10.0

func (x *ServiceTestBackupUploadConfig) GetAccountRef() string

func (*ServiceTestBackupUploadConfig) GetExpiredCredentials added in v0.10.0

func (x *ServiceTestBackupUploadConfig) GetExpiredCredentials() bool

func (*ServiceTestBackupUploadConfig) ProtoMessage added in v0.10.0

func (*ServiceTestBackupUploadConfig) ProtoMessage()

func (*ServiceTestBackupUploadConfig) ProtoReflect added in v0.10.0

func (*ServiceTestBackupUploadConfig) Reset added in v0.10.0

func (x *ServiceTestBackupUploadConfig) Reset()

func (*ServiceTestBackupUploadConfig) String added in v0.10.0

type ServiceTestBackupUploadInput added in v0.10.0

type ServiceTestBackupUploadInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	BackupRef           string `protobuf:"bytes,5,opt,name=backup_ref,json=backupRef,proto3" json:"backup_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestBackupUploadInput) Descriptor deprecated added in v0.10.0

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

Deprecated: Use ServiceTestBackupUploadInput.ProtoReflect.Descriptor instead.

func (*ServiceTestBackupUploadInput) GetAccountRef added in v0.10.0

func (x *ServiceTestBackupUploadInput) GetAccountRef() string

func (*ServiceTestBackupUploadInput) GetAuditRef added in v0.10.0

func (x *ServiceTestBackupUploadInput) GetAuditRef() string

func (*ServiceTestBackupUploadInput) GetBackupRef added in v0.10.0

func (x *ServiceTestBackupUploadInput) GetBackupRef() string

func (*ServiceTestBackupUploadInput) GetChallengeRef added in v0.10.0

func (x *ServiceTestBackupUploadInput) GetChallengeRef() string

func (*ServiceTestBackupUploadInput) GetConsentRef added in v0.10.0

func (x *ServiceTestBackupUploadInput) GetConsentRef() string

func (*ServiceTestBackupUploadInput) GetCredentialRef added in v0.10.0

func (x *ServiceTestBackupUploadInput) GetCredentialRef() string

func (*ServiceTestBackupUploadInput) GetCustodyRef added in v0.10.0

func (x *ServiceTestBackupUploadInput) GetCustodyRef() string

func (*ServiceTestBackupUploadInput) GetDeviceRef added in v0.10.0

func (x *ServiceTestBackupUploadInput) GetDeviceRef() string

func (*ServiceTestBackupUploadInput) GetExpiredCredentials added in v0.10.0

func (x *ServiceTestBackupUploadInput) GetExpiredCredentials() bool

func (*ServiceTestBackupUploadInput) GetIdempotencyKey added in v0.10.0

func (x *ServiceTestBackupUploadInput) GetIdempotencyKey() string

func (*ServiceTestBackupUploadInput) GetNonExportableKeyRef added in v0.10.0

func (x *ServiceTestBackupUploadInput) GetNonExportableKeyRef() string

func (*ServiceTestBackupUploadInput) ProtoMessage added in v0.10.0

func (*ServiceTestBackupUploadInput) ProtoMessage()

func (*ServiceTestBackupUploadInput) ProtoReflect added in v0.10.0

func (*ServiceTestBackupUploadInput) Reset added in v0.10.0

func (x *ServiceTestBackupUploadInput) Reset()

func (*ServiceTestBackupUploadInput) String added in v0.10.0

type ServiceTestLinkDeviceConfig added in v0.6.0

type ServiceTestLinkDeviceConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestLinkDeviceConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestLinkDeviceConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestLinkDeviceConfig) GetAccountRef added in v0.6.0

func (x *ServiceTestLinkDeviceConfig) GetAccountRef() string

func (*ServiceTestLinkDeviceConfig) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestLinkDeviceConfig) GetExpiredCredentials() bool

func (*ServiceTestLinkDeviceConfig) ProtoMessage added in v0.6.0

func (*ServiceTestLinkDeviceConfig) ProtoMessage()

func (*ServiceTestLinkDeviceConfig) ProtoReflect added in v0.6.0

func (*ServiceTestLinkDeviceConfig) Reset added in v0.6.0

func (x *ServiceTestLinkDeviceConfig) Reset()

func (*ServiceTestLinkDeviceConfig) String added in v0.6.0

func (x *ServiceTestLinkDeviceConfig) String() string

type ServiceTestLinkDeviceInput added in v0.6.0

type ServiceTestLinkDeviceInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	LinkCodeRef         string `protobuf:"bytes,5,opt,name=link_code_ref,json=linkCodeRef,proto3" json:"link_code_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestLinkDeviceInput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestLinkDeviceInput.ProtoReflect.Descriptor instead.

func (*ServiceTestLinkDeviceInput) GetAccountRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetAccountRef() string

func (*ServiceTestLinkDeviceInput) GetAuditRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetAuditRef() string

func (*ServiceTestLinkDeviceInput) GetChallengeRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetChallengeRef() string

func (*ServiceTestLinkDeviceInput) GetConsentRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetConsentRef() string

func (*ServiceTestLinkDeviceInput) GetCredentialRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetCredentialRef() string

func (*ServiceTestLinkDeviceInput) GetCustodyRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetCustodyRef() string

func (*ServiceTestLinkDeviceInput) GetDeviceRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetDeviceRef() string

func (*ServiceTestLinkDeviceInput) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetExpiredCredentials() bool

func (*ServiceTestLinkDeviceInput) GetIdempotencyKey added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetIdempotencyKey() string

func (*ServiceTestLinkDeviceInput) GetLinkCodeRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetLinkCodeRef() string

func (*ServiceTestLinkDeviceInput) GetNonExportableKeyRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetNonExportableKeyRef() string

func (*ServiceTestLinkDeviceInput) ProtoMessage added in v0.6.0

func (*ServiceTestLinkDeviceInput) ProtoMessage()

func (*ServiceTestLinkDeviceInput) ProtoReflect added in v0.6.0

func (*ServiceTestLinkDeviceInput) Reset added in v0.6.0

func (x *ServiceTestLinkDeviceInput) Reset()

func (*ServiceTestLinkDeviceInput) String added in v0.6.0

func (x *ServiceTestLinkDeviceInput) String() string

type ServiceTestOutput added in v0.6.0

type ServiceTestOutput struct {
	AccountRef    string            `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef     string            `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	RequestId     string            `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Status        string            `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	ChallengeRef  string            `protobuf:"bytes,5,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	SecretRefs    map[string]string `` /* 165-byte string literal not displayed */
	CredentialRef string            `protobuf:"bytes,7,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	AuditRef      string            `protobuf:"bytes,8,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestOutput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestOutput.ProtoReflect.Descriptor instead.

func (*ServiceTestOutput) GetAccountRef added in v0.6.0

func (x *ServiceTestOutput) GetAccountRef() string

func (*ServiceTestOutput) GetAuditRef added in v0.6.0

func (x *ServiceTestOutput) GetAuditRef() string

func (*ServiceTestOutput) GetChallengeRef added in v0.6.0

func (x *ServiceTestOutput) GetChallengeRef() string

func (*ServiceTestOutput) GetCredentialRef added in v0.6.0

func (x *ServiceTestOutput) GetCredentialRef() string

func (*ServiceTestOutput) GetDeviceRef added in v0.6.0

func (x *ServiceTestOutput) GetDeviceRef() string

func (*ServiceTestOutput) GetRequestId added in v0.6.0

func (x *ServiceTestOutput) GetRequestId() string

func (*ServiceTestOutput) GetSecretRefs added in v0.6.0

func (x *ServiceTestOutput) GetSecretRefs() map[string]string

func (*ServiceTestOutput) GetStatus added in v0.6.0

func (x *ServiceTestOutput) GetStatus() string

func (*ServiceTestOutput) ProtoMessage added in v0.6.0

func (*ServiceTestOutput) ProtoMessage()

func (*ServiceTestOutput) ProtoReflect added in v0.6.0

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

func (*ServiceTestOutput) Reset added in v0.6.0

func (x *ServiceTestOutput) Reset()

func (*ServiceTestOutput) String added in v0.6.0

func (x *ServiceTestOutput) String() string

type ServiceTestReceiveConfig added in v0.6.0

type ServiceTestReceiveConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestReceiveConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestReceiveConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestReceiveConfig) GetAccountRef added in v0.6.0

func (x *ServiceTestReceiveConfig) GetAccountRef() string

func (*ServiceTestReceiveConfig) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestReceiveConfig) GetExpiredCredentials() bool

func (*ServiceTestReceiveConfig) ProtoMessage added in v0.6.0

func (*ServiceTestReceiveConfig) ProtoMessage()

func (*ServiceTestReceiveConfig) ProtoReflect added in v0.6.0

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

func (*ServiceTestReceiveConfig) Reset added in v0.6.0

func (x *ServiceTestReceiveConfig) Reset()

func (*ServiceTestReceiveConfig) String added in v0.6.0

func (x *ServiceTestReceiveConfig) String() string

type ServiceTestReceiveInput added in v0.6.0

type ServiceTestReceiveInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	CursorRef           string `protobuf:"bytes,5,opt,name=cursor_ref,json=cursorRef,proto3" json:"cursor_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestReceiveInput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestReceiveInput.ProtoReflect.Descriptor instead.

func (*ServiceTestReceiveInput) GetAccountRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetAccountRef() string

func (*ServiceTestReceiveInput) GetAuditRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetAuditRef() string

func (*ServiceTestReceiveInput) GetChallengeRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetChallengeRef() string

func (*ServiceTestReceiveInput) GetConsentRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetConsentRef() string

func (*ServiceTestReceiveInput) GetCredentialRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetCredentialRef() string

func (*ServiceTestReceiveInput) GetCursorRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetCursorRef() string

func (*ServiceTestReceiveInput) GetCustodyRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetCustodyRef() string

func (*ServiceTestReceiveInput) GetDeviceRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetDeviceRef() string

func (*ServiceTestReceiveInput) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestReceiveInput) GetExpiredCredentials() bool

func (*ServiceTestReceiveInput) GetIdempotencyKey added in v0.6.0

func (x *ServiceTestReceiveInput) GetIdempotencyKey() string

func (*ServiceTestReceiveInput) GetNonExportableKeyRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetNonExportableKeyRef() string

func (*ServiceTestReceiveInput) ProtoMessage added in v0.6.0

func (*ServiceTestReceiveInput) ProtoMessage()

func (*ServiceTestReceiveInput) ProtoReflect added in v0.6.0

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

func (*ServiceTestReceiveInput) Reset added in v0.6.0

func (x *ServiceTestReceiveInput) Reset()

func (*ServiceTestReceiveInput) String added in v0.6.0

func (x *ServiceTestReceiveInput) String() string

type ServiceTestRegisterConfig added in v0.6.0

type ServiceTestRegisterConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestRegisterConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestRegisterConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestRegisterConfig) GetAccountRef added in v0.6.0

func (x *ServiceTestRegisterConfig) GetAccountRef() string

func (*ServiceTestRegisterConfig) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestRegisterConfig) GetExpiredCredentials() bool

func (*ServiceTestRegisterConfig) ProtoMessage added in v0.6.0

func (*ServiceTestRegisterConfig) ProtoMessage()

func (*ServiceTestRegisterConfig) ProtoReflect added in v0.6.0

func (*ServiceTestRegisterConfig) Reset added in v0.6.0

func (x *ServiceTestRegisterConfig) Reset()

func (*ServiceTestRegisterConfig) String added in v0.6.0

func (x *ServiceTestRegisterConfig) String() string

type ServiceTestRegisterInput added in v0.6.0

type ServiceTestRegisterInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	Username            string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestRegisterInput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestRegisterInput.ProtoReflect.Descriptor instead.

func (*ServiceTestRegisterInput) GetAccountRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetAccountRef() string

func (*ServiceTestRegisterInput) GetAuditRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetAuditRef() string

func (*ServiceTestRegisterInput) GetChallengeRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetChallengeRef() string

func (*ServiceTestRegisterInput) GetConsentRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetConsentRef() string

func (*ServiceTestRegisterInput) GetCredentialRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetCredentialRef() string

func (*ServiceTestRegisterInput) GetCustodyRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetCustodyRef() string

func (*ServiceTestRegisterInput) GetDeviceRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetDeviceRef() string

func (*ServiceTestRegisterInput) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestRegisterInput) GetExpiredCredentials() bool

func (*ServiceTestRegisterInput) GetIdempotencyKey added in v0.6.0

func (x *ServiceTestRegisterInput) GetIdempotencyKey() string

func (*ServiceTestRegisterInput) GetNonExportableKeyRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetNonExportableKeyRef() string

func (*ServiceTestRegisterInput) GetUsername added in v0.6.0

func (x *ServiceTestRegisterInput) GetUsername() string

func (*ServiceTestRegisterInput) ProtoMessage added in v0.6.0

func (*ServiceTestRegisterInput) ProtoMessage()

func (*ServiceTestRegisterInput) ProtoReflect added in v0.6.0

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

func (*ServiceTestRegisterInput) Reset added in v0.6.0

func (x *ServiceTestRegisterInput) Reset()

func (*ServiceTestRegisterInput) String added in v0.6.0

func (x *ServiceTestRegisterInput) String() string

type ServiceTestSendConfig added in v0.6.0

type ServiceTestSendConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestSendConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestSendConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestSendConfig) GetAccountRef added in v0.6.0

func (x *ServiceTestSendConfig) GetAccountRef() string

func (*ServiceTestSendConfig) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestSendConfig) GetExpiredCredentials() bool

func (*ServiceTestSendConfig) ProtoMessage added in v0.6.0

func (*ServiceTestSendConfig) ProtoMessage()

func (*ServiceTestSendConfig) ProtoReflect added in v0.6.0

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

func (*ServiceTestSendConfig) Reset added in v0.6.0

func (x *ServiceTestSendConfig) Reset()

func (*ServiceTestSendConfig) String added in v0.6.0

func (x *ServiceTestSendConfig) String() string

type ServiceTestSendInput added in v0.6.0

type ServiceTestSendInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	RecipientRef        string `protobuf:"bytes,5,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	PayloadRef          string `protobuf:"bytes,6,opt,name=payload_ref,json=payloadRef,proto3" json:"payload_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,7,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,8,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,9,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,10,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,11,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,12,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestSendInput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestSendInput.ProtoReflect.Descriptor instead.

func (*ServiceTestSendInput) GetAccountRef added in v0.6.0

func (x *ServiceTestSendInput) GetAccountRef() string

func (*ServiceTestSendInput) GetAuditRef added in v0.6.0

func (x *ServiceTestSendInput) GetAuditRef() string

func (*ServiceTestSendInput) GetChallengeRef added in v0.6.0

func (x *ServiceTestSendInput) GetChallengeRef() string

func (*ServiceTestSendInput) GetConsentRef added in v0.6.0

func (x *ServiceTestSendInput) GetConsentRef() string

func (*ServiceTestSendInput) GetCredentialRef added in v0.6.0

func (x *ServiceTestSendInput) GetCredentialRef() string

func (*ServiceTestSendInput) GetCustodyRef added in v0.6.0

func (x *ServiceTestSendInput) GetCustodyRef() string

func (*ServiceTestSendInput) GetDeviceRef added in v0.6.0

func (x *ServiceTestSendInput) GetDeviceRef() string

func (*ServiceTestSendInput) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestSendInput) GetExpiredCredentials() bool

func (*ServiceTestSendInput) GetIdempotencyKey added in v0.6.0

func (x *ServiceTestSendInput) GetIdempotencyKey() string

func (*ServiceTestSendInput) GetNonExportableKeyRef added in v0.6.0

func (x *ServiceTestSendInput) GetNonExportableKeyRef() string

func (*ServiceTestSendInput) GetPayloadRef added in v0.6.0

func (x *ServiceTestSendInput) GetPayloadRef() string

func (*ServiceTestSendInput) GetRecipientRef added in v0.6.0

func (x *ServiceTestSendInput) GetRecipientRef() string

func (*ServiceTestSendInput) ProtoMessage added in v0.6.0

func (*ServiceTestSendInput) ProtoMessage()

func (*ServiceTestSendInput) ProtoReflect added in v0.6.0

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

func (*ServiceTestSendInput) Reset added in v0.6.0

func (x *ServiceTestSendInput) Reset()

func (*ServiceTestSendInput) String added in v0.6.0

func (x *ServiceTestSendInput) String() string

type ServiceTestUsernameReserveConfig added in v0.10.0

type ServiceTestUsernameReserveConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestUsernameReserveConfig) Descriptor deprecated added in v0.10.0

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

Deprecated: Use ServiceTestUsernameReserveConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestUsernameReserveConfig) GetAccountRef added in v0.10.0

func (x *ServiceTestUsernameReserveConfig) GetAccountRef() string

func (*ServiceTestUsernameReserveConfig) GetExpiredCredentials added in v0.10.0

func (x *ServiceTestUsernameReserveConfig) GetExpiredCredentials() bool

func (*ServiceTestUsernameReserveConfig) ProtoMessage added in v0.10.0

func (*ServiceTestUsernameReserveConfig) ProtoMessage()

func (*ServiceTestUsernameReserveConfig) ProtoReflect added in v0.10.0

func (*ServiceTestUsernameReserveConfig) Reset added in v0.10.0

func (*ServiceTestUsernameReserveConfig) String added in v0.10.0

type ServiceTestUsernameReserveInput added in v0.10.0

type ServiceTestUsernameReserveInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	Username            string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestUsernameReserveInput) Descriptor deprecated added in v0.10.0

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

Deprecated: Use ServiceTestUsernameReserveInput.ProtoReflect.Descriptor instead.

func (*ServiceTestUsernameReserveInput) GetAccountRef added in v0.10.0

func (x *ServiceTestUsernameReserveInput) GetAccountRef() string

func (*ServiceTestUsernameReserveInput) GetAuditRef added in v0.10.0

func (x *ServiceTestUsernameReserveInput) GetAuditRef() string

func (*ServiceTestUsernameReserveInput) GetChallengeRef added in v0.10.0

func (x *ServiceTestUsernameReserveInput) GetChallengeRef() string

func (*ServiceTestUsernameReserveInput) GetConsentRef added in v0.10.0

func (x *ServiceTestUsernameReserveInput) GetConsentRef() string

func (*ServiceTestUsernameReserveInput) GetCredentialRef added in v0.10.0

func (x *ServiceTestUsernameReserveInput) GetCredentialRef() string

func (*ServiceTestUsernameReserveInput) GetCustodyRef added in v0.10.0

func (x *ServiceTestUsernameReserveInput) GetCustodyRef() string

func (*ServiceTestUsernameReserveInput) GetDeviceRef added in v0.10.0

func (x *ServiceTestUsernameReserveInput) GetDeviceRef() string

func (*ServiceTestUsernameReserveInput) GetExpiredCredentials added in v0.10.0

func (x *ServiceTestUsernameReserveInput) GetExpiredCredentials() bool

func (*ServiceTestUsernameReserveInput) GetIdempotencyKey added in v0.10.0

func (x *ServiceTestUsernameReserveInput) GetIdempotencyKey() string

func (*ServiceTestUsernameReserveInput) GetNonExportableKeyRef added in v0.10.0

func (x *ServiceTestUsernameReserveInput) GetNonExportableKeyRef() string

func (*ServiceTestUsernameReserveInput) GetUsername added in v0.10.0

func (x *ServiceTestUsernameReserveInput) GetUsername() string

func (*ServiceTestUsernameReserveInput) ProtoMessage added in v0.10.0

func (*ServiceTestUsernameReserveInput) ProtoMessage()

func (*ServiceTestUsernameReserveInput) ProtoReflect added in v0.10.0

func (*ServiceTestUsernameReserveInput) Reset added in v0.10.0

func (*ServiceTestUsernameReserveInput) String added in v0.10.0

type ServiceTransportConfig added in v0.7.0

type ServiceTransportConfig struct {
	TransportRef     string           `protobuf:"bytes,1,opt,name=transport_ref,json=transportRef,proto3" json:"transport_ref,omitempty"`
	Mode             string           `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,omitempty"`
	SandboxEndpoint  string           `protobuf:"bytes,3,opt,name=sandbox_endpoint,json=sandboxEndpoint,proto3" json:"sandbox_endpoint,omitempty"`
	RequestedActions []string         `protobuf:"bytes,4,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	Approval         *ApprovalPackage `protobuf:"bytes,5,opt,name=approval,proto3" json:"approval,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTransportConfig) Descriptor deprecated added in v0.7.0

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

Deprecated: Use ServiceTransportConfig.ProtoReflect.Descriptor instead.

func (*ServiceTransportConfig) GetApproval added in v0.7.0

func (x *ServiceTransportConfig) GetApproval() *ApprovalPackage

func (*ServiceTransportConfig) GetMode added in v0.7.0

func (x *ServiceTransportConfig) GetMode() string

func (*ServiceTransportConfig) GetRequestedActions added in v0.7.0

func (x *ServiceTransportConfig) GetRequestedActions() []string

func (*ServiceTransportConfig) GetSandboxEndpoint added in v0.7.0

func (x *ServiceTransportConfig) GetSandboxEndpoint() string

func (*ServiceTransportConfig) GetTransportRef added in v0.7.0

func (x *ServiceTransportConfig) GetTransportRef() string

func (*ServiceTransportConfig) ProtoMessage added in v0.7.0

func (*ServiceTransportConfig) ProtoMessage()

func (*ServiceTransportConfig) ProtoReflect added in v0.7.0

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

func (*ServiceTransportConfig) Reset added in v0.7.0

func (x *ServiceTransportConfig) Reset()

func (*ServiceTransportConfig) String added in v0.7.0

func (x *ServiceTransportConfig) String() string

type SessionPrepareConfig added in v0.2.0

type SessionPrepareConfig struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionPrepareConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SessionPrepareConfig.ProtoReflect.Descriptor instead.

func (*SessionPrepareConfig) GetIdentityRef added in v0.2.0

func (x *SessionPrepareConfig) GetIdentityRef() string

func (*SessionPrepareConfig) ProtoMessage added in v0.2.0

func (*SessionPrepareConfig) ProtoMessage()

func (*SessionPrepareConfig) ProtoReflect added in v0.2.0

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

func (*SessionPrepareConfig) Reset added in v0.2.0

func (x *SessionPrepareConfig) Reset()

func (*SessionPrepareConfig) String added in v0.2.0

func (x *SessionPrepareConfig) String() string

type SessionPrepareInput added in v0.2.0

type SessionPrepareInput struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionPrepareInput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SessionPrepareInput.ProtoReflect.Descriptor instead.

func (*SessionPrepareInput) GetIdentityRef added in v0.2.0

func (x *SessionPrepareInput) GetIdentityRef() string

func (*SessionPrepareInput) ProtoMessage added in v0.2.0

func (*SessionPrepareInput) ProtoMessage()

func (*SessionPrepareInput) ProtoReflect added in v0.2.0

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

func (*SessionPrepareInput) Reset added in v0.2.0

func (x *SessionPrepareInput) Reset()

func (*SessionPrepareInput) String added in v0.2.0

func (x *SessionPrepareInput) String() string

type SessionPrepareOutput added in v0.2.0

type SessionPrepareOutput struct {
	Bundle *PreKeyBundle `protobuf:"bytes,1,opt,name=bundle,proto3" json:"bundle,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionPrepareOutput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SessionPrepareOutput.ProtoReflect.Descriptor instead.

func (*SessionPrepareOutput) GetBundle added in v0.2.0

func (x *SessionPrepareOutput) GetBundle() *PreKeyBundle

func (*SessionPrepareOutput) ProtoMessage added in v0.2.0

func (*SessionPrepareOutput) ProtoMessage()

func (*SessionPrepareOutput) ProtoReflect added in v0.2.0

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

func (*SessionPrepareOutput) Reset added in v0.2.0

func (x *SessionPrepareOutput) Reset()

func (*SessionPrepareOutput) String added in v0.2.0

func (x *SessionPrepareOutput) String() string

type SignalDecryptConfig added in v0.2.0

type SignalDecryptConfig struct {
	IdentityRef       string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RequiredPrincipal string `protobuf:"bytes,2,opt,name=required_principal,json=requiredPrincipal,proto3" json:"required_principal,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalDecryptConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalDecryptConfig.ProtoReflect.Descriptor instead.

func (*SignalDecryptConfig) GetIdentityRef added in v0.2.0

func (x *SignalDecryptConfig) GetIdentityRef() string

func (*SignalDecryptConfig) GetRequiredPrincipal added in v0.2.0

func (x *SignalDecryptConfig) GetRequiredPrincipal() string

func (*SignalDecryptConfig) ProtoMessage added in v0.2.0

func (*SignalDecryptConfig) ProtoMessage()

func (*SignalDecryptConfig) ProtoReflect added in v0.2.0

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

func (*SignalDecryptConfig) Reset added in v0.2.0

func (x *SignalDecryptConfig) Reset()

func (*SignalDecryptConfig) String added in v0.2.0

func (x *SignalDecryptConfig) String() string

type SignalDecryptInput added in v0.2.0

type SignalDecryptInput struct {
	IdentityRef string          `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	Principal   string          `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"`
	Envelope    *SignalEnvelope `protobuf:"bytes,3,opt,name=envelope,proto3" json:"envelope,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalDecryptInput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalDecryptInput.ProtoReflect.Descriptor instead.

func (*SignalDecryptInput) GetEnvelope added in v0.2.0

func (x *SignalDecryptInput) GetEnvelope() *SignalEnvelope

func (*SignalDecryptInput) GetIdentityRef added in v0.2.0

func (x *SignalDecryptInput) GetIdentityRef() string

func (*SignalDecryptInput) GetPrincipal added in v0.2.0

func (x *SignalDecryptInput) GetPrincipal() string

func (*SignalDecryptInput) ProtoMessage added in v0.2.0

func (*SignalDecryptInput) ProtoMessage()

func (*SignalDecryptInput) ProtoReflect added in v0.2.0

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

func (*SignalDecryptInput) Reset added in v0.2.0

func (x *SignalDecryptInput) Reset()

func (*SignalDecryptInput) String added in v0.2.0

func (x *SignalDecryptInput) String() string

type SignalDecryptOutput added in v0.2.0

type SignalDecryptOutput struct {
	Denied    bool   `protobuf:"varint,1,opt,name=denied,proto3" json:"denied,omitempty"`
	Error     string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Plaintext []byte `protobuf:"bytes,3,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalDecryptOutput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalDecryptOutput.ProtoReflect.Descriptor instead.

func (*SignalDecryptOutput) GetDenied added in v0.2.0

func (x *SignalDecryptOutput) GetDenied() bool

func (*SignalDecryptOutput) GetError added in v0.2.0

func (x *SignalDecryptOutput) GetError() string

func (*SignalDecryptOutput) GetPlaintext added in v0.2.0

func (x *SignalDecryptOutput) GetPlaintext() []byte

func (*SignalDecryptOutput) ProtoMessage added in v0.2.0

func (*SignalDecryptOutput) ProtoMessage()

func (*SignalDecryptOutput) ProtoReflect added in v0.2.0

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

func (*SignalDecryptOutput) Reset added in v0.2.0

func (x *SignalDecryptOutput) Reset()

func (*SignalDecryptOutput) String added in v0.2.0

func (x *SignalDecryptOutput) String() string

type SignalEncryptConfig added in v0.2.0

type SignalEncryptConfig struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEncryptConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalEncryptConfig.ProtoReflect.Descriptor instead.

func (*SignalEncryptConfig) GetIdentityRef added in v0.2.0

func (x *SignalEncryptConfig) GetIdentityRef() string

func (*SignalEncryptConfig) ProtoMessage added in v0.2.0

func (*SignalEncryptConfig) ProtoMessage()

func (*SignalEncryptConfig) ProtoReflect added in v0.2.0

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

func (*SignalEncryptConfig) Reset added in v0.2.0

func (x *SignalEncryptConfig) Reset()

func (*SignalEncryptConfig) String added in v0.2.0

func (x *SignalEncryptConfig) String() string

type SignalEncryptInput added in v0.2.0

type SignalEncryptInput struct {
	IdentityRef    string        `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RemoteId       string        `protobuf:"bytes,2,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	RemoteDeviceId uint32        `protobuf:"varint,3,opt,name=remote_device_id,json=remoteDeviceId,proto3" json:"remote_device_id,omitempty"`
	RemoteBundle   *PreKeyBundle `protobuf:"bytes,4,opt,name=remote_bundle,json=remoteBundle,proto3" json:"remote_bundle,omitempty"`
	Plaintext      []byte        `protobuf:"bytes,5,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEncryptInput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalEncryptInput.ProtoReflect.Descriptor instead.

func (*SignalEncryptInput) GetIdentityRef added in v0.2.0

func (x *SignalEncryptInput) GetIdentityRef() string

func (*SignalEncryptInput) GetPlaintext added in v0.2.0

func (x *SignalEncryptInput) GetPlaintext() []byte

func (*SignalEncryptInput) GetRemoteBundle added in v0.2.0

func (x *SignalEncryptInput) GetRemoteBundle() *PreKeyBundle

func (*SignalEncryptInput) GetRemoteDeviceId added in v0.2.0

func (x *SignalEncryptInput) GetRemoteDeviceId() uint32

func (*SignalEncryptInput) GetRemoteId added in v0.2.0

func (x *SignalEncryptInput) GetRemoteId() string

func (*SignalEncryptInput) ProtoMessage added in v0.2.0

func (*SignalEncryptInput) ProtoMessage()

func (*SignalEncryptInput) ProtoReflect added in v0.2.0

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

func (*SignalEncryptInput) Reset added in v0.2.0

func (x *SignalEncryptInput) Reset()

func (*SignalEncryptInput) String added in v0.2.0

func (x *SignalEncryptInput) String() string

type SignalEncryptOutput added in v0.2.0

type SignalEncryptOutput struct {
	Envelope *SignalEnvelope `protobuf:"bytes,1,opt,name=envelope,proto3" json:"envelope,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEncryptOutput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalEncryptOutput.ProtoReflect.Descriptor instead.

func (*SignalEncryptOutput) GetEnvelope added in v0.2.0

func (x *SignalEncryptOutput) GetEnvelope() *SignalEnvelope

func (*SignalEncryptOutput) ProtoMessage added in v0.2.0

func (*SignalEncryptOutput) ProtoMessage()

func (*SignalEncryptOutput) ProtoReflect added in v0.2.0

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

func (*SignalEncryptOutput) Reset added in v0.2.0

func (x *SignalEncryptOutput) Reset()

func (*SignalEncryptOutput) String added in v0.2.0

func (x *SignalEncryptOutput) String() string

type SignalEnvelope added in v0.2.0

type SignalEnvelope struct {
	SenderId          string `protobuf:"bytes,1,opt,name=sender_id,json=senderId,proto3" json:"sender_id,omitempty"`
	SenderDeviceId    uint32 `protobuf:"varint,2,opt,name=sender_device_id,json=senderDeviceId,proto3" json:"sender_device_id,omitempty"`
	RecipientId       string `protobuf:"bytes,3,opt,name=recipient_id,json=recipientId,proto3" json:"recipient_id,omitempty"`
	RecipientDeviceId uint32 `protobuf:"varint,4,opt,name=recipient_device_id,json=recipientDeviceId,proto3" json:"recipient_device_id,omitempty"`
	MessageType       string `protobuf:"bytes,5,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	Ciphertext        []byte `protobuf:"bytes,6,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEnvelope) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalEnvelope.ProtoReflect.Descriptor instead.

func (*SignalEnvelope) GetCiphertext added in v0.2.0

func (x *SignalEnvelope) GetCiphertext() []byte

func (*SignalEnvelope) GetMessageType added in v0.2.0

func (x *SignalEnvelope) GetMessageType() string

func (*SignalEnvelope) GetRecipientDeviceId added in v0.2.0

func (x *SignalEnvelope) GetRecipientDeviceId() uint32

func (*SignalEnvelope) GetRecipientId added in v0.2.0

func (x *SignalEnvelope) GetRecipientId() string

func (*SignalEnvelope) GetSenderDeviceId added in v0.2.0

func (x *SignalEnvelope) GetSenderDeviceId() uint32

func (*SignalEnvelope) GetSenderId added in v0.2.0

func (x *SignalEnvelope) GetSenderId() string

func (*SignalEnvelope) ProtoMessage added in v0.2.0

func (*SignalEnvelope) ProtoMessage()

func (*SignalEnvelope) ProtoReflect added in v0.2.0

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

func (*SignalEnvelope) Reset added in v0.2.0

func (x *SignalEnvelope) Reset()

func (*SignalEnvelope) String added in v0.2.0

func (x *SignalEnvelope) String() string

type SignalFingerprintConfig

type SignalFingerprintConfig struct {
	Version    uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Iterations uint32 `protobuf:"varint,2,opt,name=iterations,proto3" json:"iterations,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFingerprintConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalFingerprintConfig.ProtoReflect.Descriptor instead.

func (*SignalFingerprintConfig) GetIterations added in v0.2.0

func (x *SignalFingerprintConfig) GetIterations() uint32

func (*SignalFingerprintConfig) GetVersion added in v0.2.0

func (x *SignalFingerprintConfig) GetVersion() uint32

func (*SignalFingerprintConfig) ProtoMessage added in v0.2.0

func (*SignalFingerprintConfig) ProtoMessage()

func (*SignalFingerprintConfig) ProtoReflect added in v0.2.0

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

func (*SignalFingerprintConfig) Reset added in v0.2.0

func (x *SignalFingerprintConfig) Reset()

func (*SignalFingerprintConfig) String added in v0.2.0

func (x *SignalFingerprintConfig) String() string

type SignalFingerprintInput

type SignalFingerprintInput struct {
	LocalId    string `protobuf:"bytes,1,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	LocalKey   string `protobuf:"bytes,2,opt,name=local_key,json=localKey,proto3" json:"local_key,omitempty"`
	RemoteId   string `protobuf:"bytes,3,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	RemoteKey  string `protobuf:"bytes,4,opt,name=remote_key,json=remoteKey,proto3" json:"remote_key,omitempty"`
	Version    uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	Iterations uint32 `protobuf:"varint,6,opt,name=iterations,proto3" json:"iterations,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFingerprintInput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalFingerprintInput.ProtoReflect.Descriptor instead.

func (*SignalFingerprintInput) GetIterations added in v0.2.0

func (x *SignalFingerprintInput) GetIterations() uint32

func (*SignalFingerprintInput) GetLocalId added in v0.2.0

func (x *SignalFingerprintInput) GetLocalId() string

func (*SignalFingerprintInput) GetLocalKey added in v0.2.0

func (x *SignalFingerprintInput) GetLocalKey() string

func (*SignalFingerprintInput) GetRemoteId added in v0.2.0

func (x *SignalFingerprintInput) GetRemoteId() string

func (*SignalFingerprintInput) GetRemoteKey added in v0.2.0

func (x *SignalFingerprintInput) GetRemoteKey() string

func (*SignalFingerprintInput) GetVersion added in v0.2.0

func (x *SignalFingerprintInput) GetVersion() uint32

func (*SignalFingerprintInput) ProtoMessage added in v0.2.0

func (*SignalFingerprintInput) ProtoMessage()

func (*SignalFingerprintInput) ProtoReflect added in v0.2.0

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

func (*SignalFingerprintInput) Reset added in v0.2.0

func (x *SignalFingerprintInput) Reset()

func (*SignalFingerprintInput) String added in v0.2.0

func (x *SignalFingerprintInput) String() string

type SignalFingerprintOutput

type SignalFingerprintOutput struct {
	Display      string `protobuf:"bytes,1,opt,name=display,proto3" json:"display,omitempty"`
	ScannableHex string `protobuf:"bytes,2,opt,name=scannable_hex,json=scannableHex,proto3" json:"scannable_hex,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFingerprintOutput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalFingerprintOutput.ProtoReflect.Descriptor instead.

func (*SignalFingerprintOutput) GetDisplay added in v0.2.0

func (x *SignalFingerprintOutput) GetDisplay() string

func (*SignalFingerprintOutput) GetScannableHex added in v0.2.0

func (x *SignalFingerprintOutput) GetScannableHex() string

func (*SignalFingerprintOutput) ProtoMessage added in v0.2.0

func (*SignalFingerprintOutput) ProtoMessage()

func (*SignalFingerprintOutput) ProtoReflect added in v0.2.0

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

func (*SignalFingerprintOutput) Reset added in v0.2.0

func (x *SignalFingerprintOutput) Reset()

func (*SignalFingerprintOutput) String added in v0.2.0

func (x *SignalFingerprintOutput) String() string

type SpaceConfig added in v0.2.0

type SpaceConfig struct {
	SpaceRef    string `protobuf:"bytes,1,opt,name=space_ref,json=spaceRef,proto3" json:"space_ref,omitempty"`
	IdentityRef string `protobuf:"bytes,2,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RoomRef     string `protobuf:"bytes,3,opt,name=room_ref,json=roomRef,proto3" json:"room_ref,omitempty"`
	EventbusRef string `protobuf:"bytes,4,opt,name=eventbus_ref,json=eventbusRef,proto3" json:"eventbus_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SpaceConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SpaceConfig.ProtoReflect.Descriptor instead.

func (*SpaceConfig) GetEventbusRef added in v0.2.0

func (x *SpaceConfig) GetEventbusRef() string

func (*SpaceConfig) GetIdentityRef added in v0.2.0

func (x *SpaceConfig) GetIdentityRef() string

func (*SpaceConfig) GetRoomRef added in v0.2.0

func (x *SpaceConfig) GetRoomRef() string

func (*SpaceConfig) GetSpaceRef added in v0.2.0

func (x *SpaceConfig) GetSpaceRef() string

func (*SpaceConfig) ProtoMessage added in v0.2.0

func (*SpaceConfig) ProtoMessage()

func (*SpaceConfig) ProtoReflect added in v0.2.0

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

func (*SpaceConfig) Reset added in v0.2.0

func (x *SpaceConfig) Reset()

func (*SpaceConfig) String added in v0.2.0

func (x *SpaceConfig) String() string

type UsernameLinkCreateConfig added in v0.3.0

type UsernameLinkCreateConfig struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Entropy  []byte `protobuf:"bytes,2,opt,name=entropy,proto3" json:"entropy,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkCreateConfig) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UsernameLinkCreateConfig.ProtoReflect.Descriptor instead.

func (*UsernameLinkCreateConfig) GetEntropy added in v0.3.0

func (x *UsernameLinkCreateConfig) GetEntropy() []byte

func (*UsernameLinkCreateConfig) GetUsername added in v0.3.0

func (x *UsernameLinkCreateConfig) GetUsername() string

func (*UsernameLinkCreateConfig) ProtoMessage added in v0.3.0

func (*UsernameLinkCreateConfig) ProtoMessage()

func (*UsernameLinkCreateConfig) ProtoReflect added in v0.3.0

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

func (*UsernameLinkCreateConfig) Reset added in v0.3.0

func (x *UsernameLinkCreateConfig) Reset()

func (*UsernameLinkCreateConfig) String added in v0.3.0

func (x *UsernameLinkCreateConfig) String() string

type UsernameLinkCreateInput added in v0.3.0

type UsernameLinkCreateInput struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Entropy  []byte `protobuf:"bytes,2,opt,name=entropy,proto3" json:"entropy,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkCreateInput) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UsernameLinkCreateInput.ProtoReflect.Descriptor instead.

func (*UsernameLinkCreateInput) GetEntropy added in v0.3.0

func (x *UsernameLinkCreateInput) GetEntropy() []byte

func (*UsernameLinkCreateInput) GetUsername added in v0.3.0

func (x *UsernameLinkCreateInput) GetUsername() string

func (*UsernameLinkCreateInput) ProtoMessage added in v0.3.0

func (*UsernameLinkCreateInput) ProtoMessage()

func (*UsernameLinkCreateInput) ProtoReflect added in v0.3.0

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

func (*UsernameLinkCreateInput) Reset added in v0.3.0

func (x *UsernameLinkCreateInput) Reset()

func (*UsernameLinkCreateInput) String added in v0.3.0

func (x *UsernameLinkCreateInput) String() string

type UsernameLinkCreateOutput added in v0.3.0

type UsernameLinkCreateOutput struct {
	Entropy           []byte `protobuf:"bytes,1,opt,name=entropy,proto3" json:"entropy,omitempty"`
	EncryptedUsername []byte `protobuf:"bytes,2,opt,name=encrypted_username,json=encryptedUsername,proto3" json:"encrypted_username,omitempty"`
	LinkBuffer        []byte `protobuf:"bytes,3,opt,name=link_buffer,json=linkBuffer,proto3" json:"link_buffer,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkCreateOutput) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UsernameLinkCreateOutput.ProtoReflect.Descriptor instead.

func (*UsernameLinkCreateOutput) GetEncryptedUsername added in v0.3.0

func (x *UsernameLinkCreateOutput) GetEncryptedUsername() []byte

func (*UsernameLinkCreateOutput) GetEntropy added in v0.3.0

func (x *UsernameLinkCreateOutput) GetEntropy() []byte

func (*UsernameLinkCreateOutput) GetLinkBuffer added in v0.3.0

func (x *UsernameLinkCreateOutput) GetLinkBuffer() []byte

func (*UsernameLinkCreateOutput) ProtoMessage added in v0.3.0

func (*UsernameLinkCreateOutput) ProtoMessage()

func (*UsernameLinkCreateOutput) ProtoReflect added in v0.3.0

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

func (*UsernameLinkCreateOutput) Reset added in v0.3.0

func (x *UsernameLinkCreateOutput) Reset()

func (*UsernameLinkCreateOutput) String added in v0.3.0

func (x *UsernameLinkCreateOutput) String() string

type UsernameLinkDecryptConfig added in v0.3.0

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

func (*UsernameLinkDecryptConfig) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UsernameLinkDecryptConfig.ProtoReflect.Descriptor instead.

func (*UsernameLinkDecryptConfig) GetEntropy added in v0.3.0

func (x *UsernameLinkDecryptConfig) GetEntropy() []byte

func (*UsernameLinkDecryptConfig) ProtoMessage added in v0.3.0

func (*UsernameLinkDecryptConfig) ProtoMessage()

func (*UsernameLinkDecryptConfig) ProtoReflect added in v0.3.0

func (*UsernameLinkDecryptConfig) Reset added in v0.3.0

func (x *UsernameLinkDecryptConfig) Reset()

func (*UsernameLinkDecryptConfig) String added in v0.3.0

func (x *UsernameLinkDecryptConfig) String() string

type UsernameLinkDecryptInput added in v0.3.0

type UsernameLinkDecryptInput struct {
	Entropy           []byte `protobuf:"bytes,1,opt,name=entropy,proto3" json:"entropy,omitempty"`
	EncryptedUsername []byte `protobuf:"bytes,2,opt,name=encrypted_username,json=encryptedUsername,proto3" json:"encrypted_username,omitempty"`
	LinkBuffer        []byte `protobuf:"bytes,3,opt,name=link_buffer,json=linkBuffer,proto3" json:"link_buffer,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkDecryptInput) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UsernameLinkDecryptInput.ProtoReflect.Descriptor instead.

func (*UsernameLinkDecryptInput) GetEncryptedUsername added in v0.3.0

func (x *UsernameLinkDecryptInput) GetEncryptedUsername() []byte

func (*UsernameLinkDecryptInput) GetEntropy added in v0.3.0

func (x *UsernameLinkDecryptInput) GetEntropy() []byte

func (*UsernameLinkDecryptInput) GetLinkBuffer added in v0.3.0

func (x *UsernameLinkDecryptInput) GetLinkBuffer() []byte

func (*UsernameLinkDecryptInput) ProtoMessage added in v0.3.0

func (*UsernameLinkDecryptInput) ProtoMessage()

func (*UsernameLinkDecryptInput) ProtoReflect added in v0.3.0

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

func (*UsernameLinkDecryptInput) Reset added in v0.3.0

func (x *UsernameLinkDecryptInput) Reset()

func (*UsernameLinkDecryptInput) String added in v0.3.0

func (x *UsernameLinkDecryptInput) String() string

type UsernameLinkDecryptOutput added in v0.3.0

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

func (*UsernameLinkDecryptOutput) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UsernameLinkDecryptOutput.ProtoReflect.Descriptor instead.

func (*UsernameLinkDecryptOutput) GetUsername added in v0.3.0

func (x *UsernameLinkDecryptOutput) GetUsername() string

func (*UsernameLinkDecryptOutput) ProtoMessage added in v0.3.0

func (*UsernameLinkDecryptOutput) ProtoMessage()

func (*UsernameLinkDecryptOutput) ProtoReflect added in v0.3.0

func (*UsernameLinkDecryptOutput) Reset added in v0.3.0

func (x *UsernameLinkDecryptOutput) Reset()

func (*UsernameLinkDecryptOutput) String added in v0.3.0

func (x *UsernameLinkDecryptOutput) String() string

type UsernameProofPrepareConfig added in v0.9.0

type UsernameProofPrepareConfig struct {
	AccountRef string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameProofPrepareConfig) Descriptor deprecated added in v0.9.0

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

Deprecated: Use UsernameProofPrepareConfig.ProtoReflect.Descriptor instead.

func (*UsernameProofPrepareConfig) GetAccountRef added in v0.9.0

func (x *UsernameProofPrepareConfig) GetAccountRef() string

func (*UsernameProofPrepareConfig) ProtoMessage added in v0.9.0

func (*UsernameProofPrepareConfig) ProtoMessage()

func (*UsernameProofPrepareConfig) ProtoReflect added in v0.9.0

func (*UsernameProofPrepareConfig) Reset added in v0.9.0

func (x *UsernameProofPrepareConfig) Reset()

func (*UsernameProofPrepareConfig) String added in v0.9.0

func (x *UsernameProofPrepareConfig) String() string

type UsernameProofPrepareInput added in v0.9.0

type UsernameProofPrepareInput struct {
	OperationId     string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	AccountRef      string `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	IdempotencyKey  string `protobuf:"bytes,3,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	Username        string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	AuditRef        string `protobuf:"bytes,5,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	RequestedAtUnix int64  `protobuf:"varint,6,opt,name=requested_at_unix,json=requestedAtUnix,proto3" json:"requested_at_unix,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameProofPrepareInput) Descriptor deprecated added in v0.9.0

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

Deprecated: Use UsernameProofPrepareInput.ProtoReflect.Descriptor instead.

func (*UsernameProofPrepareInput) GetAccountRef added in v0.9.0

func (x *UsernameProofPrepareInput) GetAccountRef() string

func (*UsernameProofPrepareInput) GetAuditRef added in v0.9.0

func (x *UsernameProofPrepareInput) GetAuditRef() string

func (*UsernameProofPrepareInput) GetIdempotencyKey added in v0.9.0

func (x *UsernameProofPrepareInput) GetIdempotencyKey() string

func (*UsernameProofPrepareInput) GetOperationId added in v0.9.0

func (x *UsernameProofPrepareInput) GetOperationId() string

func (*UsernameProofPrepareInput) GetRequestedAtUnix added in v0.9.0

func (x *UsernameProofPrepareInput) GetRequestedAtUnix() int64

func (*UsernameProofPrepareInput) GetUsername added in v0.9.0

func (x *UsernameProofPrepareInput) GetUsername() string

func (*UsernameProofPrepareInput) ProtoMessage added in v0.9.0

func (*UsernameProofPrepareInput) ProtoMessage()

func (*UsernameProofPrepareInput) ProtoReflect added in v0.9.0

func (*UsernameProofPrepareInput) Reset added in v0.9.0

func (x *UsernameProofPrepareInput) Reset()

func (*UsernameProofPrepareInput) String added in v0.9.0

func (x *UsernameProofPrepareInput) String() string

Jump to

Keyboard shortcuts

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