tdav1beta1

package
v1.34.1-20240823140243... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_indykite_tda_v1beta1_model_proto protoreflect.FileDescriptor
View Source
var File_indykite_tda_v1beta1_trusted_data_access_api_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Consent struct {

	// Unique identifier for the consent
	Id         string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Properties []string `protobuf:"bytes,2,rep,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*Consent) Descriptor deprecated

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

Deprecated: Use Consent.ProtoReflect.Descriptor instead.

func (*Consent) GetId

func (x *Consent) GetId() string

func (*Consent) GetProperties

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

func (*Consent) ProtoMessage

func (*Consent) ProtoMessage()

func (*Consent) ProtoReflect

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

func (*Consent) Reset

func (x *Consent) Reset()

func (*Consent) String

func (x *Consent) String() string

type DataAccessRequest

type DataAccessRequest struct {

	// Unique identifier for the consent
	ConsentId string `protobuf:"bytes,1,opt,name=consent_id,json=consentId,proto3" json:"consent_id,omitempty"`
	// ApplicationId is the id of the application that the consent is for.
	ApplicationId string `protobuf:"bytes,2,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// Optional, unique identifier for the user.
	User *v1beta1.User `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*DataAccessRequest) Descriptor deprecated

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

Deprecated: Use DataAccessRequest.ProtoReflect.Descriptor instead.

func (*DataAccessRequest) GetApplicationId

func (x *DataAccessRequest) GetApplicationId() string

func (*DataAccessRequest) GetConsentId

func (x *DataAccessRequest) GetConsentId() string

func (*DataAccessRequest) GetUser

func (x *DataAccessRequest) GetUser() *v1beta1.User

func (*DataAccessRequest) ProtoMessage

func (*DataAccessRequest) ProtoMessage()

func (*DataAccessRequest) ProtoReflect

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

func (*DataAccessRequest) Reset

func (x *DataAccessRequest) Reset()

func (*DataAccessRequest) String

func (x *DataAccessRequest) String() string

type DataAccessResponse

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

func (*DataAccessResponse) Descriptor deprecated

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

Deprecated: Use DataAccessResponse.ProtoReflect.Descriptor instead.

func (*DataAccessResponse) GetNodes

func (x *DataAccessResponse) GetNodes() []*TrustedDataNode

func (*DataAccessResponse) ProtoMessage

func (*DataAccessResponse) ProtoMessage()

func (*DataAccessResponse) ProtoReflect

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

func (*DataAccessResponse) Reset

func (x *DataAccessResponse) Reset()

func (*DataAccessResponse) String

func (x *DataAccessResponse) String() string

type GrantConsentRequest

type GrantConsentRequest struct {

	// Unique identifier for the user
	User *v1beta1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// Unique identifier for the consent
	ConsentId string `protobuf:"bytes,2,opt,name=consent_id,json=consentId,proto3" json:"consent_id,omitempty"`
	// Optional: Specifies the duration in second that the consent remains valid, ranging from 1 day to 2 years.
	// Should be lower or equal to the consent's configuration.
	ValidityPeriod uint64 `protobuf:"varint,4,opt,name=validity_period,json=validityPeriod,proto3" json:"validity_period,omitempty"`
	// contains filtered or unexported fields
}

The request to grant consent

func (*GrantConsentRequest) Descriptor deprecated

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

Deprecated: Use GrantConsentRequest.ProtoReflect.Descriptor instead.

func (*GrantConsentRequest) GetConsentId

func (x *GrantConsentRequest) GetConsentId() string

func (*GrantConsentRequest) GetUser

func (x *GrantConsentRequest) GetUser() *v1beta1.User

func (*GrantConsentRequest) GetValidityPeriod

func (x *GrantConsentRequest) GetValidityPeriod() uint64

func (*GrantConsentRequest) ProtoMessage

func (*GrantConsentRequest) ProtoMessage()

func (*GrantConsentRequest) ProtoReflect

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

func (*GrantConsentRequest) Reset

func (x *GrantConsentRequest) Reset()

func (*GrantConsentRequest) String

func (x *GrantConsentRequest) String() string

type GrantConsentResponse

type GrantConsentResponse struct {
	PropertiesGrantedCount uint64 `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GrantConsentResponse) Descriptor deprecated

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

Deprecated: Use GrantConsentResponse.ProtoReflect.Descriptor instead.

func (*GrantConsentResponse) GetPropertiesGrantedCount

func (x *GrantConsentResponse) GetPropertiesGrantedCount() uint64

func (*GrantConsentResponse) ProtoMessage

func (*GrantConsentResponse) ProtoMessage()

func (*GrantConsentResponse) ProtoReflect

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

func (*GrantConsentResponse) Reset

func (x *GrantConsentResponse) Reset()

func (*GrantConsentResponse) String

func (x *GrantConsentResponse) String() string

type ListConsentsRequest

type ListConsentsRequest struct {

	// Unique identifier for the user.
	User *v1beta1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// ApplicationId is the id of the application that the consent is for.
	ApplicationId string `protobuf:"bytes,2,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConsentsRequest) Descriptor deprecated

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

Deprecated: Use ListConsentsRequest.ProtoReflect.Descriptor instead.

func (*ListConsentsRequest) GetApplicationId

func (x *ListConsentsRequest) GetApplicationId() string

func (*ListConsentsRequest) GetUser

func (x *ListConsentsRequest) GetUser() *v1beta1.User

func (*ListConsentsRequest) ProtoMessage

func (*ListConsentsRequest) ProtoMessage()

func (*ListConsentsRequest) ProtoReflect

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

func (*ListConsentsRequest) Reset

func (x *ListConsentsRequest) Reset()

func (*ListConsentsRequest) String

func (x *ListConsentsRequest) String() string

type ListConsentsResponse

type ListConsentsResponse struct {
	Consents []*Consent `protobuf:"bytes,1,rep,name=consents,proto3" json:"consents,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConsentsResponse) Descriptor deprecated

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

Deprecated: Use ListConsentsResponse.ProtoReflect.Descriptor instead.

func (*ListConsentsResponse) GetConsents

func (x *ListConsentsResponse) GetConsents() []*Consent

func (*ListConsentsResponse) ProtoMessage

func (*ListConsentsResponse) ProtoMessage()

func (*ListConsentsResponse) ProtoReflect

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

func (*ListConsentsResponse) Reset

func (x *ListConsentsResponse) Reset()

func (*ListConsentsResponse) String

func (x *ListConsentsResponse) String() string

type RevokeConsentRequest

type RevokeConsentRequest struct {

	// Unique identifier for the user
	User *v1beta1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// Unique identifier for the consent
	ConsentId string `protobuf:"bytes,2,opt,name=consent_id,json=consentId,proto3" json:"consent_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeConsentRequest) Descriptor deprecated

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

Deprecated: Use RevokeConsentRequest.ProtoReflect.Descriptor instead.

func (*RevokeConsentRequest) GetConsentId

func (x *RevokeConsentRequest) GetConsentId() string

func (*RevokeConsentRequest) GetUser

func (x *RevokeConsentRequest) GetUser() *v1beta1.User

func (*RevokeConsentRequest) ProtoMessage

func (*RevokeConsentRequest) ProtoMessage()

func (*RevokeConsentRequest) ProtoReflect

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

func (*RevokeConsentRequest) Reset

func (x *RevokeConsentRequest) Reset()

func (*RevokeConsentRequest) String

func (x *RevokeConsentRequest) String() string

type RevokeConsentResponse

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

func (*RevokeConsentResponse) Descriptor deprecated

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

Deprecated: Use RevokeConsentResponse.ProtoReflect.Descriptor instead.

func (*RevokeConsentResponse) ProtoMessage

func (*RevokeConsentResponse) ProtoMessage()

func (*RevokeConsentResponse) ProtoReflect

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

func (*RevokeConsentResponse) Reset

func (x *RevokeConsentResponse) Reset()

func (*RevokeConsentResponse) String

func (x *RevokeConsentResponse) String() string

type TrustedDataNode

type TrustedDataNode struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // read-only
	ExternalId string                 `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Type       string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Tags       []string               `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // read-only
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // read-only
	Properties []*v1beta1.Property    `protobuf:"bytes,7,rep,name=properties,proto3" json:"properties,omitempty"`
	IsIdentity bool                   `protobuf:"varint,8,opt,name=is_identity,json=isIdentity,proto3" json:"is_identity,omitempty"`
	Nodes      []*TrustedDataNode     `protobuf:"bytes,9,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

TrustedDataNode represents a node and contains nodes with properties what are trusted by the root node.

func (*TrustedDataNode) Descriptor deprecated

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

Deprecated: Use TrustedDataNode.ProtoReflect.Descriptor instead.

func (*TrustedDataNode) GetCreateTime

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

func (*TrustedDataNode) GetExternalId

func (x *TrustedDataNode) GetExternalId() string

func (*TrustedDataNode) GetId

func (x *TrustedDataNode) GetId() string

func (*TrustedDataNode) GetIsIdentity

func (x *TrustedDataNode) GetIsIdentity() bool

func (*TrustedDataNode) GetNodes

func (x *TrustedDataNode) GetNodes() []*TrustedDataNode

func (*TrustedDataNode) GetProperties

func (x *TrustedDataNode) GetProperties() []*v1beta1.Property

func (*TrustedDataNode) GetTags

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

func (*TrustedDataNode) GetType

func (x *TrustedDataNode) GetType() string

func (*TrustedDataNode) GetUpdateTime

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

func (*TrustedDataNode) ProtoMessage

func (*TrustedDataNode) ProtoMessage()

func (*TrustedDataNode) ProtoReflect

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

func (*TrustedDataNode) Reset

func (x *TrustedDataNode) Reset()

func (*TrustedDataNode) String

func (x *TrustedDataNode) String() string

Jump to

Keyboard shortcuts

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