frontierv1beta1

package
v0.117.1 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2026 License: Apache-2.0 Imports: 9 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	FlowIntent_name = map[int32]string{
		0: "FLOW_INTENT_UNSPECIFIED",
		1: "FLOW_INTENT_LOGIN",
		2: "FLOW_INTENT_SIGNUP",
	}
	FlowIntent_value = map[string]int32{
		"FLOW_INTENT_UNSPECIFIED": 0,
		"FLOW_INTENT_LOGIN":       1,
		"FLOW_INTENT_SIGNUP":      2,
	}
)

Enum value maps for FlowIntent.

View Source
var (
	PreferenceTrait_InputType_name = map[int32]string{
		0: "INPUT_TYPE_UNSPECIFIED",
		1: "INPUT_TYPE_TEXT",
		2: "INPUT_TYPE_TEXTAREA",
		3: "INPUT_TYPE_SELECT",
		4: "INPUT_TYPE_COMBOBOX",
		5: "INPUT_TYPE_CHECKBOX",
		6: "INPUT_TYPE_MULTISELECT",
		7: "INPUT_TYPE_NUMBER",
	}
	PreferenceTrait_InputType_value = map[string]int32{
		"INPUT_TYPE_UNSPECIFIED": 0,
		"INPUT_TYPE_TEXT":        1,
		"INPUT_TYPE_TEXTAREA":    2,
		"INPUT_TYPE_SELECT":      3,
		"INPUT_TYPE_COMBOBOX":    4,
		"INPUT_TYPE_CHECKBOX":    5,
		"INPUT_TYPE_MULTISELECT": 6,
		"INPUT_TYPE_NUMBER":      7,
	}
)

Enum value maps for PreferenceTrait_InputType.

View Source
var (
	Prospect_Status_name = map[int32]string{
		0: "STATUS_UNSPECIFIED",
		1: "STATUS_UNSUBSCRIBED",
		2: "STATUS_SUBSCRIBED",
	}
	Prospect_Status_value = map[string]int32{
		"STATUS_UNSPECIFIED":  0,
		"STATUS_UNSUBSCRIBED": 1,
		"STATUS_SUBSCRIBED":   2,
	}
)

Enum value maps for Prospect_Status.

View Source
var File_raystack_frontier_v1beta1_admin_proto protoreflect.FileDescriptor
View Source
var File_raystack_frontier_v1beta1_frontier_proto protoreflect.FileDescriptor
View Source
var File_raystack_frontier_v1beta1_models_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AcceptOrganizationInvitationRequest

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

func (*AcceptOrganizationInvitationRequest) Descriptor deprecated

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

Deprecated: Use AcceptOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*AcceptOrganizationInvitationRequest) GetId

func (*AcceptOrganizationInvitationRequest) GetOrgId

func (*AcceptOrganizationInvitationRequest) ProtoMessage

func (*AcceptOrganizationInvitationRequest) ProtoMessage()

func (*AcceptOrganizationInvitationRequest) ProtoReflect

func (*AcceptOrganizationInvitationRequest) Reset

func (*AcceptOrganizationInvitationRequest) String

type AcceptOrganizationInvitationResponse

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

func (*AcceptOrganizationInvitationResponse) Descriptor deprecated

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

Deprecated: Use AcceptOrganizationInvitationResponse.ProtoReflect.Descriptor instead.

func (*AcceptOrganizationInvitationResponse) ProtoMessage

func (*AcceptOrganizationInvitationResponse) ProtoMessage()

func (*AcceptOrganizationInvitationResponse) ProtoReflect

func (*AcceptOrganizationInvitationResponse) Reset

func (*AcceptOrganizationInvitationResponse) String

type AddOrganizationMembersRequest added in v0.98.0

type AddOrganizationMembersRequest struct {
	OrgId   string            `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Members []*OrgMemberEntry `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrganizationMembersRequest) Descriptor deprecated added in v0.98.0

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

Deprecated: Use AddOrganizationMembersRequest.ProtoReflect.Descriptor instead.

func (*AddOrganizationMembersRequest) GetMembers added in v0.98.0

func (x *AddOrganizationMembersRequest) GetMembers() []*OrgMemberEntry

func (*AddOrganizationMembersRequest) GetOrgId added in v0.98.0

func (x *AddOrganizationMembersRequest) GetOrgId() string

func (*AddOrganizationMembersRequest) ProtoMessage added in v0.98.0

func (*AddOrganizationMembersRequest) ProtoMessage()

func (*AddOrganizationMembersRequest) ProtoReflect added in v0.98.0

func (*AddOrganizationMembersRequest) Reset added in v0.98.0

func (x *AddOrganizationMembersRequest) Reset()

func (*AddOrganizationMembersRequest) String added in v0.98.0

type AddOrganizationMembersResponse added in v0.98.0

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

func (*AddOrganizationMembersResponse) Descriptor deprecated added in v0.98.0

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

Deprecated: Use AddOrganizationMembersResponse.ProtoReflect.Descriptor instead.

func (*AddOrganizationMembersResponse) GetResults added in v0.98.0

func (*AddOrganizationMembersResponse) ProtoMessage added in v0.98.0

func (*AddOrganizationMembersResponse) ProtoMessage()

func (*AddOrganizationMembersResponse) ProtoReflect added in v0.98.0

func (*AddOrganizationMembersResponse) Reset added in v0.98.0

func (x *AddOrganizationMembersResponse) Reset()

func (*AddOrganizationMembersResponse) String added in v0.98.0

type AddPlatformUserRequest added in v0.8.0

type AddPlatformUserRequest struct {
	UserId        string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ServiceuserId string `protobuf:"bytes,2,opt,name=serviceuser_id,json=serviceuserId,proto3" json:"serviceuser_id,omitempty"`
	Relation      string `protobuf:"bytes,3,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use AddPlatformUserRequest.ProtoReflect.Descriptor instead.

func (*AddPlatformUserRequest) GetRelation added in v0.8.0

func (x *AddPlatformUserRequest) GetRelation() string

func (*AddPlatformUserRequest) GetServiceuserId added in v0.8.0

func (x *AddPlatformUserRequest) GetServiceuserId() string

func (*AddPlatformUserRequest) GetUserId added in v0.8.0

func (x *AddPlatformUserRequest) GetUserId() string

func (*AddPlatformUserRequest) ProtoMessage added in v0.8.0

func (*AddPlatformUserRequest) ProtoMessage()

func (*AddPlatformUserRequest) ProtoReflect added in v0.8.0

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

func (*AddPlatformUserRequest) Reset added in v0.8.0

func (x *AddPlatformUserRequest) Reset()

func (*AddPlatformUserRequest) String added in v0.8.0

func (x *AddPlatformUserRequest) String() string

type AddPlatformUserResponse added in v0.8.0

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

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

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

Deprecated: Use AddPlatformUserResponse.ProtoReflect.Descriptor instead.

func (*AddPlatformUserResponse) ProtoMessage added in v0.8.0

func (*AddPlatformUserResponse) ProtoMessage()

func (*AddPlatformUserResponse) ProtoReflect added in v0.8.0

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

func (*AddPlatformUserResponse) Reset added in v0.8.0

func (x *AddPlatformUserResponse) Reset()

func (*AddPlatformUserResponse) String added in v0.8.0

func (x *AddPlatformUserResponse) String() string

type AdminCreateOrganizationRequest added in v0.60.0

type AdminCreateOrganizationRequest struct {
	Body *AdminCreateOrganizationRequest_OrganizationRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*AdminCreateOrganizationRequest) Descriptor deprecated added in v0.60.0

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

Deprecated: Use AdminCreateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*AdminCreateOrganizationRequest) GetBody added in v0.60.0

func (*AdminCreateOrganizationRequest) ProtoMessage added in v0.60.0

func (*AdminCreateOrganizationRequest) ProtoMessage()

func (*AdminCreateOrganizationRequest) ProtoReflect added in v0.60.0

func (*AdminCreateOrganizationRequest) Reset added in v0.60.0

func (x *AdminCreateOrganizationRequest) Reset()

func (*AdminCreateOrganizationRequest) String added in v0.60.0

type AdminCreateOrganizationRequest_OrganizationRequestBody added in v0.60.0

type AdminCreateOrganizationRequest_OrganizationRequestBody struct {
	Name     string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title    string           `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Avatar   string           `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar,omitempty"`
	// this user will be invited to org as owner.
	// if this user doesn't exist, it will be created first
	OrgOwnerEmail string `protobuf:"bytes,5,opt,name=org_owner_email,json=orgOwnerEmail,proto3" json:"org_owner_email,omitempty"`
	// contains filtered or unexported fields
}

func (*AdminCreateOrganizationRequest_OrganizationRequestBody) Descriptor deprecated added in v0.60.0

Deprecated: Use AdminCreateOrganizationRequest_OrganizationRequestBody.ProtoReflect.Descriptor instead.

func (*AdminCreateOrganizationRequest_OrganizationRequestBody) GetAvatar added in v0.60.0

func (*AdminCreateOrganizationRequest_OrganizationRequestBody) GetMetadata added in v0.60.0

func (*AdminCreateOrganizationRequest_OrganizationRequestBody) GetName added in v0.60.0

func (*AdminCreateOrganizationRequest_OrganizationRequestBody) GetOrgOwnerEmail added in v0.60.0

func (*AdminCreateOrganizationRequest_OrganizationRequestBody) GetTitle added in v0.60.0

func (*AdminCreateOrganizationRequest_OrganizationRequestBody) ProtoMessage added in v0.60.0

func (*AdminCreateOrganizationRequest_OrganizationRequestBody) ProtoReflect added in v0.60.0

func (*AdminCreateOrganizationRequest_OrganizationRequestBody) Reset added in v0.60.0

func (*AdminCreateOrganizationRequest_OrganizationRequestBody) String added in v0.60.0

type AdminCreateOrganizationResponse added in v0.60.0

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

func (*AdminCreateOrganizationResponse) Descriptor deprecated added in v0.60.0

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

Deprecated: Use AdminCreateOrganizationResponse.ProtoReflect.Descriptor instead.

func (*AdminCreateOrganizationResponse) GetOrganization added in v0.60.0

func (x *AdminCreateOrganizationResponse) GetOrganization() *Organization

func (*AdminCreateOrganizationResponse) ProtoMessage added in v0.60.0

func (*AdminCreateOrganizationResponse) ProtoMessage()

func (*AdminCreateOrganizationResponse) ProtoReflect added in v0.60.0

func (*AdminCreateOrganizationResponse) Reset added in v0.60.0

func (*AdminCreateOrganizationResponse) String added in v0.60.0

type AuditLog

type AuditLog struct {

	// A unique identifier of the audit log if not supplied will be autogenerated
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Source service generating the event
	Source string `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	// Action performed, e.g. project.create, user.update, serviceuser.delete
	Action string `protobuf:"bytes,3,opt,name=action,proto3" json:"action,omitempty"`
	// Actor performing the action
	Actor *AuditLogActor `protobuf:"bytes,4,opt,name=actor,proto3" json:"actor,omitempty"`
	// Target of the action
	Target *AuditLogTarget `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"`
	// Context contains additional information about the event
	Context   map[string]string      `` /* 155-byte string literal not displayed */
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,20,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditLog) Descriptor deprecated

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

Deprecated: Use AuditLog.ProtoReflect.Descriptor instead.

func (*AuditLog) GetAction

func (x *AuditLog) GetAction() string

func (*AuditLog) GetActor

func (x *AuditLog) GetActor() *AuditLogActor

func (*AuditLog) GetContext

func (x *AuditLog) GetContext() map[string]string

func (*AuditLog) GetCreatedAt

func (x *AuditLog) GetCreatedAt() *timestamppb.Timestamp

func (*AuditLog) GetId

func (x *AuditLog) GetId() string

func (*AuditLog) GetSource

func (x *AuditLog) GetSource() string

func (*AuditLog) GetTarget

func (x *AuditLog) GetTarget() *AuditLogTarget

func (*AuditLog) ProtoMessage

func (*AuditLog) ProtoMessage()

func (*AuditLog) ProtoReflect

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

func (*AuditLog) Reset

func (x *AuditLog) Reset()

func (*AuditLog) String

func (x *AuditLog) String() string

type AuditLogActor

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

func (*AuditLogActor) Descriptor deprecated

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

Deprecated: Use AuditLogActor.ProtoReflect.Descriptor instead.

func (*AuditLogActor) GetId

func (x *AuditLogActor) GetId() string

func (*AuditLogActor) GetName

func (x *AuditLogActor) GetName() string

func (*AuditLogActor) GetType

func (x *AuditLogActor) GetType() string

func (*AuditLogActor) ProtoMessage

func (*AuditLogActor) ProtoMessage()

func (*AuditLogActor) ProtoReflect

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

func (*AuditLogActor) Reset

func (x *AuditLogActor) Reset()

func (*AuditLogActor) String

func (x *AuditLogActor) String() string

type AuditLogTarget

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

func (*AuditLogTarget) Descriptor deprecated

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

Deprecated: Use AuditLogTarget.ProtoReflect.Descriptor instead.

func (*AuditLogTarget) GetId

func (x *AuditLogTarget) GetId() string

func (*AuditLogTarget) GetName

func (x *AuditLogTarget) GetName() string

func (*AuditLogTarget) GetType

func (x *AuditLogTarget) GetType() string

func (*AuditLogTarget) ProtoMessage

func (*AuditLogTarget) ProtoMessage()

func (*AuditLogTarget) ProtoReflect

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

func (*AuditLogTarget) Reset

func (x *AuditLogTarget) Reset()

func (*AuditLogTarget) String

func (x *AuditLogTarget) String() string

type AuditRecord added in v0.74.0

type AuditRecord struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Actor      *AuditRecordActor      `protobuf:"bytes,2,opt,name=actor,proto3" json:"actor,omitempty"`
	Event      string                 `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	Resource   *AuditRecordResource   `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"`
	Target     *AuditRecordTarget     `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"`
	OccurredAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=occurred_at,json=occurredAt,proto3" json:"occurred_at,omitempty"`
	OrgId      string                 `protobuf:"bytes,7,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	OrgName    string                 `protobuf:"bytes,11,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	RequestId  string                 `protobuf:"bytes,8,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Metadata   *structpb.Struct       `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt  *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditRecord) Descriptor deprecated added in v0.74.0

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

Deprecated: Use AuditRecord.ProtoReflect.Descriptor instead.

func (*AuditRecord) GetActor added in v0.74.0

func (x *AuditRecord) GetActor() *AuditRecordActor

func (*AuditRecord) GetCreatedAt added in v0.74.0

func (x *AuditRecord) GetCreatedAt() *timestamppb.Timestamp

func (*AuditRecord) GetEvent added in v0.74.0

func (x *AuditRecord) GetEvent() string

func (*AuditRecord) GetId added in v0.74.0

func (x *AuditRecord) GetId() string

func (*AuditRecord) GetMetadata added in v0.74.0

func (x *AuditRecord) GetMetadata() *structpb.Struct

func (*AuditRecord) GetOccurredAt added in v0.74.0

func (x *AuditRecord) GetOccurredAt() *timestamppb.Timestamp

func (*AuditRecord) GetOrgId added in v0.74.0

func (x *AuditRecord) GetOrgId() string

func (*AuditRecord) GetOrgName added in v0.78.0

func (x *AuditRecord) GetOrgName() string

func (*AuditRecord) GetRequestId added in v0.75.0

func (x *AuditRecord) GetRequestId() string

func (*AuditRecord) GetResource added in v0.74.0

func (x *AuditRecord) GetResource() *AuditRecordResource

func (*AuditRecord) GetTarget added in v0.74.0

func (x *AuditRecord) GetTarget() *AuditRecordTarget

func (*AuditRecord) ProtoMessage added in v0.74.0

func (*AuditRecord) ProtoMessage()

func (*AuditRecord) ProtoReflect added in v0.74.0

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

func (*AuditRecord) Reset added in v0.74.0

func (x *AuditRecord) Reset()

func (*AuditRecord) String added in v0.74.0

func (x *AuditRecord) String() string

type AuditRecordActor added in v0.74.0

type AuditRecordActor struct {
	Id       string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type     string           `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // not mandatory if id is zeroUUID
	Name     string           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Title    string           `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditRecordActor) Descriptor deprecated added in v0.74.0

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

Deprecated: Use AuditRecordActor.ProtoReflect.Descriptor instead.

func (*AuditRecordActor) GetId added in v0.74.0

func (x *AuditRecordActor) GetId() string

func (*AuditRecordActor) GetMetadata added in v0.74.0

func (x *AuditRecordActor) GetMetadata() *structpb.Struct

func (*AuditRecordActor) GetName added in v0.74.0

func (x *AuditRecordActor) GetName() string

func (*AuditRecordActor) GetTitle added in v0.79.0

func (x *AuditRecordActor) GetTitle() string

func (*AuditRecordActor) GetType added in v0.74.0

func (x *AuditRecordActor) GetType() string

func (*AuditRecordActor) ProtoMessage added in v0.74.0

func (*AuditRecordActor) ProtoMessage()

func (*AuditRecordActor) ProtoReflect added in v0.74.0

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

func (*AuditRecordActor) Reset added in v0.74.0

func (x *AuditRecordActor) Reset()

func (*AuditRecordActor) String added in v0.74.0

func (x *AuditRecordActor) String() string

type AuditRecordResource added in v0.74.0

type AuditRecordResource struct {
	Id       string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type     string           `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Name     string           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditRecordResource) Descriptor deprecated added in v0.74.0

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

Deprecated: Use AuditRecordResource.ProtoReflect.Descriptor instead.

func (*AuditRecordResource) GetId added in v0.74.0

func (x *AuditRecordResource) GetId() string

func (*AuditRecordResource) GetMetadata added in v0.74.0

func (x *AuditRecordResource) GetMetadata() *structpb.Struct

func (*AuditRecordResource) GetName added in v0.74.0

func (x *AuditRecordResource) GetName() string

func (*AuditRecordResource) GetType added in v0.74.0

func (x *AuditRecordResource) GetType() string

func (*AuditRecordResource) ProtoMessage added in v0.74.0

func (*AuditRecordResource) ProtoMessage()

func (*AuditRecordResource) ProtoReflect added in v0.74.0

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

func (*AuditRecordResource) Reset added in v0.74.0

func (x *AuditRecordResource) Reset()

func (*AuditRecordResource) String added in v0.74.0

func (x *AuditRecordResource) String() string

type AuditRecordTarget added in v0.74.0

type AuditRecordTarget struct {
	Id       string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type     string           `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Name     string           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditRecordTarget) Descriptor deprecated added in v0.74.0

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

Deprecated: Use AuditRecordTarget.ProtoReflect.Descriptor instead.

func (*AuditRecordTarget) GetId added in v0.74.0

func (x *AuditRecordTarget) GetId() string

func (*AuditRecordTarget) GetMetadata added in v0.74.0

func (x *AuditRecordTarget) GetMetadata() *structpb.Struct

func (*AuditRecordTarget) GetName added in v0.74.0

func (x *AuditRecordTarget) GetName() string

func (*AuditRecordTarget) GetType added in v0.74.0

func (x *AuditRecordTarget) GetType() string

func (*AuditRecordTarget) ProtoMessage added in v0.74.0

func (*AuditRecordTarget) ProtoMessage()

func (*AuditRecordTarget) ProtoReflect added in v0.74.0

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

func (*AuditRecordTarget) Reset added in v0.74.0

func (x *AuditRecordTarget) Reset()

func (*AuditRecordTarget) String added in v0.74.0

func (x *AuditRecordTarget) String() string

type AuthCallbackRequest

type AuthCallbackRequest struct {

	// strategy_name will not be set for oidc but can be utilized for methods like email magic links
	StrategyName string `protobuf:"bytes,1,opt,name=strategy_name,json=strategyName,proto3" json:"strategy_name,omitempty"`
	// for oidc & magic links
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	Code  string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	// state_options has additional configurations for the authentication flow at hand
	// for example, in case of passkey, it has challenge and public key
	StateOptions *structpb.Struct `protobuf:"bytes,4,opt,name=state_options,json=stateOptions,proto3" json:"state_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthCallbackRequest) Descriptor deprecated

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

Deprecated: Use AuthCallbackRequest.ProtoReflect.Descriptor instead.

func (*AuthCallbackRequest) GetCode

func (x *AuthCallbackRequest) GetCode() string

func (*AuthCallbackRequest) GetState

func (x *AuthCallbackRequest) GetState() string

func (*AuthCallbackRequest) GetStateOptions added in v0.7.14

func (x *AuthCallbackRequest) GetStateOptions() *structpb.Struct

func (*AuthCallbackRequest) GetStrategyName

func (x *AuthCallbackRequest) GetStrategyName() string

func (*AuthCallbackRequest) ProtoMessage

func (*AuthCallbackRequest) ProtoMessage()

func (*AuthCallbackRequest) ProtoReflect

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

func (*AuthCallbackRequest) Reset

func (x *AuthCallbackRequest) Reset()

func (*AuthCallbackRequest) String

func (x *AuthCallbackRequest) String() string

type AuthCallbackResponse

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

func (*AuthCallbackResponse) Descriptor deprecated

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

Deprecated: Use AuthCallbackResponse.ProtoReflect.Descriptor instead.

func (*AuthCallbackResponse) ProtoMessage

func (*AuthCallbackResponse) ProtoMessage()

func (*AuthCallbackResponse) ProtoReflect

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

func (*AuthCallbackResponse) Reset

func (x *AuthCallbackResponse) Reset()

func (*AuthCallbackResponse) String

func (x *AuthCallbackResponse) String() string

type AuthLogoutRequest

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

func (*AuthLogoutRequest) Descriptor deprecated

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

Deprecated: Use AuthLogoutRequest.ProtoReflect.Descriptor instead.

func (*AuthLogoutRequest) ProtoMessage

func (*AuthLogoutRequest) ProtoMessage()

func (*AuthLogoutRequest) ProtoReflect

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

func (*AuthLogoutRequest) Reset

func (x *AuthLogoutRequest) Reset()

func (*AuthLogoutRequest) String

func (x *AuthLogoutRequest) String() string

type AuthLogoutResponse

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

func (*AuthLogoutResponse) Descriptor deprecated

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

Deprecated: Use AuthLogoutResponse.ProtoReflect.Descriptor instead.

func (*AuthLogoutResponse) ProtoMessage

func (*AuthLogoutResponse) ProtoMessage()

func (*AuthLogoutResponse) ProtoReflect

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

func (*AuthLogoutResponse) Reset

func (x *AuthLogoutResponse) Reset()

func (*AuthLogoutResponse) String

func (x *AuthLogoutResponse) String() string

type AuthStrategy

type AuthStrategy struct {
	Name   string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Params *structpb.Struct `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthStrategy) Descriptor deprecated

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

Deprecated: Use AuthStrategy.ProtoReflect.Descriptor instead.

func (*AuthStrategy) GetName

func (x *AuthStrategy) GetName() string

func (*AuthStrategy) GetParams

func (x *AuthStrategy) GetParams() *structpb.Struct

func (*AuthStrategy) ProtoMessage

func (*AuthStrategy) ProtoMessage()

func (*AuthStrategy) ProtoReflect

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

func (*AuthStrategy) Reset

func (x *AuthStrategy) Reset()

func (*AuthStrategy) String

func (x *AuthStrategy) String() string

type AuthTokenRequest

type AuthTokenRequest struct {

	// grant_type can be one of the following:
	// - client_credentials
	// - urn:ietf:params:oauth:grant-type:jwt-bearer
	GrantType string `protobuf:"bytes,1,opt,name=grant_type,json=grantType,proto3" json:"grant_type,omitempty"`
	// client_id and client_secret are required for grant_type client_credentials
	ClientId     string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret string `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// assertion is required for grant_type urn:ietf:params:oauth:grant-type:jwt-bearer
	Assertion string `protobuf:"bytes,4,opt,name=assertion,proto3" json:"assertion,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthTokenRequest) Descriptor deprecated

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

Deprecated: Use AuthTokenRequest.ProtoReflect.Descriptor instead.

func (*AuthTokenRequest) GetAssertion

func (x *AuthTokenRequest) GetAssertion() string

func (*AuthTokenRequest) GetClientId

func (x *AuthTokenRequest) GetClientId() string

func (*AuthTokenRequest) GetClientSecret

func (x *AuthTokenRequest) GetClientSecret() string

func (*AuthTokenRequest) GetGrantType

func (x *AuthTokenRequest) GetGrantType() string

func (*AuthTokenRequest) ProtoMessage

func (*AuthTokenRequest) ProtoMessage()

func (*AuthTokenRequest) ProtoReflect

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

func (*AuthTokenRequest) Reset

func (x *AuthTokenRequest) Reset()

func (*AuthTokenRequest) String

func (x *AuthTokenRequest) String() string

type AuthTokenResponse

type AuthTokenResponse struct {
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	TokenType   string `protobuf:"bytes,2,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthTokenResponse) Descriptor deprecated

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

Deprecated: Use AuthTokenResponse.ProtoReflect.Descriptor instead.

func (*AuthTokenResponse) GetAccessToken

func (x *AuthTokenResponse) GetAccessToken() string

func (*AuthTokenResponse) GetTokenType

func (x *AuthTokenResponse) GetTokenType() string

func (*AuthTokenResponse) ProtoMessage

func (*AuthTokenResponse) ProtoMessage()

func (*AuthTokenResponse) ProtoReflect

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

func (*AuthTokenResponse) Reset

func (x *AuthTokenResponse) Reset()

func (*AuthTokenResponse) String

func (x *AuthTokenResponse) String() string

type AuthenticateRequest

type AuthenticateRequest struct {
	StrategyName string `protobuf:"bytes,1,opt,name=strategy_name,json=strategyName,proto3" json:"strategy_name,omitempty"`
	// by default, location redirect header for starting authentication flow if applicable
	// will be skipped unless this is set to true, useful in browser, same value will
	// also be returned as endpoint in response anyway
	RedirectOnstart bool `protobuf:"varint,2,opt,name=redirect_onstart,json=redirectOnstart,proto3" json:"redirect_onstart,omitempty"`
	// by default, after successful authentication(flow completes) no operation will be performed,
	// to apply redirection in case of browsers, provide an url that will be used
	// after authentication where users are sent from frontier.
	// return_to should be one of the allowed urls configured at instance level
	ReturnTo string `protobuf:"bytes,3,opt,name=return_to,json=returnTo,proto3" json:"return_to,omitempty"`
	// email of the user for magic links
	Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	// callback_url will be used by strategy as last step to finish authentication flow
	// in OIDC this host will receive "state" and "code" query params, in case of magic links
	// this will be the url where user is redirected after clicking on magic link.
	// For most cases it could be host of frontier but in case of proxies, this will be proxy public endpoint.
	// callback_url should be one of the allowed urls configured at instance level
	CallbackUrl string `protobuf:"bytes,5,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"`
	// flow_intent separates a login from a signup. A login never creates an
	// account and a signup never logs an existing user in. Left unspecified,
	// the flow creates the user if it does not exist, as it does today.
	FlowIntent FlowIntent `` /* 134-byte string literal not displayed */
	// accepted_document_ids are the ids of the consent documents the user
	// accepted, as returned by ListConsentDocuments. They accompany a signup
	// intent only, and are ignored when the deployment asks for no consent.
	AcceptedDocumentIds []string `protobuf:"bytes,7,rep,name=accepted_document_ids,json=acceptedDocumentIds,proto3" json:"accepted_document_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticateRequest) Descriptor deprecated

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

Deprecated: Use AuthenticateRequest.ProtoReflect.Descriptor instead.

func (*AuthenticateRequest) GetAcceptedDocumentIds added in v0.117.0

func (x *AuthenticateRequest) GetAcceptedDocumentIds() []string

func (*AuthenticateRequest) GetCallbackUrl added in v0.7.2

func (x *AuthenticateRequest) GetCallbackUrl() string

func (*AuthenticateRequest) GetEmail

func (x *AuthenticateRequest) GetEmail() string

func (*AuthenticateRequest) GetFlowIntent added in v0.117.0

func (x *AuthenticateRequest) GetFlowIntent() FlowIntent

func (*AuthenticateRequest) GetRedirectOnstart added in v0.7.2

func (x *AuthenticateRequest) GetRedirectOnstart() bool

func (*AuthenticateRequest) GetReturnTo

func (x *AuthenticateRequest) GetReturnTo() string

func (*AuthenticateRequest) GetStrategyName

func (x *AuthenticateRequest) GetStrategyName() string

func (*AuthenticateRequest) ProtoMessage

func (*AuthenticateRequest) ProtoMessage()

func (*AuthenticateRequest) ProtoReflect

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

func (*AuthenticateRequest) Reset

func (x *AuthenticateRequest) Reset()

func (*AuthenticateRequest) String

func (x *AuthenticateRequest) String() string

type AuthenticateResponse

type AuthenticateResponse struct {

	// endpoint specifies the url to redirect user for starting authentication flow
	Endpoint string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// state is used for resuming authentication flow in applicable strategies
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// state_options has additional configurations for the authentication flow at hand
	StateOptions *structpb.Struct `protobuf:"bytes,3,opt,name=state_options,json=stateOptions,proto3" json:"state_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticateResponse) Descriptor deprecated

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

Deprecated: Use AuthenticateResponse.ProtoReflect.Descriptor instead.

func (*AuthenticateResponse) GetEndpoint

func (x *AuthenticateResponse) GetEndpoint() string

func (*AuthenticateResponse) GetState

func (x *AuthenticateResponse) GetState() string

func (*AuthenticateResponse) GetStateOptions added in v0.7.14

func (x *AuthenticateResponse) GetStateOptions() *structpb.Struct

func (*AuthenticateResponse) ProtoMessage

func (*AuthenticateResponse) ProtoMessage()

func (*AuthenticateResponse) ProtoReflect

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

func (*AuthenticateResponse) Reset

func (x *AuthenticateResponse) Reset()

func (*AuthenticateResponse) String

func (x *AuthenticateResponse) String() string

type BatchCheckPermissionBody added in v0.7.4

type BatchCheckPermissionBody struct {
	Permission string `protobuf:"bytes,1,opt,name=permission,proto3" json:"permission,omitempty"`
	Resource   string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchCheckPermissionBody) Descriptor deprecated added in v0.7.4

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

Deprecated: Use BatchCheckPermissionBody.ProtoReflect.Descriptor instead.

func (*BatchCheckPermissionBody) GetPermission added in v0.7.4

func (x *BatchCheckPermissionBody) GetPermission() string

func (*BatchCheckPermissionBody) GetResource added in v0.7.4

func (x *BatchCheckPermissionBody) GetResource() string

func (*BatchCheckPermissionBody) ProtoMessage added in v0.7.4

func (*BatchCheckPermissionBody) ProtoMessage()

func (*BatchCheckPermissionBody) ProtoReflect added in v0.7.4

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

func (*BatchCheckPermissionBody) Reset added in v0.7.4

func (x *BatchCheckPermissionBody) Reset()

func (*BatchCheckPermissionBody) String added in v0.7.4

func (x *BatchCheckPermissionBody) String() string

type BatchCheckPermissionRequest added in v0.7.4

type BatchCheckPermissionRequest struct {
	Bodies []*BatchCheckPermissionBody `protobuf:"bytes,1,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchCheckPermissionRequest) Descriptor deprecated added in v0.7.4

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

Deprecated: Use BatchCheckPermissionRequest.ProtoReflect.Descriptor instead.

func (*BatchCheckPermissionRequest) GetBodies added in v0.7.4

func (*BatchCheckPermissionRequest) ProtoMessage added in v0.7.4

func (*BatchCheckPermissionRequest) ProtoMessage()

func (*BatchCheckPermissionRequest) ProtoReflect added in v0.7.4

func (*BatchCheckPermissionRequest) Reset added in v0.7.4

func (x *BatchCheckPermissionRequest) Reset()

func (*BatchCheckPermissionRequest) String added in v0.7.4

func (x *BatchCheckPermissionRequest) String() string

type BatchCheckPermissionResponse added in v0.7.4

type BatchCheckPermissionResponse struct {
	Pairs []*BatchCheckPermissionResponsePair `protobuf:"bytes,1,rep,name=pairs,proto3" json:"pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchCheckPermissionResponse) Descriptor deprecated added in v0.7.4

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

Deprecated: Use BatchCheckPermissionResponse.ProtoReflect.Descriptor instead.

func (*BatchCheckPermissionResponse) GetPairs added in v0.7.4

func (*BatchCheckPermissionResponse) ProtoMessage added in v0.7.4

func (*BatchCheckPermissionResponse) ProtoMessage()

func (*BatchCheckPermissionResponse) ProtoReflect added in v0.7.4

func (*BatchCheckPermissionResponse) Reset added in v0.7.4

func (x *BatchCheckPermissionResponse) Reset()

func (*BatchCheckPermissionResponse) String added in v0.7.4

type BatchCheckPermissionResponsePair added in v0.7.4

type BatchCheckPermissionResponsePair struct {
	Body   *BatchCheckPermissionBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	Status bool                      `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchCheckPermissionResponsePair) Descriptor deprecated added in v0.7.4

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

Deprecated: Use BatchCheckPermissionResponsePair.ProtoReflect.Descriptor instead.

func (*BatchCheckPermissionResponsePair) GetBody added in v0.7.4

func (*BatchCheckPermissionResponsePair) GetStatus added in v0.7.4

func (x *BatchCheckPermissionResponsePair) GetStatus() bool

func (*BatchCheckPermissionResponsePair) ProtoMessage added in v0.7.4

func (*BatchCheckPermissionResponsePair) ProtoMessage()

func (*BatchCheckPermissionResponsePair) ProtoReflect added in v0.7.4

func (*BatchCheckPermissionResponsePair) Reset added in v0.7.4

func (*BatchCheckPermissionResponsePair) String added in v0.7.4

type BillingAccount added in v0.8.0

type BillingAccount struct {
	Id           string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId        string                  `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Name         string                  `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Email        string                  `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	Phone        string                  `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone,omitempty"`
	Address      *BillingAccount_Address `protobuf:"bytes,6,opt,name=address,proto3" json:"address,omitempty"`
	ProviderId   string                  `protobuf:"bytes,7,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	Provider     string                  `protobuf:"bytes,8,opt,name=provider,proto3" json:"provider,omitempty"`
	Currency     string                  `protobuf:"bytes,9,opt,name=currency,proto3" json:"currency,omitempty"`
	State        string                  `protobuf:"bytes,10,opt,name=state,proto3" json:"state,omitempty"`
	TaxData      []*BillingAccount_Tax   `protobuf:"bytes,11,rep,name=tax_data,json=taxData,proto3" json:"tax_data,omitempty"`
	Metadata     *structpb.Struct        `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt    *timestamppb.Timestamp  `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    *timestamppb.Timestamp  `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Organization *Organization           `protobuf:"bytes,101,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use BillingAccount.ProtoReflect.Descriptor instead.

func (*BillingAccount) GetAddress added in v0.8.0

func (x *BillingAccount) GetAddress() *BillingAccount_Address

func (*BillingAccount) GetCreatedAt added in v0.8.0

func (x *BillingAccount) GetCreatedAt() *timestamppb.Timestamp

func (*BillingAccount) GetCurrency added in v0.8.0

func (x *BillingAccount) GetCurrency() string

func (*BillingAccount) GetEmail added in v0.8.0

func (x *BillingAccount) GetEmail() string

func (*BillingAccount) GetId added in v0.8.0

func (x *BillingAccount) GetId() string

func (*BillingAccount) GetMetadata added in v0.8.0

func (x *BillingAccount) GetMetadata() *structpb.Struct

func (*BillingAccount) GetName added in v0.8.0

func (x *BillingAccount) GetName() string

func (*BillingAccount) GetOrgId added in v0.8.0

func (x *BillingAccount) GetOrgId() string

func (*BillingAccount) GetOrganization added in v0.8.41

func (x *BillingAccount) GetOrganization() *Organization

func (*BillingAccount) GetPhone added in v0.8.0

func (x *BillingAccount) GetPhone() string

func (*BillingAccount) GetProvider added in v0.8.0

func (x *BillingAccount) GetProvider() string

func (*BillingAccount) GetProviderId added in v0.8.0

func (x *BillingAccount) GetProviderId() string

func (*BillingAccount) GetState added in v0.8.0

func (x *BillingAccount) GetState() string

func (*BillingAccount) GetTaxData added in v0.9.0

func (x *BillingAccount) GetTaxData() []*BillingAccount_Tax

func (*BillingAccount) GetUpdatedAt added in v0.8.0

func (x *BillingAccount) GetUpdatedAt() *timestamppb.Timestamp

func (*BillingAccount) ProtoMessage added in v0.8.0

func (*BillingAccount) ProtoMessage()

func (*BillingAccount) ProtoReflect added in v0.8.0

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

func (*BillingAccount) Reset added in v0.8.0

func (x *BillingAccount) Reset()

func (*BillingAccount) String added in v0.8.0

func (x *BillingAccount) String() string

type BillingAccountDetails added in v0.65.0

type BillingAccountDetails struct {

	// credit_min is the minimum credit limit for the billing account
	// default is 0, negative numbers work as overdraft, positive
	// numbers work as minimum purchase limit
	CreditMin int64 `protobuf:"varint,1,opt,name=credit_min,json=creditMin,proto3" json:"credit_min,omitempty"`
	// due_in_days is the number of days after the invoice finalization
	// that it will be considered overdue, if set to 0, the customer will
	// be charged immediately
	DueInDays int64 `protobuf:"varint,2,opt,name=due_in_days,json=dueInDays,proto3" json:"due_in_days,omitempty"`
	// contains filtered or unexported fields
}

func (*BillingAccountDetails) Descriptor deprecated added in v0.65.0

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

Deprecated: Use BillingAccountDetails.ProtoReflect.Descriptor instead.

func (*BillingAccountDetails) GetCreditMin added in v0.65.0

func (x *BillingAccountDetails) GetCreditMin() int64

func (*BillingAccountDetails) GetDueInDays added in v0.65.0

func (x *BillingAccountDetails) GetDueInDays() int64

func (*BillingAccountDetails) ProtoMessage added in v0.65.0

func (*BillingAccountDetails) ProtoMessage()

func (*BillingAccountDetails) ProtoReflect added in v0.65.0

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

func (*BillingAccountDetails) Reset added in v0.65.0

func (x *BillingAccountDetails) Reset()

func (*BillingAccountDetails) String added in v0.65.0

func (x *BillingAccountDetails) String() string

type BillingAccountRequestBody added in v0.8.0

type BillingAccountRequestBody struct {
	Name     string                  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Email    string                  `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Phone    string                  `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	Address  *BillingAccount_Address `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
	Currency string                  `protobuf:"bytes,5,opt,name=currency,proto3" json:"currency,omitempty"`
	TaxData  []*BillingAccount_Tax   `protobuf:"bytes,6,rep,name=tax_data,json=taxData,proto3" json:"tax_data,omitempty"`
	Metadata *structpb.Struct        `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use BillingAccountRequestBody.ProtoReflect.Descriptor instead.

func (*BillingAccountRequestBody) GetAddress added in v0.8.0

func (*BillingAccountRequestBody) GetCurrency added in v0.8.0

func (x *BillingAccountRequestBody) GetCurrency() string

func (*BillingAccountRequestBody) GetEmail added in v0.8.0

func (x *BillingAccountRequestBody) GetEmail() string

func (*BillingAccountRequestBody) GetMetadata added in v0.8.0

func (x *BillingAccountRequestBody) GetMetadata() *structpb.Struct

func (*BillingAccountRequestBody) GetName added in v0.8.0

func (x *BillingAccountRequestBody) GetName() string

func (*BillingAccountRequestBody) GetPhone added in v0.8.0

func (x *BillingAccountRequestBody) GetPhone() string

func (*BillingAccountRequestBody) GetTaxData added in v0.9.0

func (x *BillingAccountRequestBody) GetTaxData() []*BillingAccount_Tax

func (*BillingAccountRequestBody) ProtoMessage added in v0.8.0

func (*BillingAccountRequestBody) ProtoMessage()

func (*BillingAccountRequestBody) ProtoReflect added in v0.8.0

func (*BillingAccountRequestBody) Reset added in v0.8.0

func (x *BillingAccountRequestBody) Reset()

func (*BillingAccountRequestBody) String added in v0.8.0

func (x *BillingAccountRequestBody) String() string

type BillingAccount_Address added in v0.8.0

type BillingAccount_Address struct {
	Line1      string `protobuf:"bytes,1,opt,name=line1,proto3" json:"line1,omitempty"`
	Line2      string `protobuf:"bytes,2,opt,name=line2,proto3" json:"line2,omitempty"`
	City       string `protobuf:"bytes,3,opt,name=city,proto3" json:"city,omitempty"`
	State      string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	PostalCode string `protobuf:"bytes,5,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	Country    string `protobuf:"bytes,6,opt,name=country,proto3" json:"country,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use BillingAccount_Address.ProtoReflect.Descriptor instead.

func (*BillingAccount_Address) GetCity added in v0.8.0

func (x *BillingAccount_Address) GetCity() string

func (*BillingAccount_Address) GetCountry added in v0.8.0

func (x *BillingAccount_Address) GetCountry() string

func (*BillingAccount_Address) GetLine1 added in v0.8.0

func (x *BillingAccount_Address) GetLine1() string

func (*BillingAccount_Address) GetLine2 added in v0.8.0

func (x *BillingAccount_Address) GetLine2() string

func (*BillingAccount_Address) GetPostalCode added in v0.8.0

func (x *BillingAccount_Address) GetPostalCode() string

func (*BillingAccount_Address) GetState added in v0.8.0

func (x *BillingAccount_Address) GetState() string

func (*BillingAccount_Address) ProtoMessage added in v0.8.0

func (*BillingAccount_Address) ProtoMessage()

func (*BillingAccount_Address) ProtoReflect added in v0.8.0

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

func (*BillingAccount_Address) Reset added in v0.8.0

func (x *BillingAccount_Address) Reset()

func (*BillingAccount_Address) String added in v0.8.0

func (x *BillingAccount_Address) String() string

type BillingAccount_Balance added in v0.8.0

type BillingAccount_Balance struct {
	Amount    int64                  `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"`
	Currency  string                 `protobuf:"bytes,2,opt,name=currency,proto3" json:"currency,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use BillingAccount_Balance.ProtoReflect.Descriptor instead.

func (*BillingAccount_Balance) GetAmount added in v0.8.0

func (x *BillingAccount_Balance) GetAmount() int64

func (*BillingAccount_Balance) GetCurrency added in v0.8.0

func (x *BillingAccount_Balance) GetCurrency() string

func (*BillingAccount_Balance) GetUpdatedAt added in v0.8.0

func (x *BillingAccount_Balance) GetUpdatedAt() *timestamppb.Timestamp

func (*BillingAccount_Balance) ProtoMessage added in v0.8.0

func (*BillingAccount_Balance) ProtoMessage()

func (*BillingAccount_Balance) ProtoReflect added in v0.8.0

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

func (*BillingAccount_Balance) Reset added in v0.8.0

func (x *BillingAccount_Balance) Reset()

func (*BillingAccount_Balance) String added in v0.8.0

func (x *BillingAccount_Balance) String() string

type BillingAccount_Tax added in v0.9.0

type BillingAccount_Tax struct {

	// tax type like "vat", "gst", "sales_tax" or if it's
	// provider specific us_ein, uk_vat, in_gst, etc
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// unique identifier provided by the tax agency
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use BillingAccount_Tax.ProtoReflect.Descriptor instead.

func (*BillingAccount_Tax) GetId added in v0.9.0

func (x *BillingAccount_Tax) GetId() string

func (*BillingAccount_Tax) GetType added in v0.9.0

func (x *BillingAccount_Tax) GetType() string

func (*BillingAccount_Tax) ProtoMessage added in v0.9.0

func (*BillingAccount_Tax) ProtoMessage()

func (*BillingAccount_Tax) ProtoReflect added in v0.9.0

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

func (*BillingAccount_Tax) Reset added in v0.9.0

func (x *BillingAccount_Tax) Reset()

func (*BillingAccount_Tax) String added in v0.9.0

func (x *BillingAccount_Tax) String() string

type BillingTransaction added in v0.8.0

type BillingTransaction struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CustomerId string `protobuf:"bytes,2,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// additional metadata for storing event/service that triggered this usage
	Source      string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	Amount      int64  `protobuf:"varint,4,opt,name=amount,proto3" json:"amount,omitempty"`
	Type        string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	// user_id is the user that triggered this usage
	UserId    string                 `protobuf:"bytes,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	User      *User                  `protobuf:"bytes,101,opt,name=user,proto3" json:"user,omitempty"`
	Customer  *BillingAccount        `protobuf:"bytes,102,opt,name=customer,proto3" json:"customer,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use BillingTransaction.ProtoReflect.Descriptor instead.

func (*BillingTransaction) GetAmount added in v0.8.0

func (x *BillingTransaction) GetAmount() int64

func (*BillingTransaction) GetCreatedAt added in v0.8.0

func (x *BillingTransaction) GetCreatedAt() *timestamppb.Timestamp

func (*BillingTransaction) GetCustomer added in v0.8.41

func (x *BillingTransaction) GetCustomer() *BillingAccount

func (*BillingTransaction) GetCustomerId added in v0.8.0

func (x *BillingTransaction) GetCustomerId() string

func (*BillingTransaction) GetDescription added in v0.8.0

func (x *BillingTransaction) GetDescription() string

func (*BillingTransaction) GetId added in v0.8.0

func (x *BillingTransaction) GetId() string

func (*BillingTransaction) GetMetadata added in v0.8.0

func (x *BillingTransaction) GetMetadata() *structpb.Struct

func (*BillingTransaction) GetSource added in v0.8.0

func (x *BillingTransaction) GetSource() string

func (*BillingTransaction) GetType added in v0.8.0

func (x *BillingTransaction) GetType() string

func (*BillingTransaction) GetUpdatedAt added in v0.8.0

func (x *BillingTransaction) GetUpdatedAt() *timestamppb.Timestamp

func (*BillingTransaction) GetUser added in v0.8.41

func (x *BillingTransaction) GetUser() *User

func (*BillingTransaction) GetUserId added in v0.8.34

func (x *BillingTransaction) GetUserId() string

func (*BillingTransaction) ProtoMessage added in v0.8.0

func (*BillingTransaction) ProtoMessage()

func (*BillingTransaction) ProtoReflect added in v0.8.0

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

func (*BillingTransaction) Reset added in v0.8.0

func (x *BillingTransaction) Reset()

func (*BillingTransaction) String added in v0.8.0

func (x *BillingTransaction) String() string

type BillingWebhookCallbackRequest added in v0.13.0

type BillingWebhookCallbackRequest struct {
	Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	Body     []byte `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use BillingWebhookCallbackRequest.ProtoReflect.Descriptor instead.

func (*BillingWebhookCallbackRequest) GetBody added in v0.13.0

func (x *BillingWebhookCallbackRequest) GetBody() []byte

func (*BillingWebhookCallbackRequest) GetProvider added in v0.13.0

func (x *BillingWebhookCallbackRequest) GetProvider() string

func (*BillingWebhookCallbackRequest) ProtoMessage added in v0.13.0

func (*BillingWebhookCallbackRequest) ProtoMessage()

func (*BillingWebhookCallbackRequest) ProtoReflect added in v0.13.0

func (*BillingWebhookCallbackRequest) Reset added in v0.13.0

func (x *BillingWebhookCallbackRequest) Reset()

func (*BillingWebhookCallbackRequest) String added in v0.13.0

type BillingWebhookCallbackResponse added in v0.13.0

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

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

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

Deprecated: Use BillingWebhookCallbackResponse.ProtoReflect.Descriptor instead.

func (*BillingWebhookCallbackResponse) ProtoMessage added in v0.13.0

func (*BillingWebhookCallbackResponse) ProtoMessage()

func (*BillingWebhookCallbackResponse) ProtoReflect added in v0.13.0

func (*BillingWebhookCallbackResponse) Reset added in v0.13.0

func (x *BillingWebhookCallbackResponse) Reset()

func (*BillingWebhookCallbackResponse) String added in v0.13.0

type CancelSubscriptionRequest added in v0.8.0

type CancelSubscriptionRequest struct {

	// ID of the subscription to cancel
	Id        string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	Immediate bool   `protobuf:"varint,4,opt,name=immediate,proto3" json:"immediate,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CancelSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*CancelSubscriptionRequest) GetId added in v0.8.0

func (x *CancelSubscriptionRequest) GetId() string

func (*CancelSubscriptionRequest) GetImmediate added in v0.8.19

func (x *CancelSubscriptionRequest) GetImmediate() bool

func (*CancelSubscriptionRequest) ProtoMessage added in v0.8.0

func (*CancelSubscriptionRequest) ProtoMessage()

func (*CancelSubscriptionRequest) ProtoReflect added in v0.8.0

func (*CancelSubscriptionRequest) Reset added in v0.8.0

func (x *CancelSubscriptionRequest) Reset()

func (*CancelSubscriptionRequest) String added in v0.8.0

func (x *CancelSubscriptionRequest) String() string

type CancelSubscriptionResponse added in v0.8.0

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

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

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

Deprecated: Use CancelSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*CancelSubscriptionResponse) ProtoMessage added in v0.8.0

func (*CancelSubscriptionResponse) ProtoMessage()

func (*CancelSubscriptionResponse) ProtoReflect added in v0.8.0

func (*CancelSubscriptionResponse) Reset added in v0.8.0

func (x *CancelSubscriptionResponse) Reset()

func (*CancelSubscriptionResponse) String added in v0.8.0

func (x *CancelSubscriptionResponse) String() string

type ChangeSubscriptionRequest added in v0.8.19

type ChangeSubscriptionRequest struct {

	// ID of the subscription to update
	Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// plan to change to
	// deprecated in favor of plan_change
	//
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.
	Plan string `protobuf:"bytes,4,opt,name=plan,proto3" json:"plan,omitempty"`
	// should the change be immediate or at the end of the current billing period
	// deprecated in favor of plan_change
	//
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.
	Immediate bool `protobuf:"varint,5,opt,name=immediate,proto3" json:"immediate,omitempty"`
	// Types that are assignable to Change:
	//
	//	*ChangeSubscriptionRequest_PlanChange_
	//	*ChangeSubscriptionRequest_PhaseChange_
	Change isChangeSubscriptionRequest_Change `protobuf_oneof:"change"`
	// contains filtered or unexported fields
}

func (*ChangeSubscriptionRequest) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ChangeSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*ChangeSubscriptionRequest) GetChange added in v0.8.29

func (m *ChangeSubscriptionRequest) GetChange() isChangeSubscriptionRequest_Change

func (*ChangeSubscriptionRequest) GetId added in v0.8.19

func (x *ChangeSubscriptionRequest) GetId() string

func (*ChangeSubscriptionRequest) GetImmediate deprecated added in v0.8.19

func (x *ChangeSubscriptionRequest) GetImmediate() bool

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.

func (*ChangeSubscriptionRequest) GetPhaseChange added in v0.8.29

func (*ChangeSubscriptionRequest) GetPlan deprecated added in v0.8.19

func (x *ChangeSubscriptionRequest) GetPlan() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.

func (*ChangeSubscriptionRequest) GetPlanChange added in v0.8.29

func (*ChangeSubscriptionRequest) ProtoMessage added in v0.8.19

func (*ChangeSubscriptionRequest) ProtoMessage()

func (*ChangeSubscriptionRequest) ProtoReflect added in v0.8.19

func (*ChangeSubscriptionRequest) Reset added in v0.8.19

func (x *ChangeSubscriptionRequest) Reset()

func (*ChangeSubscriptionRequest) String added in v0.8.19

func (x *ChangeSubscriptionRequest) String() string

type ChangeSubscriptionRequest_PhaseChange added in v0.8.29

type ChangeSubscriptionRequest_PhaseChange struct {

	// should the upcoming changes be cancelled
	CancelUpcomingChanges bool `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChangeSubscriptionRequest_PhaseChange) Descriptor deprecated added in v0.8.29

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

Deprecated: Use ChangeSubscriptionRequest_PhaseChange.ProtoReflect.Descriptor instead.

func (*ChangeSubscriptionRequest_PhaseChange) GetCancelUpcomingChanges added in v0.8.29

func (x *ChangeSubscriptionRequest_PhaseChange) GetCancelUpcomingChanges() bool

func (*ChangeSubscriptionRequest_PhaseChange) ProtoMessage added in v0.8.29

func (*ChangeSubscriptionRequest_PhaseChange) ProtoMessage()

func (*ChangeSubscriptionRequest_PhaseChange) ProtoReflect added in v0.8.29

func (*ChangeSubscriptionRequest_PhaseChange) Reset added in v0.8.29

func (*ChangeSubscriptionRequest_PhaseChange) String added in v0.8.29

type ChangeSubscriptionRequest_PhaseChange_ added in v0.8.29

type ChangeSubscriptionRequest_PhaseChange_ struct {
	PhaseChange *ChangeSubscriptionRequest_PhaseChange `protobuf:"bytes,7,opt,name=phase_change,json=phaseChange,proto3,oneof"`
}

type ChangeSubscriptionRequest_PlanChange added in v0.8.29

type ChangeSubscriptionRequest_PlanChange struct {

	// plan to change to
	Plan string `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	// should the change be immediate or at the end of the current billing period
	Immediate bool `protobuf:"varint,2,opt,name=immediate,proto3" json:"immediate,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeSubscriptionRequest_PlanChange) Descriptor deprecated added in v0.8.29

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

Deprecated: Use ChangeSubscriptionRequest_PlanChange.ProtoReflect.Descriptor instead.

func (*ChangeSubscriptionRequest_PlanChange) GetImmediate added in v0.8.29

func (x *ChangeSubscriptionRequest_PlanChange) GetImmediate() bool

func (*ChangeSubscriptionRequest_PlanChange) GetPlan added in v0.8.29

func (*ChangeSubscriptionRequest_PlanChange) ProtoMessage added in v0.8.29

func (*ChangeSubscriptionRequest_PlanChange) ProtoMessage()

func (*ChangeSubscriptionRequest_PlanChange) ProtoReflect added in v0.8.29

func (*ChangeSubscriptionRequest_PlanChange) Reset added in v0.8.29

func (*ChangeSubscriptionRequest_PlanChange) String added in v0.8.29

type ChangeSubscriptionRequest_PlanChange_ added in v0.8.29

type ChangeSubscriptionRequest_PlanChange_ struct {
	PlanChange *ChangeSubscriptionRequest_PlanChange `protobuf:"bytes,6,opt,name=plan_change,json=planChange,proto3,oneof"`
}

type ChangeSubscriptionResponse added in v0.8.19

type ChangeSubscriptionResponse struct {
	Phase *Subscription_Phase `protobuf:"bytes,1,opt,name=phase,proto3" json:"phase,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeSubscriptionResponse) Descriptor deprecated added in v0.8.19

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

Deprecated: Use ChangeSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*ChangeSubscriptionResponse) GetPhase added in v0.8.19

func (*ChangeSubscriptionResponse) ProtoMessage added in v0.8.19

func (*ChangeSubscriptionResponse) ProtoMessage()

func (*ChangeSubscriptionResponse) ProtoReflect added in v0.8.19

func (*ChangeSubscriptionResponse) Reset added in v0.8.19

func (x *ChangeSubscriptionResponse) Reset()

func (*ChangeSubscriptionResponse) String added in v0.8.19

func (x *ChangeSubscriptionResponse) String() string

type CheckCreditEntitlementRequest added in v0.67.0

type CheckCreditEntitlementRequest struct {
	OrgId  string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Amount int64  `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckCreditEntitlementRequest) Descriptor deprecated added in v0.67.0

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

Deprecated: Use CheckCreditEntitlementRequest.ProtoReflect.Descriptor instead.

func (*CheckCreditEntitlementRequest) GetAmount added in v0.67.0

func (x *CheckCreditEntitlementRequest) GetAmount() int64

func (*CheckCreditEntitlementRequest) GetOrgId added in v0.67.0

func (x *CheckCreditEntitlementRequest) GetOrgId() string

func (*CheckCreditEntitlementRequest) ProtoMessage added in v0.67.0

func (*CheckCreditEntitlementRequest) ProtoMessage()

func (*CheckCreditEntitlementRequest) ProtoReflect added in v0.67.0

func (*CheckCreditEntitlementRequest) Reset added in v0.67.0

func (x *CheckCreditEntitlementRequest) Reset()

func (*CheckCreditEntitlementRequest) String added in v0.67.0

type CheckCreditEntitlementResponse added in v0.67.0

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

func (*CheckCreditEntitlementResponse) Descriptor deprecated added in v0.67.0

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

Deprecated: Use CheckCreditEntitlementResponse.ProtoReflect.Descriptor instead.

func (*CheckCreditEntitlementResponse) GetStatus added in v0.67.0

func (x *CheckCreditEntitlementResponse) GetStatus() bool

func (*CheckCreditEntitlementResponse) ProtoMessage added in v0.67.0

func (*CheckCreditEntitlementResponse) ProtoMessage()

func (*CheckCreditEntitlementResponse) ProtoReflect added in v0.67.0

func (*CheckCreditEntitlementResponse) Reset added in v0.67.0

func (x *CheckCreditEntitlementResponse) Reset()

func (*CheckCreditEntitlementResponse) String added in v0.67.0

type CheckCurrentUserPATTitleRequest added in v0.94.0

type CheckCurrentUserPATTitleRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Checks if this title is available for the current user in the given org.
	// Comparison is case-insensitive.
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckCurrentUserPATTitleRequest) Descriptor deprecated added in v0.94.0

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

Deprecated: Use CheckCurrentUserPATTitleRequest.ProtoReflect.Descriptor instead.

func (*CheckCurrentUserPATTitleRequest) GetOrgId added in v0.94.0

func (*CheckCurrentUserPATTitleRequest) GetTitle added in v0.94.0

func (*CheckCurrentUserPATTitleRequest) ProtoMessage added in v0.94.0

func (*CheckCurrentUserPATTitleRequest) ProtoMessage()

func (*CheckCurrentUserPATTitleRequest) ProtoReflect added in v0.94.0

func (*CheckCurrentUserPATTitleRequest) Reset added in v0.94.0

func (*CheckCurrentUserPATTitleRequest) String added in v0.94.0

type CheckCurrentUserPATTitleResponse added in v0.94.0

type CheckCurrentUserPATTitleResponse struct {

	// True if the title is available for use, false if already taken.
	Available bool `protobuf:"varint,1,opt,name=available,proto3" json:"available,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckCurrentUserPATTitleResponse) Descriptor deprecated added in v0.94.0

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

Deprecated: Use CheckCurrentUserPATTitleResponse.ProtoReflect.Descriptor instead.

func (*CheckCurrentUserPATTitleResponse) GetAvailable added in v0.94.0

func (x *CheckCurrentUserPATTitleResponse) GetAvailable() bool

func (*CheckCurrentUserPATTitleResponse) ProtoMessage added in v0.94.0

func (*CheckCurrentUserPATTitleResponse) ProtoMessage()

func (*CheckCurrentUserPATTitleResponse) ProtoReflect added in v0.94.0

func (*CheckCurrentUserPATTitleResponse) Reset added in v0.94.0

func (*CheckCurrentUserPATTitleResponse) String added in v0.94.0

type CheckFeatureEntitlementRequest added in v0.8.0

type CheckFeatureEntitlementRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// feature or product name
	Feature string `protobuf:"bytes,3,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CheckFeatureEntitlementRequest.ProtoReflect.Descriptor instead.

func (*CheckFeatureEntitlementRequest) GetFeature added in v0.8.0

func (x *CheckFeatureEntitlementRequest) GetFeature() string

func (*CheckFeatureEntitlementRequest) GetOrgId added in v0.8.0

func (x *CheckFeatureEntitlementRequest) GetOrgId() string

func (*CheckFeatureEntitlementRequest) ProtoMessage added in v0.8.0

func (*CheckFeatureEntitlementRequest) ProtoMessage()

func (*CheckFeatureEntitlementRequest) ProtoReflect added in v0.8.0

func (*CheckFeatureEntitlementRequest) Reset added in v0.8.0

func (x *CheckFeatureEntitlementRequest) Reset()

func (*CheckFeatureEntitlementRequest) String added in v0.8.0

type CheckFeatureEntitlementResponse added in v0.8.0

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

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

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

Deprecated: Use CheckFeatureEntitlementResponse.ProtoReflect.Descriptor instead.

func (*CheckFeatureEntitlementResponse) GetStatus added in v0.8.0

func (x *CheckFeatureEntitlementResponse) GetStatus() bool

func (*CheckFeatureEntitlementResponse) ProtoMessage added in v0.8.0

func (*CheckFeatureEntitlementResponse) ProtoMessage()

func (*CheckFeatureEntitlementResponse) ProtoReflect added in v0.8.0

func (*CheckFeatureEntitlementResponse) Reset added in v0.8.0

func (*CheckFeatureEntitlementResponse) String added in v0.8.0

type CheckFederatedResourcePermissionRequest added in v0.8.0

type CheckFederatedResourcePermissionRequest struct {
	Subject    string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	Resource   string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Permission string `protobuf:"bytes,3,opt,name=permission,proto3" json:"permission,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CheckFederatedResourcePermissionRequest.ProtoReflect.Descriptor instead.

func (*CheckFederatedResourcePermissionRequest) GetPermission added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) GetResource added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) GetSubject added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) ProtoMessage added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) ProtoReflect added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) Reset added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) String added in v0.8.0

type CheckFederatedResourcePermissionResponse added in v0.8.0

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

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

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

Deprecated: Use CheckFederatedResourcePermissionResponse.ProtoReflect.Descriptor instead.

func (*CheckFederatedResourcePermissionResponse) GetStatus added in v0.8.0

func (*CheckFederatedResourcePermissionResponse) ProtoMessage added in v0.8.0

func (*CheckFederatedResourcePermissionResponse) ProtoReflect added in v0.8.0

func (*CheckFederatedResourcePermissionResponse) Reset added in v0.8.0

func (*CheckFederatedResourcePermissionResponse) String added in v0.8.0

type CheckOrganizationDeleteRequest added in v0.116.0

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

func (*CheckOrganizationDeleteRequest) Descriptor deprecated added in v0.116.0

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

Deprecated: Use CheckOrganizationDeleteRequest.ProtoReflect.Descriptor instead.

func (*CheckOrganizationDeleteRequest) GetId added in v0.116.0

func (*CheckOrganizationDeleteRequest) ProtoMessage added in v0.116.0

func (*CheckOrganizationDeleteRequest) ProtoMessage()

func (*CheckOrganizationDeleteRequest) ProtoReflect added in v0.116.0

func (*CheckOrganizationDeleteRequest) Reset added in v0.116.0

func (x *CheckOrganizationDeleteRequest) Reset()

func (*CheckOrganizationDeleteRequest) String added in v0.116.0

type CheckOrganizationDeleteResponse added in v0.116.0

type CheckOrganizationDeleteResponse struct {

	// true when nothing blocks the delete right now
	CanDelete bool `protobuf:"varint,1,opt,name=can_delete,json=canDelete,proto3" json:"can_delete,omitempty"`
	// every reason the delete would be refused; empty when can_delete is true
	Blockers []*CheckOrganizationDeleteResponse_Blocker `protobuf:"bytes,2,rep,name=blockers,proto3" json:"blockers,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckOrganizationDeleteResponse) Descriptor deprecated added in v0.116.0

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

Deprecated: Use CheckOrganizationDeleteResponse.ProtoReflect.Descriptor instead.

func (*CheckOrganizationDeleteResponse) GetBlockers added in v0.116.0

func (*CheckOrganizationDeleteResponse) GetCanDelete added in v0.116.0

func (x *CheckOrganizationDeleteResponse) GetCanDelete() bool

func (*CheckOrganizationDeleteResponse) ProtoMessage added in v0.116.0

func (*CheckOrganizationDeleteResponse) ProtoMessage()

func (*CheckOrganizationDeleteResponse) ProtoReflect added in v0.116.0

func (*CheckOrganizationDeleteResponse) Reset added in v0.116.0

func (*CheckOrganizationDeleteResponse) String added in v0.116.0

type CheckOrganizationDeleteResponse_Blocker added in v0.116.0

type CheckOrganizationDeleteResponse_Blocker struct {

	// machine-readable reason, e.g. ACTIVE_SUBSCRIPTION, UNPAID_INVOICE,
	// NEGATIVE_TOKEN_BALANCE
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// id of the blocking entity
	Subject string `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty"`
	// what blocks the delete and what the caller can do about it
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// what kind of entity the subject id refers to, e.g.
	// billing_subscription, billing_invoice, billing_account
	SubjectType string `protobuf:"bytes,4,opt,name=subject_type,json=subjectType,proto3" json:"subject_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckOrganizationDeleteResponse_Blocker) Descriptor deprecated added in v0.116.0

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

Deprecated: Use CheckOrganizationDeleteResponse_Blocker.ProtoReflect.Descriptor instead.

func (*CheckOrganizationDeleteResponse_Blocker) GetMessage added in v0.116.0

func (*CheckOrganizationDeleteResponse_Blocker) GetSubject added in v0.116.0

func (*CheckOrganizationDeleteResponse_Blocker) GetSubjectType added in v0.116.0

func (x *CheckOrganizationDeleteResponse_Blocker) GetSubjectType() string

func (*CheckOrganizationDeleteResponse_Blocker) GetType added in v0.116.0

func (*CheckOrganizationDeleteResponse_Blocker) ProtoMessage added in v0.116.0

func (*CheckOrganizationDeleteResponse_Blocker) ProtoReflect added in v0.116.0

func (*CheckOrganizationDeleteResponse_Blocker) Reset added in v0.116.0

func (*CheckOrganizationDeleteResponse_Blocker) String added in v0.116.0

type CheckResourcePermissionRequest

type CheckResourcePermissionRequest struct {

	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.
	ObjectNamespace string `protobuf:"bytes,2,opt,name=object_namespace,json=objectNamespace,proto3" json:"object_namespace,omitempty"`
	Permission      string `protobuf:"bytes,3,opt,name=permission,proto3" json:"permission,omitempty"`
	Resource        string `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckResourcePermissionRequest) Descriptor deprecated

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

Deprecated: Use CheckResourcePermissionRequest.ProtoReflect.Descriptor instead.

func (*CheckResourcePermissionRequest) GetObjectId deprecated

func (x *CheckResourcePermissionRequest) GetObjectId() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.

func (*CheckResourcePermissionRequest) GetObjectNamespace deprecated

func (x *CheckResourcePermissionRequest) GetObjectNamespace() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.

func (*CheckResourcePermissionRequest) GetPermission

func (x *CheckResourcePermissionRequest) GetPermission() string

func (*CheckResourcePermissionRequest) GetResource

func (x *CheckResourcePermissionRequest) GetResource() string

func (*CheckResourcePermissionRequest) ProtoMessage

func (*CheckResourcePermissionRequest) ProtoMessage()

func (*CheckResourcePermissionRequest) ProtoReflect

func (*CheckResourcePermissionRequest) Reset

func (x *CheckResourcePermissionRequest) Reset()

func (*CheckResourcePermissionRequest) String

type CheckResourcePermissionResponse

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

func (*CheckResourcePermissionResponse) Descriptor deprecated

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

Deprecated: Use CheckResourcePermissionResponse.ProtoReflect.Descriptor instead.

func (*CheckResourcePermissionResponse) GetStatus

func (x *CheckResourcePermissionResponse) GetStatus() bool

func (*CheckResourcePermissionResponse) ProtoMessage

func (*CheckResourcePermissionResponse) ProtoMessage()

func (*CheckResourcePermissionResponse) ProtoReflect

func (*CheckResourcePermissionResponse) Reset

func (*CheckResourcePermissionResponse) String

type CheckoutProductBody added in v0.8.14

type CheckoutProductBody struct {
	Product  string `protobuf:"bytes,1,opt,name=product,proto3" json:"product,omitempty"`
	Quantity int64  `protobuf:"varint,2,opt,name=quantity,proto3" json:"quantity,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckoutProductBody) Descriptor deprecated added in v0.8.14

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

Deprecated: Use CheckoutProductBody.ProtoReflect.Descriptor instead.

func (*CheckoutProductBody) GetProduct added in v0.8.14

func (x *CheckoutProductBody) GetProduct() string

func (*CheckoutProductBody) GetQuantity added in v0.9.2

func (x *CheckoutProductBody) GetQuantity() int64

func (*CheckoutProductBody) ProtoMessage added in v0.8.14

func (*CheckoutProductBody) ProtoMessage()

func (*CheckoutProductBody) ProtoReflect added in v0.8.14

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

func (*CheckoutProductBody) Reset added in v0.8.14

func (x *CheckoutProductBody) Reset()

func (*CheckoutProductBody) String added in v0.8.14

func (x *CheckoutProductBody) String() string

type CheckoutSession added in v0.8.0

type CheckoutSession struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CheckoutUrl string                 `protobuf:"bytes,2,opt,name=checkout_url,json=checkoutUrl,proto3" json:"checkout_url,omitempty"`
	SuccessUrl  string                 `protobuf:"bytes,3,opt,name=success_url,json=successUrl,proto3" json:"success_url,omitempty"`
	CancelUrl   string                 `protobuf:"bytes,4,opt,name=cancel_url,json=cancelUrl,proto3" json:"cancel_url,omitempty"`
	State       string                 `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	Plan        string                 `protobuf:"bytes,6,opt,name=plan,proto3" json:"plan,omitempty"`
	Product     string                 `protobuf:"bytes,7,opt,name=product,proto3" json:"product,omitempty"`
	Metadata    *structpb.Struct       `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	ExpireAt    *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=expire_at,json=expireAt,proto3" json:"expire_at,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CheckoutSession.ProtoReflect.Descriptor instead.

func (*CheckoutSession) GetCancelUrl added in v0.8.0

func (x *CheckoutSession) GetCancelUrl() string

func (*CheckoutSession) GetCheckoutUrl added in v0.8.0

func (x *CheckoutSession) GetCheckoutUrl() string

func (*CheckoutSession) GetCreatedAt added in v0.8.0

func (x *CheckoutSession) GetCreatedAt() *timestamppb.Timestamp

func (*CheckoutSession) GetExpireAt added in v0.8.0

func (x *CheckoutSession) GetExpireAt() *timestamppb.Timestamp

func (*CheckoutSession) GetId added in v0.8.0

func (x *CheckoutSession) GetId() string

func (*CheckoutSession) GetMetadata added in v0.8.0

func (x *CheckoutSession) GetMetadata() *structpb.Struct

func (*CheckoutSession) GetPlan added in v0.8.19

func (x *CheckoutSession) GetPlan() string

func (*CheckoutSession) GetProduct added in v0.8.19

func (x *CheckoutSession) GetProduct() string

func (*CheckoutSession) GetState added in v0.8.0

func (x *CheckoutSession) GetState() string

func (*CheckoutSession) GetSuccessUrl added in v0.8.0

func (x *CheckoutSession) GetSuccessUrl() string

func (*CheckoutSession) GetUpdatedAt added in v0.8.0

func (x *CheckoutSession) GetUpdatedAt() *timestamppb.Timestamp

func (*CheckoutSession) ProtoMessage added in v0.8.0

func (*CheckoutSession) ProtoMessage()

func (*CheckoutSession) ProtoReflect added in v0.8.0

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

func (*CheckoutSession) Reset added in v0.8.0

func (x *CheckoutSession) Reset()

func (*CheckoutSession) String added in v0.8.0

func (x *CheckoutSession) String() string

type CheckoutSetupBody added in v0.8.16

type CheckoutSetupBody struct {
	PaymentMethod  bool `protobuf:"varint,1,opt,name=payment_method,json=paymentMethod,proto3" json:"payment_method,omitempty"`
	CustomerPortal bool `protobuf:"varint,2,opt,name=customer_portal,json=customerPortal,proto3" json:"customer_portal,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckoutSetupBody) Descriptor deprecated added in v0.8.16

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

Deprecated: Use CheckoutSetupBody.ProtoReflect.Descriptor instead.

func (*CheckoutSetupBody) GetCustomerPortal added in v0.10.0

func (x *CheckoutSetupBody) GetCustomerPortal() bool

func (*CheckoutSetupBody) GetPaymentMethod added in v0.8.16

func (x *CheckoutSetupBody) GetPaymentMethod() bool

func (*CheckoutSetupBody) ProtoMessage added in v0.8.16

func (*CheckoutSetupBody) ProtoMessage()

func (*CheckoutSetupBody) ProtoReflect added in v0.8.16

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

func (*CheckoutSetupBody) Reset added in v0.8.16

func (x *CheckoutSetupBody) Reset()

func (*CheckoutSetupBody) String added in v0.8.16

func (x *CheckoutSetupBody) String() string

type CheckoutSubscriptionBody added in v0.8.0

type CheckoutSubscriptionBody struct {
	Plan             string `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	SkipTrial        bool   `protobuf:"varint,2,opt,name=skip_trial,json=skipTrial,proto3" json:"skip_trial,omitempty"`
	CancelAfterTrial bool   `protobuf:"varint,3,opt,name=cancel_after_trial,json=cancelAfterTrial,proto3" json:"cancel_after_trial,omitempty"`
	// provider_coupon_id is the coupon code that will be applied to the subscription
	// generated by the billing provider, this will be deprecated once coupons are
	// managed by the platform
	ProviderCouponId string `protobuf:"bytes,4,opt,name=provider_coupon_id,json=providerCouponId,proto3" json:"provider_coupon_id,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CheckoutSubscriptionBody.ProtoReflect.Descriptor instead.

func (*CheckoutSubscriptionBody) GetCancelAfterTrial added in v0.8.30

func (x *CheckoutSubscriptionBody) GetCancelAfterTrial() bool

func (*CheckoutSubscriptionBody) GetPlan added in v0.8.0

func (x *CheckoutSubscriptionBody) GetPlan() string

func (*CheckoutSubscriptionBody) GetProviderCouponId added in v0.8.41

func (x *CheckoutSubscriptionBody) GetProviderCouponId() string

func (*CheckoutSubscriptionBody) GetSkipTrial added in v0.8.30

func (x *CheckoutSubscriptionBody) GetSkipTrial() bool

func (*CheckoutSubscriptionBody) ProtoMessage added in v0.8.0

func (*CheckoutSubscriptionBody) ProtoMessage()

func (*CheckoutSubscriptionBody) ProtoReflect added in v0.8.0

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

func (*CheckoutSubscriptionBody) Reset added in v0.8.0

func (x *CheckoutSubscriptionBody) Reset()

func (*CheckoutSubscriptionBody) String added in v0.8.0

func (x *CheckoutSubscriptionBody) String() string

type ConsentDocument added in v0.117.0

type ConsentDocument struct {

	// id is what the client sends back in accepted_document_ids
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// human readable name of the document, for example "Privacy Policy"
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// opaque version of the document, compared for equality only
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// url the document can be read at
	Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

ConsentDocument is one document a user has to accept at signup, as the deployment configured it.

func (*ConsentDocument) Descriptor deprecated added in v0.117.0

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

Deprecated: Use ConsentDocument.ProtoReflect.Descriptor instead.

func (*ConsentDocument) GetId added in v0.117.0

func (x *ConsentDocument) GetId() string

func (*ConsentDocument) GetTitle added in v0.117.0

func (x *ConsentDocument) GetTitle() string

func (*ConsentDocument) GetUrl added in v0.117.0

func (x *ConsentDocument) GetUrl() string

func (*ConsentDocument) GetVersion added in v0.117.0

func (x *ConsentDocument) GetVersion() string

func (*ConsentDocument) ProtoMessage added in v0.117.0

func (*ConsentDocument) ProtoMessage()

func (*ConsentDocument) ProtoReflect added in v0.117.0

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

func (*ConsentDocument) Reset added in v0.117.0

func (x *ConsentDocument) Reset()

func (*ConsentDocument) String added in v0.117.0

func (x *ConsentDocument) String() string

type CreateAuditRecordRequest added in v0.74.0

type CreateAuditRecordRequest struct {
	Actor *AuditRecordActor `protobuf:"bytes,1,opt,name=actor,proto3" json:"actor,omitempty"`
	Event string            `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	// Base resource on which this change happened
	Resource *AuditRecordResource `protobuf:"bytes,3,opt,name=resource,proto3" json:"resource,omitempty"`
	// Related resource info (optional)
	Target *AuditRecordTarget `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"`
	// When the event occurred
	OccurredAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=occurred_at,json=occurredAt,proto3" json:"occurred_at,omitempty"`
	OrgId      string                 `protobuf:"bytes,6,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Request ID for tracing
	RequestId string `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Flexible metadata field for any additional data including reason, changes, etc.
	Metadata *structpb.Struct `protobuf:"bytes,8,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Idempotency key to prevent duplicate audit records. Can be used for storing external id.
	IdempotencyKey string `protobuf:"bytes,9,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAuditRecordRequest) Descriptor deprecated added in v0.74.0

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

Deprecated: Use CreateAuditRecordRequest.ProtoReflect.Descriptor instead.

func (*CreateAuditRecordRequest) GetActor added in v0.74.0

func (*CreateAuditRecordRequest) GetEvent added in v0.74.0

func (x *CreateAuditRecordRequest) GetEvent() string

func (*CreateAuditRecordRequest) GetIdempotencyKey added in v0.74.0

func (x *CreateAuditRecordRequest) GetIdempotencyKey() string

func (*CreateAuditRecordRequest) GetMetadata added in v0.74.0

func (x *CreateAuditRecordRequest) GetMetadata() *structpb.Struct

func (*CreateAuditRecordRequest) GetOccurredAt added in v0.74.0

func (x *CreateAuditRecordRequest) GetOccurredAt() *timestamppb.Timestamp

func (*CreateAuditRecordRequest) GetOrgId added in v0.74.0

func (x *CreateAuditRecordRequest) GetOrgId() string

func (*CreateAuditRecordRequest) GetRequestId added in v0.75.0

func (x *CreateAuditRecordRequest) GetRequestId() string

func (*CreateAuditRecordRequest) GetResource added in v0.74.0

func (*CreateAuditRecordRequest) GetTarget added in v0.74.0

func (*CreateAuditRecordRequest) ProtoMessage added in v0.74.0

func (*CreateAuditRecordRequest) ProtoMessage()

func (*CreateAuditRecordRequest) ProtoReflect added in v0.74.0

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

func (*CreateAuditRecordRequest) Reset added in v0.74.0

func (x *CreateAuditRecordRequest) Reset()

func (*CreateAuditRecordRequest) String added in v0.74.0

func (x *CreateAuditRecordRequest) String() string

type CreateAuditRecordResponse added in v0.74.0

type CreateAuditRecordResponse struct {
	AuditRecord *AuditRecord `protobuf:"bytes,1,opt,name=audit_record,json=auditRecord,proto3" json:"audit_record,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAuditRecordResponse) Descriptor deprecated added in v0.74.0

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

Deprecated: Use CreateAuditRecordResponse.ProtoReflect.Descriptor instead.

func (*CreateAuditRecordResponse) GetAuditRecord added in v0.74.0

func (x *CreateAuditRecordResponse) GetAuditRecord() *AuditRecord

func (*CreateAuditRecordResponse) ProtoMessage added in v0.74.0

func (*CreateAuditRecordResponse) ProtoMessage()

func (*CreateAuditRecordResponse) ProtoReflect added in v0.74.0

func (*CreateAuditRecordResponse) Reset added in v0.74.0

func (x *CreateAuditRecordResponse) Reset()

func (*CreateAuditRecordResponse) String added in v0.74.0

func (x *CreateAuditRecordResponse) String() string

type CreateBillingAccountRequest added in v0.8.0

type CreateBillingAccountRequest struct {

	// ID of the organization to create the billing account for
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Billing account to create.
	Body *BillingAccountRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// Offline billing account don't get registered with billing provider
	Offline bool `protobuf:"varint,3,opt,name=offline,proto3" json:"offline,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CreateBillingAccountRequest.ProtoReflect.Descriptor instead.

func (*CreateBillingAccountRequest) GetBody added in v0.8.0

func (*CreateBillingAccountRequest) GetOffline added in v0.17.0

func (x *CreateBillingAccountRequest) GetOffline() bool

func (*CreateBillingAccountRequest) GetOrgId added in v0.8.0

func (x *CreateBillingAccountRequest) GetOrgId() string

func (*CreateBillingAccountRequest) ProtoMessage added in v0.8.0

func (*CreateBillingAccountRequest) ProtoMessage()

func (*CreateBillingAccountRequest) ProtoReflect added in v0.8.0

func (*CreateBillingAccountRequest) Reset added in v0.8.0

func (x *CreateBillingAccountRequest) Reset()

func (*CreateBillingAccountRequest) String added in v0.8.0

func (x *CreateBillingAccountRequest) String() string

type CreateBillingAccountResponse added in v0.8.0

type CreateBillingAccountResponse struct {

	// Created billing account
	BillingAccount *BillingAccount `protobuf:"bytes,1,opt,name=billing_account,json=billingAccount,proto3" json:"billing_account,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CreateBillingAccountResponse.ProtoReflect.Descriptor instead.

func (*CreateBillingAccountResponse) GetBillingAccount added in v0.8.0

func (x *CreateBillingAccountResponse) GetBillingAccount() *BillingAccount

func (*CreateBillingAccountResponse) ProtoMessage added in v0.8.0

func (*CreateBillingAccountResponse) ProtoMessage()

func (*CreateBillingAccountResponse) ProtoReflect added in v0.8.0

func (*CreateBillingAccountResponse) Reset added in v0.8.0

func (x *CreateBillingAccountResponse) Reset()

func (*CreateBillingAccountResponse) String added in v0.8.0

type CreateBillingUsageRequest added in v0.8.0

type CreateBillingUsageRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Usage to create
	Usages []*Usage `protobuf:"bytes,3,rep,name=usages,proto3" json:"usages,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CreateBillingUsageRequest.ProtoReflect.Descriptor instead.

func (*CreateBillingUsageRequest) GetOrgId added in v0.8.0

func (x *CreateBillingUsageRequest) GetOrgId() string

func (*CreateBillingUsageRequest) GetUsages added in v0.8.0

func (x *CreateBillingUsageRequest) GetUsages() []*Usage

func (*CreateBillingUsageRequest) ProtoMessage added in v0.8.0

func (*CreateBillingUsageRequest) ProtoMessage()

func (*CreateBillingUsageRequest) ProtoReflect added in v0.8.0

func (*CreateBillingUsageRequest) Reset added in v0.8.0

func (x *CreateBillingUsageRequest) Reset()

func (*CreateBillingUsageRequest) String added in v0.8.0

func (x *CreateBillingUsageRequest) String() string

type CreateBillingUsageResponse added in v0.8.0

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

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

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

Deprecated: Use CreateBillingUsageResponse.ProtoReflect.Descriptor instead.

func (*CreateBillingUsageResponse) ProtoMessage added in v0.8.0

func (*CreateBillingUsageResponse) ProtoMessage()

func (*CreateBillingUsageResponse) ProtoReflect added in v0.8.0

func (*CreateBillingUsageResponse) Reset added in v0.8.0

func (x *CreateBillingUsageResponse) Reset()

func (*CreateBillingUsageResponse) String added in v0.8.0

func (x *CreateBillingUsageResponse) String() string

type CreateCheckoutRequest added in v0.8.0

type CreateCheckoutRequest struct {
	OrgId      string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	SuccessUrl string `protobuf:"bytes,3,opt,name=success_url,json=successUrl,proto3" json:"success_url,omitempty"`
	CancelUrl  string `protobuf:"bytes,4,opt,name=cancel_url,json=cancelUrl,proto3" json:"cancel_url,omitempty"`
	// Subscription to create
	SubscriptionBody *CheckoutSubscriptionBody `protobuf:"bytes,10,opt,name=subscription_body,json=subscriptionBody,proto3" json:"subscription_body,omitempty"`
	// Product to buy
	ProductBody *CheckoutProductBody `protobuf:"bytes,11,opt,name=product_body,json=productBody,proto3" json:"product_body,omitempty"`
	// Payment method setup
	SetupBody *CheckoutSetupBody `protobuf:"bytes,12,opt,name=setup_body,json=setupBody,proto3" json:"setup_body,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CreateCheckoutRequest.ProtoReflect.Descriptor instead.

func (*CreateCheckoutRequest) GetCancelUrl added in v0.8.0

func (x *CreateCheckoutRequest) GetCancelUrl() string

func (*CreateCheckoutRequest) GetOrgId added in v0.8.0

func (x *CreateCheckoutRequest) GetOrgId() string

func (*CreateCheckoutRequest) GetProductBody added in v0.8.14

func (x *CreateCheckoutRequest) GetProductBody() *CheckoutProductBody

func (*CreateCheckoutRequest) GetSetupBody added in v0.8.16

func (x *CreateCheckoutRequest) GetSetupBody() *CheckoutSetupBody

func (*CreateCheckoutRequest) GetSubscriptionBody added in v0.8.0

func (x *CreateCheckoutRequest) GetSubscriptionBody() *CheckoutSubscriptionBody

func (*CreateCheckoutRequest) GetSuccessUrl added in v0.8.0

func (x *CreateCheckoutRequest) GetSuccessUrl() string

func (*CreateCheckoutRequest) ProtoMessage added in v0.8.0

func (*CreateCheckoutRequest) ProtoMessage()

func (*CreateCheckoutRequest) ProtoReflect added in v0.8.0

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

func (*CreateCheckoutRequest) Reset added in v0.8.0

func (x *CreateCheckoutRequest) Reset()

func (*CreateCheckoutRequest) String added in v0.8.0

func (x *CreateCheckoutRequest) String() string

type CreateCheckoutResponse added in v0.8.0

type CreateCheckoutResponse struct {

	// Checkout session
	CheckoutSession *CheckoutSession `protobuf:"bytes,1,opt,name=checkout_session,json=checkoutSession,proto3" json:"checkout_session,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CreateCheckoutResponse.ProtoReflect.Descriptor instead.

func (*CreateCheckoutResponse) GetCheckoutSession added in v0.8.0

func (x *CreateCheckoutResponse) GetCheckoutSession() *CheckoutSession

func (*CreateCheckoutResponse) ProtoMessage added in v0.8.0

func (*CreateCheckoutResponse) ProtoMessage()

func (*CreateCheckoutResponse) ProtoReflect added in v0.8.0

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

func (*CreateCheckoutResponse) Reset added in v0.8.0

func (x *CreateCheckoutResponse) Reset()

func (*CreateCheckoutResponse) String added in v0.8.0

func (x *CreateCheckoutResponse) String() string

type CreateCurrentUserPATRequest added in v0.93.0

type CreateCurrentUserPATRequest struct {

	// Human-friendly display name, unique per user per org
	Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Role-scope assignments for the PAT
	Scopes    []*PATScope            `protobuf:"bytes,7,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,6,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCurrentUserPATRequest) Descriptor deprecated added in v0.93.0

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

Deprecated: Use CreateCurrentUserPATRequest.ProtoReflect.Descriptor instead.

func (*CreateCurrentUserPATRequest) GetExpiresAt added in v0.93.0

func (*CreateCurrentUserPATRequest) GetMetadata added in v0.93.0

func (x *CreateCurrentUserPATRequest) GetMetadata() *structpb.Struct

func (*CreateCurrentUserPATRequest) GetOrgId added in v0.93.0

func (x *CreateCurrentUserPATRequest) GetOrgId() string

func (*CreateCurrentUserPATRequest) GetScopes added in v0.95.0

func (x *CreateCurrentUserPATRequest) GetScopes() []*PATScope

func (*CreateCurrentUserPATRequest) GetTitle added in v0.93.0

func (x *CreateCurrentUserPATRequest) GetTitle() string

func (*CreateCurrentUserPATRequest) ProtoMessage added in v0.93.0

func (*CreateCurrentUserPATRequest) ProtoMessage()

func (*CreateCurrentUserPATRequest) ProtoReflect added in v0.93.0

func (*CreateCurrentUserPATRequest) Reset added in v0.93.0

func (x *CreateCurrentUserPATRequest) Reset()

func (*CreateCurrentUserPATRequest) String added in v0.93.0

func (x *CreateCurrentUserPATRequest) String() string

type CreateCurrentUserPATResponse added in v0.93.0

type CreateCurrentUserPATResponse struct {
	Pat *PAT `protobuf:"bytes,1,opt,name=pat,proto3" json:"pat,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCurrentUserPATResponse) Descriptor deprecated added in v0.93.0

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

Deprecated: Use CreateCurrentUserPATResponse.ProtoReflect.Descriptor instead.

func (*CreateCurrentUserPATResponse) GetPat added in v0.93.0

func (x *CreateCurrentUserPATResponse) GetPat() *PAT

func (*CreateCurrentUserPATResponse) ProtoMessage added in v0.93.0

func (*CreateCurrentUserPATResponse) ProtoMessage()

func (*CreateCurrentUserPATResponse) ProtoReflect added in v0.93.0

func (*CreateCurrentUserPATResponse) Reset added in v0.93.0

func (x *CreateCurrentUserPATResponse) Reset()

func (*CreateCurrentUserPATResponse) String added in v0.93.0

type CreateCurrentUserPreferencesRequest added in v0.7.3

type CreateCurrentUserPreferencesRequest struct {
	Bodies []*PreferenceRequestBody `protobuf:"bytes,2,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCurrentUserPreferencesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use CreateCurrentUserPreferencesRequest.ProtoReflect.Descriptor instead.

func (*CreateCurrentUserPreferencesRequest) GetBodies added in v0.7.3

func (*CreateCurrentUserPreferencesRequest) ProtoMessage added in v0.7.3

func (*CreateCurrentUserPreferencesRequest) ProtoMessage()

func (*CreateCurrentUserPreferencesRequest) ProtoReflect added in v0.7.3

func (*CreateCurrentUserPreferencesRequest) Reset added in v0.7.3

func (*CreateCurrentUserPreferencesRequest) String added in v0.7.3

type CreateCurrentUserPreferencesResponse added in v0.7.3

type CreateCurrentUserPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCurrentUserPreferencesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use CreateCurrentUserPreferencesResponse.ProtoReflect.Descriptor instead.

func (*CreateCurrentUserPreferencesResponse) GetPreferences added in v0.7.3

func (x *CreateCurrentUserPreferencesResponse) GetPreferences() []*Preference

func (*CreateCurrentUserPreferencesResponse) ProtoMessage added in v0.7.3

func (*CreateCurrentUserPreferencesResponse) ProtoMessage()

func (*CreateCurrentUserPreferencesResponse) ProtoReflect added in v0.7.3

func (*CreateCurrentUserPreferencesResponse) Reset added in v0.7.3

func (*CreateCurrentUserPreferencesResponse) String added in v0.7.3

type CreateFeatureRequest added in v0.8.0

type CreateFeatureRequest struct {

	// Feature to create
	Body *FeatureRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CreateFeatureRequest.ProtoReflect.Descriptor instead.

func (*CreateFeatureRequest) GetBody added in v0.8.0

func (*CreateFeatureRequest) ProtoMessage added in v0.8.0

func (*CreateFeatureRequest) ProtoMessage()

func (*CreateFeatureRequest) ProtoReflect added in v0.8.0

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

func (*CreateFeatureRequest) Reset added in v0.8.0

func (x *CreateFeatureRequest) Reset()

func (*CreateFeatureRequest) String added in v0.8.0

func (x *CreateFeatureRequest) String() string

type CreateFeatureResponse added in v0.8.0

type CreateFeatureResponse struct {

	// Created feature
	Feature *Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CreateFeatureResponse.ProtoReflect.Descriptor instead.

func (*CreateFeatureResponse) GetFeature added in v0.8.0

func (x *CreateFeatureResponse) GetFeature() *Feature

func (*CreateFeatureResponse) ProtoMessage added in v0.8.0

func (*CreateFeatureResponse) ProtoMessage()

func (*CreateFeatureResponse) ProtoReflect added in v0.8.0

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

func (*CreateFeatureResponse) Reset added in v0.8.0

func (x *CreateFeatureResponse) Reset()

func (*CreateFeatureResponse) String added in v0.8.0

func (x *CreateFeatureResponse) String() string

type CreateGroupPreferencesRequest added in v0.7.3

type CreateGroupPreferencesRequest struct {
	Id     string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Bodies []*PreferenceRequestBody `protobuf:"bytes,2,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGroupPreferencesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use CreateGroupPreferencesRequest.ProtoReflect.Descriptor instead.

func (*CreateGroupPreferencesRequest) GetBodies added in v0.7.3

func (*CreateGroupPreferencesRequest) GetId added in v0.7.3

func (*CreateGroupPreferencesRequest) ProtoMessage added in v0.7.3

func (*CreateGroupPreferencesRequest) ProtoMessage()

func (*CreateGroupPreferencesRequest) ProtoReflect added in v0.7.3

func (*CreateGroupPreferencesRequest) Reset added in v0.7.3

func (x *CreateGroupPreferencesRequest) Reset()

func (*CreateGroupPreferencesRequest) String added in v0.7.3

type CreateGroupPreferencesResponse added in v0.7.3

type CreateGroupPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGroupPreferencesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use CreateGroupPreferencesResponse.ProtoReflect.Descriptor instead.

func (*CreateGroupPreferencesResponse) GetPreferences added in v0.7.3

func (x *CreateGroupPreferencesResponse) GetPreferences() []*Preference

func (*CreateGroupPreferencesResponse) ProtoMessage added in v0.7.3

func (*CreateGroupPreferencesResponse) ProtoMessage()

func (*CreateGroupPreferencesResponse) ProtoReflect added in v0.7.3

func (*CreateGroupPreferencesResponse) Reset added in v0.7.3

func (x *CreateGroupPreferencesResponse) Reset()

func (*CreateGroupPreferencesResponse) String added in v0.7.3

type CreateGroupRequest

type CreateGroupRequest struct {
	Body  *GroupRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	OrgId string            `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGroupRequest) Descriptor deprecated

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

Deprecated: Use CreateGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateGroupRequest) GetBody

func (x *CreateGroupRequest) GetBody() *GroupRequestBody

func (*CreateGroupRequest) GetOrgId

func (x *CreateGroupRequest) GetOrgId() string

func (*CreateGroupRequest) ProtoMessage

func (*CreateGroupRequest) ProtoMessage()

func (*CreateGroupRequest) ProtoReflect

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

func (*CreateGroupRequest) Reset

func (x *CreateGroupRequest) Reset()

func (*CreateGroupRequest) String

func (x *CreateGroupRequest) String() string

type CreateGroupResponse

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

func (*CreateGroupResponse) Descriptor deprecated

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

Deprecated: Use CreateGroupResponse.ProtoReflect.Descriptor instead.

func (*CreateGroupResponse) GetGroup

func (x *CreateGroupResponse) GetGroup() *Group

func (*CreateGroupResponse) ProtoMessage

func (*CreateGroupResponse) ProtoMessage()

func (*CreateGroupResponse) ProtoReflect

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

func (*CreateGroupResponse) Reset

func (x *CreateGroupResponse) Reset()

func (*CreateGroupResponse) String

func (x *CreateGroupResponse) String() string

type CreateMetaSchemaRequest

type CreateMetaSchemaRequest struct {
	Body *MetaSchemaRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMetaSchemaRequest) Descriptor deprecated

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

Deprecated: Use CreateMetaSchemaRequest.ProtoReflect.Descriptor instead.

func (*CreateMetaSchemaRequest) GetBody

func (*CreateMetaSchemaRequest) ProtoMessage

func (*CreateMetaSchemaRequest) ProtoMessage()

func (*CreateMetaSchemaRequest) ProtoReflect

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

func (*CreateMetaSchemaRequest) Reset

func (x *CreateMetaSchemaRequest) Reset()

func (*CreateMetaSchemaRequest) String

func (x *CreateMetaSchemaRequest) String() string

type CreateMetaSchemaResponse

type CreateMetaSchemaResponse struct {
	Metaschema *MetaSchema `protobuf:"bytes,1,opt,name=metaschema,proto3" json:"metaschema,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMetaSchemaResponse) Descriptor deprecated

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

Deprecated: Use CreateMetaSchemaResponse.ProtoReflect.Descriptor instead.

func (*CreateMetaSchemaResponse) GetMetaschema

func (x *CreateMetaSchemaResponse) GetMetaschema() *MetaSchema

func (*CreateMetaSchemaResponse) ProtoMessage

func (*CreateMetaSchemaResponse) ProtoMessage()

func (*CreateMetaSchemaResponse) ProtoReflect

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

func (*CreateMetaSchemaResponse) Reset

func (x *CreateMetaSchemaResponse) Reset()

func (*CreateMetaSchemaResponse) String

func (x *CreateMetaSchemaResponse) String() string

type CreateOrganizationDomainRequest added in v0.7.2

type CreateOrganizationDomainRequest struct {
	OrgId  string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationDomainRequest) Descriptor deprecated added in v0.7.2

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

Deprecated: Use CreateOrganizationDomainRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationDomainRequest) GetDomain added in v0.7.2

func (x *CreateOrganizationDomainRequest) GetDomain() string

func (*CreateOrganizationDomainRequest) GetOrgId added in v0.7.2

func (*CreateOrganizationDomainRequest) ProtoMessage added in v0.7.2

func (*CreateOrganizationDomainRequest) ProtoMessage()

func (*CreateOrganizationDomainRequest) ProtoReflect added in v0.7.2

func (*CreateOrganizationDomainRequest) Reset added in v0.7.2

func (*CreateOrganizationDomainRequest) String added in v0.7.2

type CreateOrganizationDomainResponse added in v0.7.2

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

func (*CreateOrganizationDomainResponse) Descriptor deprecated added in v0.7.2

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

Deprecated: Use CreateOrganizationDomainResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationDomainResponse) GetDomain added in v0.7.2

func (x *CreateOrganizationDomainResponse) GetDomain() *Domain

func (*CreateOrganizationDomainResponse) ProtoMessage added in v0.7.2

func (*CreateOrganizationDomainResponse) ProtoMessage()

func (*CreateOrganizationDomainResponse) ProtoReflect added in v0.7.2

func (*CreateOrganizationDomainResponse) Reset added in v0.7.2

func (*CreateOrganizationDomainResponse) String added in v0.7.2

type CreateOrganizationInvitationRequest

type CreateOrganizationInvitationRequest struct {
	OrgId    string   `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserIds  []string `protobuf:"bytes,2,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	GroupIds []string `protobuf:"bytes,3,rep,name=group_ids,json=groupIds,proto3" json:"group_ids,omitempty"`
	RoleIds  []string `protobuf:"bytes,4,rep,name=role_ids,json=roleIds,proto3" json:"role_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationInvitationRequest) Descriptor deprecated

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

Deprecated: Use CreateOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationInvitationRequest) GetGroupIds

func (x *CreateOrganizationInvitationRequest) GetGroupIds() []string

func (*CreateOrganizationInvitationRequest) GetOrgId

func (*CreateOrganizationInvitationRequest) GetRoleIds added in v0.7.3

func (x *CreateOrganizationInvitationRequest) GetRoleIds() []string

func (*CreateOrganizationInvitationRequest) GetUserIds added in v0.7.2

func (x *CreateOrganizationInvitationRequest) GetUserIds() []string

func (*CreateOrganizationInvitationRequest) ProtoMessage

func (*CreateOrganizationInvitationRequest) ProtoMessage()

func (*CreateOrganizationInvitationRequest) ProtoReflect

func (*CreateOrganizationInvitationRequest) Reset

func (*CreateOrganizationInvitationRequest) String

type CreateOrganizationInvitationResponse

type CreateOrganizationInvitationResponse struct {
	Invitations []*Invitation `protobuf:"bytes,1,rep,name=invitations,proto3" json:"invitations,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationInvitationResponse) Descriptor deprecated

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

Deprecated: Use CreateOrganizationInvitationResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationInvitationResponse) GetInvitations added in v0.7.2

func (x *CreateOrganizationInvitationResponse) GetInvitations() []*Invitation

func (*CreateOrganizationInvitationResponse) ProtoMessage

func (*CreateOrganizationInvitationResponse) ProtoMessage()

func (*CreateOrganizationInvitationResponse) ProtoReflect

func (*CreateOrganizationInvitationResponse) Reset

func (*CreateOrganizationInvitationResponse) String

type CreateOrganizationPreferencesRequest added in v0.7.3

type CreateOrganizationPreferencesRequest struct {
	Id     string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Bodies []*PreferenceRequestBody `protobuf:"bytes,2,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationPreferencesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use CreateOrganizationPreferencesRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationPreferencesRequest) GetBodies added in v0.7.3

func (*CreateOrganizationPreferencesRequest) GetId added in v0.7.3

func (*CreateOrganizationPreferencesRequest) ProtoMessage added in v0.7.3

func (*CreateOrganizationPreferencesRequest) ProtoMessage()

func (*CreateOrganizationPreferencesRequest) ProtoReflect added in v0.7.3

func (*CreateOrganizationPreferencesRequest) Reset added in v0.7.3

func (*CreateOrganizationPreferencesRequest) String added in v0.7.3

type CreateOrganizationPreferencesResponse added in v0.7.3

type CreateOrganizationPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationPreferencesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use CreateOrganizationPreferencesResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationPreferencesResponse) GetPreferences added in v0.7.3

func (x *CreateOrganizationPreferencesResponse) GetPreferences() []*Preference

func (*CreateOrganizationPreferencesResponse) ProtoMessage added in v0.7.3

func (*CreateOrganizationPreferencesResponse) ProtoMessage()

func (*CreateOrganizationPreferencesResponse) ProtoReflect added in v0.7.3

func (*CreateOrganizationPreferencesResponse) Reset added in v0.7.3

func (*CreateOrganizationPreferencesResponse) String added in v0.7.3

type CreateOrganizationRequest

type CreateOrganizationRequest struct {
	Body *OrganizationRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest) Descriptor deprecated

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

Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRequest) GetBody

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) ProtoReflect

func (*CreateOrganizationRequest) Reset

func (x *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) String

func (x *CreateOrganizationRequest) String() string

type CreateOrganizationResponse

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

func (*CreateOrganizationResponse) Descriptor deprecated

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

Deprecated: Use CreateOrganizationResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationResponse) GetOrganization

func (x *CreateOrganizationResponse) GetOrganization() *Organization

func (*CreateOrganizationResponse) ProtoMessage

func (*CreateOrganizationResponse) ProtoMessage()

func (*CreateOrganizationResponse) ProtoReflect

func (*CreateOrganizationResponse) Reset

func (x *CreateOrganizationResponse) Reset()

func (*CreateOrganizationResponse) String

func (x *CreateOrganizationResponse) String() string

type CreateOrganizationRoleRequest

type CreateOrganizationRoleRequest struct {
	Body  *RoleRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	OrgId string           `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationRoleRequest) Descriptor deprecated

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

Deprecated: Use CreateOrganizationRoleRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRoleRequest) GetBody

func (*CreateOrganizationRoleRequest) GetOrgId

func (x *CreateOrganizationRoleRequest) GetOrgId() string

func (*CreateOrganizationRoleRequest) ProtoMessage

func (*CreateOrganizationRoleRequest) ProtoMessage()

func (*CreateOrganizationRoleRequest) ProtoReflect

func (*CreateOrganizationRoleRequest) Reset

func (x *CreateOrganizationRoleRequest) Reset()

func (*CreateOrganizationRoleRequest) String

type CreateOrganizationRoleResponse

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

func (*CreateOrganizationRoleResponse) Descriptor deprecated

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

Deprecated: Use CreateOrganizationRoleResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRoleResponse) GetRole

func (x *CreateOrganizationRoleResponse) GetRole() *Role

func (*CreateOrganizationRoleResponse) ProtoMessage

func (*CreateOrganizationRoleResponse) ProtoMessage()

func (*CreateOrganizationRoleResponse) ProtoReflect

func (*CreateOrganizationRoleResponse) Reset

func (x *CreateOrganizationRoleResponse) Reset()

func (*CreateOrganizationRoleResponse) String

type CreatePermissionRequest

type CreatePermissionRequest struct {
	Bodies []*PermissionRequestBody `protobuf:"bytes,1,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePermissionRequest) Descriptor deprecated

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

Deprecated: Use CreatePermissionRequest.ProtoReflect.Descriptor instead.

func (*CreatePermissionRequest) GetBodies

func (*CreatePermissionRequest) ProtoMessage

func (*CreatePermissionRequest) ProtoMessage()

func (*CreatePermissionRequest) ProtoReflect

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

func (*CreatePermissionRequest) Reset

func (x *CreatePermissionRequest) Reset()

func (*CreatePermissionRequest) String

func (x *CreatePermissionRequest) String() string

type CreatePermissionResponse

type CreatePermissionResponse struct {
	Permissions []*Permission `protobuf:"bytes,1,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePermissionResponse) Descriptor deprecated

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

Deprecated: Use CreatePermissionResponse.ProtoReflect.Descriptor instead.

func (*CreatePermissionResponse) GetPermissions

func (x *CreatePermissionResponse) GetPermissions() []*Permission

func (*CreatePermissionResponse) ProtoMessage

func (*CreatePermissionResponse) ProtoMessage()

func (*CreatePermissionResponse) ProtoReflect

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

func (*CreatePermissionResponse) Reset

func (x *CreatePermissionResponse) Reset()

func (*CreatePermissionResponse) String

func (x *CreatePermissionResponse) String() string

type CreatePlanRequest added in v0.8.0

type CreatePlanRequest struct {

	// Plan to create
	Body *PlanRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CreatePlanRequest.ProtoReflect.Descriptor instead.

func (*CreatePlanRequest) GetBody added in v0.8.0

func (x *CreatePlanRequest) GetBody() *PlanRequestBody

func (*CreatePlanRequest) ProtoMessage added in v0.8.0

func (*CreatePlanRequest) ProtoMessage()

func (*CreatePlanRequest) ProtoReflect added in v0.8.0

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

func (*CreatePlanRequest) Reset added in v0.8.0

func (x *CreatePlanRequest) Reset()

func (*CreatePlanRequest) String added in v0.8.0

func (x *CreatePlanRequest) String() string

type CreatePlanResponse added in v0.8.0

type CreatePlanResponse struct {

	// Created plan
	Plan *Plan `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use CreatePlanResponse.ProtoReflect.Descriptor instead.

func (*CreatePlanResponse) GetPlan added in v0.8.0

func (x *CreatePlanResponse) GetPlan() *Plan

func (*CreatePlanResponse) ProtoMessage added in v0.8.0

func (*CreatePlanResponse) ProtoMessage()

func (*CreatePlanResponse) ProtoReflect added in v0.8.0

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

func (*CreatePlanResponse) Reset added in v0.8.0

func (x *CreatePlanResponse) Reset()

func (*CreatePlanResponse) String added in v0.8.0

func (x *CreatePlanResponse) String() string

type CreatePolicyForProjectBody added in v0.19.0

type CreatePolicyForProjectBody struct {
	RoleId    string `protobuf:"bytes,1,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	Title     string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Principal string `protobuf:"bytes,3,opt,name=principal,proto3" json:"principal,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePolicyForProjectBody) Descriptor deprecated added in v0.19.0

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

Deprecated: Use CreatePolicyForProjectBody.ProtoReflect.Descriptor instead.

func (*CreatePolicyForProjectBody) GetPrincipal added in v0.19.0

func (x *CreatePolicyForProjectBody) GetPrincipal() string

func (*CreatePolicyForProjectBody) GetRoleId added in v0.19.0

func (x *CreatePolicyForProjectBody) GetRoleId() string

func (*CreatePolicyForProjectBody) GetTitle added in v0.19.0

func (x *CreatePolicyForProjectBody) GetTitle() string

func (*CreatePolicyForProjectBody) ProtoMessage added in v0.19.0

func (*CreatePolicyForProjectBody) ProtoMessage()

func (*CreatePolicyForProjectBody) ProtoReflect added in v0.19.0

func (*CreatePolicyForProjectBody) Reset added in v0.19.0

func (x *CreatePolicyForProjectBody) Reset()

func (*CreatePolicyForProjectBody) String added in v0.19.0

func (x *CreatePolicyForProjectBody) String() string

type CreatePolicyForProjectRequest added in v0.19.0

type CreatePolicyForProjectRequest struct {
	ProjectId string                      `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Body      *CreatePolicyForProjectBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePolicyForProjectRequest) Descriptor deprecated added in v0.19.0

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

Deprecated: Use CreatePolicyForProjectRequest.ProtoReflect.Descriptor instead.

func (*CreatePolicyForProjectRequest) GetBody added in v0.19.0

func (*CreatePolicyForProjectRequest) GetProjectId added in v0.19.0

func (x *CreatePolicyForProjectRequest) GetProjectId() string

func (*CreatePolicyForProjectRequest) ProtoMessage added in v0.19.0

func (*CreatePolicyForProjectRequest) ProtoMessage()

func (*CreatePolicyForProjectRequest) ProtoReflect added in v0.19.0

func (*CreatePolicyForProjectRequest) Reset added in v0.19.0

func (x *CreatePolicyForProjectRequest) Reset()

func (*CreatePolicyForProjectRequest) String added in v0.19.0

type CreatePolicyForProjectResponse added in v0.19.0

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

func (*CreatePolicyForProjectResponse) Descriptor deprecated added in v0.19.0

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

Deprecated: Use CreatePolicyForProjectResponse.ProtoReflect.Descriptor instead.

func (*CreatePolicyForProjectResponse) ProtoMessage added in v0.19.0

func (*CreatePolicyForProjectResponse) ProtoMessage()

func (*CreatePolicyForProjectResponse) ProtoReflect added in v0.19.0

func (*CreatePolicyForProjectResponse) Reset added in v0.19.0

func (x *CreatePolicyForProjectResponse) Reset()

func (*CreatePolicyForProjectResponse) String added in v0.19.0

type CreatePolicyRequest

type CreatePolicyRequest struct {
	Body *PolicyRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePolicyRequest) Descriptor deprecated

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

Deprecated: Use CreatePolicyRequest.ProtoReflect.Descriptor instead.

func (*CreatePolicyRequest) GetBody

func (x *CreatePolicyRequest) GetBody() *PolicyRequestBody

func (*CreatePolicyRequest) ProtoMessage

func (*CreatePolicyRequest) ProtoMessage()

func (*CreatePolicyRequest) ProtoReflect

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

func (*CreatePolicyRequest) Reset

func (x *CreatePolicyRequest) Reset()

func (*CreatePolicyRequest) String

func (x *CreatePolicyRequest) String() string

type CreatePolicyResponse

type CreatePolicyResponse struct {
	Policy *Policy `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePolicyResponse) Descriptor deprecated

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

Deprecated: Use CreatePolicyResponse.ProtoReflect.Descriptor instead.

func (*CreatePolicyResponse) GetPolicy

func (x *CreatePolicyResponse) GetPolicy() *Policy

func (*CreatePolicyResponse) ProtoMessage

func (*CreatePolicyResponse) ProtoMessage()

func (*CreatePolicyResponse) ProtoReflect

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

func (*CreatePolicyResponse) Reset

func (x *CreatePolicyResponse) Reset()

func (*CreatePolicyResponse) String

func (x *CreatePolicyResponse) String() string

type CreatePreferencesRequest added in v0.7.3

type CreatePreferencesRequest struct {
	Preferences []*PreferenceRequestBody `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePreferencesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use CreatePreferencesRequest.ProtoReflect.Descriptor instead.

func (*CreatePreferencesRequest) GetPreferences added in v0.7.3

func (x *CreatePreferencesRequest) GetPreferences() []*PreferenceRequestBody

func (*CreatePreferencesRequest) ProtoMessage added in v0.7.3

func (*CreatePreferencesRequest) ProtoMessage()

func (*CreatePreferencesRequest) ProtoReflect added in v0.7.3

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

func (*CreatePreferencesRequest) Reset added in v0.7.3

func (x *CreatePreferencesRequest) Reset()

func (*CreatePreferencesRequest) String added in v0.7.3

func (x *CreatePreferencesRequest) String() string

type CreatePreferencesResponse added in v0.7.3

type CreatePreferencesResponse struct {
	Preference []*Preference `protobuf:"bytes,1,rep,name=preference,proto3" json:"preference,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePreferencesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use CreatePreferencesResponse.ProtoReflect.Descriptor instead.

func (*CreatePreferencesResponse) GetPreference added in v0.7.3

func (x *CreatePreferencesResponse) GetPreference() []*Preference

func (*CreatePreferencesResponse) ProtoMessage added in v0.7.3

func (*CreatePreferencesResponse) ProtoMessage()

func (*CreatePreferencesResponse) ProtoReflect added in v0.7.3

func (*CreatePreferencesResponse) Reset added in v0.7.3

func (x *CreatePreferencesResponse) Reset()

func (*CreatePreferencesResponse) String added in v0.7.3

func (x *CreatePreferencesResponse) String() string

type CreateProductRequest added in v0.8.14

type CreateProductRequest struct {

	// Product to create
	Body *ProductRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProductRequest) Descriptor deprecated added in v0.8.14

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

Deprecated: Use CreateProductRequest.ProtoReflect.Descriptor instead.

func (*CreateProductRequest) GetBody added in v0.8.14

func (*CreateProductRequest) ProtoMessage added in v0.8.14

func (*CreateProductRequest) ProtoMessage()

func (*CreateProductRequest) ProtoReflect added in v0.8.14

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

func (*CreateProductRequest) Reset added in v0.8.14

func (x *CreateProductRequest) Reset()

func (*CreateProductRequest) String added in v0.8.14

func (x *CreateProductRequest) String() string

type CreateProductResponse added in v0.8.14

type CreateProductResponse struct {

	// Created product
	Product *Product `protobuf:"bytes,1,opt,name=product,proto3" json:"product,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProductResponse) Descriptor deprecated added in v0.8.14

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

Deprecated: Use CreateProductResponse.ProtoReflect.Descriptor instead.

func (*CreateProductResponse) GetProduct added in v0.8.14

func (x *CreateProductResponse) GetProduct() *Product

func (*CreateProductResponse) ProtoMessage added in v0.8.14

func (*CreateProductResponse) ProtoMessage()

func (*CreateProductResponse) ProtoReflect added in v0.8.14

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

func (*CreateProductResponse) Reset added in v0.8.14

func (x *CreateProductResponse) Reset()

func (*CreateProductResponse) String added in v0.8.14

func (x *CreateProductResponse) String() string

type CreateProjectPreferencesRequest added in v0.7.3

type CreateProjectPreferencesRequest struct {
	Id     string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Bodies []*PreferenceRequestBody `protobuf:"bytes,2,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectPreferencesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use CreateProjectPreferencesRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectPreferencesRequest) GetBodies added in v0.7.3

func (*CreateProjectPreferencesRequest) GetId added in v0.7.3

func (*CreateProjectPreferencesRequest) ProtoMessage added in v0.7.3

func (*CreateProjectPreferencesRequest) ProtoMessage()

func (*CreateProjectPreferencesRequest) ProtoReflect added in v0.7.3

func (*CreateProjectPreferencesRequest) Reset added in v0.7.3

func (*CreateProjectPreferencesRequest) String added in v0.7.3

type CreateProjectPreferencesResponse added in v0.7.3

type CreateProjectPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectPreferencesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use CreateProjectPreferencesResponse.ProtoReflect.Descriptor instead.

func (*CreateProjectPreferencesResponse) GetPreferences added in v0.7.3

func (x *CreateProjectPreferencesResponse) GetPreferences() []*Preference

func (*CreateProjectPreferencesResponse) ProtoMessage added in v0.7.3

func (*CreateProjectPreferencesResponse) ProtoMessage()

func (*CreateProjectPreferencesResponse) ProtoReflect added in v0.7.3

func (*CreateProjectPreferencesResponse) Reset added in v0.7.3

func (*CreateProjectPreferencesResponse) String added in v0.7.3

type CreateProjectRequest

type CreateProjectRequest struct {
	Body *ProjectRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectRequest) Descriptor deprecated

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

Deprecated: Use CreateProjectRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectRequest) GetBody

func (*CreateProjectRequest) ProtoMessage

func (*CreateProjectRequest) ProtoMessage()

func (*CreateProjectRequest) ProtoReflect

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

func (*CreateProjectRequest) Reset

func (x *CreateProjectRequest) Reset()

func (*CreateProjectRequest) String

func (x *CreateProjectRequest) String() string

type CreateProjectResourceRequest

type CreateProjectResourceRequest struct {
	Body *ResourceRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// project uuid or name
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Id        string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectResourceRequest) Descriptor deprecated

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

Deprecated: Use CreateProjectResourceRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectResourceRequest) GetBody

func (*CreateProjectResourceRequest) GetId

func (*CreateProjectResourceRequest) GetProjectId

func (x *CreateProjectResourceRequest) GetProjectId() string

func (*CreateProjectResourceRequest) ProtoMessage

func (*CreateProjectResourceRequest) ProtoMessage()

func (*CreateProjectResourceRequest) ProtoReflect

func (*CreateProjectResourceRequest) Reset

func (x *CreateProjectResourceRequest) Reset()

func (*CreateProjectResourceRequest) String

type CreateProjectResourceResponse

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

func (*CreateProjectResourceResponse) Descriptor deprecated

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

Deprecated: Use CreateProjectResourceResponse.ProtoReflect.Descriptor instead.

func (*CreateProjectResourceResponse) GetResource

func (x *CreateProjectResourceResponse) GetResource() *Resource

func (*CreateProjectResourceResponse) ProtoMessage

func (*CreateProjectResourceResponse) ProtoMessage()

func (*CreateProjectResourceResponse) ProtoReflect

func (*CreateProjectResourceResponse) Reset

func (x *CreateProjectResourceResponse) Reset()

func (*CreateProjectResourceResponse) String

type CreateProjectResponse

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

func (*CreateProjectResponse) Descriptor deprecated

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

Deprecated: Use CreateProjectResponse.ProtoReflect.Descriptor instead.

func (*CreateProjectResponse) GetProject

func (x *CreateProjectResponse) GetProject() *Project

func (*CreateProjectResponse) ProtoMessage

func (*CreateProjectResponse) ProtoMessage()

func (*CreateProjectResponse) ProtoReflect

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

func (*CreateProjectResponse) Reset

func (x *CreateProjectResponse) Reset()

func (*CreateProjectResponse) String

func (x *CreateProjectResponse) String() string

type CreateProspectPublicRequest added in v0.50.0

type CreateProspectPublicRequest struct {
	Name     string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Email    string           `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	Phone    string           `protobuf:"bytes,6,opt,name=phone,proto3" json:"phone,omitempty"`
	Activity string           `protobuf:"bytes,7,opt,name=activity,proto3" json:"activity,omitempty"`
	Source   string           `protobuf:"bytes,9,opt,name=source,proto3" json:"source,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,11,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProspectPublicRequest) Descriptor deprecated added in v0.50.0

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

Deprecated: Use CreateProspectPublicRequest.ProtoReflect.Descriptor instead.

func (*CreateProspectPublicRequest) GetActivity added in v0.50.0

func (x *CreateProspectPublicRequest) GetActivity() string

func (*CreateProspectPublicRequest) GetEmail added in v0.50.0

func (x *CreateProspectPublicRequest) GetEmail() string

func (*CreateProspectPublicRequest) GetMetadata added in v0.50.0

func (x *CreateProspectPublicRequest) GetMetadata() *structpb.Struct

func (*CreateProspectPublicRequest) GetName added in v0.50.0

func (x *CreateProspectPublicRequest) GetName() string

func (*CreateProspectPublicRequest) GetPhone added in v0.50.0

func (x *CreateProspectPublicRequest) GetPhone() string

func (*CreateProspectPublicRequest) GetSource added in v0.50.0

func (x *CreateProspectPublicRequest) GetSource() string

func (*CreateProspectPublicRequest) ProtoMessage added in v0.50.0

func (*CreateProspectPublicRequest) ProtoMessage()

func (*CreateProspectPublicRequest) ProtoReflect added in v0.50.0

func (*CreateProspectPublicRequest) Reset added in v0.50.0

func (x *CreateProspectPublicRequest) Reset()

func (*CreateProspectPublicRequest) String added in v0.50.0

func (x *CreateProspectPublicRequest) String() string

type CreateProspectPublicResponse added in v0.50.0

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

func (*CreateProspectPublicResponse) Descriptor deprecated added in v0.50.0

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

Deprecated: Use CreateProspectPublicResponse.ProtoReflect.Descriptor instead.

func (*CreateProspectPublicResponse) ProtoMessage added in v0.50.0

func (*CreateProspectPublicResponse) ProtoMessage()

func (*CreateProspectPublicResponse) ProtoReflect added in v0.50.0

func (*CreateProspectPublicResponse) Reset added in v0.50.0

func (x *CreateProspectPublicResponse) Reset()

func (*CreateProspectPublicResponse) String added in v0.50.0

type CreateProspectRequest added in v0.50.0

type CreateProspectRequest struct {
	Name     string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Email    string           `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	Phone    string           `protobuf:"bytes,6,opt,name=phone,proto3" json:"phone,omitempty"`
	Activity string           `protobuf:"bytes,7,opt,name=activity,proto3" json:"activity,omitempty"`
	Status   Prospect_Status  `protobuf:"varint,8,opt,name=status,proto3,enum=raystack.frontier.v1beta1.Prospect_Status" json:"status,omitempty"`
	Source   string           `protobuf:"bytes,9,opt,name=source,proto3" json:"source,omitempty"`
	Verified bool             `protobuf:"varint,10,opt,name=verified,proto3" json:"verified,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,11,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProspectRequest) Descriptor deprecated added in v0.50.0

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

Deprecated: Use CreateProspectRequest.ProtoReflect.Descriptor instead.

func (*CreateProspectRequest) GetActivity added in v0.50.0

func (x *CreateProspectRequest) GetActivity() string

func (*CreateProspectRequest) GetEmail added in v0.50.0

func (x *CreateProspectRequest) GetEmail() string

func (*CreateProspectRequest) GetMetadata added in v0.50.0

func (x *CreateProspectRequest) GetMetadata() *structpb.Struct

func (*CreateProspectRequest) GetName added in v0.50.0

func (x *CreateProspectRequest) GetName() string

func (*CreateProspectRequest) GetPhone added in v0.50.0

func (x *CreateProspectRequest) GetPhone() string

func (*CreateProspectRequest) GetSource added in v0.50.0

func (x *CreateProspectRequest) GetSource() string

func (*CreateProspectRequest) GetStatus added in v0.50.0

func (x *CreateProspectRequest) GetStatus() Prospect_Status

func (*CreateProspectRequest) GetVerified added in v0.50.0

func (x *CreateProspectRequest) GetVerified() bool

func (*CreateProspectRequest) ProtoMessage added in v0.50.0

func (*CreateProspectRequest) ProtoMessage()

func (*CreateProspectRequest) ProtoReflect added in v0.50.0

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

func (*CreateProspectRequest) Reset added in v0.50.0

func (x *CreateProspectRequest) Reset()

func (*CreateProspectRequest) String added in v0.50.0

func (x *CreateProspectRequest) String() string

type CreateProspectResponse added in v0.50.0

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

func (*CreateProspectResponse) Descriptor deprecated added in v0.50.0

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

Deprecated: Use CreateProspectResponse.ProtoReflect.Descriptor instead.

func (*CreateProspectResponse) GetProspect added in v0.50.0

func (x *CreateProspectResponse) GetProspect() *Prospect

func (*CreateProspectResponse) ProtoMessage added in v0.50.0

func (*CreateProspectResponse) ProtoMessage()

func (*CreateProspectResponse) ProtoReflect added in v0.50.0

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

func (*CreateProspectResponse) Reset added in v0.50.0

func (x *CreateProspectResponse) Reset()

func (*CreateProspectResponse) String added in v0.50.0

func (x *CreateProspectResponse) String() string

type CreateRelationRequest

type CreateRelationRequest struct {
	Body *RelationRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRelationRequest) Descriptor deprecated

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

Deprecated: Use CreateRelationRequest.ProtoReflect.Descriptor instead.

func (*CreateRelationRequest) GetBody

func (*CreateRelationRequest) ProtoMessage

func (*CreateRelationRequest) ProtoMessage()

func (*CreateRelationRequest) ProtoReflect

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

func (*CreateRelationRequest) Reset

func (x *CreateRelationRequest) Reset()

func (*CreateRelationRequest) String

func (x *CreateRelationRequest) String() string

type CreateRelationResponse

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

func (*CreateRelationResponse) Descriptor deprecated

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

Deprecated: Use CreateRelationResponse.ProtoReflect.Descriptor instead.

func (*CreateRelationResponse) GetRelation

func (x *CreateRelationResponse) GetRelation() *Relation

func (*CreateRelationResponse) ProtoMessage

func (*CreateRelationResponse) ProtoMessage()

func (*CreateRelationResponse) ProtoReflect

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

func (*CreateRelationResponse) Reset

func (x *CreateRelationResponse) Reset()

func (*CreateRelationResponse) String

func (x *CreateRelationResponse) String() string

type CreateRoleRequest

type CreateRoleRequest struct {
	Body *RoleRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRoleRequest) Descriptor deprecated

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

Deprecated: Use CreateRoleRequest.ProtoReflect.Descriptor instead.

func (*CreateRoleRequest) GetBody

func (x *CreateRoleRequest) GetBody() *RoleRequestBody

func (*CreateRoleRequest) ProtoMessage

func (*CreateRoleRequest) ProtoMessage()

func (*CreateRoleRequest) ProtoReflect

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

func (*CreateRoleRequest) Reset

func (x *CreateRoleRequest) Reset()

func (*CreateRoleRequest) String

func (x *CreateRoleRequest) String() string

type CreateRoleResponse

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

func (*CreateRoleResponse) Descriptor deprecated

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

Deprecated: Use CreateRoleResponse.ProtoReflect.Descriptor instead.

func (*CreateRoleResponse) GetRole

func (x *CreateRoleResponse) GetRole() *Role

func (*CreateRoleResponse) ProtoMessage

func (*CreateRoleResponse) ProtoMessage()

func (*CreateRoleResponse) ProtoReflect

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

func (*CreateRoleResponse) Reset

func (x *CreateRoleResponse) Reset()

func (*CreateRoleResponse) String

func (x *CreateRoleResponse) String() string

type CreateServiceUserCredentialRequest added in v0.9.1

type CreateServiceUserCredentialRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	OrgId string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserCredentialRequest) Descriptor deprecated added in v0.9.1

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

Deprecated: Use CreateServiceUserCredentialRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceUserCredentialRequest) GetId added in v0.9.1

func (*CreateServiceUserCredentialRequest) GetOrgId added in v0.40.0

func (*CreateServiceUserCredentialRequest) GetTitle added in v0.9.1

func (*CreateServiceUserCredentialRequest) ProtoMessage added in v0.9.1

func (*CreateServiceUserCredentialRequest) ProtoMessage()

func (*CreateServiceUserCredentialRequest) ProtoReflect added in v0.9.1

func (*CreateServiceUserCredentialRequest) Reset added in v0.9.1

func (*CreateServiceUserCredentialRequest) String added in v0.9.1

type CreateServiceUserCredentialResponse added in v0.9.1

type CreateServiceUserCredentialResponse struct {
	Secret *SecretCredential `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserCredentialResponse) Descriptor deprecated added in v0.9.1

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

Deprecated: Use CreateServiceUserCredentialResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceUserCredentialResponse) GetSecret added in v0.9.1

func (*CreateServiceUserCredentialResponse) ProtoMessage added in v0.9.1

func (*CreateServiceUserCredentialResponse) ProtoMessage()

func (*CreateServiceUserCredentialResponse) ProtoReflect added in v0.9.1

func (*CreateServiceUserCredentialResponse) Reset added in v0.9.1

func (*CreateServiceUserCredentialResponse) String added in v0.9.1

type CreateServiceUserJWKRequest added in v0.9.1

type CreateServiceUserJWKRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	OrgId string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserJWKRequest) Descriptor deprecated added in v0.9.1

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

Deprecated: Use CreateServiceUserJWKRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceUserJWKRequest) GetId added in v0.9.1

func (*CreateServiceUserJWKRequest) GetOrgId added in v0.40.0

func (x *CreateServiceUserJWKRequest) GetOrgId() string

func (*CreateServiceUserJWKRequest) GetTitle added in v0.9.1

func (x *CreateServiceUserJWKRequest) GetTitle() string

func (*CreateServiceUserJWKRequest) ProtoMessage added in v0.9.1

func (*CreateServiceUserJWKRequest) ProtoMessage()

func (*CreateServiceUserJWKRequest) ProtoReflect added in v0.9.1

func (*CreateServiceUserJWKRequest) Reset added in v0.9.1

func (x *CreateServiceUserJWKRequest) Reset()

func (*CreateServiceUserJWKRequest) String added in v0.9.1

func (x *CreateServiceUserJWKRequest) String() string

type CreateServiceUserJWKResponse added in v0.9.1

type CreateServiceUserJWKResponse struct {
	Key *KeyCredential `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserJWKResponse) Descriptor deprecated added in v0.9.1

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

Deprecated: Use CreateServiceUserJWKResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceUserJWKResponse) GetKey added in v0.9.1

func (*CreateServiceUserJWKResponse) ProtoMessage added in v0.9.1

func (*CreateServiceUserJWKResponse) ProtoMessage()

func (*CreateServiceUserJWKResponse) ProtoReflect added in v0.9.1

func (*CreateServiceUserJWKResponse) Reset added in v0.9.1

func (x *CreateServiceUserJWKResponse) Reset()

func (*CreateServiceUserJWKResponse) String added in v0.9.1

type CreateServiceUserRequest

type CreateServiceUserRequest struct {
	Body  *ServiceUserRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	OrgId string                  `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserRequest) Descriptor deprecated

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

Deprecated: Use CreateServiceUserRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceUserRequest) GetBody

func (*CreateServiceUserRequest) GetOrgId

func (x *CreateServiceUserRequest) GetOrgId() string

func (*CreateServiceUserRequest) ProtoMessage

func (*CreateServiceUserRequest) ProtoMessage()

func (*CreateServiceUserRequest) ProtoReflect

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

func (*CreateServiceUserRequest) Reset

func (x *CreateServiceUserRequest) Reset()

func (*CreateServiceUserRequest) String

func (x *CreateServiceUserRequest) String() string

type CreateServiceUserResponse

type CreateServiceUserResponse struct {
	Serviceuser *ServiceUser `protobuf:"bytes,1,opt,name=serviceuser,proto3" json:"serviceuser,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserResponse) Descriptor deprecated

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

Deprecated: Use CreateServiceUserResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceUserResponse) GetServiceuser

func (x *CreateServiceUserResponse) GetServiceuser() *ServiceUser

func (*CreateServiceUserResponse) ProtoMessage

func (*CreateServiceUserResponse) ProtoMessage()

func (*CreateServiceUserResponse) ProtoReflect

func (*CreateServiceUserResponse) Reset

func (x *CreateServiceUserResponse) Reset()

func (*CreateServiceUserResponse) String

func (x *CreateServiceUserResponse) String() string

type CreateServiceUserTokenRequest added in v0.9.1

type CreateServiceUserTokenRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	OrgId string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserTokenRequest) Descriptor deprecated added in v0.9.1

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

Deprecated: Use CreateServiceUserTokenRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceUserTokenRequest) GetId added in v0.9.1

func (*CreateServiceUserTokenRequest) GetOrgId added in v0.40.0

func (x *CreateServiceUserTokenRequest) GetOrgId() string

func (*CreateServiceUserTokenRequest) GetTitle added in v0.9.1

func (x *CreateServiceUserTokenRequest) GetTitle() string

func (*CreateServiceUserTokenRequest) ProtoMessage added in v0.9.1

func (*CreateServiceUserTokenRequest) ProtoMessage()

func (*CreateServiceUserTokenRequest) ProtoReflect added in v0.9.1

func (*CreateServiceUserTokenRequest) Reset added in v0.9.1

func (x *CreateServiceUserTokenRequest) Reset()

func (*CreateServiceUserTokenRequest) String added in v0.9.1

type CreateServiceUserTokenResponse added in v0.9.1

type CreateServiceUserTokenResponse struct {
	Token *ServiceUserToken `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserTokenResponse) Descriptor deprecated added in v0.9.1

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

Deprecated: Use CreateServiceUserTokenResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceUserTokenResponse) GetToken added in v0.9.1

func (*CreateServiceUserTokenResponse) ProtoMessage added in v0.9.1

func (*CreateServiceUserTokenResponse) ProtoMessage()

func (*CreateServiceUserTokenResponse) ProtoReflect added in v0.9.1

func (*CreateServiceUserTokenResponse) Reset added in v0.9.1

func (x *CreateServiceUserTokenResponse) Reset()

func (*CreateServiceUserTokenResponse) String added in v0.9.1

type CreateUserPreferencesRequest added in v0.7.3

type CreateUserPreferencesRequest struct {
	Id     string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Bodies []*PreferenceRequestBody `protobuf:"bytes,2,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserPreferencesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use CreateUserPreferencesRequest.ProtoReflect.Descriptor instead.

func (*CreateUserPreferencesRequest) GetBodies added in v0.7.3

func (*CreateUserPreferencesRequest) GetId added in v0.7.3

func (*CreateUserPreferencesRequest) ProtoMessage added in v0.7.3

func (*CreateUserPreferencesRequest) ProtoMessage()

func (*CreateUserPreferencesRequest) ProtoReflect added in v0.7.3

func (*CreateUserPreferencesRequest) Reset added in v0.7.3

func (x *CreateUserPreferencesRequest) Reset()

func (*CreateUserPreferencesRequest) String added in v0.7.3

type CreateUserPreferencesResponse added in v0.7.3

type CreateUserPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserPreferencesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use CreateUserPreferencesResponse.ProtoReflect.Descriptor instead.

func (*CreateUserPreferencesResponse) GetPreferences added in v0.7.3

func (x *CreateUserPreferencesResponse) GetPreferences() []*Preference

func (*CreateUserPreferencesResponse) ProtoMessage added in v0.7.3

func (*CreateUserPreferencesResponse) ProtoMessage()

func (*CreateUserPreferencesResponse) ProtoReflect added in v0.7.3

func (*CreateUserPreferencesResponse) Reset added in v0.7.3

func (x *CreateUserPreferencesResponse) Reset()

func (*CreateUserPreferencesResponse) String added in v0.7.3

type CreateUserRequest

type CreateUserRequest struct {
	Body *UserRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserRequest) Descriptor deprecated

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

Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.

func (*CreateUserRequest) GetBody

func (x *CreateUserRequest) GetBody() *UserRequestBody

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) ProtoReflect

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

func (*CreateUserRequest) Reset

func (x *CreateUserRequest) Reset()

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

type CreateUserResponse

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

func (*CreateUserResponse) Descriptor deprecated

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

Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.

func (*CreateUserResponse) GetUser

func (x *CreateUserResponse) GetUser() *User

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) ProtoReflect

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

func (*CreateUserResponse) Reset

func (x *CreateUserResponse) Reset()

func (*CreateUserResponse) String

func (x *CreateUserResponse) String() string

type CreateWebhookRequest added in v0.11.0

type CreateWebhookRequest struct {
	Body *WebhookRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWebhookRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use CreateWebhookRequest.ProtoReflect.Descriptor instead.

func (*CreateWebhookRequest) GetBody added in v0.11.0

func (*CreateWebhookRequest) ProtoMessage added in v0.11.0

func (*CreateWebhookRequest) ProtoMessage()

func (*CreateWebhookRequest) ProtoReflect added in v0.11.0

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

func (*CreateWebhookRequest) Reset added in v0.11.0

func (x *CreateWebhookRequest) Reset()

func (*CreateWebhookRequest) String added in v0.11.0

func (x *CreateWebhookRequest) String() string

type CreateWebhookResponse added in v0.11.0

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

func (*CreateWebhookResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use CreateWebhookResponse.ProtoReflect.Descriptor instead.

func (*CreateWebhookResponse) GetWebhook added in v0.11.0

func (x *CreateWebhookResponse) GetWebhook() *Webhook

func (*CreateWebhookResponse) ProtoMessage added in v0.11.0

func (*CreateWebhookResponse) ProtoMessage()

func (*CreateWebhookResponse) ProtoReflect added in v0.11.0

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

func (*CreateWebhookResponse) Reset added in v0.11.0

func (x *CreateWebhookResponse) Reset()

func (*CreateWebhookResponse) String added in v0.11.0

func (x *CreateWebhookResponse) String() string

type DelegatedCheckoutRequest added in v0.8.3

type DelegatedCheckoutRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// DEPRECATED: billing_id will be inferred from org_id
	// ID of the billing account to update the subscription for
	//
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/admin.proto.
	BillingId string `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// Subscription to create
	SubscriptionBody *CheckoutSubscriptionBody `protobuf:"bytes,10,opt,name=subscription_body,json=subscriptionBody,proto3" json:"subscription_body,omitempty"`
	// Product to buy
	ProductBody *CheckoutProductBody `protobuf:"bytes,11,opt,name=product_body,json=productBody,proto3" json:"product_body,omitempty"`
	// contains filtered or unexported fields
}

func (*DelegatedCheckoutRequest) Descriptor deprecated added in v0.8.3

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

Deprecated: Use DelegatedCheckoutRequest.ProtoReflect.Descriptor instead.

func (*DelegatedCheckoutRequest) GetBillingId deprecated added in v0.8.3

func (x *DelegatedCheckoutRequest) GetBillingId() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/admin.proto.

func (*DelegatedCheckoutRequest) GetOrgId added in v0.8.3

func (x *DelegatedCheckoutRequest) GetOrgId() string

func (*DelegatedCheckoutRequest) GetProductBody added in v0.8.14

func (x *DelegatedCheckoutRequest) GetProductBody() *CheckoutProductBody

func (*DelegatedCheckoutRequest) GetSubscriptionBody added in v0.8.3

func (x *DelegatedCheckoutRequest) GetSubscriptionBody() *CheckoutSubscriptionBody

func (*DelegatedCheckoutRequest) ProtoMessage added in v0.8.3

func (*DelegatedCheckoutRequest) ProtoMessage()

func (*DelegatedCheckoutRequest) ProtoReflect added in v0.8.3

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

func (*DelegatedCheckoutRequest) Reset added in v0.8.3

func (x *DelegatedCheckoutRequest) Reset()

func (*DelegatedCheckoutRequest) String added in v0.8.3

func (x *DelegatedCheckoutRequest) String() string

type DelegatedCheckoutResponse added in v0.8.3

type DelegatedCheckoutResponse struct {

	// subscription if created
	Subscription *Subscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// product if bought
	Product *Product `protobuf:"bytes,2,opt,name=product,proto3" json:"product,omitempty"`
	// contains filtered or unexported fields
}

func (*DelegatedCheckoutResponse) Descriptor deprecated added in v0.8.3

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

Deprecated: Use DelegatedCheckoutResponse.ProtoReflect.Descriptor instead.

func (*DelegatedCheckoutResponse) GetProduct added in v0.8.16

func (x *DelegatedCheckoutResponse) GetProduct() *Product

func (*DelegatedCheckoutResponse) GetSubscription added in v0.8.16

func (x *DelegatedCheckoutResponse) GetSubscription() *Subscription

func (*DelegatedCheckoutResponse) ProtoMessage added in v0.8.3

func (*DelegatedCheckoutResponse) ProtoMessage()

func (*DelegatedCheckoutResponse) ProtoReflect added in v0.8.3

func (*DelegatedCheckoutResponse) Reset added in v0.8.3

func (x *DelegatedCheckoutResponse) Reset()

func (*DelegatedCheckoutResponse) String added in v0.8.3

func (x *DelegatedCheckoutResponse) String() string

type DeleteBillingAccountRequest added in v0.8.0

type DeleteBillingAccountRequest struct {

	// ID of the billing account to delete
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use DeleteBillingAccountRequest.ProtoReflect.Descriptor instead.

func (*DeleteBillingAccountRequest) GetId added in v0.8.0

func (*DeleteBillingAccountRequest) ProtoMessage added in v0.8.0

func (*DeleteBillingAccountRequest) ProtoMessage()

func (*DeleteBillingAccountRequest) ProtoReflect added in v0.8.0

func (*DeleteBillingAccountRequest) Reset added in v0.8.0

func (x *DeleteBillingAccountRequest) Reset()

func (*DeleteBillingAccountRequest) String added in v0.8.0

func (x *DeleteBillingAccountRequest) String() string

type DeleteBillingAccountResponse added in v0.8.0

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

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

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

Deprecated: Use DeleteBillingAccountResponse.ProtoReflect.Descriptor instead.

func (*DeleteBillingAccountResponse) ProtoMessage added in v0.8.0

func (*DeleteBillingAccountResponse) ProtoMessage()

func (*DeleteBillingAccountResponse) ProtoReflect added in v0.8.0

func (*DeleteBillingAccountResponse) Reset added in v0.8.0

func (x *DeleteBillingAccountResponse) Reset()

func (*DeleteBillingAccountResponse) String added in v0.8.0

type DeleteCurrentUserPATRequest added in v0.94.0

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

func (*DeleteCurrentUserPATRequest) Descriptor deprecated added in v0.94.0

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

Deprecated: Use DeleteCurrentUserPATRequest.ProtoReflect.Descriptor instead.

func (*DeleteCurrentUserPATRequest) GetId added in v0.94.0

func (*DeleteCurrentUserPATRequest) ProtoMessage added in v0.94.0

func (*DeleteCurrentUserPATRequest) ProtoMessage()

func (*DeleteCurrentUserPATRequest) ProtoReflect added in v0.94.0

func (*DeleteCurrentUserPATRequest) Reset added in v0.94.0

func (x *DeleteCurrentUserPATRequest) Reset()

func (*DeleteCurrentUserPATRequest) String added in v0.94.0

func (x *DeleteCurrentUserPATRequest) String() string

type DeleteCurrentUserPATResponse added in v0.94.0

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

func (*DeleteCurrentUserPATResponse) Descriptor deprecated added in v0.94.0

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

Deprecated: Use DeleteCurrentUserPATResponse.ProtoReflect.Descriptor instead.

func (*DeleteCurrentUserPATResponse) ProtoMessage added in v0.94.0

func (*DeleteCurrentUserPATResponse) ProtoMessage()

func (*DeleteCurrentUserPATResponse) ProtoReflect added in v0.94.0

func (*DeleteCurrentUserPATResponse) Reset added in v0.94.0

func (x *DeleteCurrentUserPATResponse) Reset()

func (*DeleteCurrentUserPATResponse) String added in v0.94.0

type DeleteGroupRequest

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

func (*DeleteGroupRequest) Descriptor deprecated

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

Deprecated: Use DeleteGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteGroupRequest) GetId

func (x *DeleteGroupRequest) GetId() string

func (*DeleteGroupRequest) ProtoMessage

func (*DeleteGroupRequest) ProtoMessage()

func (*DeleteGroupRequest) ProtoReflect

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

func (*DeleteGroupRequest) Reset

func (x *DeleteGroupRequest) Reset()

func (*DeleteGroupRequest) String

func (x *DeleteGroupRequest) String() string

type DeleteGroupResponse

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

func (*DeleteGroupResponse) Descriptor deprecated

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

Deprecated: Use DeleteGroupResponse.ProtoReflect.Descriptor instead.

func (*DeleteGroupResponse) ProtoMessage

func (*DeleteGroupResponse) ProtoMessage()

func (*DeleteGroupResponse) ProtoReflect

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

func (*DeleteGroupResponse) Reset

func (x *DeleteGroupResponse) Reset()

func (*DeleteGroupResponse) String

func (x *DeleteGroupResponse) String() string

type DeleteMetaSchemaRequest

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

func (*DeleteMetaSchemaRequest) Descriptor deprecated

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

Deprecated: Use DeleteMetaSchemaRequest.ProtoReflect.Descriptor instead.

func (*DeleteMetaSchemaRequest) GetId

func (x *DeleteMetaSchemaRequest) GetId() string

func (*DeleteMetaSchemaRequest) ProtoMessage

func (*DeleteMetaSchemaRequest) ProtoMessage()

func (*DeleteMetaSchemaRequest) ProtoReflect

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

func (*DeleteMetaSchemaRequest) Reset

func (x *DeleteMetaSchemaRequest) Reset()

func (*DeleteMetaSchemaRequest) String

func (x *DeleteMetaSchemaRequest) String() string

type DeleteMetaSchemaResponse

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

func (*DeleteMetaSchemaResponse) Descriptor deprecated

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

Deprecated: Use DeleteMetaSchemaResponse.ProtoReflect.Descriptor instead.

func (*DeleteMetaSchemaResponse) ProtoMessage

func (*DeleteMetaSchemaResponse) ProtoMessage()

func (*DeleteMetaSchemaResponse) ProtoReflect

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

func (*DeleteMetaSchemaResponse) Reset

func (x *DeleteMetaSchemaResponse) Reset()

func (*DeleteMetaSchemaResponse) String

func (x *DeleteMetaSchemaResponse) String() string

type DeleteOrganizationDomainRequest added in v0.7.2

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

func (*DeleteOrganizationDomainRequest) Descriptor deprecated added in v0.7.2

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

Deprecated: Use DeleteOrganizationDomainRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationDomainRequest) GetId added in v0.7.2

func (*DeleteOrganizationDomainRequest) GetOrgId added in v0.7.2

func (*DeleteOrganizationDomainRequest) ProtoMessage added in v0.7.2

func (*DeleteOrganizationDomainRequest) ProtoMessage()

func (*DeleteOrganizationDomainRequest) ProtoReflect added in v0.7.2

func (*DeleteOrganizationDomainRequest) Reset added in v0.7.2

func (*DeleteOrganizationDomainRequest) String added in v0.7.2

type DeleteOrganizationDomainResponse added in v0.7.2

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

func (*DeleteOrganizationDomainResponse) Descriptor deprecated added in v0.7.2

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

Deprecated: Use DeleteOrganizationDomainResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationDomainResponse) ProtoMessage added in v0.7.2

func (*DeleteOrganizationDomainResponse) ProtoMessage()

func (*DeleteOrganizationDomainResponse) ProtoReflect added in v0.7.2

func (*DeleteOrganizationDomainResponse) Reset added in v0.7.2

func (*DeleteOrganizationDomainResponse) String added in v0.7.2

type DeleteOrganizationInvitationRequest

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

func (*DeleteOrganizationInvitationRequest) Descriptor deprecated

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

Deprecated: Use DeleteOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationInvitationRequest) GetId

func (*DeleteOrganizationInvitationRequest) GetOrgId

func (*DeleteOrganizationInvitationRequest) ProtoMessage

func (*DeleteOrganizationInvitationRequest) ProtoMessage()

func (*DeleteOrganizationInvitationRequest) ProtoReflect

func (*DeleteOrganizationInvitationRequest) Reset

func (*DeleteOrganizationInvitationRequest) String

type DeleteOrganizationInvitationResponse

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

func (*DeleteOrganizationInvitationResponse) Descriptor deprecated

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

Deprecated: Use DeleteOrganizationInvitationResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationInvitationResponse) ProtoMessage

func (*DeleteOrganizationInvitationResponse) ProtoMessage()

func (*DeleteOrganizationInvitationResponse) ProtoReflect

func (*DeleteOrganizationInvitationResponse) Reset

func (*DeleteOrganizationInvitationResponse) String

type DeleteOrganizationRequest

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

func (*DeleteOrganizationRequest) Descriptor deprecated

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

Deprecated: Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationRequest) GetId

func (x *DeleteOrganizationRequest) GetId() string

func (*DeleteOrganizationRequest) ProtoMessage

func (*DeleteOrganizationRequest) ProtoMessage()

func (*DeleteOrganizationRequest) ProtoReflect

func (*DeleteOrganizationRequest) Reset

func (x *DeleteOrganizationRequest) Reset()

func (*DeleteOrganizationRequest) String

func (x *DeleteOrganizationRequest) String() string

type DeleteOrganizationResponse

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

func (*DeleteOrganizationResponse) Descriptor deprecated

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

Deprecated: Use DeleteOrganizationResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationResponse) ProtoMessage

func (*DeleteOrganizationResponse) ProtoMessage()

func (*DeleteOrganizationResponse) ProtoReflect

func (*DeleteOrganizationResponse) Reset

func (x *DeleteOrganizationResponse) Reset()

func (*DeleteOrganizationResponse) String

func (x *DeleteOrganizationResponse) String() string

type DeleteOrganizationRoleRequest

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

func (*DeleteOrganizationRoleRequest) Descriptor deprecated

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

Deprecated: Use DeleteOrganizationRoleRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationRoleRequest) GetId

func (*DeleteOrganizationRoleRequest) GetOrgId

func (x *DeleteOrganizationRoleRequest) GetOrgId() string

func (*DeleteOrganizationRoleRequest) ProtoMessage

func (*DeleteOrganizationRoleRequest) ProtoMessage()

func (*DeleteOrganizationRoleRequest) ProtoReflect

func (*DeleteOrganizationRoleRequest) Reset

func (x *DeleteOrganizationRoleRequest) Reset()

func (*DeleteOrganizationRoleRequest) String

type DeleteOrganizationRoleResponse

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

func (*DeleteOrganizationRoleResponse) Descriptor deprecated

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

Deprecated: Use DeleteOrganizationRoleResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationRoleResponse) ProtoMessage

func (*DeleteOrganizationRoleResponse) ProtoMessage()

func (*DeleteOrganizationRoleResponse) ProtoReflect

func (*DeleteOrganizationRoleResponse) Reset

func (x *DeleteOrganizationRoleResponse) Reset()

func (*DeleteOrganizationRoleResponse) String

type DeletePermissionRequest

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

func (*DeletePermissionRequest) Descriptor deprecated

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

Deprecated: Use DeletePermissionRequest.ProtoReflect.Descriptor instead.

func (*DeletePermissionRequest) GetId

func (x *DeletePermissionRequest) GetId() string

func (*DeletePermissionRequest) ProtoMessage

func (*DeletePermissionRequest) ProtoMessage()

func (*DeletePermissionRequest) ProtoReflect

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

func (*DeletePermissionRequest) Reset

func (x *DeletePermissionRequest) Reset()

func (*DeletePermissionRequest) String

func (x *DeletePermissionRequest) String() string

type DeletePermissionResponse

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

func (*DeletePermissionResponse) Descriptor deprecated

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

Deprecated: Use DeletePermissionResponse.ProtoReflect.Descriptor instead.

func (*DeletePermissionResponse) ProtoMessage

func (*DeletePermissionResponse) ProtoMessage()

func (*DeletePermissionResponse) ProtoReflect

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

func (*DeletePermissionResponse) Reset

func (x *DeletePermissionResponse) Reset()

func (*DeletePermissionResponse) String

func (x *DeletePermissionResponse) String() string

type DeletePolicyRequest

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

func (*DeletePolicyRequest) Descriptor deprecated

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

Deprecated: Use DeletePolicyRequest.ProtoReflect.Descriptor instead.

func (*DeletePolicyRequest) GetId

func (x *DeletePolicyRequest) GetId() string

func (*DeletePolicyRequest) ProtoMessage

func (*DeletePolicyRequest) ProtoMessage()

func (*DeletePolicyRequest) ProtoReflect

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

func (*DeletePolicyRequest) Reset

func (x *DeletePolicyRequest) Reset()

func (*DeletePolicyRequest) String

func (x *DeletePolicyRequest) String() string

type DeletePolicyResponse

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

func (*DeletePolicyResponse) Descriptor deprecated

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

Deprecated: Use DeletePolicyResponse.ProtoReflect.Descriptor instead.

func (*DeletePolicyResponse) ProtoMessage

func (*DeletePolicyResponse) ProtoMessage()

func (*DeletePolicyResponse) ProtoReflect

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

func (*DeletePolicyResponse) Reset

func (x *DeletePolicyResponse) Reset()

func (*DeletePolicyResponse) String

func (x *DeletePolicyResponse) String() string

type DeleteProjectRequest

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

func (*DeleteProjectRequest) Descriptor deprecated

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

Deprecated: Use DeleteProjectRequest.ProtoReflect.Descriptor instead.

func (*DeleteProjectRequest) GetId

func (x *DeleteProjectRequest) GetId() string

func (*DeleteProjectRequest) ProtoMessage

func (*DeleteProjectRequest) ProtoMessage()

func (*DeleteProjectRequest) ProtoReflect

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

func (*DeleteProjectRequest) Reset

func (x *DeleteProjectRequest) Reset()

func (*DeleteProjectRequest) String

func (x *DeleteProjectRequest) String() string

type DeleteProjectResourceRequest

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

func (*DeleteProjectResourceRequest) Descriptor deprecated

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

Deprecated: Use DeleteProjectResourceRequest.ProtoReflect.Descriptor instead.

func (*DeleteProjectResourceRequest) GetId

func (*DeleteProjectResourceRequest) GetProjectId

func (x *DeleteProjectResourceRequest) GetProjectId() string

func (*DeleteProjectResourceRequest) ProtoMessage

func (*DeleteProjectResourceRequest) ProtoMessage()

func (*DeleteProjectResourceRequest) ProtoReflect

func (*DeleteProjectResourceRequest) Reset

func (x *DeleteProjectResourceRequest) Reset()

func (*DeleteProjectResourceRequest) String

type DeleteProjectResourceResponse

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

func (*DeleteProjectResourceResponse) Descriptor deprecated

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

Deprecated: Use DeleteProjectResourceResponse.ProtoReflect.Descriptor instead.

func (*DeleteProjectResourceResponse) ProtoMessage

func (*DeleteProjectResourceResponse) ProtoMessage()

func (*DeleteProjectResourceResponse) ProtoReflect

func (*DeleteProjectResourceResponse) Reset

func (x *DeleteProjectResourceResponse) Reset()

func (*DeleteProjectResourceResponse) String

type DeleteProjectResponse

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

func (*DeleteProjectResponse) Descriptor deprecated

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

Deprecated: Use DeleteProjectResponse.ProtoReflect.Descriptor instead.

func (*DeleteProjectResponse) ProtoMessage

func (*DeleteProjectResponse) ProtoMessage()

func (*DeleteProjectResponse) ProtoReflect

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

func (*DeleteProjectResponse) Reset

func (x *DeleteProjectResponse) Reset()

func (*DeleteProjectResponse) String

func (x *DeleteProjectResponse) String() string

type DeleteProspectRequest added in v0.50.0

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

func (*DeleteProspectRequest) Descriptor deprecated added in v0.50.0

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

Deprecated: Use DeleteProspectRequest.ProtoReflect.Descriptor instead.

func (*DeleteProspectRequest) GetId added in v0.50.0

func (x *DeleteProspectRequest) GetId() string

func (*DeleteProspectRequest) ProtoMessage added in v0.50.0

func (*DeleteProspectRequest) ProtoMessage()

func (*DeleteProspectRequest) ProtoReflect added in v0.50.0

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

func (*DeleteProspectRequest) Reset added in v0.50.0

func (x *DeleteProspectRequest) Reset()

func (*DeleteProspectRequest) String added in v0.50.0

func (x *DeleteProspectRequest) String() string

type DeleteProspectResponse added in v0.50.0

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

func (*DeleteProspectResponse) Descriptor deprecated added in v0.50.0

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

Deprecated: Use DeleteProspectResponse.ProtoReflect.Descriptor instead.

func (*DeleteProspectResponse) ProtoMessage added in v0.50.0

func (*DeleteProspectResponse) ProtoMessage()

func (*DeleteProspectResponse) ProtoReflect added in v0.50.0

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

func (*DeleteProspectResponse) Reset added in v0.50.0

func (x *DeleteProspectResponse) Reset()

func (*DeleteProspectResponse) String added in v0.50.0

func (x *DeleteProspectResponse) String() string

type DeleteRelationRequest

type DeleteRelationRequest struct {

	// objectnamespace:uuid
	Object string `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// subjectnamespace:uuid
	Subject  string `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty"`
	Relation string `protobuf:"bytes,4,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRelationRequest) Descriptor deprecated

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

Deprecated: Use DeleteRelationRequest.ProtoReflect.Descriptor instead.

func (*DeleteRelationRequest) GetObject

func (x *DeleteRelationRequest) GetObject() string

func (*DeleteRelationRequest) GetRelation

func (x *DeleteRelationRequest) GetRelation() string

func (*DeleteRelationRequest) GetSubject

func (x *DeleteRelationRequest) GetSubject() string

func (*DeleteRelationRequest) ProtoMessage

func (*DeleteRelationRequest) ProtoMessage()

func (*DeleteRelationRequest) ProtoReflect

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

func (*DeleteRelationRequest) Reset

func (x *DeleteRelationRequest) Reset()

func (*DeleteRelationRequest) String

func (x *DeleteRelationRequest) String() string

type DeleteRelationResponse

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

func (*DeleteRelationResponse) Descriptor deprecated

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

Deprecated: Use DeleteRelationResponse.ProtoReflect.Descriptor instead.

func (*DeleteRelationResponse) ProtoMessage

func (*DeleteRelationResponse) ProtoMessage()

func (*DeleteRelationResponse) ProtoReflect

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

func (*DeleteRelationResponse) Reset

func (x *DeleteRelationResponse) Reset()

func (*DeleteRelationResponse) String

func (x *DeleteRelationResponse) String() string

type DeleteRoleRequest

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

func (*DeleteRoleRequest) Descriptor deprecated

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

Deprecated: Use DeleteRoleRequest.ProtoReflect.Descriptor instead.

func (*DeleteRoleRequest) GetId

func (x *DeleteRoleRequest) GetId() string

func (*DeleteRoleRequest) ProtoMessage

func (*DeleteRoleRequest) ProtoMessage()

func (*DeleteRoleRequest) ProtoReflect

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

func (*DeleteRoleRequest) Reset

func (x *DeleteRoleRequest) Reset()

func (*DeleteRoleRequest) String

func (x *DeleteRoleRequest) String() string

type DeleteRoleResponse

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

func (*DeleteRoleResponse) Descriptor deprecated

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

Deprecated: Use DeleteRoleResponse.ProtoReflect.Descriptor instead.

func (*DeleteRoleResponse) ProtoMessage

func (*DeleteRoleResponse) ProtoMessage()

func (*DeleteRoleResponse) ProtoReflect

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

func (*DeleteRoleResponse) Reset

func (x *DeleteRoleResponse) Reset()

func (*DeleteRoleResponse) String

func (x *DeleteRoleResponse) String() string

type DeleteServiceUserCredentialRequest added in v0.9.1

type DeleteServiceUserCredentialRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SecretId string `protobuf:"bytes,2,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"`
	OrgId    string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteServiceUserCredentialRequest) Descriptor deprecated added in v0.9.1

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

Deprecated: Use DeleteServiceUserCredentialRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserCredentialRequest) GetId added in v0.9.1

func (*DeleteServiceUserCredentialRequest) GetOrgId added in v0.40.0

func (*DeleteServiceUserCredentialRequest) GetSecretId added in v0.9.1

func (x *DeleteServiceUserCredentialRequest) GetSecretId() string

func (*DeleteServiceUserCredentialRequest) ProtoMessage added in v0.9.1

func (*DeleteServiceUserCredentialRequest) ProtoMessage()

func (*DeleteServiceUserCredentialRequest) ProtoReflect added in v0.9.1

func (*DeleteServiceUserCredentialRequest) Reset added in v0.9.1

func (*DeleteServiceUserCredentialRequest) String added in v0.9.1

type DeleteServiceUserCredentialResponse added in v0.9.1

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

func (*DeleteServiceUserCredentialResponse) Descriptor deprecated added in v0.9.1

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

Deprecated: Use DeleteServiceUserCredentialResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserCredentialResponse) ProtoMessage added in v0.9.1

func (*DeleteServiceUserCredentialResponse) ProtoMessage()

func (*DeleteServiceUserCredentialResponse) ProtoReflect added in v0.9.1

func (*DeleteServiceUserCredentialResponse) Reset added in v0.9.1

func (*DeleteServiceUserCredentialResponse) String added in v0.9.1

type DeleteServiceUserJWKRequest added in v0.9.1

type DeleteServiceUserJWKRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	KeyId string `protobuf:"bytes,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	OrgId string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteServiceUserJWKRequest) Descriptor deprecated added in v0.9.1

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

Deprecated: Use DeleteServiceUserJWKRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserJWKRequest) GetId added in v0.9.1

func (*DeleteServiceUserJWKRequest) GetKeyId added in v0.9.1

func (x *DeleteServiceUserJWKRequest) GetKeyId() string

func (*DeleteServiceUserJWKRequest) GetOrgId added in v0.40.0

func (x *DeleteServiceUserJWKRequest) GetOrgId() string

func (*DeleteServiceUserJWKRequest) ProtoMessage added in v0.9.1

func (*DeleteServiceUserJWKRequest) ProtoMessage()

func (*DeleteServiceUserJWKRequest) ProtoReflect added in v0.9.1

func (*DeleteServiceUserJWKRequest) Reset added in v0.9.1

func (x *DeleteServiceUserJWKRequest) Reset()

func (*DeleteServiceUserJWKRequest) String added in v0.9.1

func (x *DeleteServiceUserJWKRequest) String() string

type DeleteServiceUserJWKResponse added in v0.9.1

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

func (*DeleteServiceUserJWKResponse) Descriptor deprecated added in v0.9.1

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

Deprecated: Use DeleteServiceUserJWKResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserJWKResponse) ProtoMessage added in v0.9.1

func (*DeleteServiceUserJWKResponse) ProtoMessage()

func (*DeleteServiceUserJWKResponse) ProtoReflect added in v0.9.1

func (*DeleteServiceUserJWKResponse) Reset added in v0.9.1

func (x *DeleteServiceUserJWKResponse) Reset()

func (*DeleteServiceUserJWKResponse) String added in v0.9.1

type DeleteServiceUserRequest

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

func (*DeleteServiceUserRequest) Descriptor deprecated

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

Deprecated: Use DeleteServiceUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserRequest) GetId

func (x *DeleteServiceUserRequest) GetId() string

func (*DeleteServiceUserRequest) GetOrgId

func (x *DeleteServiceUserRequest) GetOrgId() string

func (*DeleteServiceUserRequest) ProtoMessage

func (*DeleteServiceUserRequest) ProtoMessage()

func (*DeleteServiceUserRequest) ProtoReflect

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

func (*DeleteServiceUserRequest) Reset

func (x *DeleteServiceUserRequest) Reset()

func (*DeleteServiceUserRequest) String

func (x *DeleteServiceUserRequest) String() string

type DeleteServiceUserResponse

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

func (*DeleteServiceUserResponse) Descriptor deprecated

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

Deprecated: Use DeleteServiceUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserResponse) ProtoMessage

func (*DeleteServiceUserResponse) ProtoMessage()

func (*DeleteServiceUserResponse) ProtoReflect

func (*DeleteServiceUserResponse) Reset

func (x *DeleteServiceUserResponse) Reset()

func (*DeleteServiceUserResponse) String

func (x *DeleteServiceUserResponse) String() string

type DeleteServiceUserTokenRequest added in v0.9.1

type DeleteServiceUserTokenRequest struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TokenId string `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	OrgId   string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteServiceUserTokenRequest) Descriptor deprecated added in v0.9.1

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

Deprecated: Use DeleteServiceUserTokenRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserTokenRequest) GetId added in v0.9.1

func (*DeleteServiceUserTokenRequest) GetOrgId added in v0.40.0

func (x *DeleteServiceUserTokenRequest) GetOrgId() string

func (*DeleteServiceUserTokenRequest) GetTokenId added in v0.9.1

func (x *DeleteServiceUserTokenRequest) GetTokenId() string

func (*DeleteServiceUserTokenRequest) ProtoMessage added in v0.9.1

func (*DeleteServiceUserTokenRequest) ProtoMessage()

func (*DeleteServiceUserTokenRequest) ProtoReflect added in v0.9.1

func (*DeleteServiceUserTokenRequest) Reset added in v0.9.1

func (x *DeleteServiceUserTokenRequest) Reset()

func (*DeleteServiceUserTokenRequest) String added in v0.9.1

type DeleteServiceUserTokenResponse added in v0.9.1

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

func (*DeleteServiceUserTokenResponse) Descriptor deprecated added in v0.9.1

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

Deprecated: Use DeleteServiceUserTokenResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserTokenResponse) ProtoMessage added in v0.9.1

func (*DeleteServiceUserTokenResponse) ProtoMessage()

func (*DeleteServiceUserTokenResponse) ProtoReflect added in v0.9.1

func (*DeleteServiceUserTokenResponse) Reset added in v0.9.1

func (x *DeleteServiceUserTokenResponse) Reset()

func (*DeleteServiceUserTokenResponse) String added in v0.9.1

type DeleteUserRequest

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

func (*DeleteUserRequest) Descriptor deprecated

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

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) GetId

func (x *DeleteUserRequest) GetId() string

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect

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

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

type DeleteUserResponse

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

func (*DeleteUserResponse) Descriptor deprecated

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

Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect

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

func (*DeleteUserResponse) Reset

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String

func (x *DeleteUserResponse) String() string

type DeleteWebhookRequest added in v0.11.0

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

func (*DeleteWebhookRequest) Descriptor deprecated added in v0.11.0

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

Deprecated: Use DeleteWebhookRequest.ProtoReflect.Descriptor instead.

func (*DeleteWebhookRequest) GetId added in v0.11.0

func (x *DeleteWebhookRequest) GetId() string

func (*DeleteWebhookRequest) ProtoMessage added in v0.11.0

func (*DeleteWebhookRequest) ProtoMessage()

func (*DeleteWebhookRequest) ProtoReflect added in v0.11.0

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

func (*DeleteWebhookRequest) Reset added in v0.11.0

func (x *DeleteWebhookRequest) Reset()

func (*DeleteWebhookRequest) String added in v0.11.0

func (x *DeleteWebhookRequest) String() string

type DeleteWebhookResponse added in v0.11.0

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

func (*DeleteWebhookResponse) Descriptor deprecated added in v0.11.0

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

Deprecated: Use DeleteWebhookResponse.ProtoReflect.Descriptor instead.

func (*DeleteWebhookResponse) ProtoMessage added in v0.11.0

func (*DeleteWebhookResponse) ProtoMessage()

func (*DeleteWebhookResponse) ProtoReflect added in v0.11.0

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

func (*DeleteWebhookResponse) Reset added in v0.11.0

func (x *DeleteWebhookResponse) Reset()

func (*DeleteWebhookResponse) String added in v0.11.0

func (x *DeleteWebhookResponse) String() string

type DescribePreferencesRequest added in v0.7.3

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

func (*DescribePreferencesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use DescribePreferencesRequest.ProtoReflect.Descriptor instead.

func (*DescribePreferencesRequest) ProtoMessage added in v0.7.3

func (*DescribePreferencesRequest) ProtoMessage()

func (*DescribePreferencesRequest) ProtoReflect added in v0.7.3

func (*DescribePreferencesRequest) Reset added in v0.7.3

func (x *DescribePreferencesRequest) Reset()

func (*DescribePreferencesRequest) String added in v0.7.3

func (x *DescribePreferencesRequest) String() string

type DescribePreferencesResponse added in v0.7.3

type DescribePreferencesResponse struct {
	Traits []*PreferenceTrait `protobuf:"bytes,1,rep,name=traits,proto3" json:"traits,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribePreferencesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use DescribePreferencesResponse.ProtoReflect.Descriptor instead.

func (*DescribePreferencesResponse) GetTraits added in v0.7.3

func (x *DescribePreferencesResponse) GetTraits() []*PreferenceTrait

func (*DescribePreferencesResponse) ProtoMessage added in v0.7.3

func (*DescribePreferencesResponse) ProtoMessage()

func (*DescribePreferencesResponse) ProtoReflect added in v0.7.3

func (*DescribePreferencesResponse) Reset added in v0.7.3

func (x *DescribePreferencesResponse) Reset()

func (*DescribePreferencesResponse) String added in v0.7.3

func (x *DescribePreferencesResponse) String() string

type DisableBillingAccountRequest added in v0.17.0

type DisableBillingAccountRequest struct {

	// ID of the billing account to disable
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableBillingAccountRequest) Descriptor deprecated added in v0.17.0

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

Deprecated: Use DisableBillingAccountRequest.ProtoReflect.Descriptor instead.

func (*DisableBillingAccountRequest) GetId added in v0.17.0

func (*DisableBillingAccountRequest) ProtoMessage added in v0.17.0

func (*DisableBillingAccountRequest) ProtoMessage()

func (*DisableBillingAccountRequest) ProtoReflect added in v0.17.0

func (*DisableBillingAccountRequest) Reset added in v0.17.0

func (x *DisableBillingAccountRequest) Reset()

func (*DisableBillingAccountRequest) String added in v0.17.0

type DisableBillingAccountResponse added in v0.17.0

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

func (*DisableBillingAccountResponse) Descriptor deprecated added in v0.17.0

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

Deprecated: Use DisableBillingAccountResponse.ProtoReflect.Descriptor instead.

func (*DisableBillingAccountResponse) ProtoMessage added in v0.17.0

func (*DisableBillingAccountResponse) ProtoMessage()

func (*DisableBillingAccountResponse) ProtoReflect added in v0.17.0

func (*DisableBillingAccountResponse) Reset added in v0.17.0

func (x *DisableBillingAccountResponse) Reset()

func (*DisableBillingAccountResponse) String added in v0.17.0

type DisableGroupRequest

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

func (*DisableGroupRequest) Descriptor deprecated

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

Deprecated: Use DisableGroupRequest.ProtoReflect.Descriptor instead.

func (*DisableGroupRequest) GetId

func (x *DisableGroupRequest) GetId() string

func (*DisableGroupRequest) ProtoMessage

func (*DisableGroupRequest) ProtoMessage()

func (*DisableGroupRequest) ProtoReflect

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

func (*DisableGroupRequest) Reset

func (x *DisableGroupRequest) Reset()

func (*DisableGroupRequest) String

func (x *DisableGroupRequest) String() string

type DisableGroupResponse

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

func (*DisableGroupResponse) Descriptor deprecated

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

Deprecated: Use DisableGroupResponse.ProtoReflect.Descriptor instead.

func (*DisableGroupResponse) ProtoMessage

func (*DisableGroupResponse) ProtoMessage()

func (*DisableGroupResponse) ProtoReflect

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

func (*DisableGroupResponse) Reset

func (x *DisableGroupResponse) Reset()

func (*DisableGroupResponse) String

func (x *DisableGroupResponse) String() string

type DisableOrganizationRequest

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

func (*DisableOrganizationRequest) Descriptor deprecated

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

Deprecated: Use DisableOrganizationRequest.ProtoReflect.Descriptor instead.

func (*DisableOrganizationRequest) GetId

func (*DisableOrganizationRequest) ProtoMessage

func (*DisableOrganizationRequest) ProtoMessage()

func (*DisableOrganizationRequest) ProtoReflect

func (*DisableOrganizationRequest) Reset

func (x *DisableOrganizationRequest) Reset()

func (*DisableOrganizationRequest) String

func (x *DisableOrganizationRequest) String() string

type DisableOrganizationResponse

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

func (*DisableOrganizationResponse) Descriptor deprecated

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

Deprecated: Use DisableOrganizationResponse.ProtoReflect.Descriptor instead.

func (*DisableOrganizationResponse) ProtoMessage

func (*DisableOrganizationResponse) ProtoMessage()

func (*DisableOrganizationResponse) ProtoReflect

func (*DisableOrganizationResponse) Reset

func (x *DisableOrganizationResponse) Reset()

func (*DisableOrganizationResponse) String

func (x *DisableOrganizationResponse) String() string

type DisableProjectRequest

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

func (*DisableProjectRequest) Descriptor deprecated

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

Deprecated: Use DisableProjectRequest.ProtoReflect.Descriptor instead.

func (*DisableProjectRequest) GetId

func (x *DisableProjectRequest) GetId() string

func (*DisableProjectRequest) ProtoMessage

func (*DisableProjectRequest) ProtoMessage()

func (*DisableProjectRequest) ProtoReflect

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

func (*DisableProjectRequest) Reset

func (x *DisableProjectRequest) Reset()

func (*DisableProjectRequest) String

func (x *DisableProjectRequest) String() string

type DisableProjectResponse

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

func (*DisableProjectResponse) Descriptor deprecated

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

Deprecated: Use DisableProjectResponse.ProtoReflect.Descriptor instead.

func (*DisableProjectResponse) ProtoMessage

func (*DisableProjectResponse) ProtoMessage()

func (*DisableProjectResponse) ProtoReflect

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

func (*DisableProjectResponse) Reset

func (x *DisableProjectResponse) Reset()

func (*DisableProjectResponse) String

func (x *DisableProjectResponse) String() string

type DisableUserRequest

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

func (*DisableUserRequest) Descriptor deprecated

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

Deprecated: Use DisableUserRequest.ProtoReflect.Descriptor instead.

func (*DisableUserRequest) GetId

func (x *DisableUserRequest) GetId() string

func (*DisableUserRequest) ProtoMessage

func (*DisableUserRequest) ProtoMessage()

func (*DisableUserRequest) ProtoReflect

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

func (*DisableUserRequest) Reset

func (x *DisableUserRequest) Reset()

func (*DisableUserRequest) String

func (x *DisableUserRequest) String() string

type DisableUserResponse

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

func (*DisableUserResponse) Descriptor deprecated

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

Deprecated: Use DisableUserResponse.ProtoReflect.Descriptor instead.

func (*DisableUserResponse) ProtoMessage

func (*DisableUserResponse) ProtoMessage()

func (*DisableUserResponse) ProtoReflect

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

func (*DisableUserResponse) Reset

func (x *DisableUserResponse) Reset()

func (*DisableUserResponse) String

func (x *DisableUserResponse) String() string

type Domain added in v0.7.2

type Domain struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	OrgId     string                 `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Token     string                 `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
	State     string                 `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Domain) Descriptor deprecated added in v0.7.2

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

Deprecated: Use Domain.ProtoReflect.Descriptor instead.

func (*Domain) GetCreatedAt added in v0.7.2

func (x *Domain) GetCreatedAt() *timestamppb.Timestamp

func (*Domain) GetId added in v0.7.2

func (x *Domain) GetId() string

func (*Domain) GetName added in v0.7.2

func (x *Domain) GetName() string

func (*Domain) GetOrgId added in v0.7.2

func (x *Domain) GetOrgId() string

func (*Domain) GetState added in v0.7.2

func (x *Domain) GetState() string

func (*Domain) GetToken added in v0.7.2

func (x *Domain) GetToken() string

func (*Domain) GetUpdatedAt added in v0.7.2

func (x *Domain) GetUpdatedAt() *timestamppb.Timestamp

func (*Domain) ProtoMessage added in v0.7.2

func (*Domain) ProtoMessage()

func (*Domain) ProtoReflect added in v0.7.2

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

func (*Domain) Reset added in v0.7.2

func (x *Domain) Reset()

func (*Domain) String added in v0.7.2

func (x *Domain) String() string

type EnableBillingAccountRequest added in v0.17.0

type EnableBillingAccountRequest struct {

	// ID of the billing account to enable
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableBillingAccountRequest) Descriptor deprecated added in v0.17.0

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

Deprecated: Use EnableBillingAccountRequest.ProtoReflect.Descriptor instead.

func (*EnableBillingAccountRequest) GetId added in v0.17.0

func (*EnableBillingAccountRequest) ProtoMessage added in v0.17.0

func (*EnableBillingAccountRequest) ProtoMessage()

func (*EnableBillingAccountRequest) ProtoReflect added in v0.17.0

func (*EnableBillingAccountRequest) Reset added in v0.17.0

func (x *EnableBillingAccountRequest) Reset()

func (*EnableBillingAccountRequest) String added in v0.17.0

func (x *EnableBillingAccountRequest) String() string

type EnableBillingAccountResponse added in v0.17.0

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

func (*EnableBillingAccountResponse) Descriptor deprecated added in v0.17.0

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

Deprecated: Use EnableBillingAccountResponse.ProtoReflect.Descriptor instead.

func (*EnableBillingAccountResponse) ProtoMessage added in v0.17.0

func (*EnableBillingAccountResponse) ProtoMessage()

func (*EnableBillingAccountResponse) ProtoReflect added in v0.17.0

func (*EnableBillingAccountResponse) Reset added in v0.17.0

func (x *EnableBillingAccountResponse) Reset()

func (*EnableBillingAccountResponse) String added in v0.17.0

type EnableGroupRequest

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

func (*EnableGroupRequest) Descriptor deprecated

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

Deprecated: Use EnableGroupRequest.ProtoReflect.Descriptor instead.

func (*EnableGroupRequest) GetId

func (x *EnableGroupRequest) GetId() string

func (*EnableGroupRequest) ProtoMessage

func (*EnableGroupRequest) ProtoMessage()

func (*EnableGroupRequest) ProtoReflect

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

func (*EnableGroupRequest) Reset

func (x *EnableGroupRequest) Reset()

func (*EnableGroupRequest) String

func (x *EnableGroupRequest) String() string

type EnableGroupResponse

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

func (*EnableGroupResponse) Descriptor deprecated

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

Deprecated: Use EnableGroupResponse.ProtoReflect.Descriptor instead.

func (*EnableGroupResponse) ProtoMessage

func (*EnableGroupResponse) ProtoMessage()

func (*EnableGroupResponse) ProtoReflect

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

func (*EnableGroupResponse) Reset

func (x *EnableGroupResponse) Reset()

func (*EnableGroupResponse) String

func (x *EnableGroupResponse) String() string

type EnableOrganizationRequest

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

func (*EnableOrganizationRequest) Descriptor deprecated

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

Deprecated: Use EnableOrganizationRequest.ProtoReflect.Descriptor instead.

func (*EnableOrganizationRequest) GetId

func (x *EnableOrganizationRequest) GetId() string

func (*EnableOrganizationRequest) ProtoMessage

func (*EnableOrganizationRequest) ProtoMessage()

func (*EnableOrganizationRequest) ProtoReflect

func (*EnableOrganizationRequest) Reset

func (x *EnableOrganizationRequest) Reset()

func (*EnableOrganizationRequest) String

func (x *EnableOrganizationRequest) String() string

type EnableOrganizationResponse

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

func (*EnableOrganizationResponse) Descriptor deprecated

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

Deprecated: Use EnableOrganizationResponse.ProtoReflect.Descriptor instead.

func (*EnableOrganizationResponse) ProtoMessage

func (*EnableOrganizationResponse) ProtoMessage()

func (*EnableOrganizationResponse) ProtoReflect

func (*EnableOrganizationResponse) Reset

func (x *EnableOrganizationResponse) Reset()

func (*EnableOrganizationResponse) String

func (x *EnableOrganizationResponse) String() string

type EnableProjectRequest

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

func (*EnableProjectRequest) Descriptor deprecated

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

Deprecated: Use EnableProjectRequest.ProtoReflect.Descriptor instead.

func (*EnableProjectRequest) GetId

func (x *EnableProjectRequest) GetId() string

func (*EnableProjectRequest) ProtoMessage

func (*EnableProjectRequest) ProtoMessage()

func (*EnableProjectRequest) ProtoReflect

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

func (*EnableProjectRequest) Reset

func (x *EnableProjectRequest) Reset()

func (*EnableProjectRequest) String

func (x *EnableProjectRequest) String() string

type EnableProjectResponse

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

func (*EnableProjectResponse) Descriptor deprecated

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

Deprecated: Use EnableProjectResponse.ProtoReflect.Descriptor instead.

func (*EnableProjectResponse) ProtoMessage

func (*EnableProjectResponse) ProtoMessage()

func (*EnableProjectResponse) ProtoReflect

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

func (*EnableProjectResponse) Reset

func (x *EnableProjectResponse) Reset()

func (*EnableProjectResponse) String

func (x *EnableProjectResponse) String() string

type EnableUserRequest

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

func (*EnableUserRequest) Descriptor deprecated

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

Deprecated: Use EnableUserRequest.ProtoReflect.Descriptor instead.

func (*EnableUserRequest) GetId

func (x *EnableUserRequest) GetId() string

func (*EnableUserRequest) ProtoMessage

func (*EnableUserRequest) ProtoMessage()

func (*EnableUserRequest) ProtoReflect

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

func (*EnableUserRequest) Reset

func (x *EnableUserRequest) Reset()

func (*EnableUserRequest) String

func (x *EnableUserRequest) String() string

type EnableUserResponse

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

func (*EnableUserResponse) Descriptor deprecated

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

Deprecated: Use EnableUserResponse.ProtoReflect.Descriptor instead.

func (*EnableUserResponse) ProtoMessage

func (*EnableUserResponse) ProtoMessage()

func (*EnableUserResponse) ProtoReflect

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

func (*EnableUserResponse) Reset

func (x *EnableUserResponse) Reset()

func (*EnableUserResponse) String

func (x *EnableUserResponse) String() string

type ExportAuditRecordsRequest added in v0.75.0

type ExportAuditRecordsRequest struct {
	Query *RQLExportRequest `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportAuditRecordsRequest) Descriptor deprecated added in v0.75.0

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

Deprecated: Use ExportAuditRecordsRequest.ProtoReflect.Descriptor instead.

func (*ExportAuditRecordsRequest) GetQuery added in v0.75.0

func (*ExportAuditRecordsRequest) ProtoMessage added in v0.75.0

func (*ExportAuditRecordsRequest) ProtoMessage()

func (*ExportAuditRecordsRequest) ProtoReflect added in v0.75.0

func (*ExportAuditRecordsRequest) Reset added in v0.75.0

func (x *ExportAuditRecordsRequest) Reset()

func (*ExportAuditRecordsRequest) String added in v0.75.0

func (x *ExportAuditRecordsRequest) String() string

type ExportOrganizationProjectsRequest added in v0.54.0

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

func (*ExportOrganizationProjectsRequest) Descriptor deprecated added in v0.54.0

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

Deprecated: Use ExportOrganizationProjectsRequest.ProtoReflect.Descriptor instead.

func (*ExportOrganizationProjectsRequest) GetId added in v0.54.0

func (*ExportOrganizationProjectsRequest) ProtoMessage added in v0.54.0

func (*ExportOrganizationProjectsRequest) ProtoMessage()

func (*ExportOrganizationProjectsRequest) ProtoReflect added in v0.54.0

func (*ExportOrganizationProjectsRequest) Reset added in v0.54.0

func (*ExportOrganizationProjectsRequest) String added in v0.54.0

type ExportOrganizationTokensRequest added in v0.56.0

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

func (*ExportOrganizationTokensRequest) Descriptor deprecated added in v0.56.0

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

Deprecated: Use ExportOrganizationTokensRequest.ProtoReflect.Descriptor instead.

func (*ExportOrganizationTokensRequest) GetId added in v0.56.0

func (*ExportOrganizationTokensRequest) ProtoMessage added in v0.56.0

func (*ExportOrganizationTokensRequest) ProtoMessage()

func (*ExportOrganizationTokensRequest) ProtoReflect added in v0.56.0

func (*ExportOrganizationTokensRequest) Reset added in v0.56.0

func (*ExportOrganizationTokensRequest) String added in v0.56.0

type ExportOrganizationUsersRequest added in v0.53.0

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

func (*ExportOrganizationUsersRequest) Descriptor deprecated added in v0.53.0

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

Deprecated: Use ExportOrganizationUsersRequest.ProtoReflect.Descriptor instead.

func (*ExportOrganizationUsersRequest) GetId added in v0.53.0

func (*ExportOrganizationUsersRequest) ProtoMessage added in v0.53.0

func (*ExportOrganizationUsersRequest) ProtoMessage()

func (*ExportOrganizationUsersRequest) ProtoReflect added in v0.53.0

func (*ExportOrganizationUsersRequest) Reset added in v0.53.0

func (x *ExportOrganizationUsersRequest) Reset()

func (*ExportOrganizationUsersRequest) String added in v0.53.0

type ExportOrganizationsRequest added in v0.51.0

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

func (*ExportOrganizationsRequest) Descriptor deprecated added in v0.51.0

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

Deprecated: Use ExportOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ExportOrganizationsRequest) ProtoMessage added in v0.51.0

func (*ExportOrganizationsRequest) ProtoMessage()

func (*ExportOrganizationsRequest) ProtoReflect added in v0.51.0

func (*ExportOrganizationsRequest) Reset added in v0.51.0

func (x *ExportOrganizationsRequest) Reset()

func (*ExportOrganizationsRequest) String added in v0.51.0

func (x *ExportOrganizationsRequest) String() string

type ExportUsersRequest added in v0.57.0

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

func (*ExportUsersRequest) Descriptor deprecated added in v0.57.0

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

Deprecated: Use ExportUsersRequest.ProtoReflect.Descriptor instead.

func (*ExportUsersRequest) ProtoMessage added in v0.57.0

func (*ExportUsersRequest) ProtoMessage()

func (*ExportUsersRequest) ProtoReflect added in v0.57.0

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

func (*ExportUsersRequest) Reset added in v0.57.0

func (x *ExportUsersRequest) Reset()

func (*ExportUsersRequest) String added in v0.57.0

func (x *ExportUsersRequest) String() string

type Feature added in v0.8.0

type Feature struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// machine friendly name
	Name       string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ProductIds []string `protobuf:"bytes,3,rep,name=product_ids,json=productIds,proto3" json:"product_ids,omitempty"`
	// human friendly name
	Title     string                 `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use Feature.ProtoReflect.Descriptor instead.

func (*Feature) GetCreatedAt added in v0.8.0

func (x *Feature) GetCreatedAt() *timestamppb.Timestamp

func (*Feature) GetId added in v0.8.0

func (x *Feature) GetId() string

func (*Feature) GetMetadata added in v0.8.0

func (x *Feature) GetMetadata() *structpb.Struct

func (*Feature) GetName added in v0.8.0

func (x *Feature) GetName() string

func (*Feature) GetProductIds added in v0.8.14

func (x *Feature) GetProductIds() []string

func (*Feature) GetTitle added in v0.8.0

func (x *Feature) GetTitle() string

func (*Feature) GetUpdatedAt added in v0.8.0

func (x *Feature) GetUpdatedAt() *timestamppb.Timestamp

func (*Feature) ProtoMessage added in v0.8.0

func (*Feature) ProtoMessage()

func (*Feature) ProtoReflect added in v0.8.0

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

func (*Feature) Reset added in v0.8.0

func (x *Feature) Reset()

func (*Feature) String added in v0.8.0

func (x *Feature) String() string

type FeatureRequestBody added in v0.8.0

type FeatureRequestBody struct {

	// machine friendly name
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// human friendly title
	Title      string           `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	ProductIds []string         `protobuf:"bytes,3,rep,name=product_ids,json=productIds,proto3" json:"product_ids,omitempty"`
	Metadata   *structpb.Struct `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use FeatureRequestBody.ProtoReflect.Descriptor instead.

func (*FeatureRequestBody) GetMetadata added in v0.8.0

func (x *FeatureRequestBody) GetMetadata() *structpb.Struct

func (*FeatureRequestBody) GetName added in v0.8.0

func (x *FeatureRequestBody) GetName() string

func (*FeatureRequestBody) GetProductIds added in v0.8.34

func (x *FeatureRequestBody) GetProductIds() []string

func (*FeatureRequestBody) GetTitle added in v0.8.0

func (x *FeatureRequestBody) GetTitle() string

func (*FeatureRequestBody) ProtoMessage added in v0.8.0

func (*FeatureRequestBody) ProtoMessage()

func (*FeatureRequestBody) ProtoReflect added in v0.8.0

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

func (*FeatureRequestBody) Reset added in v0.8.0

func (x *FeatureRequestBody) Reset()

func (*FeatureRequestBody) String added in v0.8.0

func (x *FeatureRequestBody) String() string

type FlowIntent added in v0.117.0

type FlowIntent int32

FlowIntent says whether the caller is logging an existing user in or signing a new one up. Unspecified keeps the existing create-or-get behaviour, so clients that do not set it are unaffected.

const (
	FlowIntent_FLOW_INTENT_UNSPECIFIED FlowIntent = 0
	FlowIntent_FLOW_INTENT_LOGIN       FlowIntent = 1
	FlowIntent_FLOW_INTENT_SIGNUP      FlowIntent = 2
)

func (FlowIntent) Descriptor added in v0.117.0

func (FlowIntent) Descriptor() protoreflect.EnumDescriptor

func (FlowIntent) Enum added in v0.117.0

func (x FlowIntent) Enum() *FlowIntent

func (FlowIntent) EnumDescriptor deprecated added in v0.117.0

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

Deprecated: Use FlowIntent.Descriptor instead.

func (FlowIntent) Number added in v0.117.0

func (x FlowIntent) Number() protoreflect.EnumNumber

func (FlowIntent) String added in v0.117.0

func (x FlowIntent) String() string

func (FlowIntent) Type added in v0.117.0

type GenerateInvoicesRequest added in v0.41.0

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

func (*GenerateInvoicesRequest) Descriptor deprecated added in v0.41.0

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

Deprecated: Use GenerateInvoicesRequest.ProtoReflect.Descriptor instead.

func (*GenerateInvoicesRequest) ProtoMessage added in v0.41.0

func (*GenerateInvoicesRequest) ProtoMessage()

func (*GenerateInvoicesRequest) ProtoReflect added in v0.41.0

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

func (*GenerateInvoicesRequest) Reset added in v0.41.0

func (x *GenerateInvoicesRequest) Reset()

func (*GenerateInvoicesRequest) String added in v0.41.0

func (x *GenerateInvoicesRequest) String() string

type GenerateInvoicesResponse added in v0.41.0

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

func (*GenerateInvoicesResponse) Descriptor deprecated added in v0.41.0

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

Deprecated: Use GenerateInvoicesResponse.ProtoReflect.Descriptor instead.

func (*GenerateInvoicesResponse) ProtoMessage added in v0.41.0

func (*GenerateInvoicesResponse) ProtoMessage()

func (*GenerateInvoicesResponse) ProtoReflect added in v0.41.0

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

func (*GenerateInvoicesResponse) Reset added in v0.41.0

func (x *GenerateInvoicesResponse) Reset()

func (*GenerateInvoicesResponse) String added in v0.41.0

func (x *GenerateInvoicesResponse) String() string

type GetBillingAccountDetailsRequest added in v0.60.0

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

func (*GetBillingAccountDetailsRequest) Descriptor deprecated added in v0.60.0

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

Deprecated: Use GetBillingAccountDetailsRequest.ProtoReflect.Descriptor instead.

func (*GetBillingAccountDetailsRequest) GetId added in v0.60.0

func (*GetBillingAccountDetailsRequest) GetOrgId added in v0.60.0

func (*GetBillingAccountDetailsRequest) ProtoMessage added in v0.60.0

func (*GetBillingAccountDetailsRequest) ProtoMessage()

func (*GetBillingAccountDetailsRequest) ProtoReflect added in v0.60.0

func (*GetBillingAccountDetailsRequest) Reset added in v0.60.0

func (*GetBillingAccountDetailsRequest) String added in v0.60.0

type GetBillingAccountDetailsResponse added in v0.60.0

type GetBillingAccountDetailsResponse struct {

	// credit_min is the minimum credit limit for the billing account
	// default is 0, negative numbers work as overdraft, positive
	// numbers work as minimum purchase limit
	CreditMin int64 `protobuf:"varint,1,opt,name=credit_min,json=creditMin,proto3" json:"credit_min,omitempty"`
	// due_in_days is the number of days after the invoice finalization
	// that it will be considered overdue, if set to 0, the customer will
	// be charged immediately
	DueInDays int64 `protobuf:"varint,2,opt,name=due_in_days,json=dueInDays,proto3" json:"due_in_days,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBillingAccountDetailsResponse) Descriptor deprecated added in v0.60.0

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

Deprecated: Use GetBillingAccountDetailsResponse.ProtoReflect.Descriptor instead.

func (*GetBillingAccountDetailsResponse) GetCreditMin added in v0.60.0

func (x *GetBillingAccountDetailsResponse) GetCreditMin() int64

func (*GetBillingAccountDetailsResponse) GetDueInDays added in v0.60.0

func (x *GetBillingAccountDetailsResponse) GetDueInDays() int64

func (*GetBillingAccountDetailsResponse) ProtoMessage added in v0.60.0

func (*GetBillingAccountDetailsResponse) ProtoMessage()

func (*GetBillingAccountDetailsResponse) ProtoReflect added in v0.60.0

func (*GetBillingAccountDetailsResponse) Reset added in v0.60.0

func (*GetBillingAccountDetailsResponse) String added in v0.60.0

type GetBillingAccountRequest added in v0.8.0

type GetBillingAccountRequest struct {

	// ID of the billing account to get
	Id                 string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	WithPaymentMethods bool     `protobuf:"varint,3,opt,name=with_payment_methods,json=withPaymentMethods,proto3" json:"with_payment_methods,omitempty"`
	WithBillingDetails bool     `protobuf:"varint,4,opt,name=with_billing_details,json=withBillingDetails,proto3" json:"with_billing_details,omitempty"`
	Expand             []string `protobuf:"bytes,101,rep,name=expand,proto3" json:"expand,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use GetBillingAccountRequest.ProtoReflect.Descriptor instead.

func (*GetBillingAccountRequest) GetExpand added in v0.8.41

func (x *GetBillingAccountRequest) GetExpand() []string

func (*GetBillingAccountRequest) GetId added in v0.8.0

func (x *GetBillingAccountRequest) GetId() string

func (*GetBillingAccountRequest) GetWithBillingDetails added in v0.65.0

func (x *GetBillingAccountRequest) GetWithBillingDetails() bool

func (*GetBillingAccountRequest) GetWithPaymentMethods added in v0.8.13

func (x *GetBillingAccountRequest) GetWithPaymentMethods() bool

func (*GetBillingAccountRequest) ProtoMessage added in v0.8.0

func (*GetBillingAccountRequest) ProtoMessage()

func (*GetBillingAccountRequest) ProtoReflect added in v0.8.0

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

func (*GetBillingAccountRequest) Reset added in v0.8.0

func (x *GetBillingAccountRequest) Reset()

func (*GetBillingAccountRequest) String added in v0.8.0

func (x *GetBillingAccountRequest) String() string

type GetBillingAccountResponse added in v0.8.0

type GetBillingAccountResponse struct {

	// Billing account
	BillingAccount *BillingAccount `protobuf:"bytes,1,opt,name=billing_account,json=billingAccount,proto3" json:"billing_account,omitempty"`
	// List of payment methods
	PaymentMethods []*PaymentMethod `protobuf:"bytes,2,rep,name=payment_methods,json=paymentMethods,proto3" json:"payment_methods,omitempty"`
	// Billing details
	BillingDetails *BillingAccountDetails `protobuf:"bytes,3,opt,name=billing_details,json=billingDetails,proto3" json:"billing_details,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use GetBillingAccountResponse.ProtoReflect.Descriptor instead.

func (*GetBillingAccountResponse) GetBillingAccount added in v0.8.0

func (x *GetBillingAccountResponse) GetBillingAccount() *BillingAccount

func (*GetBillingAccountResponse) GetBillingDetails added in v0.65.0

func (x *GetBillingAccountResponse) GetBillingDetails() *BillingAccountDetails

func (*GetBillingAccountResponse) GetPaymentMethods added in v0.8.13

func (x *GetBillingAccountResponse) GetPaymentMethods() []*PaymentMethod

func (*GetBillingAccountResponse) ProtoMessage added in v0.8.0

func (*GetBillingAccountResponse) ProtoMessage()

func (*GetBillingAccountResponse) ProtoReflect added in v0.8.0

func (*GetBillingAccountResponse) Reset added in v0.8.0

func (x *GetBillingAccountResponse) Reset()

func (*GetBillingAccountResponse) String added in v0.8.0

func (x *GetBillingAccountResponse) String() string

type GetBillingBalanceRequest added in v0.8.0

type GetBillingBalanceRequest struct {

	// ID of the billing account to get the balance for
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use GetBillingBalanceRequest.ProtoReflect.Descriptor instead.

func (*GetBillingBalanceRequest) GetId added in v0.8.0

func (x *GetBillingBalanceRequest) GetId() string

func (*GetBillingBalanceRequest) ProtoMessage added in v0.8.0

func (*GetBillingBalanceRequest) ProtoMessage()

func (*GetBillingBalanceRequest) ProtoReflect added in v0.8.0

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

func (*GetBillingBalanceRequest) Reset added in v0.8.0

func (x *GetBillingBalanceRequest) Reset()

func (*GetBillingBalanceRequest) String added in v0.8.0

func (x *GetBillingBalanceRequest) String() string

type GetBillingBalanceResponse added in v0.8.0

type GetBillingBalanceResponse struct {

	// Balance of the billing account
	Balance *BillingAccount_Balance `protobuf:"bytes,1,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use GetBillingBalanceResponse.ProtoReflect.Descriptor instead.

func (*GetBillingBalanceResponse) GetBalance added in v0.8.0

func (*GetBillingBalanceResponse) ProtoMessage added in v0.8.0

func (*GetBillingBalanceResponse) ProtoMessage()

func (*GetBillingBalanceResponse) ProtoReflect added in v0.8.0

func (*GetBillingBalanceResponse) Reset added in v0.8.0

func (x *GetBillingBalanceResponse) Reset()

func (*GetBillingBalanceResponse) String added in v0.8.0

func (x *GetBillingBalanceResponse) String() string

type GetCheckoutRequest added in v0.21.0

type GetCheckoutRequest struct {

	// ID of the checkout to get
	Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCheckoutRequest) Descriptor deprecated added in v0.21.0

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

Deprecated: Use GetCheckoutRequest.ProtoReflect.Descriptor instead.

func (*GetCheckoutRequest) GetId added in v0.21.0

func (x *GetCheckoutRequest) GetId() string

func (*GetCheckoutRequest) ProtoMessage added in v0.21.0

func (*GetCheckoutRequest) ProtoMessage()

func (*GetCheckoutRequest) ProtoReflect added in v0.21.0

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

func (*GetCheckoutRequest) Reset added in v0.21.0

func (x *GetCheckoutRequest) Reset()

func (*GetCheckoutRequest) String added in v0.21.0

func (x *GetCheckoutRequest) String() string

type GetCheckoutResponse added in v0.21.0

type GetCheckoutResponse struct {

	// Checkout session
	CheckoutSession *CheckoutSession `protobuf:"bytes,1,opt,name=checkout_session,json=checkoutSession,proto3" json:"checkout_session,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCheckoutResponse) Descriptor deprecated added in v0.21.0

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

Deprecated: Use GetCheckoutResponse.ProtoReflect.Descriptor instead.

func (*GetCheckoutResponse) GetCheckoutSession added in v0.21.0

func (x *GetCheckoutResponse) GetCheckoutSession() *CheckoutSession

func (*GetCheckoutResponse) ProtoMessage added in v0.21.0

func (*GetCheckoutResponse) ProtoMessage()

func (*GetCheckoutResponse) ProtoReflect added in v0.21.0

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

func (*GetCheckoutResponse) Reset added in v0.21.0

func (x *GetCheckoutResponse) Reset()

func (*GetCheckoutResponse) String added in v0.21.0

func (x *GetCheckoutResponse) String() string

type GetCurrentAdminUserRequest added in v0.70.0

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

func (*GetCurrentAdminUserRequest) Descriptor deprecated added in v0.70.0

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

Deprecated: Use GetCurrentAdminUserRequest.ProtoReflect.Descriptor instead.

func (*GetCurrentAdminUserRequest) ProtoMessage added in v0.70.0

func (*GetCurrentAdminUserRequest) ProtoMessage()

func (*GetCurrentAdminUserRequest) ProtoReflect added in v0.70.0

func (*GetCurrentAdminUserRequest) Reset added in v0.70.0

func (x *GetCurrentAdminUserRequest) Reset()

func (*GetCurrentAdminUserRequest) String added in v0.70.0

func (x *GetCurrentAdminUserRequest) String() string

type GetCurrentAdminUserResponse added in v0.70.0

type GetCurrentAdminUserResponse struct {
	User        *User        `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	ServiceUser *ServiceUser `protobuf:"bytes,2,opt,name=service_user,json=serviceUser,proto3" json:"service_user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCurrentAdminUserResponse) Descriptor deprecated added in v0.70.0

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

Deprecated: Use GetCurrentAdminUserResponse.ProtoReflect.Descriptor instead.

func (*GetCurrentAdminUserResponse) GetServiceUser added in v0.70.0

func (x *GetCurrentAdminUserResponse) GetServiceUser() *ServiceUser

func (*GetCurrentAdminUserResponse) GetUser added in v0.70.0

func (x *GetCurrentAdminUserResponse) GetUser() *User

func (*GetCurrentAdminUserResponse) ProtoMessage added in v0.70.0

func (*GetCurrentAdminUserResponse) ProtoMessage()

func (*GetCurrentAdminUserResponse) ProtoReflect added in v0.70.0

func (*GetCurrentAdminUserResponse) Reset added in v0.70.0

func (x *GetCurrentAdminUserResponse) Reset()

func (*GetCurrentAdminUserResponse) String added in v0.70.0

func (x *GetCurrentAdminUserResponse) String() string

type GetCurrentUserPATRequest added in v0.94.0

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

func (*GetCurrentUserPATRequest) Descriptor deprecated added in v0.94.0

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

Deprecated: Use GetCurrentUserPATRequest.ProtoReflect.Descriptor instead.

func (*GetCurrentUserPATRequest) GetId added in v0.94.0

func (x *GetCurrentUserPATRequest) GetId() string

func (*GetCurrentUserPATRequest) ProtoMessage added in v0.94.0

func (*GetCurrentUserPATRequest) ProtoMessage()

func (*GetCurrentUserPATRequest) ProtoReflect added in v0.94.0

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

func (*GetCurrentUserPATRequest) Reset added in v0.94.0

func (x *GetCurrentUserPATRequest) Reset()

func (*GetCurrentUserPATRequest) String added in v0.94.0

func (x *GetCurrentUserPATRequest) String() string

type GetCurrentUserPATResponse added in v0.94.0

type GetCurrentUserPATResponse struct {
	Pat *PAT `protobuf:"bytes,1,opt,name=pat,proto3" json:"pat,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCurrentUserPATResponse) Descriptor deprecated added in v0.94.0

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

Deprecated: Use GetCurrentUserPATResponse.ProtoReflect.Descriptor instead.

func (*GetCurrentUserPATResponse) GetPat added in v0.94.0

func (x *GetCurrentUserPATResponse) GetPat() *PAT

func (*GetCurrentUserPATResponse) ProtoMessage added in v0.94.0

func (*GetCurrentUserPATResponse) ProtoMessage()

func (*GetCurrentUserPATResponse) ProtoReflect added in v0.94.0

func (*GetCurrentUserPATResponse) Reset added in v0.94.0

func (x *GetCurrentUserPATResponse) Reset()

func (*GetCurrentUserPATResponse) String added in v0.94.0

func (x *GetCurrentUserPATResponse) String() string

type GetCurrentUserRequest

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

func (*GetCurrentUserRequest) Descriptor deprecated

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

Deprecated: Use GetCurrentUserRequest.ProtoReflect.Descriptor instead.

func (*GetCurrentUserRequest) ProtoMessage

func (*GetCurrentUserRequest) ProtoMessage()

func (*GetCurrentUserRequest) ProtoReflect

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

func (*GetCurrentUserRequest) Reset

func (x *GetCurrentUserRequest) Reset()

func (*GetCurrentUserRequest) String

func (x *GetCurrentUserRequest) String() string

type GetCurrentUserResponse

type GetCurrentUserResponse struct {
	User        *User        `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Serviceuser *ServiceUser `protobuf:"bytes,2,opt,name=serviceuser,proto3" json:"serviceuser,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCurrentUserResponse) Descriptor deprecated

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

Deprecated: Use GetCurrentUserResponse.ProtoReflect.Descriptor instead.

func (*GetCurrentUserResponse) GetServiceuser

func (x *GetCurrentUserResponse) GetServiceuser() *ServiceUser

func (*GetCurrentUserResponse) GetUser

func (x *GetCurrentUserResponse) GetUser() *User

func (*GetCurrentUserResponse) ProtoMessage

func (*GetCurrentUserResponse) ProtoMessage()

func (*GetCurrentUserResponse) ProtoReflect

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

func (*GetCurrentUserResponse) Reset

func (x *GetCurrentUserResponse) Reset()

func (*GetCurrentUserResponse) String

func (x *GetCurrentUserResponse) String() string

type GetFeatureRequest added in v0.8.0

type GetFeatureRequest struct {

	// ID of the feature to get
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use GetFeatureRequest.ProtoReflect.Descriptor instead.

func (*GetFeatureRequest) GetId added in v0.8.0

func (x *GetFeatureRequest) GetId() string

func (*GetFeatureRequest) ProtoMessage added in v0.8.0

func (*GetFeatureRequest) ProtoMessage()

func (*GetFeatureRequest) ProtoReflect added in v0.8.0

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

func (*GetFeatureRequest) Reset added in v0.8.0

func (x *GetFeatureRequest) Reset()

func (*GetFeatureRequest) String added in v0.8.0

func (x *GetFeatureRequest) String() string

type GetFeatureResponse added in v0.8.0

type GetFeatureResponse struct {

	// Feature
	Feature *Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use GetFeatureResponse.ProtoReflect.Descriptor instead.

func (*GetFeatureResponse) GetFeature added in v0.8.0

func (x *GetFeatureResponse) GetFeature() *Feature

func (*GetFeatureResponse) ProtoMessage added in v0.8.0

func (*GetFeatureResponse) ProtoMessage()

func (*GetFeatureResponse) ProtoReflect added in v0.8.0

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

func (*GetFeatureResponse) Reset added in v0.8.0

func (x *GetFeatureResponse) Reset()

func (*GetFeatureResponse) String added in v0.8.0

func (x *GetFeatureResponse) String() string

type GetGroupRequest

type GetGroupRequest struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	WithMembers bool   `protobuf:"varint,3,opt,name=with_members,json=withMembers,proto3" json:"with_members,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupRequest) Descriptor deprecated

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

Deprecated: Use GetGroupRequest.ProtoReflect.Descriptor instead.

func (*GetGroupRequest) GetId

func (x *GetGroupRequest) GetId() string

func (*GetGroupRequest) GetWithMembers added in v0.8.0

func (x *GetGroupRequest) GetWithMembers() bool

func (*GetGroupRequest) ProtoMessage

func (*GetGroupRequest) ProtoMessage()

func (*GetGroupRequest) ProtoReflect

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

func (*GetGroupRequest) Reset

func (x *GetGroupRequest) Reset()

func (*GetGroupRequest) String

func (x *GetGroupRequest) String() string

type GetGroupResponse

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

func (*GetGroupResponse) Descriptor deprecated

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

Deprecated: Use GetGroupResponse.ProtoReflect.Descriptor instead.

func (*GetGroupResponse) GetGroup

func (x *GetGroupResponse) GetGroup() *Group

func (*GetGroupResponse) ProtoMessage

func (*GetGroupResponse) ProtoMessage()

func (*GetGroupResponse) ProtoReflect

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

func (*GetGroupResponse) Reset

func (x *GetGroupResponse) Reset()

func (*GetGroupResponse) String

func (x *GetGroupResponse) String() string

type GetJWKsRequest

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

func (*GetJWKsRequest) Descriptor deprecated

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

Deprecated: Use GetJWKsRequest.ProtoReflect.Descriptor instead.

func (*GetJWKsRequest) ProtoMessage

func (*GetJWKsRequest) ProtoMessage()

func (*GetJWKsRequest) ProtoReflect

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

func (*GetJWKsRequest) Reset

func (x *GetJWKsRequest) Reset()

func (*GetJWKsRequest) String

func (x *GetJWKsRequest) String() string

type GetJWKsResponse

type GetJWKsResponse struct {
	Keys []*JSONWebKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

GetJWKsResponse is a valid JSON Web Key Set as specififed in rfc 7517

func (*GetJWKsResponse) Descriptor deprecated

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

Deprecated: Use GetJWKsResponse.ProtoReflect.Descriptor instead.

func (*GetJWKsResponse) GetKeys

func (x *GetJWKsResponse) GetKeys() []*JSONWebKey

func (*GetJWKsResponse) ProtoMessage

func (*GetJWKsResponse) ProtoMessage()

func (*GetJWKsResponse) ProtoReflect

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

func (*GetJWKsResponse) Reset

func (x *GetJWKsResponse) Reset()

func (*GetJWKsResponse) String

func (x *GetJWKsResponse) String() string

type GetMetaSchemaRequest

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

func (*GetMetaSchemaRequest) Descriptor deprecated

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

Deprecated: Use GetMetaSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetMetaSchemaRequest) GetId

func (x *GetMetaSchemaRequest) GetId() string

func (*GetMetaSchemaRequest) ProtoMessage

func (*GetMetaSchemaRequest) ProtoMessage()

func (*GetMetaSchemaRequest) ProtoReflect

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

func (*GetMetaSchemaRequest) Reset

func (x *GetMetaSchemaRequest) Reset()

func (*GetMetaSchemaRequest) String

func (x *GetMetaSchemaRequest) String() string

type GetMetaSchemaResponse

type GetMetaSchemaResponse struct {
	Metaschema *MetaSchema `protobuf:"bytes,1,opt,name=metaschema,proto3" json:"metaschema,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetaSchemaResponse) Descriptor deprecated

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

Deprecated: Use GetMetaSchemaResponse.ProtoReflect.Descriptor instead.

func (*GetMetaSchemaResponse) GetMetaschema

func (x *GetMetaSchemaResponse) GetMetaschema() *MetaSchema

func (*GetMetaSchemaResponse) ProtoMessage

func (*GetMetaSchemaResponse) ProtoMessage()

func (*GetMetaSchemaResponse) ProtoReflect

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

func (*GetMetaSchemaResponse) Reset

func (x *GetMetaSchemaResponse) Reset()

func (*GetMetaSchemaResponse) String

func (x *GetMetaSchemaResponse) String() string

type GetNamespaceRequest

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

func (*GetNamespaceRequest) Descriptor deprecated

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

Deprecated: Use GetNamespaceRequest.ProtoReflect.Descriptor instead.

func (*GetNamespaceRequest) GetId

func (x *GetNamespaceRequest) GetId() string

func (*GetNamespaceRequest) ProtoMessage

func (*GetNamespaceRequest) ProtoMessage()

func (*GetNamespaceRequest) ProtoReflect

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

func (*GetNamespaceRequest) Reset

func (x *GetNamespaceRequest) Reset()

func (*GetNamespaceRequest) String

func (x *GetNamespaceRequest) String() string

type GetNamespaceResponse

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

func (*GetNamespaceResponse) Descriptor deprecated

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

Deprecated: Use GetNamespaceResponse.ProtoReflect.Descriptor instead.

func (*GetNamespaceResponse) GetNamespace

func (x *GetNamespaceResponse) GetNamespace() *Namespace

func (*GetNamespaceResponse) ProtoMessage

func (*GetNamespaceResponse) ProtoMessage()

func (*GetNamespaceResponse) ProtoReflect

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

func (*GetNamespaceResponse) Reset

func (x *GetNamespaceResponse) Reset()

func (*GetNamespaceResponse) String

func (x *GetNamespaceResponse) String() string

type GetOrganizationDomainRequest added in v0.7.2

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

func (*GetOrganizationDomainRequest) Descriptor deprecated added in v0.7.2

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

Deprecated: Use GetOrganizationDomainRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationDomainRequest) GetId added in v0.7.2

func (*GetOrganizationDomainRequest) GetOrgId added in v0.7.2

func (x *GetOrganizationDomainRequest) GetOrgId() string

func (*GetOrganizationDomainRequest) ProtoMessage added in v0.7.2

func (*GetOrganizationDomainRequest) ProtoMessage()

func (*GetOrganizationDomainRequest) ProtoReflect added in v0.7.2

func (*GetOrganizationDomainRequest) Reset added in v0.7.2

func (x *GetOrganizationDomainRequest) Reset()

func (*GetOrganizationDomainRequest) String added in v0.7.2

type GetOrganizationDomainResponse added in v0.7.2

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

func (*GetOrganizationDomainResponse) Descriptor deprecated added in v0.7.2

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

Deprecated: Use GetOrganizationDomainResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationDomainResponse) GetDomain added in v0.7.2

func (x *GetOrganizationDomainResponse) GetDomain() *Domain

func (*GetOrganizationDomainResponse) ProtoMessage added in v0.7.2

func (*GetOrganizationDomainResponse) ProtoMessage()

func (*GetOrganizationDomainResponse) ProtoReflect added in v0.7.2

func (*GetOrganizationDomainResponse) Reset added in v0.7.2

func (x *GetOrganizationDomainResponse) Reset()

func (*GetOrganizationDomainResponse) String added in v0.7.2

type GetOrganizationInvitationRequest

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

func (*GetOrganizationInvitationRequest) Descriptor deprecated

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

Deprecated: Use GetOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationInvitationRequest) GetId

func (*GetOrganizationInvitationRequest) GetOrgId

func (*GetOrganizationInvitationRequest) ProtoMessage

func (*GetOrganizationInvitationRequest) ProtoMessage()

func (*GetOrganizationInvitationRequest) ProtoReflect

func (*GetOrganizationInvitationRequest) Reset

func (*GetOrganizationInvitationRequest) String

type GetOrganizationInvitationResponse

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

func (*GetOrganizationInvitationResponse) Descriptor deprecated

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

Deprecated: Use GetOrganizationInvitationResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationInvitationResponse) GetInvitation

func (x *GetOrganizationInvitationResponse) GetInvitation() *Invitation

func (*GetOrganizationInvitationResponse) ProtoMessage

func (*GetOrganizationInvitationResponse) ProtoMessage()

func (*GetOrganizationInvitationResponse) ProtoReflect

func (*GetOrganizationInvitationResponse) Reset

func (*GetOrganizationInvitationResponse) String

type GetOrganizationKycRequest added in v0.49.0

type GetOrganizationKycRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationKycRequest) Descriptor deprecated added in v0.49.0

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

Deprecated: Use GetOrganizationKycRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationKycRequest) GetOrgId added in v0.49.0

func (x *GetOrganizationKycRequest) GetOrgId() string

func (*GetOrganizationKycRequest) ProtoMessage added in v0.49.0

func (*GetOrganizationKycRequest) ProtoMessage()

func (*GetOrganizationKycRequest) ProtoReflect added in v0.49.0

func (*GetOrganizationKycRequest) Reset added in v0.49.0

func (x *GetOrganizationKycRequest) Reset()

func (*GetOrganizationKycRequest) String added in v0.49.0

func (x *GetOrganizationKycRequest) String() string

type GetOrganizationKycResponse added in v0.49.0

type GetOrganizationKycResponse struct {
	OrganizationKyc *OrganizationKyc `protobuf:"bytes,1,opt,name=organization_kyc,json=organizationKyc,proto3" json:"organization_kyc,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationKycResponse) Descriptor deprecated added in v0.49.0

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

Deprecated: Use GetOrganizationKycResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationKycResponse) GetOrganizationKyc added in v0.49.0

func (x *GetOrganizationKycResponse) GetOrganizationKyc() *OrganizationKyc

func (*GetOrganizationKycResponse) ProtoMessage added in v0.49.0

func (*GetOrganizationKycResponse) ProtoMessage()

func (*GetOrganizationKycResponse) ProtoReflect added in v0.49.0

func (*GetOrganizationKycResponse) Reset added in v0.49.0

func (x *GetOrganizationKycResponse) Reset()

func (*GetOrganizationKycResponse) String added in v0.49.0

func (x *GetOrganizationKycResponse) String() string

type GetOrganizationRequest

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

func (*GetOrganizationRequest) Descriptor deprecated

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

Deprecated: Use GetOrganizationRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationRequest) GetId

func (x *GetOrganizationRequest) GetId() string

func (*GetOrganizationRequest) ProtoMessage

func (*GetOrganizationRequest) ProtoMessage()

func (*GetOrganizationRequest) ProtoReflect

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

func (*GetOrganizationRequest) Reset

func (x *GetOrganizationRequest) Reset()

func (*GetOrganizationRequest) String

func (x *GetOrganizationRequest) String() string

type GetOrganizationResponse

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

func (*GetOrganizationResponse) Descriptor deprecated

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

Deprecated: Use GetOrganizationResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationResponse) GetOrganization

func (x *GetOrganizationResponse) GetOrganization() *Organization

func (*GetOrganizationResponse) ProtoMessage

func (*GetOrganizationResponse) ProtoMessage()

func (*GetOrganizationResponse) ProtoReflect

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

func (*GetOrganizationResponse) Reset

func (x *GetOrganizationResponse) Reset()

func (*GetOrganizationResponse) String

func (x *GetOrganizationResponse) String() string

type GetOrganizationRoleRequest

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

func (*GetOrganizationRoleRequest) Descriptor deprecated

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

Deprecated: Use GetOrganizationRoleRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationRoleRequest) GetId

func (*GetOrganizationRoleRequest) GetOrgId

func (x *GetOrganizationRoleRequest) GetOrgId() string

func (*GetOrganizationRoleRequest) ProtoMessage

func (*GetOrganizationRoleRequest) ProtoMessage()

func (*GetOrganizationRoleRequest) ProtoReflect

func (*GetOrganizationRoleRequest) Reset

func (x *GetOrganizationRoleRequest) Reset()

func (*GetOrganizationRoleRequest) String

func (x *GetOrganizationRoleRequest) String() string

type GetOrganizationRoleResponse

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

func (*GetOrganizationRoleResponse) Descriptor deprecated

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

Deprecated: Use GetOrganizationRoleResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationRoleResponse) GetRole

func (x *GetOrganizationRoleResponse) GetRole() *Role

func (*GetOrganizationRoleResponse) ProtoMessage

func (*GetOrganizationRoleResponse) ProtoMessage()

func (*GetOrganizationRoleResponse) ProtoReflect

func (*GetOrganizationRoleResponse) Reset

func (x *GetOrganizationRoleResponse) Reset()

func (*GetOrganizationRoleResponse) String

func (x *GetOrganizationRoleResponse) String() string

type GetPermissionRequest

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

func (*GetPermissionRequest) Descriptor deprecated

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

Deprecated: Use GetPermissionRequest.ProtoReflect.Descriptor instead.

func (*GetPermissionRequest) GetId

func (x *GetPermissionRequest) GetId() string

func (*GetPermissionRequest) ProtoMessage

func (*GetPermissionRequest) ProtoMessage()

func (*GetPermissionRequest) ProtoReflect

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

func (*GetPermissionRequest) Reset

func (x *GetPermissionRequest) Reset()

func (*GetPermissionRequest) String

func (x *GetPermissionRequest) String() string

type GetPermissionResponse

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

func (*GetPermissionResponse) Descriptor deprecated

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

Deprecated: Use GetPermissionResponse.ProtoReflect.Descriptor instead.

func (*GetPermissionResponse) GetPermission

func (x *GetPermissionResponse) GetPermission() *Permission

func (*GetPermissionResponse) ProtoMessage

func (*GetPermissionResponse) ProtoMessage()

func (*GetPermissionResponse) ProtoReflect

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

func (*GetPermissionResponse) Reset

func (x *GetPermissionResponse) Reset()

func (*GetPermissionResponse) String

func (x *GetPermissionResponse) String() string

type GetPlanRequest added in v0.8.0

type GetPlanRequest struct {

	// ID of the plan to get
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use GetPlanRequest.ProtoReflect.Descriptor instead.

func (*GetPlanRequest) GetId added in v0.8.0

func (x *GetPlanRequest) GetId() string

func (*GetPlanRequest) ProtoMessage added in v0.8.0

func (*GetPlanRequest) ProtoMessage()

func (*GetPlanRequest) ProtoReflect added in v0.8.0

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

func (*GetPlanRequest) Reset added in v0.8.0

func (x *GetPlanRequest) Reset()

func (*GetPlanRequest) String added in v0.8.0

func (x *GetPlanRequest) String() string

type GetPlanResponse added in v0.8.0

type GetPlanResponse struct {

	// Plan
	Plan *Plan `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use GetPlanResponse.ProtoReflect.Descriptor instead.

func (*GetPlanResponse) GetPlan added in v0.8.0

func (x *GetPlanResponse) GetPlan() *Plan

func (*GetPlanResponse) ProtoMessage added in v0.8.0

func (*GetPlanResponse) ProtoMessage()

func (*GetPlanResponse) ProtoReflect added in v0.8.0

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

func (*GetPlanResponse) Reset added in v0.8.0

func (x *GetPlanResponse) Reset()

func (*GetPlanResponse) String added in v0.8.0

func (x *GetPlanResponse) String() string

type GetPolicyRequest

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

func (*GetPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPolicyRequest) GetId

func (x *GetPolicyRequest) GetId() string

func (*GetPolicyRequest) ProtoMessage

func (*GetPolicyRequest) ProtoMessage()

func (*GetPolicyRequest) ProtoReflect

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

func (*GetPolicyRequest) Reset

func (x *GetPolicyRequest) Reset()

func (*GetPolicyRequest) String

func (x *GetPolicyRequest) String() string

type GetPolicyResponse

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

func (*GetPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPolicyResponse) GetPolicy

func (x *GetPolicyResponse) GetPolicy() *Policy

func (*GetPolicyResponse) ProtoMessage

func (*GetPolicyResponse) ProtoMessage()

func (*GetPolicyResponse) ProtoReflect

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

func (*GetPolicyResponse) Reset

func (x *GetPolicyResponse) Reset()

func (*GetPolicyResponse) String

func (x *GetPolicyResponse) String() string

type GetProductRequest added in v0.8.14

type GetProductRequest struct {

	// ID of the product to get
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProductRequest) Descriptor deprecated added in v0.8.14

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

Deprecated: Use GetProductRequest.ProtoReflect.Descriptor instead.

func (*GetProductRequest) GetId added in v0.8.14

func (x *GetProductRequest) GetId() string

func (*GetProductRequest) ProtoMessage added in v0.8.14

func (*GetProductRequest) ProtoMessage()

func (*GetProductRequest) ProtoReflect added in v0.8.14

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

func (*GetProductRequest) Reset added in v0.8.14

func (x *GetProductRequest) Reset()

func (*GetProductRequest) String added in v0.8.14

func (x *GetProductRequest) String() string

type GetProductResponse added in v0.8.14

type GetProductResponse struct {

	// Product
	Product *Product `protobuf:"bytes,1,opt,name=product,proto3" json:"product,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProductResponse) Descriptor deprecated added in v0.8.14

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

Deprecated: Use GetProductResponse.ProtoReflect.Descriptor instead.

func (*GetProductResponse) GetProduct added in v0.8.14

func (x *GetProductResponse) GetProduct() *Product

func (*GetProductResponse) ProtoMessage added in v0.8.14

func (*GetProductResponse) ProtoMessage()

func (*GetProductResponse) ProtoReflect added in v0.8.14

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

func (*GetProductResponse) Reset added in v0.8.14

func (x *GetProductResponse) Reset()

func (*GetProductResponse) String added in v0.8.14

func (x *GetProductResponse) String() string

type GetProjectRequest

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

func (*GetProjectRequest) Descriptor deprecated

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

Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.

func (*GetProjectRequest) GetId

func (x *GetProjectRequest) GetId() string

func (*GetProjectRequest) ProtoMessage

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) ProtoReflect

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

func (*GetProjectRequest) Reset

func (x *GetProjectRequest) Reset()

func (*GetProjectRequest) String

func (x *GetProjectRequest) String() string

type GetProjectResourceRequest

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

func (*GetProjectResourceRequest) Descriptor deprecated

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

Deprecated: Use GetProjectResourceRequest.ProtoReflect.Descriptor instead.

func (*GetProjectResourceRequest) GetId

func (x *GetProjectResourceRequest) GetId() string

func (*GetProjectResourceRequest) GetProjectId

func (x *GetProjectResourceRequest) GetProjectId() string

func (*GetProjectResourceRequest) ProtoMessage

func (*GetProjectResourceRequest) ProtoMessage()

func (*GetProjectResourceRequest) ProtoReflect

func (*GetProjectResourceRequest) Reset

func (x *GetProjectResourceRequest) Reset()

func (*GetProjectResourceRequest) String

func (x *GetProjectResourceRequest) String() string

type GetProjectResourceResponse

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

func (*GetProjectResourceResponse) Descriptor deprecated

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

Deprecated: Use GetProjectResourceResponse.ProtoReflect.Descriptor instead.

func (*GetProjectResourceResponse) GetResource

func (x *GetProjectResourceResponse) GetResource() *Resource

func (*GetProjectResourceResponse) ProtoMessage

func (*GetProjectResourceResponse) ProtoMessage()

func (*GetProjectResourceResponse) ProtoReflect

func (*GetProjectResourceResponse) Reset

func (x *GetProjectResourceResponse) Reset()

func (*GetProjectResourceResponse) String

func (x *GetProjectResourceResponse) String() string

type GetProjectResponse

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

func (*GetProjectResponse) Descriptor deprecated

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

Deprecated: Use GetProjectResponse.ProtoReflect.Descriptor instead.

func (*GetProjectResponse) GetProject

func (x *GetProjectResponse) GetProject() *Project

func (*GetProjectResponse) ProtoMessage

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) ProtoReflect

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

func (*GetProjectResponse) Reset

func (x *GetProjectResponse) Reset()

func (*GetProjectResponse) String

func (x *GetProjectResponse) String() string

type GetProspectRequest added in v0.50.0

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

func (*GetProspectRequest) Descriptor deprecated added in v0.50.0

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

Deprecated: Use GetProspectRequest.ProtoReflect.Descriptor instead.

func (*GetProspectRequest) GetId added in v0.50.0

func (x *GetProspectRequest) GetId() string

func (*GetProspectRequest) ProtoMessage added in v0.50.0

func (*GetProspectRequest) ProtoMessage()

func (*GetProspectRequest) ProtoReflect added in v0.50.0

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

func (*GetProspectRequest) Reset added in v0.50.0

func (x *GetProspectRequest) Reset()

func (*GetProspectRequest) String added in v0.50.0

func (x *GetProspectRequest) String() string

type GetProspectResponse added in v0.50.0

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

func (*GetProspectResponse) Descriptor deprecated added in v0.50.0

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

Deprecated: Use GetProspectResponse.ProtoReflect.Descriptor instead.

func (*GetProspectResponse) GetProspect added in v0.50.0

func (x *GetProspectResponse) GetProspect() *Prospect

func (*GetProspectResponse) ProtoMessage added in v0.50.0

func (*GetProspectResponse) ProtoMessage()

func (*GetProspectResponse) ProtoReflect added in v0.50.0

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

func (*GetProspectResponse) Reset added in v0.50.0

func (x *GetProspectResponse) Reset()

func (*GetProspectResponse) String added in v0.50.0

func (x *GetProspectResponse) String() string

type GetRelationRequest

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

func (*GetRelationRequest) Descriptor deprecated

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

Deprecated: Use GetRelationRequest.ProtoReflect.Descriptor instead.

func (*GetRelationRequest) GetId

func (x *GetRelationRequest) GetId() string

func (*GetRelationRequest) ProtoMessage

func (*GetRelationRequest) ProtoMessage()

func (*GetRelationRequest) ProtoReflect

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

func (*GetRelationRequest) Reset

func (x *GetRelationRequest) Reset()

func (*GetRelationRequest) String

func (x *GetRelationRequest) String() string

type GetRelationResponse

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

func (*GetRelationResponse) Descriptor deprecated

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

Deprecated: Use GetRelationResponse.ProtoReflect.Descriptor instead.

func (*GetRelationResponse) GetRelation

func (x *GetRelationResponse) GetRelation() *Relation

func (*GetRelationResponse) ProtoMessage

func (*GetRelationResponse) ProtoMessage()

func (*GetRelationResponse) ProtoReflect

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

func (*GetRelationResponse) Reset

func (x *GetRelationResponse) Reset()

func (*GetRelationResponse) String

func (x *GetRelationResponse) String() string

type GetServiceUserJWKRequest added in v0.9.1

type GetServiceUserJWKRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	KeyId string `protobuf:"bytes,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	OrgId string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceUserJWKRequest) Descriptor deprecated added in v0.9.1

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

Deprecated: Use GetServiceUserJWKRequest.ProtoReflect.Descriptor instead.

func (*GetServiceUserJWKRequest) GetId added in v0.9.1

func (x *GetServiceUserJWKRequest) GetId() string

func (*GetServiceUserJWKRequest) GetKeyId added in v0.9.1

func (x *GetServiceUserJWKRequest) GetKeyId() string

func (*GetServiceUserJWKRequest) GetOrgId added in v0.40.0

func (x *GetServiceUserJWKRequest) GetOrgId() string

func (*GetServiceUserJWKRequest) ProtoMessage added in v0.9.1

func (*GetServiceUserJWKRequest) ProtoMessage()

func (*GetServiceUserJWKRequest) ProtoReflect added in v0.9.1

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

func (*GetServiceUserJWKRequest) Reset added in v0.9.1

func (x *GetServiceUserJWKRequest) Reset()

func (*GetServiceUserJWKRequest) String added in v0.9.1

func (x *GetServiceUserJWKRequest) String() string

type GetServiceUserJWKResponse added in v0.9.1

type GetServiceUserJWKResponse struct {
	Keys []*JSONWebKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceUserJWKResponse) Descriptor deprecated added in v0.9.1

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

Deprecated: Use GetServiceUserJWKResponse.ProtoReflect.Descriptor instead.

func (*GetServiceUserJWKResponse) GetKeys added in v0.9.1

func (x *GetServiceUserJWKResponse) GetKeys() []*JSONWebKey

func (*GetServiceUserJWKResponse) ProtoMessage added in v0.9.1

func (*GetServiceUserJWKResponse) ProtoMessage()

func (*GetServiceUserJWKResponse) ProtoReflect added in v0.9.1

func (*GetServiceUserJWKResponse) Reset added in v0.9.1

func (x *GetServiceUserJWKResponse) Reset()

func (*GetServiceUserJWKResponse) String added in v0.9.1

func (x *GetServiceUserJWKResponse) String() string

type GetServiceUserRequest

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

func (*GetServiceUserRequest) Descriptor deprecated

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

Deprecated: Use GetServiceUserRequest.ProtoReflect.Descriptor instead.

func (*GetServiceUserRequest) GetId

func (x *GetServiceUserRequest) GetId() string

func (*GetServiceUserRequest) GetOrgId added in v0.40.0

func (x *GetServiceUserRequest) GetOrgId() string

func (*GetServiceUserRequest) ProtoMessage

func (*GetServiceUserRequest) ProtoMessage()

func (*GetServiceUserRequest) ProtoReflect

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

func (*GetServiceUserRequest) Reset

func (x *GetServiceUserRequest) Reset()

func (*GetServiceUserRequest) String

func (x *GetServiceUserRequest) String() string

type GetServiceUserResponse

type GetServiceUserResponse struct {
	Serviceuser *ServiceUser `protobuf:"bytes,1,opt,name=serviceuser,proto3" json:"serviceuser,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceUserResponse) Descriptor deprecated

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

Deprecated: Use GetServiceUserResponse.ProtoReflect.Descriptor instead.

func (*GetServiceUserResponse) GetServiceuser

func (x *GetServiceUserResponse) GetServiceuser() *ServiceUser

func (*GetServiceUserResponse) ProtoMessage

func (*GetServiceUserResponse) ProtoMessage()

func (*GetServiceUserResponse) ProtoReflect

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

func (*GetServiceUserResponse) Reset

func (x *GetServiceUserResponse) Reset()

func (*GetServiceUserResponse) String

func (x *GetServiceUserResponse) String() string

type GetSubscriptionRequest added in v0.8.0

type GetSubscriptionRequest struct {

	// ID of the subscription to get
	Id     string   `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	Expand []string `protobuf:"bytes,101,rep,name=expand,proto3" json:"expand,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use GetSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*GetSubscriptionRequest) GetExpand added in v0.8.41

func (x *GetSubscriptionRequest) GetExpand() []string

func (*GetSubscriptionRequest) GetId added in v0.8.0

func (x *GetSubscriptionRequest) GetId() string

func (*GetSubscriptionRequest) ProtoMessage added in v0.8.0

func (*GetSubscriptionRequest) ProtoMessage()

func (*GetSubscriptionRequest) ProtoReflect added in v0.8.0

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

func (*GetSubscriptionRequest) Reset added in v0.8.0

func (x *GetSubscriptionRequest) Reset()

func (*GetSubscriptionRequest) String added in v0.8.0

func (x *GetSubscriptionRequest) String() string

type GetSubscriptionResponse added in v0.8.0

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

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

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

Deprecated: Use GetSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*GetSubscriptionResponse) GetSubscription added in v0.8.0

func (x *GetSubscriptionResponse) GetSubscription() *Subscription

func (*GetSubscriptionResponse) ProtoMessage added in v0.8.0

func (*GetSubscriptionResponse) ProtoMessage()

func (*GetSubscriptionResponse) ProtoReflect added in v0.8.0

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

func (*GetSubscriptionResponse) Reset added in v0.8.0

func (x *GetSubscriptionResponse) Reset()

func (*GetSubscriptionResponse) String added in v0.8.0

func (x *GetSubscriptionResponse) String() string

type GetUpcomingInvoiceRequest added in v0.8.13

type GetUpcomingInvoiceRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUpcomingInvoiceRequest) Descriptor deprecated added in v0.8.13

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

Deprecated: Use GetUpcomingInvoiceRequest.ProtoReflect.Descriptor instead.

func (*GetUpcomingInvoiceRequest) GetOrgId added in v0.8.13

func (x *GetUpcomingInvoiceRequest) GetOrgId() string

func (*GetUpcomingInvoiceRequest) ProtoMessage added in v0.8.13

func (*GetUpcomingInvoiceRequest) ProtoMessage()

func (*GetUpcomingInvoiceRequest) ProtoReflect added in v0.8.13

func (*GetUpcomingInvoiceRequest) Reset added in v0.8.13

func (x *GetUpcomingInvoiceRequest) Reset()

func (*GetUpcomingInvoiceRequest) String added in v0.8.13

func (x *GetUpcomingInvoiceRequest) String() string

type GetUpcomingInvoiceResponse added in v0.8.13

type GetUpcomingInvoiceResponse struct {

	// Upcoming invoice
	Invoice *Invoice `protobuf:"bytes,1,opt,name=invoice,proto3" json:"invoice,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUpcomingInvoiceResponse) Descriptor deprecated added in v0.8.13

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

Deprecated: Use GetUpcomingInvoiceResponse.ProtoReflect.Descriptor instead.

func (*GetUpcomingInvoiceResponse) GetInvoice added in v0.8.13

func (x *GetUpcomingInvoiceResponse) GetInvoice() *Invoice

func (*GetUpcomingInvoiceResponse) ProtoMessage added in v0.8.13

func (*GetUpcomingInvoiceResponse) ProtoMessage()

func (*GetUpcomingInvoiceResponse) ProtoReflect added in v0.8.13

func (*GetUpcomingInvoiceResponse) Reset added in v0.8.13

func (x *GetUpcomingInvoiceResponse) Reset()

func (*GetUpcomingInvoiceResponse) String added in v0.8.13

func (x *GetUpcomingInvoiceResponse) String() string

type GetUserRequest

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

func (*GetUserRequest) Descriptor deprecated

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

Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.

func (*GetUserRequest) GetId

func (x *GetUserRequest) GetId() string

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect

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

func (*GetUserRequest) Reset

func (x *GetUserRequest) Reset()

func (*GetUserRequest) String

func (x *GetUserRequest) String() string

type GetUserResponse

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

func (*GetUserResponse) Descriptor deprecated

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

Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.

func (*GetUserResponse) GetUser

func (x *GetUserResponse) GetUser() *User

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect

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

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

type Group

type Group struct {
	Id           string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title        string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	OrgId        string                 `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Metadata     *structpb.Struct       `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Users        []*User                `protobuf:"bytes,10,rep,name=users,proto3" json:"users,omitempty"`
	MembersCount int32                  `protobuf:"varint,8,opt,name=members_count,json=membersCount,proto3" json:"members_count,omitempty"`
	// contains filtered or unexported fields
}

func (*Group) Descriptor deprecated

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

Deprecated: Use Group.ProtoReflect.Descriptor instead.

func (*Group) GetCreatedAt

func (x *Group) GetCreatedAt() *timestamppb.Timestamp

func (*Group) GetId

func (x *Group) GetId() string

func (*Group) GetMembersCount added in v0.8.8

func (x *Group) GetMembersCount() int32

func (*Group) GetMetadata

func (x *Group) GetMetadata() *structpb.Struct

func (*Group) GetName

func (x *Group) GetName() string

func (*Group) GetOrgId

func (x *Group) GetOrgId() string

func (*Group) GetTitle

func (x *Group) GetTitle() string

func (*Group) GetUpdatedAt

func (x *Group) GetUpdatedAt() *timestamppb.Timestamp

func (*Group) GetUsers added in v0.8.0

func (x *Group) GetUsers() []*User

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) ProtoReflect

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

func (*Group) Reset

func (x *Group) Reset()

func (*Group) String

func (x *Group) String() string

type GroupRequestBody

type GroupRequestBody struct {
	Name     string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title    string           `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupRequestBody) Descriptor deprecated

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

Deprecated: Use GroupRequestBody.ProtoReflect.Descriptor instead.

func (*GroupRequestBody) GetMetadata

func (x *GroupRequestBody) GetMetadata() *structpb.Struct

func (*GroupRequestBody) GetName

func (x *GroupRequestBody) GetName() string

func (*GroupRequestBody) GetTitle

func (x *GroupRequestBody) GetTitle() string

func (*GroupRequestBody) ProtoMessage

func (*GroupRequestBody) ProtoMessage()

func (*GroupRequestBody) ProtoReflect

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

func (*GroupRequestBody) Reset

func (x *GroupRequestBody) Reset()

func (*GroupRequestBody) String

func (x *GroupRequestBody) String() string

type HasTrialedRequest added in v0.8.36

type HasTrialedRequest struct {

	// ID of the billing account to check
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// ID of the plan to check
	PlanId string `protobuf:"bytes,3,opt,name=plan_id,json=planId,proto3" json:"plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*HasTrialedRequest) Descriptor deprecated added in v0.8.36

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

Deprecated: Use HasTrialedRequest.ProtoReflect.Descriptor instead.

func (*HasTrialedRequest) GetId added in v0.8.36

func (x *HasTrialedRequest) GetId() string

func (*HasTrialedRequest) GetPlanId added in v0.8.36

func (x *HasTrialedRequest) GetPlanId() string

func (*HasTrialedRequest) ProtoMessage added in v0.8.36

func (*HasTrialedRequest) ProtoMessage()

func (*HasTrialedRequest) ProtoReflect added in v0.8.36

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

func (*HasTrialedRequest) Reset added in v0.8.36

func (x *HasTrialedRequest) Reset()

func (*HasTrialedRequest) String added in v0.8.36

func (x *HasTrialedRequest) String() string

type HasTrialedResponse added in v0.8.36

type HasTrialedResponse struct {

	// Has the billing account trialed the plan
	Trialed bool `protobuf:"varint,1,opt,name=trialed,proto3" json:"trialed,omitempty"`
	// contains filtered or unexported fields
}

func (*HasTrialedResponse) Descriptor deprecated added in v0.8.36

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

Deprecated: Use HasTrialedResponse.ProtoReflect.Descriptor instead.

func (*HasTrialedResponse) GetTrialed added in v0.8.36

func (x *HasTrialedResponse) GetTrialed() bool

func (*HasTrialedResponse) ProtoMessage added in v0.8.36

func (*HasTrialedResponse) ProtoMessage()

func (*HasTrialedResponse) ProtoReflect added in v0.8.36

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

func (*HasTrialedResponse) Reset added in v0.8.36

func (x *HasTrialedResponse) Reset()

func (*HasTrialedResponse) String added in v0.8.36

func (x *HasTrialedResponse) String() string

type InputHintOption added in v0.90.0

type InputHintOption struct {

	// Machine-readable identifier (e.g., "sq_km", "megagram")
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// User-friendly display description (e.g., "Square Kilometers", "Megagram (Mg)")
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

InputHintOption represents a selectable option with a machine-readable name and user-friendly description

func (*InputHintOption) Descriptor deprecated added in v0.90.0

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

Deprecated: Use InputHintOption.ProtoReflect.Descriptor instead.

func (*InputHintOption) GetDescription added in v0.90.0

func (x *InputHintOption) GetDescription() string

func (*InputHintOption) GetName added in v0.90.0

func (x *InputHintOption) GetName() string

func (*InputHintOption) ProtoMessage added in v0.90.0

func (*InputHintOption) ProtoMessage()

func (*InputHintOption) ProtoReflect added in v0.90.0

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

func (*InputHintOption) Reset added in v0.90.0

func (x *InputHintOption) Reset()

func (*InputHintOption) String added in v0.90.0

func (x *InputHintOption) String() string

type Invitation

type Invitation struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId    string                 `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrgId     string                 `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	GroupIds  []string               `protobuf:"bytes,4,rep,name=group_ids,json=groupIds,proto3" json:"group_ids,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	RoleIds   []string               `protobuf:"bytes,8,rep,name=role_ids,json=roleIds,proto3" json:"role_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*Invitation) Descriptor deprecated

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

Deprecated: Use Invitation.ProtoReflect.Descriptor instead.

func (*Invitation) GetCreatedAt

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

func (*Invitation) GetExpiresAt

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

func (*Invitation) GetGroupIds

func (x *Invitation) GetGroupIds() []string

func (*Invitation) GetId

func (x *Invitation) GetId() string

func (*Invitation) GetMetadata

func (x *Invitation) GetMetadata() *structpb.Struct

func (*Invitation) GetOrgId

func (x *Invitation) GetOrgId() string

func (*Invitation) GetRoleIds added in v0.7.3

func (x *Invitation) GetRoleIds() []string

func (*Invitation) GetUserId

func (x *Invitation) GetUserId() string

func (*Invitation) ProtoMessage

func (*Invitation) ProtoMessage()

func (*Invitation) ProtoReflect

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

func (*Invitation) Reset

func (x *Invitation) Reset()

func (*Invitation) String

func (x *Invitation) String() string

type Invoice added in v0.8.13

type Invoice struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CustomerId string `protobuf:"bytes,2,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	ProviderId string `protobuf:"bytes,3,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	State      string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	Currency   string `protobuf:"bytes,5,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount     int64  `protobuf:"varint,6,opt,name=amount,proto3" json:"amount,omitempty"`
	HostedUrl  string `protobuf:"bytes,7,opt,name=hosted_url,json=hostedUrl,proto3" json:"hosted_url,omitempty"`
	// The date on which payment for this invoice is due
	DueDate *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=due_date,json=dueDate,proto3" json:"due_date,omitempty"`
	// The date when this invoice is in effect.
	EffectiveAt   *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=effective_at,json=effectiveAt,proto3" json:"effective_at,omitempty"`
	PeriodStartAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=period_start_at,json=periodStartAt,proto3" json:"period_start_at,omitempty"`
	PeriodEndAt   *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=period_end_at,json=periodEndAt,proto3" json:"period_end_at,omitempty"`
	Metadata      *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Customer      *BillingAccount        `protobuf:"bytes,101,opt,name=customer,proto3" json:"customer,omitempty"`
	// contains filtered or unexported fields
}

func (*Invoice) Descriptor deprecated added in v0.8.13

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

Deprecated: Use Invoice.ProtoReflect.Descriptor instead.

func (*Invoice) GetAmount added in v0.8.13

func (x *Invoice) GetAmount() int64

func (*Invoice) GetCreatedAt added in v0.8.13

func (x *Invoice) GetCreatedAt() *timestamppb.Timestamp

func (*Invoice) GetCurrency added in v0.8.13

func (x *Invoice) GetCurrency() string

func (*Invoice) GetCustomer added in v0.8.41

func (x *Invoice) GetCustomer() *BillingAccount

func (*Invoice) GetCustomerId added in v0.8.13

func (x *Invoice) GetCustomerId() string

func (*Invoice) GetDueDate added in v0.8.13

func (x *Invoice) GetDueDate() *timestamppb.Timestamp

func (*Invoice) GetEffectiveAt added in v0.8.13

func (x *Invoice) GetEffectiveAt() *timestamppb.Timestamp

func (*Invoice) GetHostedUrl added in v0.8.13

func (x *Invoice) GetHostedUrl() string

func (*Invoice) GetId added in v0.8.13

func (x *Invoice) GetId() string

func (*Invoice) GetMetadata added in v0.8.13

func (x *Invoice) GetMetadata() *structpb.Struct

func (*Invoice) GetPeriodEndAt added in v0.8.26

func (x *Invoice) GetPeriodEndAt() *timestamppb.Timestamp

func (*Invoice) GetPeriodStartAt added in v0.8.26

func (x *Invoice) GetPeriodStartAt() *timestamppb.Timestamp

func (*Invoice) GetProviderId added in v0.8.13

func (x *Invoice) GetProviderId() string

func (*Invoice) GetState added in v0.8.13

func (x *Invoice) GetState() string

func (*Invoice) ProtoMessage added in v0.8.13

func (*Invoice) ProtoMessage()

func (*Invoice) ProtoReflect added in v0.8.13

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

func (*Invoice) Reset added in v0.8.13

func (x *Invoice) Reset()

func (*Invoice) String added in v0.8.13

func (x *Invoice) String() string

type JSONWebKey

type JSONWebKey struct {

	// Key Type.
	Kty string `protobuf:"bytes,1,opt,name=kty,proto3" json:"kty,omitempty"`
	// Algorithm.
	Alg string `protobuf:"bytes,2,opt,name=alg,proto3" json:"alg,omitempty"`
	// Permitted uses for the public keys.
	Use string `protobuf:"bytes,3,opt,name=use,proto3" json:"use,omitempty"`
	// Key ID.
	Kid string `protobuf:"bytes,4,opt,name=kid,proto3" json:"kid,omitempty"`
	// Used for RSA keys.
	N string `protobuf:"bytes,5,opt,name=n,proto3" json:"n,omitempty"`
	// Used for RSA keys.
	E string `protobuf:"bytes,6,opt,name=e,proto3" json:"e,omitempty"`
	// Used for ECDSA keys.
	X string `protobuf:"bytes,7,opt,name=x,proto3" json:"x,omitempty"`
	// Used for ECDSA keys.
	Y string `protobuf:"bytes,8,opt,name=y,proto3" json:"y,omitempty"`
	// Used for ECDSA keys.
	Crv string `protobuf:"bytes,9,opt,name=crv,proto3" json:"crv,omitempty"`
	// contains filtered or unexported fields
}

JSON Web Key as specified in RFC 7517

func (*JSONWebKey) Descriptor deprecated

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

Deprecated: Use JSONWebKey.ProtoReflect.Descriptor instead.

func (*JSONWebKey) GetAlg

func (x *JSONWebKey) GetAlg() string

func (*JSONWebKey) GetCrv

func (x *JSONWebKey) GetCrv() string

func (*JSONWebKey) GetE

func (x *JSONWebKey) GetE() string

func (*JSONWebKey) GetKid

func (x *JSONWebKey) GetKid() string

func (*JSONWebKey) GetKty

func (x *JSONWebKey) GetKty() string

func (*JSONWebKey) GetN

func (x *JSONWebKey) GetN() string

func (*JSONWebKey) GetUse

func (x *JSONWebKey) GetUse() string

func (*JSONWebKey) GetX

func (x *JSONWebKey) GetX() string

func (*JSONWebKey) GetY

func (x *JSONWebKey) GetY() string

func (*JSONWebKey) ProtoMessage

func (*JSONWebKey) ProtoMessage()

func (*JSONWebKey) ProtoReflect

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

func (*JSONWebKey) Reset

func (x *JSONWebKey) Reset()

func (*JSONWebKey) String

func (x *JSONWebKey) String() string

type JoinOrganizationRequest added in v0.7.2

type JoinOrganizationRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinOrganizationRequest) Descriptor deprecated added in v0.7.2

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

Deprecated: Use JoinOrganizationRequest.ProtoReflect.Descriptor instead.

func (*JoinOrganizationRequest) GetOrgId added in v0.7.2

func (x *JoinOrganizationRequest) GetOrgId() string

func (*JoinOrganizationRequest) ProtoMessage added in v0.7.2

func (*JoinOrganizationRequest) ProtoMessage()

func (*JoinOrganizationRequest) ProtoReflect added in v0.7.2

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

func (*JoinOrganizationRequest) Reset added in v0.7.2

func (x *JoinOrganizationRequest) Reset()

func (*JoinOrganizationRequest) String added in v0.7.2

func (x *JoinOrganizationRequest) String() string

type JoinOrganizationResponse added in v0.7.2

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

func (*JoinOrganizationResponse) Descriptor deprecated added in v0.7.2

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

Deprecated: Use JoinOrganizationResponse.ProtoReflect.Descriptor instead.

func (*JoinOrganizationResponse) ProtoMessage added in v0.7.2

func (*JoinOrganizationResponse) ProtoMessage()

func (*JoinOrganizationResponse) ProtoReflect added in v0.7.2

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

func (*JoinOrganizationResponse) Reset added in v0.7.2

func (x *JoinOrganizationResponse) Reset()

func (*JoinOrganizationResponse) String added in v0.7.2

func (x *JoinOrganizationResponse) String() string

type KeyCredential

type KeyCredential struct {
	Type        string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Kid         string `protobuf:"bytes,2,opt,name=kid,proto3" json:"kid,omitempty"`
	PrincipalId string `protobuf:"bytes,3,opt,name=principal_id,json=principalId,proto3" json:"principal_id,omitempty"`
	// RSA private key as string
	PrivateKey string `protobuf:"bytes,4,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyCredential) Descriptor deprecated

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

Deprecated: Use KeyCredential.ProtoReflect.Descriptor instead.

func (*KeyCredential) GetKid

func (x *KeyCredential) GetKid() string

func (*KeyCredential) GetPrincipalId

func (x *KeyCredential) GetPrincipalId() string

func (*KeyCredential) GetPrivateKey

func (x *KeyCredential) GetPrivateKey() string

func (*KeyCredential) GetType

func (x *KeyCredential) GetType() string

func (*KeyCredential) ProtoMessage

func (*KeyCredential) ProtoMessage()

func (*KeyCredential) ProtoReflect

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

func (*KeyCredential) Reset

func (x *KeyCredential) Reset()

func (*KeyCredential) String

func (x *KeyCredential) String() string

type ListAllBillingAccountsRequest added in v0.8.29

type ListAllBillingAccountsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllBillingAccountsRequest) Descriptor deprecated added in v0.8.29

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

Deprecated: Use ListAllBillingAccountsRequest.ProtoReflect.Descriptor instead.

func (*ListAllBillingAccountsRequest) GetOrgId added in v0.8.29

func (x *ListAllBillingAccountsRequest) GetOrgId() string

func (*ListAllBillingAccountsRequest) ProtoMessage added in v0.8.29

func (*ListAllBillingAccountsRequest) ProtoMessage()

func (*ListAllBillingAccountsRequest) ProtoReflect added in v0.8.29

func (*ListAllBillingAccountsRequest) Reset added in v0.8.29

func (x *ListAllBillingAccountsRequest) Reset()

func (*ListAllBillingAccountsRequest) String added in v0.8.29

type ListAllBillingAccountsResponse added in v0.8.29

type ListAllBillingAccountsResponse struct {
	BillingAccounts []*BillingAccount `protobuf:"bytes,1,rep,name=billing_accounts,json=billingAccounts,proto3" json:"billing_accounts,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllBillingAccountsResponse) Descriptor deprecated added in v0.8.29

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

Deprecated: Use ListAllBillingAccountsResponse.ProtoReflect.Descriptor instead.

func (*ListAllBillingAccountsResponse) GetBillingAccounts added in v0.8.29

func (x *ListAllBillingAccountsResponse) GetBillingAccounts() []*BillingAccount

func (*ListAllBillingAccountsResponse) ProtoMessage added in v0.8.29

func (*ListAllBillingAccountsResponse) ProtoMessage()

func (*ListAllBillingAccountsResponse) ProtoReflect added in v0.8.29

func (*ListAllBillingAccountsResponse) Reset added in v0.8.29

func (x *ListAllBillingAccountsResponse) Reset()

func (*ListAllBillingAccountsResponse) String added in v0.8.29

type ListAllInvoicesRequest added in v0.8.26

type ListAllInvoicesRequest struct {
	OrgId    string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	PageSize int32  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageNum  int32  `protobuf:"varint,3,opt,name=page_num,json=pageNum,proto3" json:"page_num,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllInvoicesRequest) Descriptor deprecated added in v0.8.26

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

Deprecated: Use ListAllInvoicesRequest.ProtoReflect.Descriptor instead.

func (*ListAllInvoicesRequest) GetOrgId added in v0.8.26

func (x *ListAllInvoicesRequest) GetOrgId() string

func (*ListAllInvoicesRequest) GetPageNum added in v0.31.0

func (x *ListAllInvoicesRequest) GetPageNum() int32

func (*ListAllInvoicesRequest) GetPageSize added in v0.31.0

func (x *ListAllInvoicesRequest) GetPageSize() int32

func (*ListAllInvoicesRequest) ProtoMessage added in v0.8.26

func (*ListAllInvoicesRequest) ProtoMessage()

func (*ListAllInvoicesRequest) ProtoReflect added in v0.8.26

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

func (*ListAllInvoicesRequest) Reset added in v0.8.26

func (x *ListAllInvoicesRequest) Reset()

func (*ListAllInvoicesRequest) String added in v0.8.26

func (x *ListAllInvoicesRequest) String() string

type ListAllInvoicesResponse added in v0.8.26

type ListAllInvoicesResponse struct {
	Invoices []*Invoice `protobuf:"bytes,1,rep,name=invoices,proto3" json:"invoices,omitempty"`
	Count    int32      `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllInvoicesResponse) Descriptor deprecated added in v0.8.26

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

Deprecated: Use ListAllInvoicesResponse.ProtoReflect.Descriptor instead.

func (*ListAllInvoicesResponse) GetCount added in v0.31.0

func (x *ListAllInvoicesResponse) GetCount() int32

func (*ListAllInvoicesResponse) GetInvoices added in v0.8.26

func (x *ListAllInvoicesResponse) GetInvoices() []*Invoice

func (*ListAllInvoicesResponse) ProtoMessage added in v0.8.26

func (*ListAllInvoicesResponse) ProtoMessage()

func (*ListAllInvoicesResponse) ProtoReflect added in v0.8.26

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

func (*ListAllInvoicesResponse) Reset added in v0.8.26

func (x *ListAllInvoicesResponse) Reset()

func (*ListAllInvoicesResponse) String added in v0.8.26

func (x *ListAllInvoicesResponse) String() string

type ListAllOrganizationsRequest

type ListAllOrganizationsRequest struct {
	UserId   string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	State    string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	PageSize int32  `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageNum  int32  `protobuf:"varint,4,opt,name=page_num,json=pageNum,proto3" json:"page_num,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllOrganizationsRequest) Descriptor deprecated

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

Deprecated: Use ListAllOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListAllOrganizationsRequest) GetPageNum added in v0.30.0

func (x *ListAllOrganizationsRequest) GetPageNum() int32

func (*ListAllOrganizationsRequest) GetPageSize added in v0.30.0

func (x *ListAllOrganizationsRequest) GetPageSize() int32

func (*ListAllOrganizationsRequest) GetState

func (x *ListAllOrganizationsRequest) GetState() string

func (*ListAllOrganizationsRequest) GetUserId

func (x *ListAllOrganizationsRequest) GetUserId() string

func (*ListAllOrganizationsRequest) ProtoMessage

func (*ListAllOrganizationsRequest) ProtoMessage()

func (*ListAllOrganizationsRequest) ProtoReflect

func (*ListAllOrganizationsRequest) Reset

func (x *ListAllOrganizationsRequest) Reset()

func (*ListAllOrganizationsRequest) String

func (x *ListAllOrganizationsRequest) String() string

type ListAllOrganizationsResponse

type ListAllOrganizationsResponse struct {
	Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	Count         int32           `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllOrganizationsResponse) Descriptor deprecated

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

Deprecated: Use ListAllOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListAllOrganizationsResponse) GetCount added in v0.30.0

func (x *ListAllOrganizationsResponse) GetCount() int32

func (*ListAllOrganizationsResponse) GetOrganizations

func (x *ListAllOrganizationsResponse) GetOrganizations() []*Organization

func (*ListAllOrganizationsResponse) ProtoMessage

func (*ListAllOrganizationsResponse) ProtoMessage()

func (*ListAllOrganizationsResponse) ProtoReflect

func (*ListAllOrganizationsResponse) Reset

func (x *ListAllOrganizationsResponse) Reset()

func (*ListAllOrganizationsResponse) String

type ListAllPlansRequest added in v0.114.0

type ListAllPlansRequest struct {

	// filter by plan state. an empty value returns plans in every state
	State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllPlansRequest) Descriptor deprecated added in v0.114.0

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

Deprecated: Use ListAllPlansRequest.ProtoReflect.Descriptor instead.

func (*ListAllPlansRequest) GetState added in v0.114.0

func (x *ListAllPlansRequest) GetState() string

func (*ListAllPlansRequest) ProtoMessage added in v0.114.0

func (*ListAllPlansRequest) ProtoMessage()

func (*ListAllPlansRequest) ProtoReflect added in v0.114.0

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

func (*ListAllPlansRequest) Reset added in v0.114.0

func (x *ListAllPlansRequest) Reset()

func (*ListAllPlansRequest) String added in v0.114.0

func (x *ListAllPlansRequest) String() string

type ListAllPlansResponse added in v0.114.0

type ListAllPlansResponse struct {
	Plans []*Plan `protobuf:"bytes,1,rep,name=plans,proto3" json:"plans,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllPlansResponse) Descriptor deprecated added in v0.114.0

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

Deprecated: Use ListAllPlansResponse.ProtoReflect.Descriptor instead.

func (*ListAllPlansResponse) GetPlans added in v0.114.0

func (x *ListAllPlansResponse) GetPlans() []*Plan

func (*ListAllPlansResponse) ProtoMessage added in v0.114.0

func (*ListAllPlansResponse) ProtoMessage()

func (*ListAllPlansResponse) ProtoReflect added in v0.114.0

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

func (*ListAllPlansResponse) Reset added in v0.114.0

func (x *ListAllPlansResponse) Reset()

func (*ListAllPlansResponse) String added in v0.114.0

func (x *ListAllPlansResponse) String() string

type ListAllServiceUsersRequest added in v0.66.0

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

func (*ListAllServiceUsersRequest) Descriptor deprecated added in v0.66.0

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

Deprecated: Use ListAllServiceUsersRequest.ProtoReflect.Descriptor instead.

func (*ListAllServiceUsersRequest) ProtoMessage added in v0.66.0

func (*ListAllServiceUsersRequest) ProtoMessage()

func (*ListAllServiceUsersRequest) ProtoReflect added in v0.66.0

func (*ListAllServiceUsersRequest) Reset added in v0.66.0

func (x *ListAllServiceUsersRequest) Reset()

func (*ListAllServiceUsersRequest) String added in v0.66.0

func (x *ListAllServiceUsersRequest) String() string

type ListAllServiceUsersResponse added in v0.66.0

type ListAllServiceUsersResponse struct {
	ServiceUsers []*ServiceUser `protobuf:"bytes,1,rep,name=service_users,json=serviceUsers,proto3" json:"service_users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllServiceUsersResponse) Descriptor deprecated added in v0.66.0

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

Deprecated: Use ListAllServiceUsersResponse.ProtoReflect.Descriptor instead.

func (*ListAllServiceUsersResponse) GetServiceUsers added in v0.66.0

func (x *ListAllServiceUsersResponse) GetServiceUsers() []*ServiceUser

func (*ListAllServiceUsersResponse) ProtoMessage added in v0.66.0

func (*ListAllServiceUsersResponse) ProtoMessage()

func (*ListAllServiceUsersResponse) ProtoReflect added in v0.66.0

func (*ListAllServiceUsersResponse) Reset added in v0.66.0

func (x *ListAllServiceUsersResponse) Reset()

func (*ListAllServiceUsersResponse) String added in v0.66.0

func (x *ListAllServiceUsersResponse) String() string

type ListAllUsersRequest

type ListAllUsersRequest struct {
	PageSize int32  `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageNum  int32  `protobuf:"varint,2,opt,name=page_num,json=pageNum,proto3" json:"page_num,omitempty"`
	Keyword  string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
	OrgId    string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	GroupId  string `protobuf:"bytes,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	State    string `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllUsersRequest) Descriptor deprecated

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

Deprecated: Use ListAllUsersRequest.ProtoReflect.Descriptor instead.

func (*ListAllUsersRequest) GetGroupId

func (x *ListAllUsersRequest) GetGroupId() string

func (*ListAllUsersRequest) GetKeyword

func (x *ListAllUsersRequest) GetKeyword() string

func (*ListAllUsersRequest) GetOrgId

func (x *ListAllUsersRequest) GetOrgId() string

func (*ListAllUsersRequest) GetPageNum

func (x *ListAllUsersRequest) GetPageNum() int32

func (*ListAllUsersRequest) GetPageSize

func (x *ListAllUsersRequest) GetPageSize() int32

func (*ListAllUsersRequest) GetState

func (x *ListAllUsersRequest) GetState() string

func (*ListAllUsersRequest) ProtoMessage

func (*ListAllUsersRequest) ProtoMessage()

func (*ListAllUsersRequest) ProtoReflect

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

func (*ListAllUsersRequest) Reset

func (x *ListAllUsersRequest) Reset()

func (*ListAllUsersRequest) String

func (x *ListAllUsersRequest) String() string

type ListAllUsersResponse

type ListAllUsersResponse struct {
	Count int32   `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Users []*User `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllUsersResponse) Descriptor deprecated

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

Deprecated: Use ListAllUsersResponse.ProtoReflect.Descriptor instead.

func (*ListAllUsersResponse) GetCount

func (x *ListAllUsersResponse) GetCount() int32

func (*ListAllUsersResponse) GetUsers

func (x *ListAllUsersResponse) GetUsers() []*User

func (*ListAllUsersResponse) ProtoMessage

func (*ListAllUsersResponse) ProtoMessage()

func (*ListAllUsersResponse) ProtoReflect

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

func (*ListAllUsersResponse) Reset

func (x *ListAllUsersResponse) Reset()

func (*ListAllUsersResponse) String

func (x *ListAllUsersResponse) String() string

type ListAuditRecordsRequest added in v0.74.0

type ListAuditRecordsRequest struct {
	Query *RQLRequest `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuditRecordsRequest) Descriptor deprecated added in v0.74.0

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

Deprecated: Use ListAuditRecordsRequest.ProtoReflect.Descriptor instead.

func (*ListAuditRecordsRequest) GetQuery added in v0.74.0

func (x *ListAuditRecordsRequest) GetQuery() *RQLRequest

func (*ListAuditRecordsRequest) ProtoMessage added in v0.74.0

func (*ListAuditRecordsRequest) ProtoMessage()

func (*ListAuditRecordsRequest) ProtoReflect added in v0.74.0

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

func (*ListAuditRecordsRequest) Reset added in v0.74.0

func (x *ListAuditRecordsRequest) Reset()

func (*ListAuditRecordsRequest) String added in v0.74.0

func (x *ListAuditRecordsRequest) String() string

type ListAuditRecordsResponse added in v0.74.0

type ListAuditRecordsResponse struct {
	AuditRecords []*AuditRecord              `protobuf:"bytes,1,rep,name=audit_records,json=auditRecords,proto3" json:"audit_records,omitempty"`
	Pagination   *RQLQueryPaginationResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group        *RQLQueryGroupResponse      `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuditRecordsResponse) Descriptor deprecated added in v0.74.0

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

Deprecated: Use ListAuditRecordsResponse.ProtoReflect.Descriptor instead.

func (*ListAuditRecordsResponse) GetAuditRecords added in v0.74.0

func (x *ListAuditRecordsResponse) GetAuditRecords() []*AuditRecord

func (*ListAuditRecordsResponse) GetGroup added in v0.74.0

func (*ListAuditRecordsResponse) GetPagination added in v0.74.0

func (*ListAuditRecordsResponse) ProtoMessage added in v0.74.0

func (*ListAuditRecordsResponse) ProtoMessage()

func (*ListAuditRecordsResponse) ProtoReflect added in v0.74.0

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

func (*ListAuditRecordsResponse) Reset added in v0.74.0

func (x *ListAuditRecordsResponse) Reset()

func (*ListAuditRecordsResponse) String added in v0.74.0

func (x *ListAuditRecordsResponse) String() string

type ListAuthStrategiesRequest

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

func (*ListAuthStrategiesRequest) Descriptor deprecated

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

Deprecated: Use ListAuthStrategiesRequest.ProtoReflect.Descriptor instead.

func (*ListAuthStrategiesRequest) ProtoMessage

func (*ListAuthStrategiesRequest) ProtoMessage()

func (*ListAuthStrategiesRequest) ProtoReflect

func (*ListAuthStrategiesRequest) Reset

func (x *ListAuthStrategiesRequest) Reset()

func (*ListAuthStrategiesRequest) String

func (x *ListAuthStrategiesRequest) String() string

type ListAuthStrategiesResponse

type ListAuthStrategiesResponse struct {
	Strategies []*AuthStrategy `protobuf:"bytes,1,rep,name=strategies,proto3" json:"strategies,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuthStrategiesResponse) Descriptor deprecated

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

Deprecated: Use ListAuthStrategiesResponse.ProtoReflect.Descriptor instead.

func (*ListAuthStrategiesResponse) GetStrategies

func (x *ListAuthStrategiesResponse) GetStrategies() []*AuthStrategy

func (*ListAuthStrategiesResponse) ProtoMessage

func (*ListAuthStrategiesResponse) ProtoMessage()

func (*ListAuthStrategiesResponse) ProtoReflect

func (*ListAuthStrategiesResponse) Reset

func (x *ListAuthStrategiesResponse) Reset()

func (*ListAuthStrategiesResponse) String

func (x *ListAuthStrategiesResponse) String() string

type ListBillingAccountsRequest added in v0.8.0

type ListBillingAccountsRequest struct {

	// ID of the organization to list billing accounts for
	OrgId  string   `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Expand []string `protobuf:"bytes,101,rep,name=expand,proto3" json:"expand,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ListBillingAccountsRequest.ProtoReflect.Descriptor instead.

func (*ListBillingAccountsRequest) GetExpand added in v0.8.41

func (x *ListBillingAccountsRequest) GetExpand() []string

func (*ListBillingAccountsRequest) GetOrgId added in v0.8.0

func (x *ListBillingAccountsRequest) GetOrgId() string

func (*ListBillingAccountsRequest) ProtoMessage added in v0.8.0

func (*ListBillingAccountsRequest) ProtoMessage()

func (*ListBillingAccountsRequest) ProtoReflect added in v0.8.0

func (*ListBillingAccountsRequest) Reset added in v0.8.0

func (x *ListBillingAccountsRequest) Reset()

func (*ListBillingAccountsRequest) String added in v0.8.0

func (x *ListBillingAccountsRequest) String() string

type ListBillingAccountsResponse added in v0.8.0

type ListBillingAccountsResponse struct {

	// List of billing accounts
	BillingAccounts []*BillingAccount `protobuf:"bytes,1,rep,name=billing_accounts,json=billingAccounts,proto3" json:"billing_accounts,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ListBillingAccountsResponse.ProtoReflect.Descriptor instead.

func (*ListBillingAccountsResponse) GetBillingAccounts added in v0.8.0

func (x *ListBillingAccountsResponse) GetBillingAccounts() []*BillingAccount

func (*ListBillingAccountsResponse) ProtoMessage added in v0.8.0

func (*ListBillingAccountsResponse) ProtoMessage()

func (*ListBillingAccountsResponse) ProtoReflect added in v0.8.0

func (*ListBillingAccountsResponse) Reset added in v0.8.0

func (x *ListBillingAccountsResponse) Reset()

func (*ListBillingAccountsResponse) String added in v0.8.0

func (x *ListBillingAccountsResponse) String() string

type ListBillingTransactionsRequest added in v0.8.0

type ListBillingTransactionsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.
	Since      *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=since,proto3" json:"since,omitempty"`
	StartRange *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=start_range,json=startRange,proto3" json:"start_range,omitempty"`
	EndRange   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=end_range,json=endRange,proto3" json:"end_range,omitempty"`
	Expand     []string               `protobuf:"bytes,101,rep,name=expand,proto3" json:"expand,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ListBillingTransactionsRequest.ProtoReflect.Descriptor instead.

func (*ListBillingTransactionsRequest) GetEndRange added in v0.21.0

func (*ListBillingTransactionsRequest) GetExpand added in v0.8.41

func (x *ListBillingTransactionsRequest) GetExpand() []string

func (*ListBillingTransactionsRequest) GetOrgId added in v0.8.0

func (x *ListBillingTransactionsRequest) GetOrgId() string

func (*ListBillingTransactionsRequest) GetSince deprecated added in v0.8.0

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.

func (*ListBillingTransactionsRequest) GetStartRange added in v0.21.0

func (*ListBillingTransactionsRequest) ProtoMessage added in v0.8.0

func (*ListBillingTransactionsRequest) ProtoMessage()

func (*ListBillingTransactionsRequest) ProtoReflect added in v0.8.0

func (*ListBillingTransactionsRequest) Reset added in v0.8.0

func (x *ListBillingTransactionsRequest) Reset()

func (*ListBillingTransactionsRequest) String added in v0.8.0

type ListBillingTransactionsResponse added in v0.8.0

type ListBillingTransactionsResponse struct {

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

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

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

Deprecated: Use ListBillingTransactionsResponse.ProtoReflect.Descriptor instead.

func (*ListBillingTransactionsResponse) GetTransactions added in v0.8.0

func (x *ListBillingTransactionsResponse) GetTransactions() []*BillingTransaction

func (*ListBillingTransactionsResponse) ProtoMessage added in v0.8.0

func (*ListBillingTransactionsResponse) ProtoMessage()

func (*ListBillingTransactionsResponse) ProtoReflect added in v0.8.0

func (*ListBillingTransactionsResponse) Reset added in v0.8.0

func (*ListBillingTransactionsResponse) String added in v0.8.0

type ListCheckoutsRequest added in v0.8.0

type ListCheckoutsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ListCheckoutsRequest.ProtoReflect.Descriptor instead.

func (*ListCheckoutsRequest) GetOrgId added in v0.8.0

func (x *ListCheckoutsRequest) GetOrgId() string

func (*ListCheckoutsRequest) ProtoMessage added in v0.8.0

func (*ListCheckoutsRequest) ProtoMessage()

func (*ListCheckoutsRequest) ProtoReflect added in v0.8.0

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

func (*ListCheckoutsRequest) Reset added in v0.8.0

func (x *ListCheckoutsRequest) Reset()

func (*ListCheckoutsRequest) String added in v0.8.0

func (x *ListCheckoutsRequest) String() string

type ListCheckoutsResponse added in v0.8.0

type ListCheckoutsResponse struct {

	// List of checkouts
	CheckoutSessions []*CheckoutSession `protobuf:"bytes,1,rep,name=checkout_sessions,json=checkoutSessions,proto3" json:"checkout_sessions,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ListCheckoutsResponse.ProtoReflect.Descriptor instead.

func (*ListCheckoutsResponse) GetCheckoutSessions added in v0.8.0

func (x *ListCheckoutsResponse) GetCheckoutSessions() []*CheckoutSession

func (*ListCheckoutsResponse) ProtoMessage added in v0.8.0

func (*ListCheckoutsResponse) ProtoMessage()

func (*ListCheckoutsResponse) ProtoReflect added in v0.8.0

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

func (*ListCheckoutsResponse) Reset added in v0.8.0

func (x *ListCheckoutsResponse) Reset()

func (*ListCheckoutsResponse) String added in v0.8.0

func (x *ListCheckoutsResponse) String() string

type ListConsentDocumentsRequest added in v0.117.0

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

func (*ListConsentDocumentsRequest) Descriptor deprecated added in v0.117.0

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

Deprecated: Use ListConsentDocumentsRequest.ProtoReflect.Descriptor instead.

func (*ListConsentDocumentsRequest) ProtoMessage added in v0.117.0

func (*ListConsentDocumentsRequest) ProtoMessage()

func (*ListConsentDocumentsRequest) ProtoReflect added in v0.117.0

func (*ListConsentDocumentsRequest) Reset added in v0.117.0

func (x *ListConsentDocumentsRequest) Reset()

func (*ListConsentDocumentsRequest) String added in v0.117.0

func (x *ListConsentDocumentsRequest) String() string

type ListConsentDocumentsResponse added in v0.117.0

type ListConsentDocumentsResponse struct {

	// every document the deployment requires, ordered by id; empty when it
	// requires none
	Documents []*ConsentDocument `protobuf:"bytes,1,rep,name=documents,proto3" json:"documents,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConsentDocumentsResponse) Descriptor deprecated added in v0.117.0

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

Deprecated: Use ListConsentDocumentsResponse.ProtoReflect.Descriptor instead.

func (*ListConsentDocumentsResponse) GetDocuments added in v0.117.0

func (x *ListConsentDocumentsResponse) GetDocuments() []*ConsentDocument

func (*ListConsentDocumentsResponse) ProtoMessage added in v0.117.0

func (*ListConsentDocumentsResponse) ProtoMessage()

func (*ListConsentDocumentsResponse) ProtoReflect added in v0.117.0

func (*ListConsentDocumentsResponse) Reset added in v0.117.0

func (x *ListConsentDocumentsResponse) Reset()

func (*ListConsentDocumentsResponse) String added in v0.117.0

type ListCurrentUserGroupsRequest

type ListCurrentUserGroupsRequest struct {

	// org_id is optional filter over an organization
	OrgId           string   `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	WithPermissions []string `protobuf:"bytes,2,rep,name=with_permissions,json=withPermissions,proto3" json:"with_permissions,omitempty"`
	WithMemberCount bool     `protobuf:"varint,3,opt,name=with_member_count,json=withMemberCount,proto3" json:"with_member_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCurrentUserGroupsRequest) Descriptor deprecated

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

Deprecated: Use ListCurrentUserGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListCurrentUserGroupsRequest) GetOrgId added in v0.7.5

func (x *ListCurrentUserGroupsRequest) GetOrgId() string

func (*ListCurrentUserGroupsRequest) GetWithMemberCount added in v0.8.8

func (x *ListCurrentUserGroupsRequest) GetWithMemberCount() bool

func (*ListCurrentUserGroupsRequest) GetWithPermissions added in v0.7.5

func (x *ListCurrentUserGroupsRequest) GetWithPermissions() []string

func (*ListCurrentUserGroupsRequest) ProtoMessage

func (*ListCurrentUserGroupsRequest) ProtoMessage()

func (*ListCurrentUserGroupsRequest) ProtoReflect

func (*ListCurrentUserGroupsRequest) Reset

func (x *ListCurrentUserGroupsRequest) Reset()

func (*ListCurrentUserGroupsRequest) String

type ListCurrentUserGroupsResponse

type ListCurrentUserGroupsResponse struct {
	Groups      []*Group                                    `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	AccessPairs []*ListCurrentUserGroupsResponse_AccessPair `protobuf:"bytes,2,rep,name=access_pairs,json=accessPairs,proto3" json:"access_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCurrentUserGroupsResponse) Descriptor deprecated

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

Deprecated: Use ListCurrentUserGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListCurrentUserGroupsResponse) GetAccessPairs added in v0.7.5

func (*ListCurrentUserGroupsResponse) GetGroups

func (x *ListCurrentUserGroupsResponse) GetGroups() []*Group

func (*ListCurrentUserGroupsResponse) ProtoMessage

func (*ListCurrentUserGroupsResponse) ProtoMessage()

func (*ListCurrentUserGroupsResponse) ProtoReflect

func (*ListCurrentUserGroupsResponse) Reset

func (x *ListCurrentUserGroupsResponse) Reset()

func (*ListCurrentUserGroupsResponse) String

type ListCurrentUserGroupsResponse_AccessPair added in v0.7.5

type ListCurrentUserGroupsResponse_AccessPair struct {
	GroupId     string   `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Permissions []string `protobuf:"bytes,2,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCurrentUserGroupsResponse_AccessPair) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListCurrentUserGroupsResponse_AccessPair.ProtoReflect.Descriptor instead.

func (*ListCurrentUserGroupsResponse_AccessPair) GetGroupId added in v0.7.5

func (*ListCurrentUserGroupsResponse_AccessPair) GetPermissions added in v0.7.5

func (x *ListCurrentUserGroupsResponse_AccessPair) GetPermissions() []string

func (*ListCurrentUserGroupsResponse_AccessPair) ProtoMessage added in v0.7.5

func (*ListCurrentUserGroupsResponse_AccessPair) ProtoReflect added in v0.7.5

func (*ListCurrentUserGroupsResponse_AccessPair) Reset added in v0.7.5

func (*ListCurrentUserGroupsResponse_AccessPair) String added in v0.7.5

type ListCurrentUserInvitationsRequest added in v0.7.6

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

func (*ListCurrentUserInvitationsRequest) Descriptor deprecated added in v0.7.6

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

Deprecated: Use ListCurrentUserInvitationsRequest.ProtoReflect.Descriptor instead.

func (*ListCurrentUserInvitationsRequest) ProtoMessage added in v0.7.6

func (*ListCurrentUserInvitationsRequest) ProtoMessage()

func (*ListCurrentUserInvitationsRequest) ProtoReflect added in v0.7.6

func (*ListCurrentUserInvitationsRequest) Reset added in v0.7.6

func (*ListCurrentUserInvitationsRequest) String added in v0.7.6

type ListCurrentUserInvitationsResponse added in v0.7.6

type ListCurrentUserInvitationsResponse struct {
	Invitations []*Invitation   `protobuf:"bytes,1,rep,name=invitations,proto3" json:"invitations,omitempty"`
	Orgs        []*Organization `protobuf:"bytes,2,rep,name=orgs,proto3" json:"orgs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCurrentUserInvitationsResponse) Descriptor deprecated added in v0.7.6

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

Deprecated: Use ListCurrentUserInvitationsResponse.ProtoReflect.Descriptor instead.

func (*ListCurrentUserInvitationsResponse) GetInvitations added in v0.7.6

func (x *ListCurrentUserInvitationsResponse) GetInvitations() []*Invitation

func (*ListCurrentUserInvitationsResponse) GetOrgs added in v0.7.6

func (*ListCurrentUserInvitationsResponse) ProtoMessage added in v0.7.6

func (*ListCurrentUserInvitationsResponse) ProtoMessage()

func (*ListCurrentUserInvitationsResponse) ProtoReflect added in v0.7.6

func (*ListCurrentUserInvitationsResponse) Reset added in v0.7.6

func (*ListCurrentUserInvitationsResponse) String added in v0.7.6

type ListCurrentUserPreferencesRequest added in v0.7.3

type ListCurrentUserPreferencesRequest struct {

	// scope_type filters preferences by context type (e.g., "app/organization")
	// If empty, returns all user preferences (global + all scoped)
	// If set with scope_id, returns global preferences + preferences for the specific scope,
	// with trait defaults for any unset preferences
	ScopeType string `protobuf:"bytes,1,opt,name=scope_type,json=scopeType,proto3" json:"scope_type,omitempty"`
	// scope_id filters preferences by scope identifier (e.g., organization ID)
	// Only applicable when scope_type is set
	ScopeId string `protobuf:"bytes,2,opt,name=scope_id,json=scopeId,proto3" json:"scope_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCurrentUserPreferencesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use ListCurrentUserPreferencesRequest.ProtoReflect.Descriptor instead.

func (*ListCurrentUserPreferencesRequest) GetScopeId added in v0.90.0

func (x *ListCurrentUserPreferencesRequest) GetScopeId() string

func (*ListCurrentUserPreferencesRequest) GetScopeType added in v0.90.0

func (x *ListCurrentUserPreferencesRequest) GetScopeType() string

func (*ListCurrentUserPreferencesRequest) ProtoMessage added in v0.7.3

func (*ListCurrentUserPreferencesRequest) ProtoMessage()

func (*ListCurrentUserPreferencesRequest) ProtoReflect added in v0.7.3

func (*ListCurrentUserPreferencesRequest) Reset added in v0.7.3

func (*ListCurrentUserPreferencesRequest) String added in v0.7.3

type ListCurrentUserPreferencesResponse added in v0.7.3

type ListCurrentUserPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCurrentUserPreferencesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use ListCurrentUserPreferencesResponse.ProtoReflect.Descriptor instead.

func (*ListCurrentUserPreferencesResponse) GetPreferences added in v0.7.3

func (x *ListCurrentUserPreferencesResponse) GetPreferences() []*Preference

func (*ListCurrentUserPreferencesResponse) ProtoMessage added in v0.7.3

func (*ListCurrentUserPreferencesResponse) ProtoMessage()

func (*ListCurrentUserPreferencesResponse) ProtoReflect added in v0.7.3

func (*ListCurrentUserPreferencesResponse) Reset added in v0.7.3

func (*ListCurrentUserPreferencesResponse) String added in v0.7.3

type ListFeaturesRequest added in v0.8.0

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

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

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

Deprecated: Use ListFeaturesRequest.ProtoReflect.Descriptor instead.

func (*ListFeaturesRequest) ProtoMessage added in v0.8.0

func (*ListFeaturesRequest) ProtoMessage()

func (*ListFeaturesRequest) ProtoReflect added in v0.8.0

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

func (*ListFeaturesRequest) Reset added in v0.8.0

func (x *ListFeaturesRequest) Reset()

func (*ListFeaturesRequest) String added in v0.8.0

func (x *ListFeaturesRequest) String() string

type ListFeaturesResponse added in v0.8.0

type ListFeaturesResponse struct {
	Features []*Feature `protobuf:"bytes,1,rep,name=features,proto3" json:"features,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ListFeaturesResponse.ProtoReflect.Descriptor instead.

func (*ListFeaturesResponse) GetFeatures added in v0.8.0

func (x *ListFeaturesResponse) GetFeatures() []*Feature

func (*ListFeaturesResponse) ProtoMessage added in v0.8.0

func (*ListFeaturesResponse) ProtoMessage()

func (*ListFeaturesResponse) ProtoReflect added in v0.8.0

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

func (*ListFeaturesResponse) Reset added in v0.8.0

func (x *ListFeaturesResponse) Reset()

func (*ListFeaturesResponse) String added in v0.8.0

func (x *ListFeaturesResponse) String() string

type ListGroupPreferencesRequest added in v0.7.3

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

func (*ListGroupPreferencesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use ListGroupPreferencesRequest.ProtoReflect.Descriptor instead.

func (*ListGroupPreferencesRequest) GetId added in v0.7.3

func (*ListGroupPreferencesRequest) ProtoMessage added in v0.7.3

func (*ListGroupPreferencesRequest) ProtoMessage()

func (*ListGroupPreferencesRequest) ProtoReflect added in v0.7.3

func (*ListGroupPreferencesRequest) Reset added in v0.7.3

func (x *ListGroupPreferencesRequest) Reset()

func (*ListGroupPreferencesRequest) String added in v0.7.3

func (x *ListGroupPreferencesRequest) String() string

type ListGroupPreferencesResponse added in v0.7.3

type ListGroupPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGroupPreferencesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use ListGroupPreferencesResponse.ProtoReflect.Descriptor instead.

func (*ListGroupPreferencesResponse) GetPreferences added in v0.7.3

func (x *ListGroupPreferencesResponse) GetPreferences() []*Preference

func (*ListGroupPreferencesResponse) ProtoMessage added in v0.7.3

func (*ListGroupPreferencesResponse) ProtoMessage()

func (*ListGroupPreferencesResponse) ProtoReflect added in v0.7.3

func (*ListGroupPreferencesResponse) Reset added in v0.7.3

func (x *ListGroupPreferencesResponse) Reset()

func (*ListGroupPreferencesResponse) String added in v0.7.3

type ListGroupUsersRequest

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

func (*ListGroupUsersRequest) Descriptor deprecated

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

Deprecated: Use ListGroupUsersRequest.ProtoReflect.Descriptor instead.

func (*ListGroupUsersRequest) GetId

func (x *ListGroupUsersRequest) GetId() string

func (*ListGroupUsersRequest) ProtoMessage

func (*ListGroupUsersRequest) ProtoMessage()

func (*ListGroupUsersRequest) ProtoReflect

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

func (*ListGroupUsersRequest) Reset

func (x *ListGroupUsersRequest) Reset()

func (*ListGroupUsersRequest) String

func (x *ListGroupUsersRequest) String() string

type ListGroupUsersResponse

type ListGroupUsersResponse struct {
	Users     []*User                            `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	RolePairs []*ListGroupUsersResponse_RolePair `protobuf:"bytes,2,rep,name=role_pairs,json=rolePairs,proto3" json:"role_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGroupUsersResponse) Descriptor deprecated

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

Deprecated: Use ListGroupUsersResponse.ProtoReflect.Descriptor instead.

func (*ListGroupUsersResponse) GetRolePairs added in v0.7.5

func (*ListGroupUsersResponse) GetUsers

func (x *ListGroupUsersResponse) GetUsers() []*User

func (*ListGroupUsersResponse) ProtoMessage

func (*ListGroupUsersResponse) ProtoMessage()

func (*ListGroupUsersResponse) ProtoReflect

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

func (*ListGroupUsersResponse) Reset

func (x *ListGroupUsersResponse) Reset()

func (*ListGroupUsersResponse) String

func (x *ListGroupUsersResponse) String() string

type ListGroupUsersResponse_RolePair added in v0.7.5

type ListGroupUsersResponse_RolePair struct {
	UserId string  `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles  []*Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGroupUsersResponse_RolePair) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListGroupUsersResponse_RolePair.ProtoReflect.Descriptor instead.

func (*ListGroupUsersResponse_RolePair) GetRoles added in v0.7.5

func (x *ListGroupUsersResponse_RolePair) GetRoles() []*Role

func (*ListGroupUsersResponse_RolePair) GetUserId added in v0.7.5

func (x *ListGroupUsersResponse_RolePair) GetUserId() string

func (*ListGroupUsersResponse_RolePair) ProtoMessage added in v0.7.5

func (*ListGroupUsersResponse_RolePair) ProtoMessage()

func (*ListGroupUsersResponse_RolePair) ProtoReflect added in v0.7.5

func (*ListGroupUsersResponse_RolePair) Reset added in v0.7.5

func (*ListGroupUsersResponse_RolePair) String added in v0.7.5

type ListGroupsRequest

type ListGroupsRequest struct {
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGroupsRequest) Descriptor deprecated

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

Deprecated: Use ListGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListGroupsRequest) GetOrgId

func (x *ListGroupsRequest) GetOrgId() string

func (*ListGroupsRequest) GetState

func (x *ListGroupsRequest) GetState() string

func (*ListGroupsRequest) ProtoMessage

func (*ListGroupsRequest) ProtoMessage()

func (*ListGroupsRequest) ProtoReflect

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

func (*ListGroupsRequest) Reset

func (x *ListGroupsRequest) Reset()

func (*ListGroupsRequest) String

func (x *ListGroupsRequest) String() string

type ListGroupsResponse

type ListGroupsResponse struct {
	Groups []*Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGroupsResponse) Descriptor deprecated

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

Deprecated: Use ListGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListGroupsResponse) GetGroups

func (x *ListGroupsResponse) GetGroups() []*Group

func (*ListGroupsResponse) ProtoMessage

func (*ListGroupsResponse) ProtoMessage()

func (*ListGroupsResponse) ProtoReflect

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

func (*ListGroupsResponse) Reset

func (x *ListGroupsResponse) Reset()

func (*ListGroupsResponse) String

func (x *ListGroupsResponse) String() string

type ListInvoicesRequest added in v0.8.13

type ListInvoicesRequest struct {
	OrgId             string   `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	NonzeroAmountOnly bool     `protobuf:"varint,3,opt,name=nonzero_amount_only,json=nonzeroAmountOnly,proto3" json:"nonzero_amount_only,omitempty"`
	Expand            []string `protobuf:"bytes,101,rep,name=expand,proto3" json:"expand,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInvoicesRequest) Descriptor deprecated added in v0.8.13

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

Deprecated: Use ListInvoicesRequest.ProtoReflect.Descriptor instead.

func (*ListInvoicesRequest) GetExpand added in v0.8.41

func (x *ListInvoicesRequest) GetExpand() []string

func (*ListInvoicesRequest) GetNonzeroAmountOnly added in v0.8.37

func (x *ListInvoicesRequest) GetNonzeroAmountOnly() bool

func (*ListInvoicesRequest) GetOrgId added in v0.8.13

func (x *ListInvoicesRequest) GetOrgId() string

func (*ListInvoicesRequest) ProtoMessage added in v0.8.13

func (*ListInvoicesRequest) ProtoMessage()

func (*ListInvoicesRequest) ProtoReflect added in v0.8.13

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

func (*ListInvoicesRequest) Reset added in v0.8.13

func (x *ListInvoicesRequest) Reset()

func (*ListInvoicesRequest) String added in v0.8.13

func (x *ListInvoicesRequest) String() string

type ListInvoicesResponse added in v0.8.13

type ListInvoicesResponse struct {

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

func (*ListInvoicesResponse) Descriptor deprecated added in v0.8.13

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

Deprecated: Use ListInvoicesResponse.ProtoReflect.Descriptor instead.

func (*ListInvoicesResponse) GetInvoices added in v0.8.13

func (x *ListInvoicesResponse) GetInvoices() []*Invoice

func (*ListInvoicesResponse) ProtoMessage added in v0.8.13

func (*ListInvoicesResponse) ProtoMessage()

func (*ListInvoicesResponse) ProtoReflect added in v0.8.13

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

func (*ListInvoicesResponse) Reset added in v0.8.13

func (x *ListInvoicesResponse) Reset()

func (*ListInvoicesResponse) String added in v0.8.13

func (x *ListInvoicesResponse) String() string

type ListMetaSchemasRequest

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

func (*ListMetaSchemasRequest) Descriptor deprecated

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

Deprecated: Use ListMetaSchemasRequest.ProtoReflect.Descriptor instead.

func (*ListMetaSchemasRequest) ProtoMessage

func (*ListMetaSchemasRequest) ProtoMessage()

func (*ListMetaSchemasRequest) ProtoReflect

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

func (*ListMetaSchemasRequest) Reset

func (x *ListMetaSchemasRequest) Reset()

func (*ListMetaSchemasRequest) String

func (x *ListMetaSchemasRequest) String() string

type ListMetaSchemasResponse

type ListMetaSchemasResponse struct {
	Metaschemas []*MetaSchema `protobuf:"bytes,1,rep,name=metaschemas,proto3" json:"metaschemas,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMetaSchemasResponse) Descriptor deprecated

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

Deprecated: Use ListMetaSchemasResponse.ProtoReflect.Descriptor instead.

func (*ListMetaSchemasResponse) GetMetaschemas

func (x *ListMetaSchemasResponse) GetMetaschemas() []*MetaSchema

func (*ListMetaSchemasResponse) ProtoMessage

func (*ListMetaSchemasResponse) ProtoMessage()

func (*ListMetaSchemasResponse) ProtoReflect

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

func (*ListMetaSchemasResponse) Reset

func (x *ListMetaSchemasResponse) Reset()

func (*ListMetaSchemasResponse) String

func (x *ListMetaSchemasResponse) String() string

type ListNamespacesRequest

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

func (*ListNamespacesRequest) Descriptor deprecated

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

Deprecated: Use ListNamespacesRequest.ProtoReflect.Descriptor instead.

func (*ListNamespacesRequest) ProtoMessage

func (*ListNamespacesRequest) ProtoMessage()

func (*ListNamespacesRequest) ProtoReflect

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

func (*ListNamespacesRequest) Reset

func (x *ListNamespacesRequest) Reset()

func (*ListNamespacesRequest) String

func (x *ListNamespacesRequest) String() string

type ListNamespacesResponse

type ListNamespacesResponse struct {
	Namespaces []*Namespace `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespacesResponse) Descriptor deprecated

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

Deprecated: Use ListNamespacesResponse.ProtoReflect.Descriptor instead.

func (*ListNamespacesResponse) GetNamespaces

func (x *ListNamespacesResponse) GetNamespaces() []*Namespace

func (*ListNamespacesResponse) ProtoMessage

func (*ListNamespacesResponse) ProtoMessage()

func (*ListNamespacesResponse) ProtoReflect

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

func (*ListNamespacesResponse) Reset

func (x *ListNamespacesResponse) Reset()

func (*ListNamespacesResponse) String

func (x *ListNamespacesResponse) String() string

type ListOrganizationAdminsRequest

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

func (*ListOrganizationAdminsRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationAdminsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationAdminsRequest) GetId

func (*ListOrganizationAdminsRequest) ProtoMessage

func (*ListOrganizationAdminsRequest) ProtoMessage()

func (*ListOrganizationAdminsRequest) ProtoReflect

func (*ListOrganizationAdminsRequest) Reset

func (x *ListOrganizationAdminsRequest) Reset()

func (*ListOrganizationAdminsRequest) String

type ListOrganizationAdminsResponse

type ListOrganizationAdminsResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationAdminsResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationAdminsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationAdminsResponse) GetUsers

func (x *ListOrganizationAdminsResponse) GetUsers() []*User

func (*ListOrganizationAdminsResponse) ProtoMessage

func (*ListOrganizationAdminsResponse) ProtoMessage()

func (*ListOrganizationAdminsResponse) ProtoReflect

func (*ListOrganizationAdminsResponse) Reset

func (x *ListOrganizationAdminsResponse) Reset()

func (*ListOrganizationAdminsResponse) String

type ListOrganizationDomainsRequest added in v0.7.2

type ListOrganizationDomainsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationDomainsRequest) Descriptor deprecated added in v0.7.2

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

Deprecated: Use ListOrganizationDomainsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationDomainsRequest) GetOrgId added in v0.7.2

func (x *ListOrganizationDomainsRequest) GetOrgId() string

func (*ListOrganizationDomainsRequest) GetState added in v0.7.2

func (x *ListOrganizationDomainsRequest) GetState() string

func (*ListOrganizationDomainsRequest) ProtoMessage added in v0.7.2

func (*ListOrganizationDomainsRequest) ProtoMessage()

func (*ListOrganizationDomainsRequest) ProtoReflect added in v0.7.2

func (*ListOrganizationDomainsRequest) Reset added in v0.7.2

func (x *ListOrganizationDomainsRequest) Reset()

func (*ListOrganizationDomainsRequest) String added in v0.7.2

type ListOrganizationDomainsResponse added in v0.7.2

type ListOrganizationDomainsResponse struct {
	Domains []*Domain `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationDomainsResponse) Descriptor deprecated added in v0.7.2

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

Deprecated: Use ListOrganizationDomainsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationDomainsResponse) GetDomains added in v0.7.2

func (x *ListOrganizationDomainsResponse) GetDomains() []*Domain

func (*ListOrganizationDomainsResponse) ProtoMessage added in v0.7.2

func (*ListOrganizationDomainsResponse) ProtoMessage()

func (*ListOrganizationDomainsResponse) ProtoReflect added in v0.7.2

func (*ListOrganizationDomainsResponse) Reset added in v0.7.2

func (*ListOrganizationDomainsResponse) String added in v0.7.2

type ListOrganizationGroupsRequest

type ListOrganizationGroupsRequest struct {
	OrgId           string   `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State           string   `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	GroupIds        []string `protobuf:"bytes,4,rep,name=group_ids,json=groupIds,proto3" json:"group_ids,omitempty"`
	WithMembers     bool     `protobuf:"varint,5,opt,name=with_members,json=withMembers,proto3" json:"with_members,omitempty"`
	WithMemberCount bool     `protobuf:"varint,6,opt,name=with_member_count,json=withMemberCount,proto3" json:"with_member_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationGroupsRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationGroupsRequest) GetGroupIds added in v0.8.0

func (x *ListOrganizationGroupsRequest) GetGroupIds() []string

func (*ListOrganizationGroupsRequest) GetOrgId

func (x *ListOrganizationGroupsRequest) GetOrgId() string

func (*ListOrganizationGroupsRequest) GetState

func (x *ListOrganizationGroupsRequest) GetState() string

func (*ListOrganizationGroupsRequest) GetWithMemberCount added in v0.8.8

func (x *ListOrganizationGroupsRequest) GetWithMemberCount() bool

func (*ListOrganizationGroupsRequest) GetWithMembers added in v0.8.0

func (x *ListOrganizationGroupsRequest) GetWithMembers() bool

func (*ListOrganizationGroupsRequest) ProtoMessage

func (*ListOrganizationGroupsRequest) ProtoMessage()

func (*ListOrganizationGroupsRequest) ProtoReflect

func (*ListOrganizationGroupsRequest) Reset

func (x *ListOrganizationGroupsRequest) Reset()

func (*ListOrganizationGroupsRequest) String

type ListOrganizationGroupsResponse

type ListOrganizationGroupsResponse struct {
	Groups []*Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationGroupsResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationGroupsResponse) GetGroups

func (x *ListOrganizationGroupsResponse) GetGroups() []*Group

func (*ListOrganizationGroupsResponse) ProtoMessage

func (*ListOrganizationGroupsResponse) ProtoMessage()

func (*ListOrganizationGroupsResponse) ProtoReflect

func (*ListOrganizationGroupsResponse) Reset

func (x *ListOrganizationGroupsResponse) Reset()

func (*ListOrganizationGroupsResponse) String

type ListOrganizationInvitationsRequest

type ListOrganizationInvitationsRequest struct {
	OrgId  string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationInvitationsRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationInvitationsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationInvitationsRequest) GetOrgId

func (*ListOrganizationInvitationsRequest) GetUserId

func (*ListOrganizationInvitationsRequest) ProtoMessage

func (*ListOrganizationInvitationsRequest) ProtoMessage()

func (*ListOrganizationInvitationsRequest) ProtoReflect

func (*ListOrganizationInvitationsRequest) Reset

func (*ListOrganizationInvitationsRequest) String

type ListOrganizationInvitationsResponse

type ListOrganizationInvitationsResponse struct {
	Invitations []*Invitation `protobuf:"bytes,1,rep,name=invitations,proto3" json:"invitations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationInvitationsResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationInvitationsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationInvitationsResponse) GetInvitations

func (x *ListOrganizationInvitationsResponse) GetInvitations() []*Invitation

func (*ListOrganizationInvitationsResponse) ProtoMessage

func (*ListOrganizationInvitationsResponse) ProtoMessage()

func (*ListOrganizationInvitationsResponse) ProtoReflect

func (*ListOrganizationInvitationsResponse) Reset

func (*ListOrganizationInvitationsResponse) String

type ListOrganizationPreferencesRequest added in v0.7.3

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

func (*ListOrganizationPreferencesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use ListOrganizationPreferencesRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationPreferencesRequest) GetId added in v0.7.3

func (*ListOrganizationPreferencesRequest) ProtoMessage added in v0.7.3

func (*ListOrganizationPreferencesRequest) ProtoMessage()

func (*ListOrganizationPreferencesRequest) ProtoReflect added in v0.7.3

func (*ListOrganizationPreferencesRequest) Reset added in v0.7.3

func (*ListOrganizationPreferencesRequest) String added in v0.7.3

type ListOrganizationPreferencesResponse added in v0.7.3

type ListOrganizationPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationPreferencesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use ListOrganizationPreferencesResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationPreferencesResponse) GetPreferences added in v0.7.3

func (x *ListOrganizationPreferencesResponse) GetPreferences() []*Preference

func (*ListOrganizationPreferencesResponse) ProtoMessage added in v0.7.3

func (*ListOrganizationPreferencesResponse) ProtoMessage()

func (*ListOrganizationPreferencesResponse) ProtoReflect added in v0.7.3

func (*ListOrganizationPreferencesResponse) Reset added in v0.7.3

func (*ListOrganizationPreferencesResponse) String added in v0.7.3

type ListOrganizationProjectsRequest

type ListOrganizationProjectsRequest struct {
	Id              string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	State           string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	WithMemberCount bool   `protobuf:"varint,3,opt,name=with_member_count,json=withMemberCount,proto3" json:"with_member_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationProjectsRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationProjectsRequest) GetId

func (*ListOrganizationProjectsRequest) GetState

func (*ListOrganizationProjectsRequest) GetWithMemberCount added in v0.8.8

func (x *ListOrganizationProjectsRequest) GetWithMemberCount() bool

func (*ListOrganizationProjectsRequest) ProtoMessage

func (*ListOrganizationProjectsRequest) ProtoMessage()

func (*ListOrganizationProjectsRequest) ProtoReflect

func (*ListOrganizationProjectsRequest) Reset

func (*ListOrganizationProjectsRequest) String

type ListOrganizationProjectsResponse

type ListOrganizationProjectsResponse struct {
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationProjectsResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationProjectsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationProjectsResponse) GetProjects

func (x *ListOrganizationProjectsResponse) GetProjects() []*Project

func (*ListOrganizationProjectsResponse) ProtoMessage

func (*ListOrganizationProjectsResponse) ProtoMessage()

func (*ListOrganizationProjectsResponse) ProtoReflect

func (*ListOrganizationProjectsResponse) Reset

func (*ListOrganizationProjectsResponse) String

type ListOrganizationRolesRequest

type ListOrganizationRolesRequest struct {
	OrgId  string   `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State  string   `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	Scopes []string `protobuf:"bytes,3,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationRolesRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationRolesRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationRolesRequest) GetOrgId

func (x *ListOrganizationRolesRequest) GetOrgId() string

func (*ListOrganizationRolesRequest) GetScopes added in v0.7.6

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

func (*ListOrganizationRolesRequest) GetState

func (x *ListOrganizationRolesRequest) GetState() string

func (*ListOrganizationRolesRequest) ProtoMessage

func (*ListOrganizationRolesRequest) ProtoMessage()

func (*ListOrganizationRolesRequest) ProtoReflect

func (*ListOrganizationRolesRequest) Reset

func (x *ListOrganizationRolesRequest) Reset()

func (*ListOrganizationRolesRequest) String

type ListOrganizationRolesResponse

type ListOrganizationRolesResponse struct {
	Roles []*Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationRolesResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationRolesResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationRolesResponse) GetRoles

func (x *ListOrganizationRolesResponse) GetRoles() []*Role

func (*ListOrganizationRolesResponse) ProtoMessage

func (*ListOrganizationRolesResponse) ProtoMessage()

func (*ListOrganizationRolesResponse) ProtoReflect

func (*ListOrganizationRolesResponse) Reset

func (x *ListOrganizationRolesResponse) Reset()

func (*ListOrganizationRolesResponse) String

type ListOrganizationServiceUsersRequest

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

func (*ListOrganizationServiceUsersRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationServiceUsersRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationServiceUsersRequest) GetId

func (*ListOrganizationServiceUsersRequest) ProtoMessage

func (*ListOrganizationServiceUsersRequest) ProtoMessage()

func (*ListOrganizationServiceUsersRequest) ProtoReflect

func (*ListOrganizationServiceUsersRequest) Reset

func (*ListOrganizationServiceUsersRequest) String

type ListOrganizationServiceUsersResponse

type ListOrganizationServiceUsersResponse struct {
	Serviceusers []*ServiceUser `protobuf:"bytes,1,rep,name=serviceusers,proto3" json:"serviceusers,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationServiceUsersResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationServiceUsersResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationServiceUsersResponse) GetServiceusers

func (x *ListOrganizationServiceUsersResponse) GetServiceusers() []*ServiceUser

func (*ListOrganizationServiceUsersResponse) ProtoMessage

func (*ListOrganizationServiceUsersResponse) ProtoMessage()

func (*ListOrganizationServiceUsersResponse) ProtoReflect

func (*ListOrganizationServiceUsersResponse) Reset

func (*ListOrganizationServiceUsersResponse) String

type ListOrganizationUsersRequest

type ListOrganizationUsersRequest struct {
	Id      string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RoleIds []string `protobuf:"bytes,4,rep,name=role_ids,json=roleIds,proto3" json:"role_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationUsersRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationUsersRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationUsersRequest) GetId

func (*ListOrganizationUsersRequest) GetRoleIds added in v0.102.0

func (x *ListOrganizationUsersRequest) GetRoleIds() []string

func (*ListOrganizationUsersRequest) ProtoMessage

func (*ListOrganizationUsersRequest) ProtoMessage()

func (*ListOrganizationUsersRequest) ProtoReflect

func (*ListOrganizationUsersRequest) Reset

func (x *ListOrganizationUsersRequest) Reset()

func (*ListOrganizationUsersRequest) String

type ListOrganizationUsersResponse

type ListOrganizationUsersResponse struct {
	Users     []*User                                   `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	RolePairs []*ListOrganizationUsersResponse_RolePair `protobuf:"bytes,2,rep,name=role_pairs,json=rolePairs,proto3" json:"role_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationUsersResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationUsersResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationUsersResponse) GetRolePairs added in v0.7.18

func (*ListOrganizationUsersResponse) GetUsers

func (x *ListOrganizationUsersResponse) GetUsers() []*User

func (*ListOrganizationUsersResponse) ProtoMessage

func (*ListOrganizationUsersResponse) ProtoMessage()

func (*ListOrganizationUsersResponse) ProtoReflect

func (*ListOrganizationUsersResponse) Reset

func (x *ListOrganizationUsersResponse) Reset()

func (*ListOrganizationUsersResponse) String

type ListOrganizationUsersResponse_RolePair added in v0.7.18

type ListOrganizationUsersResponse_RolePair struct {
	UserId string  `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles  []*Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationUsersResponse_RolePair) Descriptor deprecated added in v0.7.18

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

Deprecated: Use ListOrganizationUsersResponse_RolePair.ProtoReflect.Descriptor instead.

func (*ListOrganizationUsersResponse_RolePair) GetRoles added in v0.7.18

func (*ListOrganizationUsersResponse_RolePair) GetUserId added in v0.7.18

func (*ListOrganizationUsersResponse_RolePair) ProtoMessage added in v0.7.18

func (*ListOrganizationUsersResponse_RolePair) ProtoReflect added in v0.7.18

func (*ListOrganizationUsersResponse_RolePair) Reset added in v0.7.18

func (*ListOrganizationUsersResponse_RolePair) String added in v0.7.18

type ListOrganizationsByCurrentUserRequest added in v0.7.5

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

func (*ListOrganizationsByCurrentUserRequest) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListOrganizationsByCurrentUserRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsByCurrentUserRequest) GetState added in v0.7.15

func (*ListOrganizationsByCurrentUserRequest) ProtoMessage added in v0.7.5

func (*ListOrganizationsByCurrentUserRequest) ProtoMessage()

func (*ListOrganizationsByCurrentUserRequest) ProtoReflect added in v0.7.5

func (*ListOrganizationsByCurrentUserRequest) Reset added in v0.7.5

func (*ListOrganizationsByCurrentUserRequest) String added in v0.7.5

type ListOrganizationsByCurrentUserResponse added in v0.7.5

type ListOrganizationsByCurrentUserResponse struct {
	Organizations     []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	JoinableViaDomain []*Organization `protobuf:"bytes,2,rep,name=joinable_via_domain,json=joinableViaDomain,proto3" json:"joinable_via_domain,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsByCurrentUserResponse) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListOrganizationsByCurrentUserResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsByCurrentUserResponse) GetJoinableViaDomain added in v0.7.5

func (x *ListOrganizationsByCurrentUserResponse) GetJoinableViaDomain() []*Organization

func (*ListOrganizationsByCurrentUserResponse) GetOrganizations added in v0.7.5

func (x *ListOrganizationsByCurrentUserResponse) GetOrganizations() []*Organization

func (*ListOrganizationsByCurrentUserResponse) ProtoMessage added in v0.7.5

func (*ListOrganizationsByCurrentUserResponse) ProtoReflect added in v0.7.5

func (*ListOrganizationsByCurrentUserResponse) Reset added in v0.7.5

func (*ListOrganizationsByCurrentUserResponse) String added in v0.7.5

type ListOrganizationsByUserRequest added in v0.7.5

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

func (*ListOrganizationsByUserRequest) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListOrganizationsByUserRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsByUserRequest) GetId added in v0.7.5

func (*ListOrganizationsByUserRequest) GetState added in v0.37.1

func (x *ListOrganizationsByUserRequest) GetState() string

func (*ListOrganizationsByUserRequest) ProtoMessage added in v0.7.5

func (*ListOrganizationsByUserRequest) ProtoMessage()

func (*ListOrganizationsByUserRequest) ProtoReflect added in v0.7.5

func (*ListOrganizationsByUserRequest) Reset added in v0.7.5

func (x *ListOrganizationsByUserRequest) Reset()

func (*ListOrganizationsByUserRequest) String added in v0.7.5

type ListOrganizationsByUserResponse added in v0.7.5

type ListOrganizationsByUserResponse struct {
	Organizations     []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	JoinableViaDomain []*Organization `protobuf:"bytes,2,rep,name=joinable_via_domain,json=joinableViaDomain,proto3" json:"joinable_via_domain,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsByUserResponse) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListOrganizationsByUserResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsByUserResponse) GetJoinableViaDomain added in v0.7.5

func (x *ListOrganizationsByUserResponse) GetJoinableViaDomain() []*Organization

func (*ListOrganizationsByUserResponse) GetOrganizations added in v0.7.5

func (x *ListOrganizationsByUserResponse) GetOrganizations() []*Organization

func (*ListOrganizationsByUserResponse) ProtoMessage added in v0.7.5

func (*ListOrganizationsByUserResponse) ProtoMessage()

func (*ListOrganizationsByUserResponse) ProtoReflect added in v0.7.5

func (*ListOrganizationsByUserResponse) Reset added in v0.7.5

func (*ListOrganizationsByUserResponse) String added in v0.7.5

type ListOrganizationsKycRequest added in v0.57.0

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

func (*ListOrganizationsKycRequest) Descriptor deprecated added in v0.57.0

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

Deprecated: Use ListOrganizationsKycRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsKycRequest) ProtoMessage added in v0.57.0

func (*ListOrganizationsKycRequest) ProtoMessage()

func (*ListOrganizationsKycRequest) ProtoReflect added in v0.57.0

func (*ListOrganizationsKycRequest) Reset added in v0.57.0

func (x *ListOrganizationsKycRequest) Reset()

func (*ListOrganizationsKycRequest) String added in v0.57.0

func (x *ListOrganizationsKycRequest) String() string

type ListOrganizationsKycResponse added in v0.57.0

type ListOrganizationsKycResponse struct {
	OrganizationsKyc []*OrganizationKyc `protobuf:"bytes,1,rep,name=organizations_kyc,json=organizationsKyc,proto3" json:"organizations_kyc,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsKycResponse) Descriptor deprecated added in v0.57.0

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

Deprecated: Use ListOrganizationsKycResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsKycResponse) GetOrganizationsKyc added in v0.57.0

func (x *ListOrganizationsKycResponse) GetOrganizationsKyc() []*OrganizationKyc

func (*ListOrganizationsKycResponse) ProtoMessage added in v0.57.0

func (*ListOrganizationsKycResponse) ProtoMessage()

func (*ListOrganizationsKycResponse) ProtoReflect added in v0.57.0

func (*ListOrganizationsKycResponse) Reset added in v0.57.0

func (x *ListOrganizationsKycResponse) Reset()

func (*ListOrganizationsKycResponse) String added in v0.57.0

type ListOrganizationsRequest

type ListOrganizationsRequest struct {
	UserId   string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	State    string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	PageSize int32  `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageNum  int32  `protobuf:"varint,4,opt,name=page_num,json=pageNum,proto3" json:"page_num,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsRequest) GetPageNum added in v0.43.0

func (x *ListOrganizationsRequest) GetPageNum() int32

func (*ListOrganizationsRequest) GetPageSize added in v0.43.0

func (x *ListOrganizationsRequest) GetPageSize() int32

func (*ListOrganizationsRequest) GetState

func (x *ListOrganizationsRequest) GetState() string

func (*ListOrganizationsRequest) GetUserId

func (x *ListOrganizationsRequest) GetUserId() string

func (*ListOrganizationsRequest) ProtoMessage

func (*ListOrganizationsRequest) ProtoMessage()

func (*ListOrganizationsRequest) ProtoReflect

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

func (*ListOrganizationsRequest) Reset

func (x *ListOrganizationsRequest) Reset()

func (*ListOrganizationsRequest) String

func (x *ListOrganizationsRequest) String() string

type ListOrganizationsResponse

type ListOrganizationsResponse struct {
	Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsResponse) GetOrganizations

func (x *ListOrganizationsResponse) GetOrganizations() []*Organization

func (*ListOrganizationsResponse) ProtoMessage

func (*ListOrganizationsResponse) ProtoMessage()

func (*ListOrganizationsResponse) ProtoReflect

func (*ListOrganizationsResponse) Reset

func (x *ListOrganizationsResponse) Reset()

func (*ListOrganizationsResponse) String

func (x *ListOrganizationsResponse) String() string

type ListPermissionsRequest

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

func (*ListPermissionsRequest) Descriptor deprecated

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

Deprecated: Use ListPermissionsRequest.ProtoReflect.Descriptor instead.

func (*ListPermissionsRequest) ProtoMessage

func (*ListPermissionsRequest) ProtoMessage()

func (*ListPermissionsRequest) ProtoReflect

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

func (*ListPermissionsRequest) Reset

func (x *ListPermissionsRequest) Reset()

func (*ListPermissionsRequest) String

func (x *ListPermissionsRequest) String() string

type ListPermissionsResponse

type ListPermissionsResponse struct {
	Permissions []*Permission `protobuf:"bytes,1,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPermissionsResponse) Descriptor deprecated

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

Deprecated: Use ListPermissionsResponse.ProtoReflect.Descriptor instead.

func (*ListPermissionsResponse) GetPermissions

func (x *ListPermissionsResponse) GetPermissions() []*Permission

func (*ListPermissionsResponse) ProtoMessage

func (*ListPermissionsResponse) ProtoMessage()

func (*ListPermissionsResponse) ProtoReflect

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

func (*ListPermissionsResponse) Reset

func (x *ListPermissionsResponse) Reset()

func (*ListPermissionsResponse) String

func (x *ListPermissionsResponse) String() string

type ListPlansRequest added in v0.8.0

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

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

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

Deprecated: Use ListPlansRequest.ProtoReflect.Descriptor instead.

func (*ListPlansRequest) ProtoMessage added in v0.8.0

func (*ListPlansRequest) ProtoMessage()

func (*ListPlansRequest) ProtoReflect added in v0.8.0

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

func (*ListPlansRequest) Reset added in v0.8.0

func (x *ListPlansRequest) Reset()

func (*ListPlansRequest) String added in v0.8.0

func (x *ListPlansRequest) String() string

type ListPlansResponse added in v0.8.0

type ListPlansResponse struct {

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

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

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

Deprecated: Use ListPlansResponse.ProtoReflect.Descriptor instead.

func (*ListPlansResponse) GetPlans added in v0.8.0

func (x *ListPlansResponse) GetPlans() []*Plan

func (*ListPlansResponse) ProtoMessage added in v0.8.0

func (*ListPlansResponse) ProtoMessage()

func (*ListPlansResponse) ProtoReflect added in v0.8.0

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

func (*ListPlansResponse) Reset added in v0.8.0

func (x *ListPlansResponse) Reset()

func (*ListPlansResponse) String added in v0.8.0

func (x *ListPlansResponse) String() string

type ListPlatformUsersRequest added in v0.8.8

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

func (*ListPlatformUsersRequest) Descriptor deprecated added in v0.8.8

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

Deprecated: Use ListPlatformUsersRequest.ProtoReflect.Descriptor instead.

func (*ListPlatformUsersRequest) ProtoMessage added in v0.8.8

func (*ListPlatformUsersRequest) ProtoMessage()

func (*ListPlatformUsersRequest) ProtoReflect added in v0.8.8

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

func (*ListPlatformUsersRequest) Reset added in v0.8.8

func (x *ListPlatformUsersRequest) Reset()

func (*ListPlatformUsersRequest) String added in v0.8.8

func (x *ListPlatformUsersRequest) String() string

type ListPlatformUsersResponse added in v0.8.8

type ListPlatformUsersResponse struct {
	Users        []*User        `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	Serviceusers []*ServiceUser `protobuf:"bytes,2,rep,name=serviceusers,proto3" json:"serviceusers,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPlatformUsersResponse) Descriptor deprecated added in v0.8.8

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

Deprecated: Use ListPlatformUsersResponse.ProtoReflect.Descriptor instead.

func (*ListPlatformUsersResponse) GetServiceusers added in v0.8.8

func (x *ListPlatformUsersResponse) GetServiceusers() []*ServiceUser

func (*ListPlatformUsersResponse) GetUsers added in v0.8.8

func (x *ListPlatformUsersResponse) GetUsers() []*User

func (*ListPlatformUsersResponse) ProtoMessage added in v0.8.8

func (*ListPlatformUsersResponse) ProtoMessage()

func (*ListPlatformUsersResponse) ProtoReflect added in v0.8.8

func (*ListPlatformUsersResponse) Reset added in v0.8.8

func (x *ListPlatformUsersResponse) Reset()

func (*ListPlatformUsersResponse) String added in v0.8.8

func (x *ListPlatformUsersResponse) String() string

type ListPoliciesRequest

type ListPoliciesRequest struct {
	OrgId     string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	UserId    string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	RoleId    string `protobuf:"bytes,4,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	GroupId   string `protobuf:"bytes,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPoliciesRequest) Descriptor deprecated

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

Deprecated: Use ListPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListPoliciesRequest) GetGroupId

func (x *ListPoliciesRequest) GetGroupId() string

func (*ListPoliciesRequest) GetOrgId

func (x *ListPoliciesRequest) GetOrgId() string

func (*ListPoliciesRequest) GetProjectId

func (x *ListPoliciesRequest) GetProjectId() string

func (*ListPoliciesRequest) GetRoleId

func (x *ListPoliciesRequest) GetRoleId() string

func (*ListPoliciesRequest) GetUserId

func (x *ListPoliciesRequest) GetUserId() string

func (*ListPoliciesRequest) ProtoMessage

func (*ListPoliciesRequest) ProtoMessage()

func (*ListPoliciesRequest) ProtoReflect

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

func (*ListPoliciesRequest) Reset

func (x *ListPoliciesRequest) Reset()

func (*ListPoliciesRequest) String

func (x *ListPoliciesRequest) String() string

type ListPoliciesResponse

type ListPoliciesResponse struct {
	Policies []*Policy `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPoliciesResponse) Descriptor deprecated

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

Deprecated: Use ListPoliciesResponse.ProtoReflect.Descriptor instead.

func (*ListPoliciesResponse) GetPolicies

func (x *ListPoliciesResponse) GetPolicies() []*Policy

func (*ListPoliciesResponse) ProtoMessage

func (*ListPoliciesResponse) ProtoMessage()

func (*ListPoliciesResponse) ProtoReflect

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

func (*ListPoliciesResponse) Reset

func (x *ListPoliciesResponse) Reset()

func (*ListPoliciesResponse) String

func (x *ListPoliciesResponse) String() string

type ListPreferencesRequest added in v0.7.3

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

func (*ListPreferencesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use ListPreferencesRequest.ProtoReflect.Descriptor instead.

func (*ListPreferencesRequest) ProtoMessage added in v0.7.3

func (*ListPreferencesRequest) ProtoMessage()

func (*ListPreferencesRequest) ProtoReflect added in v0.7.3

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

func (*ListPreferencesRequest) Reset added in v0.7.3

func (x *ListPreferencesRequest) Reset()

func (*ListPreferencesRequest) String added in v0.7.3

func (x *ListPreferencesRequest) String() string

type ListPreferencesResponse added in v0.7.3

type ListPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPreferencesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use ListPreferencesResponse.ProtoReflect.Descriptor instead.

func (*ListPreferencesResponse) GetPreferences added in v0.7.3

func (x *ListPreferencesResponse) GetPreferences() []*Preference

func (*ListPreferencesResponse) ProtoMessage added in v0.7.3

func (*ListPreferencesResponse) ProtoMessage()

func (*ListPreferencesResponse) ProtoReflect added in v0.7.3

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

func (*ListPreferencesResponse) Reset added in v0.7.3

func (x *ListPreferencesResponse) Reset()

func (*ListPreferencesResponse) String added in v0.7.3

func (x *ListPreferencesResponse) String() string

type ListProductsRequest added in v0.8.14

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

func (*ListProductsRequest) Descriptor deprecated added in v0.8.14

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

Deprecated: Use ListProductsRequest.ProtoReflect.Descriptor instead.

func (*ListProductsRequest) ProtoMessage added in v0.8.14

func (*ListProductsRequest) ProtoMessage()

func (*ListProductsRequest) ProtoReflect added in v0.8.14

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

func (*ListProductsRequest) Reset added in v0.8.14

func (x *ListProductsRequest) Reset()

func (*ListProductsRequest) String added in v0.8.14

func (x *ListProductsRequest) String() string

type ListProductsResponse added in v0.8.14

type ListProductsResponse struct {

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

func (*ListProductsResponse) Descriptor deprecated added in v0.8.14

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

Deprecated: Use ListProductsResponse.ProtoReflect.Descriptor instead.

func (*ListProductsResponse) GetProducts added in v0.8.14

func (x *ListProductsResponse) GetProducts() []*Product

func (*ListProductsResponse) ProtoMessage added in v0.8.14

func (*ListProductsResponse) ProtoMessage()

func (*ListProductsResponse) ProtoReflect added in v0.8.14

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

func (*ListProductsResponse) Reset added in v0.8.14

func (x *ListProductsResponse) Reset()

func (*ListProductsResponse) String added in v0.8.14

func (x *ListProductsResponse) String() string

type ListProjectAdminsRequest

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

func (*ListProjectAdminsRequest) Descriptor deprecated

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

Deprecated: Use ListProjectAdminsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectAdminsRequest) GetId

func (x *ListProjectAdminsRequest) GetId() string

func (*ListProjectAdminsRequest) ProtoMessage

func (*ListProjectAdminsRequest) ProtoMessage()

func (*ListProjectAdminsRequest) ProtoReflect

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

func (*ListProjectAdminsRequest) Reset

func (x *ListProjectAdminsRequest) Reset()

func (*ListProjectAdminsRequest) String

func (x *ListProjectAdminsRequest) String() string

type ListProjectAdminsResponse

type ListProjectAdminsResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectAdminsResponse) Descriptor deprecated

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

Deprecated: Use ListProjectAdminsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectAdminsResponse) GetUsers

func (x *ListProjectAdminsResponse) GetUsers() []*User

func (*ListProjectAdminsResponse) ProtoMessage

func (*ListProjectAdminsResponse) ProtoMessage()

func (*ListProjectAdminsResponse) ProtoReflect

func (*ListProjectAdminsResponse) Reset

func (x *ListProjectAdminsResponse) Reset()

func (*ListProjectAdminsResponse) String

func (x *ListProjectAdminsResponse) String() string

type ListProjectGroupsRequest added in v0.7.6

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

func (*ListProjectGroupsRequest) Descriptor deprecated added in v0.7.6

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

Deprecated: Use ListProjectGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectGroupsRequest) GetId added in v0.7.6

func (x *ListProjectGroupsRequest) GetId() string

func (*ListProjectGroupsRequest) ProtoMessage added in v0.7.6

func (*ListProjectGroupsRequest) ProtoMessage()

func (*ListProjectGroupsRequest) ProtoReflect added in v0.7.6

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

func (*ListProjectGroupsRequest) Reset added in v0.7.6

func (x *ListProjectGroupsRequest) Reset()

func (*ListProjectGroupsRequest) String added in v0.7.6

func (x *ListProjectGroupsRequest) String() string

type ListProjectGroupsResponse added in v0.7.6

type ListProjectGroupsResponse struct {
	Groups    []*Group                              `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	RolePairs []*ListProjectGroupsResponse_RolePair `protobuf:"bytes,2,rep,name=role_pairs,json=rolePairs,proto3" json:"role_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectGroupsResponse) Descriptor deprecated added in v0.7.6

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

Deprecated: Use ListProjectGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectGroupsResponse) GetGroups added in v0.7.6

func (x *ListProjectGroupsResponse) GetGroups() []*Group

func (*ListProjectGroupsResponse) GetRolePairs added in v0.8.0

func (*ListProjectGroupsResponse) ProtoMessage added in v0.7.6

func (*ListProjectGroupsResponse) ProtoMessage()

func (*ListProjectGroupsResponse) ProtoReflect added in v0.7.6

func (*ListProjectGroupsResponse) Reset added in v0.7.6

func (x *ListProjectGroupsResponse) Reset()

func (*ListProjectGroupsResponse) String added in v0.7.6

func (x *ListProjectGroupsResponse) String() string

type ListProjectGroupsResponse_RolePair added in v0.8.0

type ListProjectGroupsResponse_RolePair struct {
	GroupId string  `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Roles   []*Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ListProjectGroupsResponse_RolePair.ProtoReflect.Descriptor instead.

func (*ListProjectGroupsResponse_RolePair) GetGroupId added in v0.8.0

func (*ListProjectGroupsResponse_RolePair) GetRoles added in v0.8.0

func (x *ListProjectGroupsResponse_RolePair) GetRoles() []*Role

func (*ListProjectGroupsResponse_RolePair) ProtoMessage added in v0.8.0

func (*ListProjectGroupsResponse_RolePair) ProtoMessage()

func (*ListProjectGroupsResponse_RolePair) ProtoReflect added in v0.8.0

func (*ListProjectGroupsResponse_RolePair) Reset added in v0.8.0

func (*ListProjectGroupsResponse_RolePair) String added in v0.8.0

type ListProjectPreferencesRequest added in v0.7.3

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

func (*ListProjectPreferencesRequest) Descriptor deprecated added in v0.7.3

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

Deprecated: Use ListProjectPreferencesRequest.ProtoReflect.Descriptor instead.

func (*ListProjectPreferencesRequest) GetId added in v0.7.3

func (*ListProjectPreferencesRequest) ProtoMessage added in v0.7.3

func (*ListProjectPreferencesRequest) ProtoMessage()

func (*ListProjectPreferencesRequest) ProtoReflect added in v0.7.3

func (*ListProjectPreferencesRequest) Reset added in v0.7.3

func (x *ListProjectPreferencesRequest) Reset()

func (*ListProjectPreferencesRequest) String added in v0.7.3

type ListProjectPreferencesResponse added in v0.7.3

type ListProjectPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectPreferencesResponse) Descriptor deprecated added in v0.7.3

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

Deprecated: Use ListProjectPreferencesResponse.ProtoReflect.Descriptor instead.

func (*ListProjectPreferencesResponse) GetPreferences added in v0.7.3

func (x *ListProjectPreferencesResponse) GetPreferences() []*Preference

func (*ListProjectPreferencesResponse) ProtoMessage added in v0.7.3

func (*ListProjectPreferencesResponse) ProtoMessage()

func (*ListProjectPreferencesResponse) ProtoReflect added in v0.7.3

func (*ListProjectPreferencesResponse) Reset added in v0.7.3

func (x *ListProjectPreferencesResponse) Reset()

func (*ListProjectPreferencesResponse) String added in v0.7.3

type ListProjectResourcesRequest

type ListProjectResourcesRequest struct {
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectResourcesRequest) Descriptor deprecated

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

Deprecated: Use ListProjectResourcesRequest.ProtoReflect.Descriptor instead.

func (*ListProjectResourcesRequest) GetNamespace

func (x *ListProjectResourcesRequest) GetNamespace() string

func (*ListProjectResourcesRequest) GetProjectId

func (x *ListProjectResourcesRequest) GetProjectId() string

func (*ListProjectResourcesRequest) ProtoMessage

func (*ListProjectResourcesRequest) ProtoMessage()

func (*ListProjectResourcesRequest) ProtoReflect

func (*ListProjectResourcesRequest) Reset

func (x *ListProjectResourcesRequest) Reset()

func (*ListProjectResourcesRequest) String

func (x *ListProjectResourcesRequest) String() string

type ListProjectResourcesResponse

type ListProjectResourcesResponse struct {
	Resources []*Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectResourcesResponse) Descriptor deprecated

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

Deprecated: Use ListProjectResourcesResponse.ProtoReflect.Descriptor instead.

func (*ListProjectResourcesResponse) GetResources

func (x *ListProjectResourcesResponse) GetResources() []*Resource

func (*ListProjectResourcesResponse) ProtoMessage

func (*ListProjectResourcesResponse) ProtoMessage()

func (*ListProjectResourcesResponse) ProtoReflect

func (*ListProjectResourcesResponse) Reset

func (x *ListProjectResourcesResponse) Reset()

func (*ListProjectResourcesResponse) String

type ListProjectServiceUsersRequest added in v0.7.5

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

func (*ListProjectServiceUsersRequest) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListProjectServiceUsersRequest.ProtoReflect.Descriptor instead.

func (*ListProjectServiceUsersRequest) GetId added in v0.7.5

func (*ListProjectServiceUsersRequest) ProtoMessage added in v0.7.5

func (*ListProjectServiceUsersRequest) ProtoMessage()

func (*ListProjectServiceUsersRequest) ProtoReflect added in v0.7.5

func (*ListProjectServiceUsersRequest) Reset added in v0.7.5

func (x *ListProjectServiceUsersRequest) Reset()

func (*ListProjectServiceUsersRequest) String added in v0.7.5

type ListProjectServiceUsersResponse added in v0.7.5

type ListProjectServiceUsersResponse struct {
	Serviceusers []*ServiceUser                              `protobuf:"bytes,1,rep,name=serviceusers,proto3" json:"serviceusers,omitempty"`
	RolePairs    []*ListProjectServiceUsersResponse_RolePair `protobuf:"bytes,2,rep,name=role_pairs,json=rolePairs,proto3" json:"role_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectServiceUsersResponse) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListProjectServiceUsersResponse.ProtoReflect.Descriptor instead.

func (*ListProjectServiceUsersResponse) GetRolePairs added in v0.7.5

func (*ListProjectServiceUsersResponse) GetServiceusers added in v0.7.5

func (x *ListProjectServiceUsersResponse) GetServiceusers() []*ServiceUser

func (*ListProjectServiceUsersResponse) ProtoMessage added in v0.7.5

func (*ListProjectServiceUsersResponse) ProtoMessage()

func (*ListProjectServiceUsersResponse) ProtoReflect added in v0.7.5

func (*ListProjectServiceUsersResponse) Reset added in v0.7.5

func (*ListProjectServiceUsersResponse) String added in v0.7.5

type ListProjectServiceUsersResponse_RolePair added in v0.7.5

type ListProjectServiceUsersResponse_RolePair struct {
	ServiceuserId string  `protobuf:"bytes,1,opt,name=serviceuser_id,json=serviceuserId,proto3" json:"serviceuser_id,omitempty"`
	Roles         []*Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectServiceUsersResponse_RolePair) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListProjectServiceUsersResponse_RolePair.ProtoReflect.Descriptor instead.

func (*ListProjectServiceUsersResponse_RolePair) GetRoles added in v0.7.5

func (*ListProjectServiceUsersResponse_RolePair) GetServiceuserId added in v0.7.5

func (x *ListProjectServiceUsersResponse_RolePair) GetServiceuserId() string

func (*ListProjectServiceUsersResponse_RolePair) ProtoMessage added in v0.7.5

func (*ListProjectServiceUsersResponse_RolePair) ProtoReflect added in v0.7.5

func (*ListProjectServiceUsersResponse_RolePair) Reset added in v0.7.5

func (*ListProjectServiceUsersResponse_RolePair) String added in v0.7.5

type ListProjectUsersRequest

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

func (*ListProjectUsersRequest) Descriptor deprecated

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

Deprecated: Use ListProjectUsersRequest.ProtoReflect.Descriptor instead.

func (*ListProjectUsersRequest) GetId

func (x *ListProjectUsersRequest) GetId() string

func (*ListProjectUsersRequest) ProtoMessage

func (*ListProjectUsersRequest) ProtoMessage()

func (*ListProjectUsersRequest) ProtoReflect

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

func (*ListProjectUsersRequest) Reset

func (x *ListProjectUsersRequest) Reset()

func (*ListProjectUsersRequest) String

func (x *ListProjectUsersRequest) String() string

type ListProjectUsersResponse

type ListProjectUsersResponse struct {
	Users     []*User                              `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	RolePairs []*ListProjectUsersResponse_RolePair `protobuf:"bytes,2,rep,name=role_pairs,json=rolePairs,proto3" json:"role_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectUsersResponse) Descriptor deprecated

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

Deprecated: Use ListProjectUsersResponse.ProtoReflect.Descriptor instead.

func (*ListProjectUsersResponse) GetRolePairs added in v0.7.5

func (*ListProjectUsersResponse) GetUsers

func (x *ListProjectUsersResponse) GetUsers() []*User

func (*ListProjectUsersResponse) ProtoMessage

func (*ListProjectUsersResponse) ProtoMessage()

func (*ListProjectUsersResponse) ProtoReflect

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

func (*ListProjectUsersResponse) Reset

func (x *ListProjectUsersResponse) Reset()

func (*ListProjectUsersResponse) String

func (x *ListProjectUsersResponse) String() string

type ListProjectUsersResponse_RolePair added in v0.7.5

type ListProjectUsersResponse_RolePair struct {
	UserId string  `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles  []*Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectUsersResponse_RolePair) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListProjectUsersResponse_RolePair.ProtoReflect.Descriptor instead.

func (*ListProjectUsersResponse_RolePair) GetRoles added in v0.7.5

func (x *ListProjectUsersResponse_RolePair) GetRoles() []*Role

func (*ListProjectUsersResponse_RolePair) GetUserId added in v0.7.5

func (*ListProjectUsersResponse_RolePair) ProtoMessage added in v0.7.5

func (*ListProjectUsersResponse_RolePair) ProtoMessage()

func (*ListProjectUsersResponse_RolePair) ProtoReflect added in v0.7.5

func (*ListProjectUsersResponse_RolePair) Reset added in v0.7.5

func (*ListProjectUsersResponse_RolePair) String added in v0.7.5

type ListProjectsByCurrentUserRequest added in v0.7.5

type ListProjectsByCurrentUserRequest struct {

	// org_id is optional and filter projects by org
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// list of permissions needs to be checked against each project
	// query params are set as with_permissions=get&with_permissions=delete
	// to be represented as array
	WithPermissions []string `protobuf:"bytes,2,rep,name=with_permissions,json=withPermissions,proto3" json:"with_permissions,omitempty"`
	// Note: this is a bad design and would recommend against using this filter
	// It is used to list only projects which are explicitly given permission
	// to user. A user could get permission to access a project either via getting
	// access from organization level role or a group. But for some reason we want
	// only users who could have inherited these permissions from top but we only
	// want explictly added ones.
	NonInherited    bool  `protobuf:"varint,3,opt,name=non_inherited,json=nonInherited,proto3" json:"non_inherited,omitempty"`
	WithMemberCount bool  `protobuf:"varint,4,opt,name=with_member_count,json=withMemberCount,proto3" json:"with_member_count,omitempty"`
	PageSize        int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageNum         int32 `protobuf:"varint,6,opt,name=page_num,json=pageNum,proto3" json:"page_num,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsByCurrentUserRequest) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListProjectsByCurrentUserRequest.ProtoReflect.Descriptor instead.

func (*ListProjectsByCurrentUserRequest) GetNonInherited added in v0.8.3

func (x *ListProjectsByCurrentUserRequest) GetNonInherited() bool

func (*ListProjectsByCurrentUserRequest) GetOrgId added in v0.7.5

func (*ListProjectsByCurrentUserRequest) GetPageNum added in v0.43.0

func (x *ListProjectsByCurrentUserRequest) GetPageNum() int32

func (*ListProjectsByCurrentUserRequest) GetPageSize added in v0.43.0

func (x *ListProjectsByCurrentUserRequest) GetPageSize() int32

func (*ListProjectsByCurrentUserRequest) GetWithMemberCount added in v0.8.8

func (x *ListProjectsByCurrentUserRequest) GetWithMemberCount() bool

func (*ListProjectsByCurrentUserRequest) GetWithPermissions added in v0.7.5

func (x *ListProjectsByCurrentUserRequest) GetWithPermissions() []string

func (*ListProjectsByCurrentUserRequest) ProtoMessage added in v0.7.5

func (*ListProjectsByCurrentUserRequest) ProtoMessage()

func (*ListProjectsByCurrentUserRequest) ProtoReflect added in v0.7.5

func (*ListProjectsByCurrentUserRequest) Reset added in v0.7.5

func (*ListProjectsByCurrentUserRequest) String added in v0.7.5

type ListProjectsByCurrentUserResponse added in v0.7.5

type ListProjectsByCurrentUserResponse struct {
	Projects    []*Project                                      `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	AccessPairs []*ListProjectsByCurrentUserResponse_AccessPair `protobuf:"bytes,2,rep,name=access_pairs,json=accessPairs,proto3" json:"access_pairs,omitempty"`
	Count       int32                                           `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsByCurrentUserResponse) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListProjectsByCurrentUserResponse.ProtoReflect.Descriptor instead.

func (*ListProjectsByCurrentUserResponse) GetAccessPairs added in v0.7.5

func (*ListProjectsByCurrentUserResponse) GetCount added in v0.43.0

func (*ListProjectsByCurrentUserResponse) GetProjects added in v0.7.5

func (x *ListProjectsByCurrentUserResponse) GetProjects() []*Project

func (*ListProjectsByCurrentUserResponse) ProtoMessage added in v0.7.5

func (*ListProjectsByCurrentUserResponse) ProtoMessage()

func (*ListProjectsByCurrentUserResponse) ProtoReflect added in v0.7.5

func (*ListProjectsByCurrentUserResponse) Reset added in v0.7.5

func (*ListProjectsByCurrentUserResponse) String added in v0.7.5

type ListProjectsByCurrentUserResponse_AccessPair added in v0.7.5

type ListProjectsByCurrentUserResponse_AccessPair struct {
	ProjectId   string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Permissions []string `protobuf:"bytes,2,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsByCurrentUserResponse_AccessPair) Descriptor deprecated added in v0.7.5

Deprecated: Use ListProjectsByCurrentUserResponse_AccessPair.ProtoReflect.Descriptor instead.

func (*ListProjectsByCurrentUserResponse_AccessPair) GetPermissions added in v0.7.5

func (*ListProjectsByCurrentUserResponse_AccessPair) GetProjectId added in v0.7.5

func (*ListProjectsByCurrentUserResponse_AccessPair) ProtoMessage added in v0.7.5

func (*ListProjectsByCurrentUserResponse_AccessPair) ProtoReflect added in v0.7.5

func (*ListProjectsByCurrentUserResponse_AccessPair) Reset added in v0.7.5

func (*ListProjectsByCurrentUserResponse_AccessPair) String added in v0.7.5

type ListProjectsByUserRequest added in v0.7.5

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

func (*ListProjectsByUserRequest) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListProjectsByUserRequest.ProtoReflect.Descriptor instead.

func (*ListProjectsByUserRequest) GetId added in v0.7.5

func (x *ListProjectsByUserRequest) GetId() string

func (*ListProjectsByUserRequest) ProtoMessage added in v0.7.5

func (*ListProjectsByUserRequest) ProtoMessage()

func (*ListProjectsByUserRequest) ProtoReflect added in v0.7.5

func (*ListProjectsByUserRequest) Reset added in v0.7.5

func (x *ListProjectsByUserRequest) Reset()

func (*ListProjectsByUserRequest) String added in v0.7.5

func (x *ListProjectsByUserRequest) String() string

type ListProjectsByUserResponse added in v0.7.5

type ListProjectsByUserResponse struct {
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsByUserResponse) Descriptor deprecated added in v0.7.5

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

Deprecated: Use ListProjectsByUserResponse.ProtoReflect.Descriptor instead.

func (*ListProjectsByUserResponse) GetProjects added in v0.7.5

func (x *ListProjectsByUserResponse) GetProjects() []*Project

func (*ListProjectsByUserResponse) ProtoMessage added in v0.7.5

func (*ListProjectsByUserResponse) ProtoMessage()

func (*ListProjectsByUserResponse) ProtoReflect added in v0.7.5

func (*ListProjectsByUserResponse) Reset added in v0.7.5

func (x *ListProjectsByUserResponse) Reset()

func (*ListProjectsByUserResponse) String added in v0.7.5

func (x *ListProjectsByUserResponse) String() string

type ListProjectsRequest

type ListProjectsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsRequest) Descriptor deprecated

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

Deprecated: Use ListProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectsRequest) GetOrgId

func (x *ListProjectsRequest) GetOrgId() string

func (*ListProjectsRequest) GetState

func (x *ListProjectsRequest) GetState() string

func (*ListProjectsRequest) ProtoMessage

func (*ListProjectsRequest) ProtoMessage()

func (*ListProjectsRequest) ProtoReflect

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

func (*ListProjectsRequest) Reset

func (x *ListProjectsRequest) Reset()

func (*ListProjectsRequest) String

func (x *ListProjectsRequest) String() string

type ListProjectsResponse

type ListProjectsResponse struct {
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsResponse) Descriptor deprecated

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

Deprecated: Use ListProjectsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectsResponse) GetProjects

func (x *ListProjectsResponse) GetProjects() []*Project

func (*ListProjectsResponse) ProtoMessage

func (*ListProjectsResponse) ProtoMessage()

func (*ListProjectsResponse) ProtoReflect

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

func (*ListProjectsResponse) Reset

func (x *ListProjectsResponse) Reset()

func (*ListProjectsResponse) String

func (x *ListProjectsResponse) String() string

type ListProspectsRequest added in v0.50.0

type ListProspectsRequest struct {
	Query *RQLRequest `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProspectsRequest) Descriptor deprecated added in v0.50.0

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

Deprecated: Use ListProspectsRequest.ProtoReflect.Descriptor instead.

func (*ListProspectsRequest) GetQuery added in v0.50.0

func (x *ListProspectsRequest) GetQuery() *RQLRequest

func (*ListProspectsRequest) ProtoMessage added in v0.50.0

func (*ListProspectsRequest) ProtoMessage()

func (*ListProspectsRequest) ProtoReflect added in v0.50.0

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

func (*ListProspectsRequest) Reset added in v0.50.0

func (x *ListProspectsRequest) Reset()

func (*ListProspectsRequest) String added in v0.50.0

func (x *ListProspectsRequest) String() string

type ListProspectsResponse added in v0.50.0

type ListProspectsResponse struct {
	Prospects  []*Prospect                 `protobuf:"bytes,1,rep,name=prospects,proto3" json:"prospects,omitempty"`
	Pagination *RQLQueryPaginationResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group      *RQLQueryGroupResponse      `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProspectsResponse) Descriptor deprecated added in v0.50.0

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

Deprecated: Use ListProspectsResponse.ProtoReflect.Descriptor instead.

func (*ListProspectsResponse) GetGroup added in v0.51.0

func (*ListProspectsResponse) GetPagination added in v0.51.0

func (*ListProspectsResponse) GetProspects added in v0.50.0

func (x *ListProspectsResponse) GetProspects() []*Prospect

func (*ListProspectsResponse) ProtoMessage added in v0.50.0

func (*ListProspectsResponse) ProtoMessage()

func (*ListProspectsResponse) ProtoReflect added in v0.50.0

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

func (*ListProspectsResponse) Reset added in v0.50.0

func (x *ListProspectsResponse) Reset()

func (*ListProspectsResponse) String added in v0.50.0

func (x *ListProspectsResponse) String() string

type ListRelationsRequest

type ListRelationsRequest struct {
	Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	Object  string `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRelationsRequest) Descriptor deprecated

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

Deprecated: Use ListRelationsRequest.ProtoReflect.Descriptor instead.

func (*ListRelationsRequest) GetObject added in v0.8.8

func (x *ListRelationsRequest) GetObject() string

func (*ListRelationsRequest) GetSubject added in v0.8.8

func (x *ListRelationsRequest) GetSubject() string

func (*ListRelationsRequest) ProtoMessage

func (*ListRelationsRequest) ProtoMessage()

func (*ListRelationsRequest) ProtoReflect

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

func (*ListRelationsRequest) Reset

func (x *ListRelationsRequest) Reset()

func (*ListRelationsRequest) String

func (x *ListRelationsRequest) String() string

type ListRelationsResponse

type ListRelationsResponse struct {
	Relations []*Relation `protobuf:"bytes,1,rep,name=relations,proto3" json:"relations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRelationsResponse) Descriptor deprecated

func (*ListRelationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListRelationsResponse.ProtoReflect.Descriptor instead.

func (*ListRelationsResponse) GetRelations

func (x *ListRelationsResponse) GetRelations() []*Relation

func (*ListRelationsResponse) ProtoMessage

func (*ListRelationsResponse) ProtoMessage()

func (*ListRelationsResponse) ProtoReflect

func (x *ListRelationsResponse) ProtoReflect() protoreflect.Message

func (*ListRelationsResponse) Reset

func (x *ListRelationsResponse) Reset()

func (*ListRelationsResponse) String

func (x *ListRelationsResponse) String() string

type ListResourcesRequest

type ListResourcesRequest struct {
	UserId         string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ProjectId      string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	Namespace      string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResourcesRequest) Descriptor deprecated

func (*ListResourcesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListResourcesRequest.ProtoReflect.Descriptor instead.

func (*ListResourcesRequest) GetNamespace

func (x *ListResourcesRequest) GetNamespace() string

func (*ListResourcesRequest) GetOrganizationId

func (x *ListResourcesRequest) GetOrganizationId() string

func (*ListResourcesRequest) GetProjectId

func (x *ListResourcesRequest) GetProjectId() string

func (*ListResourcesRequest) GetUserId

func (x *ListResourcesRequest) GetUserId() string

func (*ListResourcesRequest) ProtoMessage

func (*ListResourcesRequest) ProtoMessage()

func (*ListResourcesRequest) ProtoReflect

func (x *ListResourcesRequest) ProtoReflect() protoreflect.Message

func (*ListResourcesRequest) Reset

func (x *ListResourcesRequest) Reset()

func (*ListResourcesRequest) String

func (x *ListResourcesRequest) String() string

type ListResourcesResponse

type ListResourcesResponse struct {
	Resources []*Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResourcesResponse) Descriptor deprecated

func (*ListResourcesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListResourcesResponse.ProtoReflect.Descriptor instead.

func (*ListResourcesResponse) GetResources

func (x *ListResourcesResponse) GetResources() []*Resource

func (*ListResourcesResponse) ProtoMessage

func (*ListResourcesResponse) ProtoMessage()

func (*ListResourcesResponse) ProtoReflect

func (x *ListResourcesResponse) ProtoReflect() protoreflect.Message

func (*ListResourcesResponse) Reset

func (x *ListResourcesResponse) Reset()

func (*ListResourcesResponse) String

func (x *ListResourcesResponse) String() string

type ListRolesForPATRequest added in v0.94.0

type ListRolesForPATRequest struct {
	Scopes []string `protobuf:"bytes,1,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRolesForPATRequest) Descriptor deprecated added in v0.94.0

func (*ListRolesForPATRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRolesForPATRequest.ProtoReflect.Descriptor instead.

func (*ListRolesForPATRequest) GetScopes added in v0.94.0

func (x *ListRolesForPATRequest) GetScopes() []string

func (*ListRolesForPATRequest) ProtoMessage added in v0.94.0

func (*ListRolesForPATRequest) ProtoMessage()

func (*ListRolesForPATRequest) ProtoReflect added in v0.94.0

func (x *ListRolesForPATRequest) ProtoReflect() protoreflect.Message

func (*ListRolesForPATRequest) Reset added in v0.94.0

func (x *ListRolesForPATRequest) Reset()

func (*ListRolesForPATRequest) String added in v0.94.0

func (x *ListRolesForPATRequest) String() string

type ListRolesForPATResponse added in v0.94.0

type ListRolesForPATResponse struct {
	Roles []*Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRolesForPATResponse) Descriptor deprecated added in v0.94.0

func (*ListRolesForPATResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListRolesForPATResponse.ProtoReflect.Descriptor instead.

func (*ListRolesForPATResponse) GetRoles added in v0.94.0

func (x *ListRolesForPATResponse) GetRoles() []*Role

func (*ListRolesForPATResponse) ProtoMessage added in v0.94.0

func (*ListRolesForPATResponse) ProtoMessage()

func (*ListRolesForPATResponse) ProtoReflect added in v0.94.0

func (x *ListRolesForPATResponse) ProtoReflect() protoreflect.Message

func (*ListRolesForPATResponse) Reset added in v0.94.0

func (x *ListRolesForPATResponse) Reset()

func (*ListRolesForPATResponse) String added in v0.94.0

func (x *ListRolesForPATResponse) String() string

type ListRolesRequest

type ListRolesRequest struct {
	State  string   `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	Scopes []string `protobuf:"bytes,2,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRolesRequest) Descriptor deprecated

func (*ListRolesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRolesRequest.ProtoReflect.Descriptor instead.

func (*ListRolesRequest) GetScopes added in v0.7.6

func (x *ListRolesRequest) GetScopes() []string

func (*ListRolesRequest) GetState

func (x *ListRolesRequest) GetState() string

func (*ListRolesRequest) ProtoMessage

func (*ListRolesRequest) ProtoMessage()

func (*ListRolesRequest) ProtoReflect

func (x *ListRolesRequest) ProtoReflect() protoreflect.Message

func (*ListRolesRequest) Reset

func (x *ListRolesRequest) Reset()

func (*ListRolesRequest) String

func (x *ListRolesRequest) String() string

type ListRolesResponse

type ListRolesResponse struct {
	Roles []*Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRolesResponse) Descriptor deprecated

func (*ListRolesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListRolesResponse.ProtoReflect.Descriptor instead.

func (*ListRolesResponse) GetRoles

func (x *ListRolesResponse) GetRoles() []*Role

func (*ListRolesResponse) ProtoMessage

func (*ListRolesResponse) ProtoMessage()

func (*ListRolesResponse) ProtoReflect

func (x *ListRolesResponse) ProtoReflect() protoreflect.Message

func (*ListRolesResponse) Reset

func (x *ListRolesResponse) Reset()

func (*ListRolesResponse) String

func (x *ListRolesResponse) String() string

type ListServiceUserCredentialsRequest added in v0.9.1

type ListServiceUserCredentialsRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserCredentialsRequest) Descriptor deprecated added in v0.9.1

func (*ListServiceUserCredentialsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserCredentialsRequest.ProtoReflect.Descriptor instead.

func (*ListServiceUserCredentialsRequest) GetId added in v0.9.1

func (*ListServiceUserCredentialsRequest) GetOrgId added in v0.40.0

func (*ListServiceUserCredentialsRequest) ProtoMessage added in v0.9.1

func (*ListServiceUserCredentialsRequest) ProtoMessage()

func (*ListServiceUserCredentialsRequest) ProtoReflect added in v0.9.1

func (*ListServiceUserCredentialsRequest) Reset added in v0.9.1

func (*ListServiceUserCredentialsRequest) String added in v0.9.1

type ListServiceUserCredentialsResponse added in v0.9.1

type ListServiceUserCredentialsResponse struct {

	// secrets will be listed without the secret value
	Secrets []*SecretCredential `protobuf:"bytes,1,rep,name=secrets,proto3" json:"secrets,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserCredentialsResponse) Descriptor deprecated added in v0.9.1

func (*ListServiceUserCredentialsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserCredentialsResponse.ProtoReflect.Descriptor instead.

func (*ListServiceUserCredentialsResponse) GetSecrets added in v0.9.1

func (*ListServiceUserCredentialsResponse) ProtoMessage added in v0.9.1

func (*ListServiceUserCredentialsResponse) ProtoMessage()

func (*ListServiceUserCredentialsResponse) ProtoReflect added in v0.9.1

func (*ListServiceUserCredentialsResponse) Reset added in v0.9.1

func (*ListServiceUserCredentialsResponse) String added in v0.9.1

type ListServiceUserJWKsRequest added in v0.9.1

type ListServiceUserJWKsRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserJWKsRequest) Descriptor deprecated added in v0.9.1

func (*ListServiceUserJWKsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserJWKsRequest.ProtoReflect.Descriptor instead.

func (*ListServiceUserJWKsRequest) GetId added in v0.9.1

func (*ListServiceUserJWKsRequest) GetOrgId added in v0.40.0

func (x *ListServiceUserJWKsRequest) GetOrgId() string

func (*ListServiceUserJWKsRequest) ProtoMessage added in v0.9.1

func (*ListServiceUserJWKsRequest) ProtoMessage()

func (*ListServiceUserJWKsRequest) ProtoReflect added in v0.9.1

func (*ListServiceUserJWKsRequest) Reset added in v0.9.1

func (x *ListServiceUserJWKsRequest) Reset()

func (*ListServiceUserJWKsRequest) String added in v0.9.1

func (x *ListServiceUserJWKsRequest) String() string

type ListServiceUserJWKsResponse added in v0.9.1

type ListServiceUserJWKsResponse struct {
	Keys []*ServiceUserJWK `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserJWKsResponse) Descriptor deprecated added in v0.9.1

func (*ListServiceUserJWKsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserJWKsResponse.ProtoReflect.Descriptor instead.

func (*ListServiceUserJWKsResponse) GetKeys added in v0.9.1

func (*ListServiceUserJWKsResponse) ProtoMessage added in v0.9.1

func (*ListServiceUserJWKsResponse) ProtoMessage()

func (*ListServiceUserJWKsResponse) ProtoReflect added in v0.9.1

func (*ListServiceUserJWKsResponse) Reset added in v0.9.1

func (x *ListServiceUserJWKsResponse) Reset()

func (*ListServiceUserJWKsResponse) String added in v0.9.1

func (x *ListServiceUserJWKsResponse) String() string

type ListServiceUserProjectsRequest added in v0.46.0

type ListServiceUserProjectsRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// list of permissions needs to be checked against each project
	// query params are set as with_permissions=get&with_permissions=delete
	// to be represented as array
	WithPermissions []string `protobuf:"bytes,3,rep,name=with_permissions,json=withPermissions,proto3" json:"with_permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserProjectsRequest) Descriptor deprecated added in v0.46.0

func (*ListServiceUserProjectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListServiceUserProjectsRequest) GetId added in v0.46.0

func (*ListServiceUserProjectsRequest) GetOrgId added in v0.46.0

func (x *ListServiceUserProjectsRequest) GetOrgId() string

func (*ListServiceUserProjectsRequest) GetWithPermissions added in v0.46.0

func (x *ListServiceUserProjectsRequest) GetWithPermissions() []string

func (*ListServiceUserProjectsRequest) ProtoMessage added in v0.46.0

func (*ListServiceUserProjectsRequest) ProtoMessage()

func (*ListServiceUserProjectsRequest) ProtoReflect added in v0.46.0

func (*ListServiceUserProjectsRequest) Reset added in v0.46.0

func (x *ListServiceUserProjectsRequest) Reset()

func (*ListServiceUserProjectsRequest) String added in v0.46.0

type ListServiceUserProjectsResponse added in v0.46.0

type ListServiceUserProjectsResponse struct {
	Projects    []*Project                                    `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	AccessPairs []*ListServiceUserProjectsResponse_AccessPair `protobuf:"bytes,2,rep,name=access_pairs,json=accessPairs,proto3" json:"access_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserProjectsResponse) Descriptor deprecated added in v0.46.0

func (*ListServiceUserProjectsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserProjectsResponse.ProtoReflect.Descriptor instead.

func (*ListServiceUserProjectsResponse) GetAccessPairs added in v0.46.0

func (*ListServiceUserProjectsResponse) GetProjects added in v0.46.0

func (x *ListServiceUserProjectsResponse) GetProjects() []*Project

func (*ListServiceUserProjectsResponse) ProtoMessage added in v0.46.0

func (*ListServiceUserProjectsResponse) ProtoMessage()

func (*ListServiceUserProjectsResponse) ProtoReflect added in v0.46.0

func (*ListServiceUserProjectsResponse) Reset added in v0.46.0

func (*ListServiceUserProjectsResponse) String added in v0.46.0

type ListServiceUserProjectsResponse_AccessPair added in v0.46.0

type ListServiceUserProjectsResponse_AccessPair struct {
	ProjectId   string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Permissions []string `protobuf:"bytes,2,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserProjectsResponse_AccessPair) Descriptor deprecated added in v0.46.0

Deprecated: Use ListServiceUserProjectsResponse_AccessPair.ProtoReflect.Descriptor instead.

func (*ListServiceUserProjectsResponse_AccessPair) GetPermissions added in v0.46.0

func (x *ListServiceUserProjectsResponse_AccessPair) GetPermissions() []string

func (*ListServiceUserProjectsResponse_AccessPair) GetProjectId added in v0.46.0

func (*ListServiceUserProjectsResponse_AccessPair) ProtoMessage added in v0.46.0

func (*ListServiceUserProjectsResponse_AccessPair) ProtoReflect added in v0.46.0

func (*ListServiceUserProjectsResponse_AccessPair) Reset added in v0.46.0

func (*ListServiceUserProjectsResponse_AccessPair) String added in v0.46.0

type ListServiceUserTokensRequest added in v0.9.1

type ListServiceUserTokensRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserTokensRequest) Descriptor deprecated added in v0.9.1

func (*ListServiceUserTokensRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserTokensRequest.ProtoReflect.Descriptor instead.

func (*ListServiceUserTokensRequest) GetId added in v0.9.1

func (*ListServiceUserTokensRequest) GetOrgId added in v0.40.0

func (x *ListServiceUserTokensRequest) GetOrgId() string

func (*ListServiceUserTokensRequest) ProtoMessage added in v0.9.1

func (*ListServiceUserTokensRequest) ProtoMessage()

func (*ListServiceUserTokensRequest) ProtoReflect added in v0.9.1

func (*ListServiceUserTokensRequest) Reset added in v0.9.1

func (x *ListServiceUserTokensRequest) Reset()

func (*ListServiceUserTokensRequest) String added in v0.9.1

type ListServiceUserTokensResponse added in v0.9.1

type ListServiceUserTokensResponse struct {
	Tokens []*ServiceUserToken `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserTokensResponse) Descriptor deprecated added in v0.9.1

func (*ListServiceUserTokensResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserTokensResponse.ProtoReflect.Descriptor instead.

func (*ListServiceUserTokensResponse) GetTokens added in v0.9.1

func (*ListServiceUserTokensResponse) ProtoMessage added in v0.9.1

func (*ListServiceUserTokensResponse) ProtoMessage()

func (*ListServiceUserTokensResponse) ProtoReflect added in v0.9.1

func (*ListServiceUserTokensResponse) Reset added in v0.9.1

func (x *ListServiceUserTokensResponse) Reset()

func (*ListServiceUserTokensResponse) String added in v0.9.1

type ListServiceUsersRequest

type ListServiceUsersRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUsersRequest) Descriptor deprecated

func (*ListServiceUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUsersRequest.ProtoReflect.Descriptor instead.

func (*ListServiceUsersRequest) GetOrgId

func (x *ListServiceUsersRequest) GetOrgId() string

func (*ListServiceUsersRequest) GetState

func (x *ListServiceUsersRequest) GetState() string

func (*ListServiceUsersRequest) ProtoMessage

func (*ListServiceUsersRequest) ProtoMessage()

func (*ListServiceUsersRequest) ProtoReflect

func (x *ListServiceUsersRequest) ProtoReflect() protoreflect.Message

func (*ListServiceUsersRequest) Reset

func (x *ListServiceUsersRequest) Reset()

func (*ListServiceUsersRequest) String

func (x *ListServiceUsersRequest) String() string

type ListServiceUsersResponse

type ListServiceUsersResponse struct {
	Serviceusers []*ServiceUser `protobuf:"bytes,1,rep,name=serviceusers,proto3" json:"serviceusers,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUsersResponse) Descriptor deprecated

func (*ListServiceUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUsersResponse.ProtoReflect.Descriptor instead.

func (*ListServiceUsersResponse) GetServiceusers

func (x *ListServiceUsersResponse) GetServiceusers() []*ServiceUser

func (*ListServiceUsersResponse) ProtoMessage

func (*ListServiceUsersResponse) ProtoMessage()

func (*ListServiceUsersResponse) ProtoReflect

func (x *ListServiceUsersResponse) ProtoReflect() protoreflect.Message

func (*ListServiceUsersResponse) Reset

func (x *ListServiceUsersResponse) Reset()

func (*ListServiceUsersResponse) String

func (x *ListServiceUsersResponse) String() string

type ListSessionsRequest added in v0.74.0

type ListSessionsRequest struct {
	// contains filtered or unexported fields
}

func (*ListSessionsRequest) Descriptor deprecated added in v0.74.0

func (*ListSessionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSessionsRequest.ProtoReflect.Descriptor instead.

func (*ListSessionsRequest) ProtoMessage added in v0.74.0

func (*ListSessionsRequest) ProtoMessage()

func (*ListSessionsRequest) ProtoReflect added in v0.74.0

func (x *ListSessionsRequest) ProtoReflect() protoreflect.Message

func (*ListSessionsRequest) Reset added in v0.74.0

func (x *ListSessionsRequest) Reset()

func (*ListSessionsRequest) String added in v0.74.0

func (x *ListSessionsRequest) String() string

type ListSessionsResponse added in v0.74.0

type ListSessionsResponse struct {
	Sessions []*Session `protobuf:"bytes,1,rep,name=sessions,proto3" json:"sessions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSessionsResponse) Descriptor deprecated added in v0.74.0

func (*ListSessionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListSessionsResponse.ProtoReflect.Descriptor instead.

func (*ListSessionsResponse) GetSessions added in v0.74.0

func (x *ListSessionsResponse) GetSessions() []*Session

func (*ListSessionsResponse) ProtoMessage added in v0.74.0

func (*ListSessionsResponse) ProtoMessage()

func (*ListSessionsResponse) ProtoReflect added in v0.74.0

func (x *ListSessionsResponse) ProtoReflect() protoreflect.Message

func (*ListSessionsResponse) Reset added in v0.74.0

func (x *ListSessionsResponse) Reset()

func (*ListSessionsResponse) String added in v0.74.0

func (x *ListSessionsResponse) String() string

type ListSubscriptionsRequest added in v0.8.0

type ListSubscriptionsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Filter subscriptions by state
	State  string   `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	Plan   string   `protobuf:"bytes,4,opt,name=plan,proto3" json:"plan,omitempty"`
	Expand []string `protobuf:"bytes,101,rep,name=expand,proto3" json:"expand,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubscriptionsRequest) Descriptor deprecated added in v0.8.0

func (*ListSubscriptionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSubscriptionsRequest.ProtoReflect.Descriptor instead.

func (*ListSubscriptionsRequest) GetExpand added in v0.8.41

func (x *ListSubscriptionsRequest) GetExpand() []string

func (*ListSubscriptionsRequest) GetOrgId added in v0.8.0

func (x *ListSubscriptionsRequest) GetOrgId() string

func (*ListSubscriptionsRequest) GetPlan added in v0.8.19

func (x *ListSubscriptionsRequest) GetPlan() string

func (*ListSubscriptionsRequest) GetState added in v0.8.18

func (x *ListSubscriptionsRequest) GetState() string

func (*ListSubscriptionsRequest) ProtoMessage added in v0.8.0

func (*ListSubscriptionsRequest) ProtoMessage()

func (*ListSubscriptionsRequest) ProtoReflect added in v0.8.0

func (x *ListSubscriptionsRequest) ProtoReflect() protoreflect.Message

func (*ListSubscriptionsRequest) Reset added in v0.8.0

func (x *ListSubscriptionsRequest) Reset()

func (*ListSubscriptionsRequest) String added in v0.8.0

func (x *ListSubscriptionsRequest) String() string

type ListSubscriptionsResponse added in v0.8.0

type ListSubscriptionsResponse struct {

	// List of subscriptions
	Subscriptions []*Subscription `protobuf:"bytes,1,rep,name=subscriptions,proto3" json:"subscriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubscriptionsResponse) Descriptor deprecated added in v0.8.0

func (*ListSubscriptionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListSubscriptionsResponse.ProtoReflect.Descriptor instead.

func (*ListSubscriptionsResponse) GetSubscriptions added in v0.8.0

func (x *ListSubscriptionsResponse) GetSubscriptions() []*Subscription

func (*ListSubscriptionsResponse) ProtoMessage added in v0.8.0

func (*ListSubscriptionsResponse) ProtoMessage()

func (*ListSubscriptionsResponse) ProtoReflect added in v0.8.0

func (*ListSubscriptionsResponse) Reset added in v0.8.0

func (x *ListSubscriptionsResponse) Reset()

func (*ListSubscriptionsResponse) String added in v0.8.0

func (x *ListSubscriptionsResponse) String() string

type ListUserGroupsRequest

type ListUserGroupsRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserGroupsRequest) Descriptor deprecated

func (*ListUserGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListUserGroupsRequest) GetId

func (x *ListUserGroupsRequest) GetId() string

func (*ListUserGroupsRequest) GetOrgId

func (x *ListUserGroupsRequest) GetOrgId() string

func (*ListUserGroupsRequest) ProtoMessage

func (*ListUserGroupsRequest) ProtoMessage()

func (*ListUserGroupsRequest) ProtoReflect

func (x *ListUserGroupsRequest) ProtoReflect() protoreflect.Message

func (*ListUserGroupsRequest) Reset

func (x *ListUserGroupsRequest) Reset()

func (*ListUserGroupsRequest) String

func (x *ListUserGroupsRequest) String() string

type ListUserGroupsResponse

type ListUserGroupsResponse struct {
	Groups []*Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserGroupsResponse) Descriptor deprecated

func (*ListUserGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListUserGroupsResponse) GetGroups

func (x *ListUserGroupsResponse) GetGroups() []*Group

func (*ListUserGroupsResponse) ProtoMessage

func (*ListUserGroupsResponse) ProtoMessage()

func (*ListUserGroupsResponse) ProtoReflect

func (x *ListUserGroupsResponse) ProtoReflect() protoreflect.Message

func (*ListUserGroupsResponse) Reset

func (x *ListUserGroupsResponse) Reset()

func (*ListUserGroupsResponse) String

func (x *ListUserGroupsResponse) String() string

type ListUserInvitationsRequest

type ListUserInvitationsRequest struct {

	// id is email id of the user
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserInvitationsRequest) Descriptor deprecated

func (*ListUserInvitationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserInvitationsRequest.ProtoReflect.Descriptor instead.

func (*ListUserInvitationsRequest) GetId

func (*ListUserInvitationsRequest) ProtoMessage

func (*ListUserInvitationsRequest) ProtoMessage()

func (*ListUserInvitationsRequest) ProtoReflect

func (*ListUserInvitationsRequest) Reset

func (x *ListUserInvitationsRequest) Reset()

func (*ListUserInvitationsRequest) String

func (x *ListUserInvitationsRequest) String() string

type ListUserInvitationsResponse

type ListUserInvitationsResponse struct {
	Invitations []*Invitation `protobuf:"bytes,1,rep,name=invitations,proto3" json:"invitations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserInvitationsResponse) Descriptor deprecated

func (*ListUserInvitationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserInvitationsResponse.ProtoReflect.Descriptor instead.

func (*ListUserInvitationsResponse) GetInvitations

func (x *ListUserInvitationsResponse) GetInvitations() []*Invitation

func (*ListUserInvitationsResponse) ProtoMessage

func (*ListUserInvitationsResponse) ProtoMessage()

func (*ListUserInvitationsResponse) ProtoReflect

func (*ListUserInvitationsResponse) Reset

func (x *ListUserInvitationsResponse) Reset()

func (*ListUserInvitationsResponse) String

func (x *ListUserInvitationsResponse) String() string

type ListUserPreferencesRequest added in v0.7.3

type ListUserPreferencesRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// scope_type filters preferences by context type (e.g., "app/organization")
	// If empty, returns all user preferences (global + all scoped)
	// If set with scope_id, returns preferences for the specific scope,
	// with trait defaults for any unset preferences
	ScopeType string `protobuf:"bytes,2,opt,name=scope_type,json=scopeType,proto3" json:"scope_type,omitempty"`
	// scope_id filters preferences by scope identifier (e.g., organization ID)
	// Only applicable when scope_type is set
	ScopeId string `protobuf:"bytes,3,opt,name=scope_id,json=scopeId,proto3" json:"scope_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserPreferencesRequest) Descriptor deprecated added in v0.7.3

func (*ListUserPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserPreferencesRequest.ProtoReflect.Descriptor instead.

func (*ListUserPreferencesRequest) GetId added in v0.7.3

func (*ListUserPreferencesRequest) GetScopeId added in v0.90.0

func (x *ListUserPreferencesRequest) GetScopeId() string

func (*ListUserPreferencesRequest) GetScopeType added in v0.90.0

func (x *ListUserPreferencesRequest) GetScopeType() string

func (*ListUserPreferencesRequest) ProtoMessage added in v0.7.3

func (*ListUserPreferencesRequest) ProtoMessage()

func (*ListUserPreferencesRequest) ProtoReflect added in v0.7.3

func (*ListUserPreferencesRequest) Reset added in v0.7.3

func (x *ListUserPreferencesRequest) Reset()

func (*ListUserPreferencesRequest) String added in v0.7.3

func (x *ListUserPreferencesRequest) String() string

type ListUserPreferencesResponse added in v0.7.3

type ListUserPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserPreferencesResponse) Descriptor deprecated added in v0.7.3

func (*ListUserPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserPreferencesResponse.ProtoReflect.Descriptor instead.

func (*ListUserPreferencesResponse) GetPreferences added in v0.7.3

func (x *ListUserPreferencesResponse) GetPreferences() []*Preference

func (*ListUserPreferencesResponse) ProtoMessage added in v0.7.3

func (*ListUserPreferencesResponse) ProtoMessage()

func (*ListUserPreferencesResponse) ProtoReflect added in v0.7.3

func (*ListUserPreferencesResponse) Reset added in v0.7.3

func (x *ListUserPreferencesResponse) Reset()

func (*ListUserPreferencesResponse) String added in v0.7.3

func (x *ListUserPreferencesResponse) String() string

type ListUserSessionsRequest added in v0.74.0

type ListUserSessionsRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserSessionsRequest) Descriptor deprecated added in v0.74.0

func (*ListUserSessionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserSessionsRequest.ProtoReflect.Descriptor instead.

func (*ListUserSessionsRequest) GetUserId added in v0.74.0

func (x *ListUserSessionsRequest) GetUserId() string

func (*ListUserSessionsRequest) ProtoMessage added in v0.74.0

func (*ListUserSessionsRequest) ProtoMessage()

func (*ListUserSessionsRequest) ProtoReflect added in v0.74.0

func (x *ListUserSessionsRequest) ProtoReflect() protoreflect.Message

func (*ListUserSessionsRequest) Reset added in v0.74.0

func (x *ListUserSessionsRequest) Reset()

func (*ListUserSessionsRequest) String added in v0.74.0

func (x *ListUserSessionsRequest) String() string

type ListUserSessionsResponse added in v0.74.0

type ListUserSessionsResponse struct {
	Sessions []*Session `protobuf:"bytes,1,rep,name=sessions,proto3" json:"sessions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserSessionsResponse) Descriptor deprecated added in v0.74.0

func (*ListUserSessionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserSessionsResponse.ProtoReflect.Descriptor instead.

func (*ListUserSessionsResponse) GetSessions added in v0.74.0

func (x *ListUserSessionsResponse) GetSessions() []*Session

func (*ListUserSessionsResponse) ProtoMessage added in v0.74.0

func (*ListUserSessionsResponse) ProtoMessage()

func (*ListUserSessionsResponse) ProtoReflect added in v0.74.0

func (x *ListUserSessionsResponse) ProtoReflect() protoreflect.Message

func (*ListUserSessionsResponse) Reset added in v0.74.0

func (x *ListUserSessionsResponse) Reset()

func (*ListUserSessionsResponse) String added in v0.74.0

func (x *ListUserSessionsResponse) String() string

type ListUsersRequest

type ListUsersRequest struct {
	PageSize int32  `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageNum  int32  `protobuf:"varint,2,opt,name=page_num,json=pageNum,proto3" json:"page_num,omitempty"`
	Keyword  string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
	OrgId    string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	GroupId  string `protobuf:"bytes,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	State    string `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersRequest) Descriptor deprecated

func (*ListUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.

func (*ListUsersRequest) GetGroupId

func (x *ListUsersRequest) GetGroupId() string

func (*ListUsersRequest) GetKeyword

func (x *ListUsersRequest) GetKeyword() string

func (*ListUsersRequest) GetOrgId

func (x *ListUsersRequest) GetOrgId() string

func (*ListUsersRequest) GetPageNum

func (x *ListUsersRequest) GetPageNum() int32

func (*ListUsersRequest) GetPageSize

func (x *ListUsersRequest) GetPageSize() int32

func (*ListUsersRequest) GetState

func (x *ListUsersRequest) GetState() string

func (*ListUsersRequest) ProtoMessage

func (*ListUsersRequest) ProtoMessage()

func (*ListUsersRequest) ProtoReflect

func (x *ListUsersRequest) ProtoReflect() protoreflect.Message

func (*ListUsersRequest) Reset

func (x *ListUsersRequest) Reset()

func (*ListUsersRequest) String

func (x *ListUsersRequest) String() string

type ListUsersResponse

type ListUsersResponse struct {
	Count int32   `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Users []*User `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersResponse) Descriptor deprecated

func (*ListUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.

func (*ListUsersResponse) GetCount

func (x *ListUsersResponse) GetCount() int32

func (*ListUsersResponse) GetUsers

func (x *ListUsersResponse) GetUsers() []*User

func (*ListUsersResponse) ProtoMessage

func (*ListUsersResponse) ProtoMessage()

func (*ListUsersResponse) ProtoReflect

func (x *ListUsersResponse) ProtoReflect() protoreflect.Message

func (*ListUsersResponse) Reset

func (x *ListUsersResponse) Reset()

func (*ListUsersResponse) String

func (x *ListUsersResponse) String() string

type ListWebhooksRequest added in v0.11.0

type ListWebhooksRequest struct {
	// contains filtered or unexported fields
}

func (*ListWebhooksRequest) Descriptor deprecated added in v0.11.0

func (*ListWebhooksRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListWebhooksRequest.ProtoReflect.Descriptor instead.

func (*ListWebhooksRequest) ProtoMessage added in v0.11.0

func (*ListWebhooksRequest) ProtoMessage()

func (*ListWebhooksRequest) ProtoReflect added in v0.11.0

func (x *ListWebhooksRequest) ProtoReflect() protoreflect.Message

func (*ListWebhooksRequest) Reset added in v0.11.0

func (x *ListWebhooksRequest) Reset()

func (*ListWebhooksRequest) String added in v0.11.0

func (x *ListWebhooksRequest) String() string

type ListWebhooksResponse added in v0.11.0

type ListWebhooksResponse struct {
	Webhooks []*Webhook `protobuf:"bytes,1,rep,name=webhooks,proto3" json:"webhooks,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWebhooksResponse) Descriptor deprecated added in v0.11.0

func (*ListWebhooksResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListWebhooksResponse.ProtoReflect.Descriptor instead.

func (*ListWebhooksResponse) GetWebhooks added in v0.11.0

func (x *ListWebhooksResponse) GetWebhooks() []*Webhook

func (*ListWebhooksResponse) ProtoMessage added in v0.11.0

func (*ListWebhooksResponse) ProtoMessage()

func (*ListWebhooksResponse) ProtoReflect added in v0.11.0

func (x *ListWebhooksResponse) ProtoReflect() protoreflect.Message

func (*ListWebhooksResponse) Reset added in v0.11.0

func (x *ListWebhooksResponse) Reset()

func (*ListWebhooksResponse) String added in v0.11.0

func (x *ListWebhooksResponse) String() string

type MetaSchema

type MetaSchema struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Schema    string                 `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaSchema) Descriptor deprecated

func (*MetaSchema) Descriptor() ([]byte, []int)

Deprecated: Use MetaSchema.ProtoReflect.Descriptor instead.

func (*MetaSchema) GetCreatedAt

func (x *MetaSchema) GetCreatedAt() *timestamppb.Timestamp

func (*MetaSchema) GetId

func (x *MetaSchema) GetId() string

func (*MetaSchema) GetName

func (x *MetaSchema) GetName() string

func (*MetaSchema) GetSchema

func (x *MetaSchema) GetSchema() string

func (*MetaSchema) GetUpdatedAt

func (x *MetaSchema) GetUpdatedAt() *timestamppb.Timestamp

func (*MetaSchema) ProtoMessage

func (*MetaSchema) ProtoMessage()

func (*MetaSchema) ProtoReflect

func (x *MetaSchema) ProtoReflect() protoreflect.Message

func (*MetaSchema) Reset

func (x *MetaSchema) Reset()

func (*MetaSchema) String

func (x *MetaSchema) String() string

type MetaSchemaRequestBody

type MetaSchemaRequestBody struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Schema string `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaSchemaRequestBody) Descriptor deprecated

func (*MetaSchemaRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use MetaSchemaRequestBody.ProtoReflect.Descriptor instead.

func (*MetaSchemaRequestBody) GetName

func (x *MetaSchemaRequestBody) GetName() string

func (*MetaSchemaRequestBody) GetSchema

func (x *MetaSchemaRequestBody) GetSchema() string

func (*MetaSchemaRequestBody) ProtoMessage

func (*MetaSchemaRequestBody) ProtoMessage()

func (*MetaSchemaRequestBody) ProtoReflect

func (x *MetaSchemaRequestBody) ProtoReflect() protoreflect.Message

func (*MetaSchemaRequestBody) Reset

func (x *MetaSchemaRequestBody) Reset()

func (*MetaSchemaRequestBody) String

func (x *MetaSchemaRequestBody) String() string

type Namespace

type Namespace struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// name could be in a format like: app/organization
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Namespace) Descriptor deprecated

func (*Namespace) Descriptor() ([]byte, []int)

Deprecated: Use Namespace.ProtoReflect.Descriptor instead.

func (*Namespace) GetCreatedAt

func (x *Namespace) GetCreatedAt() *timestamppb.Timestamp

func (*Namespace) GetId

func (x *Namespace) GetId() string

func (*Namespace) GetMetadata

func (x *Namespace) GetMetadata() *structpb.Struct

func (*Namespace) GetName

func (x *Namespace) GetName() string

func (*Namespace) GetUpdatedAt

func (x *Namespace) GetUpdatedAt() *timestamppb.Timestamp

func (*Namespace) ProtoMessage

func (*Namespace) ProtoMessage()

func (*Namespace) ProtoReflect

func (x *Namespace) ProtoReflect() protoreflect.Message

func (*Namespace) Reset

func (x *Namespace) Reset()

func (*Namespace) String

func (x *Namespace) String() string

type OrgMemberEntry added in v0.98.0

type OrgMemberEntry struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	RoleId string `protobuf:"bytes,2,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgMemberEntry) Descriptor deprecated added in v0.98.0

func (*OrgMemberEntry) Descriptor() ([]byte, []int)

Deprecated: Use OrgMemberEntry.ProtoReflect.Descriptor instead.

func (*OrgMemberEntry) GetRoleId added in v0.98.0

func (x *OrgMemberEntry) GetRoleId() string

func (*OrgMemberEntry) GetUserId added in v0.98.0

func (x *OrgMemberEntry) GetUserId() string

func (*OrgMemberEntry) ProtoMessage added in v0.98.0

func (*OrgMemberEntry) ProtoMessage()

func (*OrgMemberEntry) ProtoReflect added in v0.98.0

func (x *OrgMemberEntry) ProtoReflect() protoreflect.Message

func (*OrgMemberEntry) Reset added in v0.98.0

func (x *OrgMemberEntry) Reset()

func (*OrgMemberEntry) String added in v0.98.0

func (x *OrgMemberEntry) String() string

type OrgMemberResult added in v0.98.0

type OrgMemberResult struct {
	UserId  string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	RoleId  string `protobuf:"bytes,2,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	Success bool   `protobuf:"varint,3,opt,name=success,proto3" json:"success,omitempty"`
	Error   string `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgMemberResult) Descriptor deprecated added in v0.98.0

func (*OrgMemberResult) Descriptor() ([]byte, []int)

Deprecated: Use OrgMemberResult.ProtoReflect.Descriptor instead.

func (*OrgMemberResult) GetError added in v0.98.0

func (x *OrgMemberResult) GetError() string

func (*OrgMemberResult) GetRoleId added in v0.98.0

func (x *OrgMemberResult) GetRoleId() string

func (*OrgMemberResult) GetSuccess added in v0.98.0

func (x *OrgMemberResult) GetSuccess() bool

func (*OrgMemberResult) GetUserId added in v0.98.0

func (x *OrgMemberResult) GetUserId() string

func (*OrgMemberResult) ProtoMessage added in v0.98.0

func (*OrgMemberResult) ProtoMessage()

func (*OrgMemberResult) ProtoReflect added in v0.98.0

func (x *OrgMemberResult) ProtoReflect() protoreflect.Message

func (*OrgMemberResult) Reset added in v0.98.0

func (x *OrgMemberResult) Reset()

func (*OrgMemberResult) String added in v0.98.0

func (x *OrgMemberResult) String() string

type Organization

type Organization struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title     string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	State     string                 `protobuf:"bytes,7,opt,name=state,proto3" json:"state,omitempty"`
	Avatar    string                 `protobuf:"bytes,8,opt,name=avatar,proto3" json:"avatar,omitempty"`
	// contains filtered or unexported fields
}

func (*Organization) Descriptor deprecated

func (*Organization) Descriptor() ([]byte, []int)

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) GetAvatar added in v0.7.5

func (x *Organization) GetAvatar() string

func (*Organization) GetCreatedAt

func (x *Organization) GetCreatedAt() *timestamppb.Timestamp

func (*Organization) GetId

func (x *Organization) GetId() string

func (*Organization) GetMetadata

func (x *Organization) GetMetadata() *structpb.Struct

func (*Organization) GetName

func (x *Organization) GetName() string

func (*Organization) GetState added in v0.7.5

func (x *Organization) GetState() string

func (*Organization) GetTitle

func (x *Organization) GetTitle() string

func (*Organization) GetUpdatedAt

func (x *Organization) GetUpdatedAt() *timestamppb.Timestamp

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect

func (x *Organization) ProtoReflect() protoreflect.Message

func (*Organization) Reset

func (x *Organization) Reset()

func (*Organization) String

func (x *Organization) String() string

type OrganizationKyc added in v0.49.0

type OrganizationKyc struct {
	OrgId     string                 `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Status    bool                   `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	Link      string                 `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationKyc) Descriptor deprecated added in v0.49.0

func (*OrganizationKyc) Descriptor() ([]byte, []int)

Deprecated: Use OrganizationKyc.ProtoReflect.Descriptor instead.

func (*OrganizationKyc) GetCreatedAt added in v0.49.0

func (x *OrganizationKyc) GetCreatedAt() *timestamppb.Timestamp
func (x *OrganizationKyc) GetLink() string

func (*OrganizationKyc) GetOrgId added in v0.49.0

func (x *OrganizationKyc) GetOrgId() string

func (*OrganizationKyc) GetStatus added in v0.49.0

func (x *OrganizationKyc) GetStatus() bool

func (*OrganizationKyc) GetUpdatedAt added in v0.49.0

func (x *OrganizationKyc) GetUpdatedAt() *timestamppb.Timestamp

func (*OrganizationKyc) ProtoMessage added in v0.49.0

func (*OrganizationKyc) ProtoMessage()

func (*OrganizationKyc) ProtoReflect added in v0.49.0

func (x *OrganizationKyc) ProtoReflect() protoreflect.Message

func (*OrganizationKyc) Reset added in v0.49.0

func (x *OrganizationKyc) Reset()

func (*OrganizationKyc) String added in v0.49.0

func (x *OrganizationKyc) String() string

type OrganizationRequestBody

type OrganizationRequestBody struct {
	Name     string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title    string           `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Avatar   string           `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationRequestBody) Descriptor deprecated

func (*OrganizationRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use OrganizationRequestBody.ProtoReflect.Descriptor instead.

func (*OrganizationRequestBody) GetAvatar added in v0.7.5

func (x *OrganizationRequestBody) GetAvatar() string

func (*OrganizationRequestBody) GetMetadata

func (x *OrganizationRequestBody) GetMetadata() *structpb.Struct

func (*OrganizationRequestBody) GetName

func (x *OrganizationRequestBody) GetName() string

func (*OrganizationRequestBody) GetTitle

func (x *OrganizationRequestBody) GetTitle() string

func (*OrganizationRequestBody) ProtoMessage

func (*OrganizationRequestBody) ProtoMessage()

func (*OrganizationRequestBody) ProtoReflect

func (x *OrganizationRequestBody) ProtoReflect() protoreflect.Message

func (*OrganizationRequestBody) Reset

func (x *OrganizationRequestBody) Reset()

func (*OrganizationRequestBody) String

func (x *OrganizationRequestBody) String() string

type PAT added in v0.93.0

type PAT struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title  string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrgId  string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// token will only be returned once as part of the create process
	// this value is never persisted in the system so if lost, can't be recovered
	Token         string                 `protobuf:"bytes,5,opt,name=token,proto3" json:"token,omitempty"`
	Scopes        []*PATScope            `protobuf:"bytes,8,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ExpiresAt     *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	UsedAt        *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=used_at,json=usedAt,proto3" json:"used_at,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt     *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	RegeneratedAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=regenerated_at,json=regeneratedAt,proto3" json:"regenerated_at,omitempty"`
	Metadata      *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*PAT) Descriptor deprecated added in v0.93.0

func (*PAT) Descriptor() ([]byte, []int)

Deprecated: Use PAT.ProtoReflect.Descriptor instead.

func (*PAT) GetCreatedAt added in v0.93.0

func (x *PAT) GetCreatedAt() *timestamppb.Timestamp

func (*PAT) GetExpiresAt added in v0.93.0

func (x *PAT) GetExpiresAt() *timestamppb.Timestamp

func (*PAT) GetId added in v0.93.0

func (x *PAT) GetId() string

func (*PAT) GetMetadata added in v0.93.0

func (x *PAT) GetMetadata() *structpb.Struct

func (*PAT) GetOrgId added in v0.93.0

func (x *PAT) GetOrgId() string

func (*PAT) GetRegeneratedAt added in v0.98.0

func (x *PAT) GetRegeneratedAt() *timestamppb.Timestamp

func (*PAT) GetScopes added in v0.95.0

func (x *PAT) GetScopes() []*PATScope

func (*PAT) GetTitle added in v0.93.0

func (x *PAT) GetTitle() string

func (*PAT) GetToken added in v0.93.0

func (x *PAT) GetToken() string

func (*PAT) GetUpdatedAt added in v0.93.0

func (x *PAT) GetUpdatedAt() *timestamppb.Timestamp

func (*PAT) GetUsedAt added in v0.98.0

func (x *PAT) GetUsedAt() *timestamppb.Timestamp

func (*PAT) GetUserId added in v0.93.0

func (x *PAT) GetUserId() string

func (*PAT) ProtoMessage added in v0.93.0

func (*PAT) ProtoMessage()

func (*PAT) ProtoReflect added in v0.93.0

func (x *PAT) ProtoReflect() protoreflect.Message

func (*PAT) Reset added in v0.93.0

func (x *PAT) Reset()

func (*PAT) String added in v0.93.0

func (x *PAT) String() string

type PATScope added in v0.95.0

type PATScope struct {
	RoleId string `protobuf:"bytes,1,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// Resource type: "app/organization" or "app/project"
	ResourceType string `protobuf:"bytes,2,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	// Specific resource UUIDs within the resource type (optional)
	ResourceIds []string `protobuf:"bytes,3,rep,name=resource_ids,json=resourceIds,proto3" json:"resource_ids,omitempty"`
	// contains filtered or unexported fields
}

PATScope pairs a role with its resource type and optional resource IDs.

func (*PATScope) Descriptor deprecated added in v0.95.0

func (*PATScope) Descriptor() ([]byte, []int)

Deprecated: Use PATScope.ProtoReflect.Descriptor instead.

func (*PATScope) GetResourceIds added in v0.95.0

func (x *PATScope) GetResourceIds() []string

func (*PATScope) GetResourceType added in v0.95.0

func (x *PATScope) GetResourceType() string

func (*PATScope) GetRoleId added in v0.95.0

func (x *PATScope) GetRoleId() string

func (*PATScope) ProtoMessage added in v0.95.0

func (*PATScope) ProtoMessage()

func (*PATScope) ProtoReflect added in v0.95.0

func (x *PATScope) ProtoReflect() protoreflect.Message

func (*PATScope) Reset added in v0.95.0

func (x *PATScope) Reset()

func (*PATScope) String added in v0.95.0

func (x *PATScope) String() string

type PaymentMethod added in v0.8.13

type PaymentMethod struct {
	Id              string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CustomerId      string                 `protobuf:"bytes,2,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	ProviderId      string                 `protobuf:"bytes,3,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	Type            string                 `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	CardBrand       string                 `protobuf:"bytes,15,opt,name=card_brand,json=cardBrand,proto3" json:"card_brand,omitempty"`
	CardLast4       string                 `protobuf:"bytes,16,opt,name=card_last4,json=cardLast4,proto3" json:"card_last4,omitempty"`
	CardExpiryMonth int64                  `protobuf:"varint,17,opt,name=card_expiry_month,json=cardExpiryMonth,proto3" json:"card_expiry_month,omitempty"`
	CardExpiryYear  int64                  `protobuf:"varint,18,opt,name=card_expiry_year,json=cardExpiryYear,proto3" json:"card_expiry_year,omitempty"`
	Metadata        *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt       *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentMethod) Descriptor deprecated added in v0.8.13

func (*PaymentMethod) Descriptor() ([]byte, []int)

Deprecated: Use PaymentMethod.ProtoReflect.Descriptor instead.

func (*PaymentMethod) GetCardBrand added in v0.8.13

func (x *PaymentMethod) GetCardBrand() string

func (*PaymentMethod) GetCardExpiryMonth added in v0.8.13

func (x *PaymentMethod) GetCardExpiryMonth() int64

func (*PaymentMethod) GetCardExpiryYear added in v0.8.13

func (x *PaymentMethod) GetCardExpiryYear() int64

func (*PaymentMethod) GetCardLast4 added in v0.8.13

func (x *PaymentMethod) GetCardLast4() string

func (*PaymentMethod) GetCreatedAt added in v0.8.13

func (x *PaymentMethod) GetCreatedAt() *timestamppb.Timestamp

func (*PaymentMethod) GetCustomerId added in v0.8.13

func (x *PaymentMethod) GetCustomerId() string

func (*PaymentMethod) GetId added in v0.8.13

func (x *PaymentMethod) GetId() string

func (*PaymentMethod) GetMetadata added in v0.8.13

func (x *PaymentMethod) GetMetadata() *structpb.Struct

func (*PaymentMethod) GetProviderId added in v0.8.13

func (x *PaymentMethod) GetProviderId() string

func (*PaymentMethod) GetType added in v0.8.13

func (x *PaymentMethod) GetType() string

func (*PaymentMethod) ProtoMessage added in v0.8.13

func (*PaymentMethod) ProtoMessage()

func (*PaymentMethod) ProtoReflect added in v0.8.13

func (x *PaymentMethod) ProtoReflect() protoreflect.Message

func (*PaymentMethod) Reset added in v0.8.13

func (x *PaymentMethod) Reset()

func (*PaymentMethod) String added in v0.8.13

func (x *PaymentMethod) String() string

type Permission

type Permission struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title     string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// key is composed of three parts, 'service.resource.verb'. Where 'service.resource' works as a namespace for the 'verb'.
	Key string `protobuf:"bytes,8,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*Permission) Descriptor deprecated

func (*Permission) Descriptor() ([]byte, []int)

Deprecated: Use Permission.ProtoReflect.Descriptor instead.

func (*Permission) GetCreatedAt

func (x *Permission) GetCreatedAt() *timestamppb.Timestamp

func (*Permission) GetId

func (x *Permission) GetId() string

func (*Permission) GetKey

func (x *Permission) GetKey() string

func (*Permission) GetMetadata

func (x *Permission) GetMetadata() *structpb.Struct

func (*Permission) GetTitle

func (x *Permission) GetTitle() string

func (*Permission) GetUpdatedAt

func (x *Permission) GetUpdatedAt() *timestamppb.Timestamp

func (*Permission) ProtoMessage

func (*Permission) ProtoMessage()

func (*Permission) ProtoReflect

func (x *Permission) ProtoReflect() protoreflect.Message

func (*Permission) Reset

func (x *Permission) Reset()

func (*Permission) String

func (x *Permission) String() string

type PermissionRequestBody

type PermissionRequestBody struct {
	Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Title    string           `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	// key is composed of three parts, 'service.resource.verb'. Where 'service.resource' works as a namespace for the 'verb'.
	Key string `protobuf:"bytes,5,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*PermissionRequestBody) Descriptor deprecated

func (*PermissionRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use PermissionRequestBody.ProtoReflect.Descriptor instead.

func (*PermissionRequestBody) GetKey

func (x *PermissionRequestBody) GetKey() string

func (*PermissionRequestBody) GetMetadata

func (x *PermissionRequestBody) GetMetadata() *structpb.Struct

func (*PermissionRequestBody) GetTitle

func (x *PermissionRequestBody) GetTitle() string

func (*PermissionRequestBody) ProtoMessage

func (*PermissionRequestBody) ProtoMessage()

func (*PermissionRequestBody) ProtoReflect

func (x *PermissionRequestBody) ProtoReflect() protoreflect.Message

func (*PermissionRequestBody) Reset

func (x *PermissionRequestBody) Reset()

func (*PermissionRequestBody) String

func (x *PermissionRequestBody) String() string

type PingUserSessionRequest added in v0.74.0

type PingUserSessionRequest struct {
	// contains filtered or unexported fields
}

func (*PingUserSessionRequest) Descriptor deprecated added in v0.74.0

func (*PingUserSessionRequest) Descriptor() ([]byte, []int)

Deprecated: Use PingUserSessionRequest.ProtoReflect.Descriptor instead.

func (*PingUserSessionRequest) ProtoMessage added in v0.74.0

func (*PingUserSessionRequest) ProtoMessage()

func (*PingUserSessionRequest) ProtoReflect added in v0.74.0

func (x *PingUserSessionRequest) ProtoReflect() protoreflect.Message

func (*PingUserSessionRequest) Reset added in v0.74.0

func (x *PingUserSessionRequest) Reset()

func (*PingUserSessionRequest) String added in v0.74.0

func (x *PingUserSessionRequest) String() string

type PingUserSessionResponse added in v0.74.0

type PingUserSessionResponse struct {
	Metadata *Session_Meta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*PingUserSessionResponse) Descriptor deprecated added in v0.74.0

func (*PingUserSessionResponse) Descriptor() ([]byte, []int)

Deprecated: Use PingUserSessionResponse.ProtoReflect.Descriptor instead.

func (*PingUserSessionResponse) GetMetadata added in v0.82.0

func (x *PingUserSessionResponse) GetMetadata() *Session_Meta

func (*PingUserSessionResponse) ProtoMessage added in v0.74.0

func (*PingUserSessionResponse) ProtoMessage()

func (*PingUserSessionResponse) ProtoReflect added in v0.74.0

func (x *PingUserSessionResponse) ProtoReflect() protoreflect.Message

func (*PingUserSessionResponse) Reset added in v0.74.0

func (x *PingUserSessionResponse) Reset()

func (*PingUserSessionResponse) String added in v0.74.0

func (x *PingUserSessionResponse) String() string

type Plan added in v0.8.0

type Plan struct {
	Id          string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title       string     `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Description string     `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Products    []*Product `protobuf:"bytes,5,rep,name=products,proto3" json:"products,omitempty"`
	// known intervals are "day", "week", "month", and "year"
	Interval       string                 `protobuf:"bytes,6,opt,name=interval,proto3" json:"interval,omitempty"`
	OnStartCredits int64                  `protobuf:"varint,7,opt,name=on_start_credits,json=onStartCredits,proto3" json:"on_start_credits,omitempty"`
	TrialDays      int64                  `protobuf:"varint,8,opt,name=trial_days,json=trialDays,proto3" json:"trial_days,omitempty"`
	State          string                 `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"`
	Metadata       *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Plan) Descriptor deprecated added in v0.8.0

func (*Plan) Descriptor() ([]byte, []int)

Deprecated: Use Plan.ProtoReflect.Descriptor instead.

func (*Plan) GetCreatedAt added in v0.8.0

func (x *Plan) GetCreatedAt() *timestamppb.Timestamp

func (*Plan) GetDescription added in v0.8.0

func (x *Plan) GetDescription() string

func (*Plan) GetId added in v0.8.0

func (x *Plan) GetId() string

func (*Plan) GetInterval added in v0.8.0

func (x *Plan) GetInterval() string

func (*Plan) GetMetadata added in v0.8.0

func (x *Plan) GetMetadata() *structpb.Struct

func (*Plan) GetName added in v0.8.0

func (x *Plan) GetName() string

func (*Plan) GetOnStartCredits added in v0.8.18

func (x *Plan) GetOnStartCredits() int64

func (*Plan) GetProducts added in v0.8.14

func (x *Plan) GetProducts() []*Product

func (*Plan) GetState added in v0.114.0

func (x *Plan) GetState() string

func (*Plan) GetTitle added in v0.8.0

func (x *Plan) GetTitle() string

func (*Plan) GetTrialDays added in v0.8.24

func (x *Plan) GetTrialDays() int64

func (*Plan) GetUpdatedAt added in v0.8.0

func (x *Plan) GetUpdatedAt() *timestamppb.Timestamp

func (*Plan) ProtoMessage added in v0.8.0

func (*Plan) ProtoMessage()

func (*Plan) ProtoReflect added in v0.8.0

func (x *Plan) ProtoReflect() protoreflect.Message

func (*Plan) Reset added in v0.8.0

func (x *Plan) Reset()

func (*Plan) String added in v0.8.0

func (x *Plan) String() string

type PlanRequestBody added in v0.8.0

type PlanRequestBody struct {
	Name        string     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title       string     `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Description string     `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Products    []*Product `protobuf:"bytes,4,rep,name=products,proto3" json:"products,omitempty"`
	// known intervals are "day", "week", "month", and "year"
	Interval       string `protobuf:"bytes,5,opt,name=interval,proto3" json:"interval,omitempty"`
	OnStartCredits int64  `protobuf:"varint,6,opt,name=on_start_credits,json=onStartCredits,proto3" json:"on_start_credits,omitempty"`
	TrialDays      int64  `protobuf:"varint,7,opt,name=trial_days,json=trialDays,proto3" json:"trial_days,omitempty"`
	// known states are "active" and "inactive"
	State    string           `protobuf:"bytes,8,opt,name=state,proto3" json:"state,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*PlanRequestBody) Descriptor deprecated added in v0.8.0

func (*PlanRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use PlanRequestBody.ProtoReflect.Descriptor instead.

func (*PlanRequestBody) GetDescription added in v0.8.0

func (x *PlanRequestBody) GetDescription() string

func (*PlanRequestBody) GetInterval added in v0.8.0

func (x *PlanRequestBody) GetInterval() string

func (*PlanRequestBody) GetMetadata added in v0.8.0

func (x *PlanRequestBody) GetMetadata() *structpb.Struct

func (*PlanRequestBody) GetName added in v0.8.0

func (x *PlanRequestBody) GetName() string

func (*PlanRequestBody) GetOnStartCredits added in v0.8.18

func (x *PlanRequestBody) GetOnStartCredits() int64

func (*PlanRequestBody) GetProducts added in v0.8.14

func (x *PlanRequestBody) GetProducts() []*Product

func (*PlanRequestBody) GetState added in v0.114.0

func (x *PlanRequestBody) GetState() string

func (*PlanRequestBody) GetTitle added in v0.8.0

func (x *PlanRequestBody) GetTitle() string

func (*PlanRequestBody) GetTrialDays added in v0.8.24

func (x *PlanRequestBody) GetTrialDays() int64

func (*PlanRequestBody) ProtoMessage added in v0.8.0

func (*PlanRequestBody) ProtoMessage()

func (*PlanRequestBody) ProtoReflect added in v0.8.0

func (x *PlanRequestBody) ProtoReflect() protoreflect.Message

func (*PlanRequestBody) Reset added in v0.8.0

func (x *PlanRequestBody) Reset()

func (*PlanRequestBody) String added in v0.8.0

func (x *PlanRequestBody) String() string

type Policy

type Policy struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title     string                 `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	RoleId    string                 `protobuf:"bytes,8,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// namespace:uuid
	Resource string `protobuf:"bytes,10,opt,name=resource,proto3" json:"resource,omitempty"`
	// namespace:uuid
	Principal string           `protobuf:"bytes,11,opt,name=principal,proto3" json:"principal,omitempty"`
	Metadata  *structpb.Struct `protobuf:"bytes,12,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Policy) Descriptor deprecated

func (*Policy) Descriptor() ([]byte, []int)

Deprecated: Use Policy.ProtoReflect.Descriptor instead.

func (*Policy) GetCreatedAt

func (x *Policy) GetCreatedAt() *timestamppb.Timestamp

func (*Policy) GetId

func (x *Policy) GetId() string

func (*Policy) GetMetadata

func (x *Policy) GetMetadata() *structpb.Struct

func (*Policy) GetPrincipal

func (x *Policy) GetPrincipal() string

func (*Policy) GetResource

func (x *Policy) GetResource() string

func (*Policy) GetRoleId

func (x *Policy) GetRoleId() string

func (*Policy) GetTitle

func (x *Policy) GetTitle() string

func (*Policy) GetUpdatedAt

func (x *Policy) GetUpdatedAt() *timestamppb.Timestamp

func (*Policy) ProtoMessage

func (*Policy) ProtoMessage()

func (*Policy) ProtoReflect

func (x *Policy) ProtoReflect() protoreflect.Message

func (*Policy) Reset

func (x *Policy) Reset()

func (*Policy) String

func (x *Policy) String() string

type PolicyRequestBody

type PolicyRequestBody struct {
	RoleId    string           `protobuf:"bytes,1,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	Title     string           `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Resource  string           `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Principal string           `protobuf:"bytes,4,opt,name=principal,proto3" json:"principal,omitempty"`
	Metadata  *structpb.Struct `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyRequestBody) Descriptor deprecated

func (*PolicyRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use PolicyRequestBody.ProtoReflect.Descriptor instead.

func (*PolicyRequestBody) GetMetadata

func (x *PolicyRequestBody) GetMetadata() *structpb.Struct

func (*PolicyRequestBody) GetPrincipal

func (x *PolicyRequestBody) GetPrincipal() string

func (*PolicyRequestBody) GetResource

func (x *PolicyRequestBody) GetResource() string

func (*PolicyRequestBody) GetRoleId

func (x *PolicyRequestBody) GetRoleId() string

func (*PolicyRequestBody) GetTitle

func (x *PolicyRequestBody) GetTitle() string

func (*PolicyRequestBody) ProtoMessage

func (*PolicyRequestBody) ProtoMessage()

func (*PolicyRequestBody) ProtoReflect

func (x *PolicyRequestBody) ProtoReflect() protoreflect.Message

func (*PolicyRequestBody) Reset

func (x *PolicyRequestBody) Reset()

func (*PolicyRequestBody) String

func (x *PolicyRequestBody) String() string

type Preference added in v0.7.3

type Preference struct {
	Id           string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Value        string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	ResourceId   string `protobuf:"bytes,4,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	ResourceType string `protobuf:"bytes,5,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	// scope_type defines the context type for scoped preferences (e.g., "app/organization")
	// If empty, the preference is global (not scoped to any context)
	ScopeType string `protobuf:"bytes,6,opt,name=scope_type,json=scopeType,proto3" json:"scope_type,omitempty"`
	// scope_id is the identifier of the scope context (e.g., organization ID)
	// Only applicable when scope_type is set
	ScopeId string `protobuf:"bytes,7,opt,name=scope_id,json=scopeId,proto3" json:"scope_id,omitempty"`
	// value_description is the human-readable display description for the value
	// Populated from InputHintOption.description when the trait has input_options configured
	ValueDescription string                 `protobuf:"bytes,8,opt,name=value_description,json=valueDescription,proto3" json:"value_description,omitempty"`
	CreatedAt        *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt        *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Preference) Descriptor deprecated added in v0.7.3

func (*Preference) Descriptor() ([]byte, []int)

Deprecated: Use Preference.ProtoReflect.Descriptor instead.

func (*Preference) GetCreatedAt added in v0.7.3

func (x *Preference) GetCreatedAt() *timestamppb.Timestamp

func (*Preference) GetId added in v0.7.3

func (x *Preference) GetId() string

func (*Preference) GetName added in v0.7.3

func (x *Preference) GetName() string

func (*Preference) GetResourceId added in v0.7.3

func (x *Preference) GetResourceId() string

func (*Preference) GetResourceType added in v0.7.3

func (x *Preference) GetResourceType() string

func (*Preference) GetScopeId added in v0.90.0

func (x *Preference) GetScopeId() string

func (*Preference) GetScopeType added in v0.90.0

func (x *Preference) GetScopeType() string

func (*Preference) GetUpdatedAt added in v0.7.3

func (x *Preference) GetUpdatedAt() *timestamppb.Timestamp

func (*Preference) GetValue added in v0.7.3

func (x *Preference) GetValue() string

func (*Preference) GetValueDescription added in v0.90.0

func (x *Preference) GetValueDescription() string

func (*Preference) ProtoMessage added in v0.7.3

func (*Preference) ProtoMessage()

func (*Preference) ProtoReflect added in v0.7.3

func (x *Preference) ProtoReflect() protoreflect.Message

func (*Preference) Reset added in v0.7.3

func (x *Preference) Reset()

func (*Preference) String added in v0.7.3

func (x *Preference) String() string

type PreferenceRequestBody added in v0.7.3

type PreferenceRequestBody struct {
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// scope_type defines the context type for scoped preferences (e.g., "app/organization")
	// If empty, the preference is global (not scoped to any context)
	ScopeType string `protobuf:"bytes,4,opt,name=scope_type,json=scopeType,proto3" json:"scope_type,omitempty"`
	// scope_id is the identifier of the scope context (e.g., organization ID)
	// Only applicable when scope_type is set
	ScopeId string `protobuf:"bytes,5,opt,name=scope_id,json=scopeId,proto3" json:"scope_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PreferenceRequestBody) Descriptor deprecated added in v0.7.3

func (*PreferenceRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use PreferenceRequestBody.ProtoReflect.Descriptor instead.

func (*PreferenceRequestBody) GetName added in v0.7.3

func (x *PreferenceRequestBody) GetName() string

func (*PreferenceRequestBody) GetScopeId added in v0.90.0

func (x *PreferenceRequestBody) GetScopeId() string

func (*PreferenceRequestBody) GetScopeType added in v0.90.0

func (x *PreferenceRequestBody) GetScopeType() string

func (*PreferenceRequestBody) GetValue added in v0.7.3

func (x *PreferenceRequestBody) GetValue() string

func (*PreferenceRequestBody) ProtoMessage added in v0.7.3

func (*PreferenceRequestBody) ProtoMessage()

func (*PreferenceRequestBody) ProtoReflect added in v0.7.3

func (x *PreferenceRequestBody) ProtoReflect() protoreflect.Message

func (*PreferenceRequestBody) Reset added in v0.7.3

func (x *PreferenceRequestBody) Reset()

func (*PreferenceRequestBody) String added in v0.7.3

func (x *PreferenceRequestBody) String() string

type PreferenceTrait added in v0.7.3

type PreferenceTrait struct {
	ResourceType    string                    `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	Name            string                    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title           string                    `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Description     string                    `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	LongDescription string                    `protobuf:"bytes,5,opt,name=long_description,json=longDescription,proto3" json:"long_description,omitempty"`
	Heading         string                    `protobuf:"bytes,6,opt,name=heading,proto3" json:"heading,omitempty"`
	SubHeading      string                    `protobuf:"bytes,7,opt,name=sub_heading,json=subHeading,proto3" json:"sub_heading,omitempty"`
	Breadcrumb      string                    `protobuf:"bytes,8,opt,name=breadcrumb,proto3" json:"breadcrumb,omitempty"`
	Default         string                    `protobuf:"bytes,9,opt,name=default,proto3" json:"default,omitempty"`
	InputHints      string                    `protobuf:"bytes,19,opt,name=input_hints,json=inputHints,proto3" json:"input_hints,omitempty"`
	InputType       PreferenceTrait_InputType `` /* 147-byte string literal not displayed */
	// Structured input options with name and description for select/combobox/multiselect inputs
	InputOptions []*InputHintOption `protobuf:"bytes,28,rep,name=input_options,json=inputOptions,proto3" json:"input_options,omitempty"`
	// contains filtered or unexported fields
}

PreferenceTrait is a trait that can be used to add preferences to a resource it explains what preferences are available for a resource

func (*PreferenceTrait) Descriptor deprecated added in v0.7.3

func (*PreferenceTrait) Descriptor() ([]byte, []int)

Deprecated: Use PreferenceTrait.ProtoReflect.Descriptor instead.

func (*PreferenceTrait) GetBreadcrumb added in v0.7.3

func (x *PreferenceTrait) GetBreadcrumb() string

func (*PreferenceTrait) GetDefault added in v0.7.12

func (x *PreferenceTrait) GetDefault() string

func (*PreferenceTrait) GetDescription added in v0.7.3

func (x *PreferenceTrait) GetDescription() string

func (*PreferenceTrait) GetHeading added in v0.7.3

func (x *PreferenceTrait) GetHeading() string

func (*PreferenceTrait) GetInputHints added in v0.7.3

func (x *PreferenceTrait) GetInputHints() string

func (*PreferenceTrait) GetInputOptions added in v0.90.0

func (x *PreferenceTrait) GetInputOptions() []*InputHintOption

func (*PreferenceTrait) GetInputType added in v0.77.0

func (x *PreferenceTrait) GetInputType() PreferenceTrait_InputType

func (*PreferenceTrait) GetLongDescription added in v0.7.3

func (x *PreferenceTrait) GetLongDescription() string

func (*PreferenceTrait) GetName added in v0.7.3

func (x *PreferenceTrait) GetName() string

func (*PreferenceTrait) GetResourceType added in v0.7.3

func (x *PreferenceTrait) GetResourceType() string

func (*PreferenceTrait) GetSubHeading added in v0.7.3

func (x *PreferenceTrait) GetSubHeading() string

func (*PreferenceTrait) GetTitle added in v0.7.3

func (x *PreferenceTrait) GetTitle() string

func (*PreferenceTrait) ProtoMessage added in v0.7.3

func (*PreferenceTrait) ProtoMessage()

func (*PreferenceTrait) ProtoReflect added in v0.7.3

func (x *PreferenceTrait) ProtoReflect() protoreflect.Message

func (*PreferenceTrait) Reset added in v0.7.3

func (x *PreferenceTrait) Reset()

func (*PreferenceTrait) String added in v0.7.3

func (x *PreferenceTrait) String() string

type PreferenceTrait_InputType added in v0.77.0

type PreferenceTrait_InputType int32
const (
	PreferenceTrait_INPUT_TYPE_UNSPECIFIED PreferenceTrait_InputType = 0
	PreferenceTrait_INPUT_TYPE_TEXT        PreferenceTrait_InputType = 1
	PreferenceTrait_INPUT_TYPE_TEXTAREA    PreferenceTrait_InputType = 2
	PreferenceTrait_INPUT_TYPE_SELECT      PreferenceTrait_InputType = 3
	PreferenceTrait_INPUT_TYPE_COMBOBOX    PreferenceTrait_InputType = 4
	PreferenceTrait_INPUT_TYPE_CHECKBOX    PreferenceTrait_InputType = 5
	PreferenceTrait_INPUT_TYPE_MULTISELECT PreferenceTrait_InputType = 6
	PreferenceTrait_INPUT_TYPE_NUMBER      PreferenceTrait_InputType = 7
)

func (PreferenceTrait_InputType) Descriptor added in v0.77.0

func (PreferenceTrait_InputType) Enum added in v0.77.0

func (PreferenceTrait_InputType) EnumDescriptor deprecated added in v0.77.0

func (PreferenceTrait_InputType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PreferenceTrait_InputType.Descriptor instead.

func (PreferenceTrait_InputType) Number added in v0.77.0

func (PreferenceTrait_InputType) String added in v0.77.0

func (x PreferenceTrait_InputType) String() string

func (PreferenceTrait_InputType) Type added in v0.77.0

type Price added in v0.8.0

type Price struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProductId  string `protobuf:"bytes,2,opt,name=product_id,json=productId,proto3" json:"product_id,omitempty"`
	ProviderId string `protobuf:"bytes,3,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	Name       string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// known intervals are "day", "week", "month", and "year"; an empty interval
	// means a one-time price with no recurring billing
	Interval string `protobuf:"bytes,6,opt,name=interval,proto3" json:"interval,omitempty"`
	// usage_type known types are "licensed" and "metered"
	UsageType string `protobuf:"bytes,7,opt,name=usage_type,json=usageType,proto3" json:"usage_type,omitempty"`
	// billing_scheme known schemes are "tiered" and "flat"
	BillingScheme string `protobuf:"bytes,8,opt,name=billing_scheme,json=billingScheme,proto3" json:"billing_scheme,omitempty"`
	State         string `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"`
	// currency like "usd", "eur", "gbp"
	Currency string `protobuf:"bytes,10,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount   int64  `protobuf:"varint,11,opt,name=amount,proto3" json:"amount,omitempty"`
	// metered_aggregate known aggregations are "sum", "last_during_period" and "max"
	MeteredAggregate string `protobuf:"bytes,13,opt,name=metered_aggregate,json=meteredAggregate,proto3" json:"metered_aggregate,omitempty"`
	// tier_mode known modes are "graduated" and "volume"
	TierMode  string                 `protobuf:"bytes,14,opt,name=tier_mode,json=tierMode,proto3" json:"tier_mode,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Price) Descriptor deprecated added in v0.8.0

func (*Price) Descriptor() ([]byte, []int)

Deprecated: Use Price.ProtoReflect.Descriptor instead.

func (*Price) GetAmount added in v0.8.0

func (x *Price) GetAmount() int64

func (*Price) GetBillingScheme added in v0.8.0

func (x *Price) GetBillingScheme() string

func (*Price) GetCreatedAt added in v0.8.0

func (x *Price) GetCreatedAt() *timestamppb.Timestamp

func (*Price) GetCurrency added in v0.8.0

func (x *Price) GetCurrency() string

func (*Price) GetId added in v0.8.0

func (x *Price) GetId() string

func (*Price) GetInterval added in v0.8.0

func (x *Price) GetInterval() string

func (*Price) GetMetadata added in v0.8.0

func (x *Price) GetMetadata() *structpb.Struct

func (*Price) GetMeteredAggregate added in v0.8.0

func (x *Price) GetMeteredAggregate() string

func (*Price) GetName added in v0.8.0

func (x *Price) GetName() string

func (*Price) GetProductId added in v0.8.14

func (x *Price) GetProductId() string

func (*Price) GetProviderId added in v0.8.0

func (x *Price) GetProviderId() string

func (*Price) GetState added in v0.8.0

func (x *Price) GetState() string

func (*Price) GetTierMode added in v0.8.0

func (x *Price) GetTierMode() string

func (*Price) GetUpdatedAt added in v0.8.0

func (x *Price) GetUpdatedAt() *timestamppb.Timestamp

func (*Price) GetUsageType added in v0.8.0

func (x *Price) GetUsageType() string

func (*Price) ProtoMessage added in v0.8.0

func (*Price) ProtoMessage()

func (*Price) ProtoReflect added in v0.8.0

func (x *Price) ProtoReflect() protoreflect.Message

func (*Price) Reset added in v0.8.0

func (x *Price) Reset()

func (*Price) String added in v0.8.0

func (x *Price) String() string

type Product added in v0.8.14

type Product struct {
	Id             string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name           string                  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title          string                  `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Description    string                  `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	PlanIds        []string                `protobuf:"bytes,5,rep,name=plan_ids,json=planIds,proto3" json:"plan_ids,omitempty"`
	State          string                  `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"`
	Prices         []*Price                `protobuf:"bytes,7,rep,name=prices,proto3" json:"prices,omitempty"`
	Behavior       string                  `protobuf:"bytes,9,opt,name=behavior,proto3" json:"behavior,omitempty"`
	Features       []*Feature              `protobuf:"bytes,10,rep,name=features,proto3" json:"features,omitempty"`
	BehaviorConfig *Product_BehaviorConfig `protobuf:"bytes,11,opt,name=behavior_config,json=behaviorConfig,proto3" json:"behavior_config,omitempty"`
	Metadata       *structpb.Struct        `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt      *timestamppb.Timestamp  `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamppb.Timestamp  `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Product) Descriptor deprecated added in v0.8.14

func (*Product) Descriptor() ([]byte, []int)

Deprecated: Use Product.ProtoReflect.Descriptor instead.

func (*Product) GetBehavior added in v0.8.14

func (x *Product) GetBehavior() string

func (*Product) GetBehaviorConfig added in v0.8.18

func (x *Product) GetBehaviorConfig() *Product_BehaviorConfig

func (*Product) GetCreatedAt added in v0.8.14

func (x *Product) GetCreatedAt() *timestamppb.Timestamp

func (*Product) GetDescription added in v0.8.14

func (x *Product) GetDescription() string

func (*Product) GetFeatures added in v0.8.14

func (x *Product) GetFeatures() []*Feature

func (*Product) GetId added in v0.8.14

func (x *Product) GetId() string

func (*Product) GetMetadata added in v0.8.14

func (x *Product) GetMetadata() *structpb.Struct

func (*Product) GetName added in v0.8.14

func (x *Product) GetName() string

func (*Product) GetPlanIds added in v0.8.14

func (x *Product) GetPlanIds() []string

func (*Product) GetPrices added in v0.8.14

func (x *Product) GetPrices() []*Price

func (*Product) GetState added in v0.8.14

func (x *Product) GetState() string

func (*Product) GetTitle added in v0.8.14

func (x *Product) GetTitle() string

func (*Product) GetUpdatedAt added in v0.8.14

func (x *Product) GetUpdatedAt() *timestamppb.Timestamp

func (*Product) ProtoMessage added in v0.8.14

func (*Product) ProtoMessage()

func (*Product) ProtoReflect added in v0.8.14

func (x *Product) ProtoReflect() protoreflect.Message

func (*Product) Reset added in v0.8.14

func (x *Product) Reset()

func (*Product) String added in v0.8.14

func (x *Product) String() string

type ProductRequestBody added in v0.8.14

type ProductRequestBody struct {
	Name           string                  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title          string                  `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Description    string                  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Prices         []*Price                `protobuf:"bytes,5,rep,name=prices,proto3" json:"prices,omitempty"`
	Behavior       string                  `protobuf:"bytes,8,opt,name=behavior,proto3" json:"behavior,omitempty"`
	Features       []*Feature              `protobuf:"bytes,9,rep,name=features,proto3" json:"features,omitempty"`
	BehaviorConfig *Product_BehaviorConfig `protobuf:"bytes,10,opt,name=behavior_config,json=behaviorConfig,proto3" json:"behavior_config,omitempty"`
	Metadata       *structpb.Struct        `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ProductRequestBody) Descriptor deprecated added in v0.8.14

func (*ProductRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use ProductRequestBody.ProtoReflect.Descriptor instead.

func (*ProductRequestBody) GetBehavior added in v0.8.14

func (x *ProductRequestBody) GetBehavior() string

func (*ProductRequestBody) GetBehaviorConfig added in v0.8.18

func (x *ProductRequestBody) GetBehaviorConfig() *Product_BehaviorConfig

func (*ProductRequestBody) GetDescription added in v0.8.14

func (x *ProductRequestBody) GetDescription() string

func (*ProductRequestBody) GetFeatures added in v0.8.14

func (x *ProductRequestBody) GetFeatures() []*Feature

func (*ProductRequestBody) GetMetadata added in v0.8.14

func (x *ProductRequestBody) GetMetadata() *structpb.Struct

func (*ProductRequestBody) GetName added in v0.8.14

func (x *ProductRequestBody) GetName() string

func (*ProductRequestBody) GetPrices added in v0.8.14

func (x *ProductRequestBody) GetPrices() []*Price

func (*ProductRequestBody) GetTitle added in v0.8.14

func (x *ProductRequestBody) GetTitle() string

func (*ProductRequestBody) ProtoMessage added in v0.8.14

func (*ProductRequestBody) ProtoMessage()

func (*ProductRequestBody) ProtoReflect added in v0.8.14

func (x *ProductRequestBody) ProtoReflect() protoreflect.Message

func (*ProductRequestBody) Reset added in v0.8.14

func (x *ProductRequestBody) Reset()

func (*ProductRequestBody) String added in v0.8.14

func (x *ProductRequestBody) String() string

type Product_BehaviorConfig added in v0.8.18

type Product_BehaviorConfig struct {
	CreditAmount int64 `protobuf:"varint,1,opt,name=credit_amount,json=creditAmount,proto3" json:"credit_amount,omitempty"`
	SeatLimit    int64 `protobuf:"varint,2,opt,name=seat_limit,json=seatLimit,proto3" json:"seat_limit,omitempty"`
	MinQuantity  int64 `protobuf:"varint,3,opt,name=min_quantity,json=minQuantity,proto3" json:"min_quantity,omitempty"`
	MaxQuantity  int64 `protobuf:"varint,4,opt,name=max_quantity,json=maxQuantity,proto3" json:"max_quantity,omitempty"`
	// contains filtered or unexported fields
}

func (*Product_BehaviorConfig) Descriptor deprecated added in v0.8.18

func (*Product_BehaviorConfig) Descriptor() ([]byte, []int)

Deprecated: Use Product_BehaviorConfig.ProtoReflect.Descriptor instead.

func (*Product_BehaviorConfig) GetCreditAmount added in v0.8.18

func (x *Product_BehaviorConfig) GetCreditAmount() int64

func (*Product_BehaviorConfig) GetMaxQuantity added in v0.9.2

func (x *Product_BehaviorConfig) GetMaxQuantity() int64

func (*Product_BehaviorConfig) GetMinQuantity added in v0.9.2

func (x *Product_BehaviorConfig) GetMinQuantity() int64

func (*Product_BehaviorConfig) GetSeatLimit added in v0.8.18

func (x *Product_BehaviorConfig) GetSeatLimit() int64

func (*Product_BehaviorConfig) ProtoMessage added in v0.8.18

func (*Product_BehaviorConfig) ProtoMessage()

func (*Product_BehaviorConfig) ProtoReflect added in v0.8.18

func (x *Product_BehaviorConfig) ProtoReflect() protoreflect.Message

func (*Product_BehaviorConfig) Reset added in v0.8.18

func (x *Product_BehaviorConfig) Reset()

func (*Product_BehaviorConfig) String added in v0.8.18

func (x *Product_BehaviorConfig) String() string

type Project

type Project struct {
	Id           string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title        string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	OrgId        string                 `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Metadata     *structpb.Struct       `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	MembersCount int32                  `protobuf:"varint,8,opt,name=members_count,json=membersCount,proto3" json:"members_count,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated

func (*Project) Descriptor() ([]byte, []int)

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetCreatedAt

func (x *Project) GetCreatedAt() *timestamppb.Timestamp

func (*Project) GetId

func (x *Project) GetId() string

func (*Project) GetMembersCount added in v0.8.8

func (x *Project) GetMembersCount() int32

func (*Project) GetMetadata

func (x *Project) GetMetadata() *structpb.Struct

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetOrgId

func (x *Project) GetOrgId() string

func (*Project) GetTitle

func (x *Project) GetTitle() string

func (*Project) GetUpdatedAt

func (x *Project) GetUpdatedAt() *timestamppb.Timestamp

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

func (x *Project) ProtoReflect() protoreflect.Message

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

type ProjectRequestBody

type ProjectRequestBody struct {
	Name     string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title    string           `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	OrgId    string           `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectRequestBody) Descriptor deprecated

func (*ProjectRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use ProjectRequestBody.ProtoReflect.Descriptor instead.

func (*ProjectRequestBody) GetMetadata

func (x *ProjectRequestBody) GetMetadata() *structpb.Struct

func (*ProjectRequestBody) GetName

func (x *ProjectRequestBody) GetName() string

func (*ProjectRequestBody) GetOrgId

func (x *ProjectRequestBody) GetOrgId() string

func (*ProjectRequestBody) GetTitle

func (x *ProjectRequestBody) GetTitle() string

func (*ProjectRequestBody) ProtoMessage

func (*ProjectRequestBody) ProtoMessage()

func (*ProjectRequestBody) ProtoReflect

func (x *ProjectRequestBody) ProtoReflect() protoreflect.Message

func (*ProjectRequestBody) Reset

func (x *ProjectRequestBody) Reset()

func (*ProjectRequestBody) String

func (x *ProjectRequestBody) String() string

type Prospect added in v0.50.0

type Prospect struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Email     string                 `protobuf:"bytes,8,opt,name=email,proto3" json:"email,omitempty"`
	Phone     string                 `protobuf:"bytes,10,opt,name=phone,proto3" json:"phone,omitempty"`
	Activity  string                 `protobuf:"bytes,15,opt,name=activity,proto3" json:"activity,omitempty"`
	Status    Prospect_Status        `protobuf:"varint,20,opt,name=status,proto3,enum=raystack.frontier.v1beta1.Prospect_Status" json:"status,omitempty"`
	ChangedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=changed_at,json=changedAt,proto3" json:"changed_at,omitempty"`
	Source    string                 `protobuf:"bytes,25,opt,name=source,proto3" json:"source,omitempty"`
	Verified  bool                   `protobuf:"varint,27,opt,name=verified,proto3" json:"verified,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,30,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,31,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,35,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Prospect) Descriptor deprecated added in v0.50.0

func (*Prospect) Descriptor() ([]byte, []int)

Deprecated: Use Prospect.ProtoReflect.Descriptor instead.

func (*Prospect) GetActivity added in v0.50.0

func (x *Prospect) GetActivity() string

func (*Prospect) GetChangedAt added in v0.50.0

func (x *Prospect) GetChangedAt() *timestamppb.Timestamp

func (*Prospect) GetCreatedAt added in v0.50.0

func (x *Prospect) GetCreatedAt() *timestamppb.Timestamp

func (*Prospect) GetEmail added in v0.50.0

func (x *Prospect) GetEmail() string

func (*Prospect) GetId added in v0.50.0

func (x *Prospect) GetId() string

func (*Prospect) GetMetadata added in v0.50.0

func (x *Prospect) GetMetadata() *structpb.Struct

func (*Prospect) GetName added in v0.50.0

func (x *Prospect) GetName() string

func (*Prospect) GetPhone added in v0.50.0

func (x *Prospect) GetPhone() string

func (*Prospect) GetSource added in v0.50.0

func (x *Prospect) GetSource() string

func (*Prospect) GetStatus added in v0.50.0

func (x *Prospect) GetStatus() Prospect_Status

func (*Prospect) GetUpdatedAt added in v0.50.0

func (x *Prospect) GetUpdatedAt() *timestamppb.Timestamp

func (*Prospect) GetVerified added in v0.50.0

func (x *Prospect) GetVerified() bool

func (*Prospect) ProtoMessage added in v0.50.0

func (*Prospect) ProtoMessage()

func (*Prospect) ProtoReflect added in v0.50.0

func (x *Prospect) ProtoReflect() protoreflect.Message

func (*Prospect) Reset added in v0.50.0

func (x *Prospect) Reset()

func (*Prospect) String added in v0.50.0

func (x *Prospect) String() string

type Prospect_Status added in v0.50.0

type Prospect_Status int32

subscription status

const (
	Prospect_STATUS_UNSPECIFIED  Prospect_Status = 0
	Prospect_STATUS_UNSUBSCRIBED Prospect_Status = 1
	Prospect_STATUS_SUBSCRIBED   Prospect_Status = 2
)

func (Prospect_Status) Descriptor added in v0.50.0

func (Prospect_Status) Enum added in v0.50.0

func (x Prospect_Status) Enum() *Prospect_Status

func (Prospect_Status) EnumDescriptor deprecated added in v0.50.0

func (Prospect_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Prospect_Status.Descriptor instead.

func (Prospect_Status) Number added in v0.50.0

func (Prospect_Status) String added in v0.50.0

func (x Prospect_Status) String() string

func (Prospect_Status) Type added in v0.50.0

type RQLExportRequest added in v0.75.0

type RQLExportRequest struct {
	Filters []*RQLFilter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"`
	Search  string       `protobuf:"bytes,2,opt,name=search,proto3" json:"search,omitempty"`
	Sort    []*RQLSort   `protobuf:"bytes,3,rep,name=sort,proto3" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*RQLExportRequest) Descriptor deprecated added in v0.75.0

func (*RQLExportRequest) Descriptor() ([]byte, []int)

Deprecated: Use RQLExportRequest.ProtoReflect.Descriptor instead.

func (*RQLExportRequest) GetFilters added in v0.75.0

func (x *RQLExportRequest) GetFilters() []*RQLFilter

func (*RQLExportRequest) GetSearch added in v0.75.0

func (x *RQLExportRequest) GetSearch() string

func (*RQLExportRequest) GetSort added in v0.75.0

func (x *RQLExportRequest) GetSort() []*RQLSort

func (*RQLExportRequest) ProtoMessage added in v0.75.0

func (*RQLExportRequest) ProtoMessage()

func (*RQLExportRequest) ProtoReflect added in v0.75.0

func (x *RQLExportRequest) ProtoReflect() protoreflect.Message

func (*RQLExportRequest) Reset added in v0.75.0

func (x *RQLExportRequest) Reset()

func (*RQLExportRequest) String added in v0.75.0

func (x *RQLExportRequest) String() string

type RQLFilter added in v0.50.0

type RQLFilter struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	// Types that are assignable to Value:
	//
	//	*RQLFilter_BoolValue
	//	*RQLFilter_StringValue
	//	*RQLFilter_NumberValue
	Value isRQLFilter_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*RQLFilter) Descriptor deprecated added in v0.50.0

func (*RQLFilter) Descriptor() ([]byte, []int)

Deprecated: Use RQLFilter.ProtoReflect.Descriptor instead.

func (*RQLFilter) GetBoolValue added in v0.50.0

func (x *RQLFilter) GetBoolValue() bool

func (*RQLFilter) GetName added in v0.50.0

func (x *RQLFilter) GetName() string

func (*RQLFilter) GetNumberValue added in v0.50.0

func (x *RQLFilter) GetNumberValue() float32

func (*RQLFilter) GetOperator added in v0.50.0

func (x *RQLFilter) GetOperator() string

func (*RQLFilter) GetStringValue added in v0.50.0

func (x *RQLFilter) GetStringValue() string

func (*RQLFilter) GetValue added in v0.50.0

func (m *RQLFilter) GetValue() isRQLFilter_Value

func (*RQLFilter) ProtoMessage added in v0.50.0

func (*RQLFilter) ProtoMessage()

func (*RQLFilter) ProtoReflect added in v0.50.0

func (x *RQLFilter) ProtoReflect() protoreflect.Message

func (*RQLFilter) Reset added in v0.50.0

func (x *RQLFilter) Reset()

func (*RQLFilter) String added in v0.50.0

func (x *RQLFilter) String() string

type RQLFilter_BoolValue added in v0.50.0

type RQLFilter_BoolValue struct {
	BoolValue bool `protobuf:"varint,3,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type RQLFilter_NumberValue added in v0.50.0

type RQLFilter_NumberValue struct {
	NumberValue float32 `protobuf:"fixed32,5,opt,name=number_value,json=numberValue,proto3,oneof"`
}

type RQLFilter_StringValue added in v0.50.0

type RQLFilter_StringValue struct {
	StringValue string `protobuf:"bytes,4,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type RQLQueryGroupData added in v0.51.0

type RQLQueryGroupData struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Count uint32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*RQLQueryGroupData) Descriptor deprecated added in v0.51.0

func (*RQLQueryGroupData) Descriptor() ([]byte, []int)

Deprecated: Use RQLQueryGroupData.ProtoReflect.Descriptor instead.

func (*RQLQueryGroupData) GetCount added in v0.51.0

func (x *RQLQueryGroupData) GetCount() uint32

func (*RQLQueryGroupData) GetName added in v0.51.0

func (x *RQLQueryGroupData) GetName() string

func (*RQLQueryGroupData) ProtoMessage added in v0.51.0

func (*RQLQueryGroupData) ProtoMessage()

func (*RQLQueryGroupData) ProtoReflect added in v0.51.0

func (x *RQLQueryGroupData) ProtoReflect() protoreflect.Message

func (*RQLQueryGroupData) Reset added in v0.51.0

func (x *RQLQueryGroupData) Reset()

func (*RQLQueryGroupData) String added in v0.51.0

func (x *RQLQueryGroupData) String() string

type RQLQueryGroupResponse added in v0.51.0

type RQLQueryGroupResponse struct {
	Name string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Data []*RQLQueryGroupData `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*RQLQueryGroupResponse) Descriptor deprecated added in v0.51.0

func (*RQLQueryGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use RQLQueryGroupResponse.ProtoReflect.Descriptor instead.

func (*RQLQueryGroupResponse) GetData added in v0.51.0

func (x *RQLQueryGroupResponse) GetData() []*RQLQueryGroupData

func (*RQLQueryGroupResponse) GetName added in v0.51.0

func (x *RQLQueryGroupResponse) GetName() string

func (*RQLQueryGroupResponse) ProtoMessage added in v0.51.0

func (*RQLQueryGroupResponse) ProtoMessage()

func (*RQLQueryGroupResponse) ProtoReflect added in v0.51.0

func (x *RQLQueryGroupResponse) ProtoReflect() protoreflect.Message

func (*RQLQueryGroupResponse) Reset added in v0.51.0

func (x *RQLQueryGroupResponse) Reset()

func (*RQLQueryGroupResponse) String added in v0.51.0

func (x *RQLQueryGroupResponse) String() string

type RQLQueryPaginationResponse added in v0.50.0

type RQLQueryPaginationResponse struct {
	Offset     uint32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit      uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	TotalCount uint32 `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// contains filtered or unexported fields
}

func (*RQLQueryPaginationResponse) Descriptor deprecated added in v0.50.0

func (*RQLQueryPaginationResponse) Descriptor() ([]byte, []int)

Deprecated: Use RQLQueryPaginationResponse.ProtoReflect.Descriptor instead.

func (*RQLQueryPaginationResponse) GetLimit added in v0.50.0

func (x *RQLQueryPaginationResponse) GetLimit() uint32

func (*RQLQueryPaginationResponse) GetOffset added in v0.50.0

func (x *RQLQueryPaginationResponse) GetOffset() uint32

func (*RQLQueryPaginationResponse) GetTotalCount added in v0.50.0

func (x *RQLQueryPaginationResponse) GetTotalCount() uint32

func (*RQLQueryPaginationResponse) ProtoMessage added in v0.50.0

func (*RQLQueryPaginationResponse) ProtoMessage()

func (*RQLQueryPaginationResponse) ProtoReflect added in v0.50.0

func (*RQLQueryPaginationResponse) Reset added in v0.50.0

func (x *RQLQueryPaginationResponse) Reset()

func (*RQLQueryPaginationResponse) String added in v0.50.0

func (x *RQLQueryPaginationResponse) String() string

type RQLRequest added in v0.50.0

type RQLRequest struct {
	Filters []*RQLFilter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"`
	GroupBy []string     `protobuf:"bytes,2,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	Offset  uint32       `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit   uint32       `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	Search  string       `protobuf:"bytes,5,opt,name=search,proto3" json:"search,omitempty"`
	Sort    []*RQLSort   `protobuf:"bytes,6,rep,name=sort,proto3" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*RQLRequest) Descriptor deprecated added in v0.50.0

func (*RQLRequest) Descriptor() ([]byte, []int)

Deprecated: Use RQLRequest.ProtoReflect.Descriptor instead.

func (*RQLRequest) GetFilters added in v0.50.0

func (x *RQLRequest) GetFilters() []*RQLFilter

func (*RQLRequest) GetGroupBy added in v0.50.0

func (x *RQLRequest) GetGroupBy() []string

func (*RQLRequest) GetLimit added in v0.50.0

func (x *RQLRequest) GetLimit() uint32

func (*RQLRequest) GetOffset added in v0.50.0

func (x *RQLRequest) GetOffset() uint32

func (*RQLRequest) GetSearch added in v0.50.0

func (x *RQLRequest) GetSearch() string

func (*RQLRequest) GetSort added in v0.50.0

func (x *RQLRequest) GetSort() []*RQLSort

func (*RQLRequest) ProtoMessage added in v0.50.0

func (*RQLRequest) ProtoMessage()

func (*RQLRequest) ProtoReflect added in v0.50.0

func (x *RQLRequest) ProtoReflect() protoreflect.Message

func (*RQLRequest) Reset added in v0.50.0

func (x *RQLRequest) Reset()

func (*RQLRequest) String added in v0.50.0

func (x *RQLRequest) String() string

type RQLSort added in v0.50.0

type RQLSort struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Order string `protobuf:"bytes,2,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*RQLSort) Descriptor deprecated added in v0.50.0

func (*RQLSort) Descriptor() ([]byte, []int)

Deprecated: Use RQLSort.ProtoReflect.Descriptor instead.

func (*RQLSort) GetName added in v0.51.0

func (x *RQLSort) GetName() string

func (*RQLSort) GetOrder added in v0.50.0

func (x *RQLSort) GetOrder() string

func (*RQLSort) ProtoMessage added in v0.50.0

func (*RQLSort) ProtoMessage()

func (*RQLSort) ProtoReflect added in v0.50.0

func (x *RQLSort) ProtoReflect() protoreflect.Message

func (*RQLSort) Reset added in v0.50.0

func (x *RQLSort) Reset()

func (*RQLSort) String added in v0.50.0

func (x *RQLSort) String() string

type RegenerateCurrentUserPATRequest added in v0.94.0

type RegenerateCurrentUserPATRequest struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// contains filtered or unexported fields
}

func (*RegenerateCurrentUserPATRequest) Descriptor deprecated added in v0.94.0

func (*RegenerateCurrentUserPATRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegenerateCurrentUserPATRequest.ProtoReflect.Descriptor instead.

func (*RegenerateCurrentUserPATRequest) GetExpiresAt added in v0.94.0

func (*RegenerateCurrentUserPATRequest) GetId added in v0.94.0

func (*RegenerateCurrentUserPATRequest) ProtoMessage added in v0.94.0

func (*RegenerateCurrentUserPATRequest) ProtoMessage()

func (*RegenerateCurrentUserPATRequest) ProtoReflect added in v0.94.0

func (*RegenerateCurrentUserPATRequest) Reset added in v0.94.0

func (*RegenerateCurrentUserPATRequest) String added in v0.94.0

type RegenerateCurrentUserPATResponse added in v0.94.0

type RegenerateCurrentUserPATResponse struct {
	Pat *PAT `protobuf:"bytes,1,opt,name=pat,proto3" json:"pat,omitempty"`
	// contains filtered or unexported fields
}

func (*RegenerateCurrentUserPATResponse) Descriptor deprecated added in v0.94.0

func (*RegenerateCurrentUserPATResponse) Descriptor() ([]byte, []int)

Deprecated: Use RegenerateCurrentUserPATResponse.ProtoReflect.Descriptor instead.

func (*RegenerateCurrentUserPATResponse) GetPat added in v0.94.0

func (*RegenerateCurrentUserPATResponse) ProtoMessage added in v0.94.0

func (*RegenerateCurrentUserPATResponse) ProtoMessage()

func (*RegenerateCurrentUserPATResponse) ProtoReflect added in v0.94.0

func (*RegenerateCurrentUserPATResponse) Reset added in v0.94.0

func (*RegenerateCurrentUserPATResponse) String added in v0.94.0

type RegisterBillingAccountRequest added in v0.17.0

type RegisterBillingAccountRequest struct {

	// ID of the billing account to register
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterBillingAccountRequest) Descriptor deprecated added in v0.17.0

func (*RegisterBillingAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterBillingAccountRequest.ProtoReflect.Descriptor instead.

func (*RegisterBillingAccountRequest) GetId added in v0.17.0

func (*RegisterBillingAccountRequest) ProtoMessage added in v0.17.0

func (*RegisterBillingAccountRequest) ProtoMessage()

func (*RegisterBillingAccountRequest) ProtoReflect added in v0.17.0

func (*RegisterBillingAccountRequest) Reset added in v0.17.0

func (x *RegisterBillingAccountRequest) Reset()

func (*RegisterBillingAccountRequest) String added in v0.17.0

type RegisterBillingAccountResponse added in v0.17.0

type RegisterBillingAccountResponse struct {
	// contains filtered or unexported fields
}

func (*RegisterBillingAccountResponse) Descriptor deprecated added in v0.17.0

func (*RegisterBillingAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use RegisterBillingAccountResponse.ProtoReflect.Descriptor instead.

func (*RegisterBillingAccountResponse) ProtoMessage added in v0.17.0

func (*RegisterBillingAccountResponse) ProtoMessage()

func (*RegisterBillingAccountResponse) ProtoReflect added in v0.17.0

func (*RegisterBillingAccountResponse) Reset added in v0.17.0

func (x *RegisterBillingAccountResponse) Reset()

func (*RegisterBillingAccountResponse) String added in v0.17.0

type Relation

type Relation struct {
	Id                 string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt          *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt          *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	SubjectSubRelation string                 `protobuf:"bytes,9,opt,name=subject_sub_relation,json=subjectSubRelation,proto3" json:"subject_sub_relation,omitempty"`
	Relation           string                 `protobuf:"bytes,10,opt,name=relation,proto3" json:"relation,omitempty"`
	// objectnamespace:id
	Object string `protobuf:"bytes,11,opt,name=object,proto3" json:"object,omitempty"`
	// subjectnamespace:id
	Subject string `protobuf:"bytes,12,opt,name=subject,proto3" json:"subject,omitempty"`
	// contains filtered or unexported fields
}

func (*Relation) Descriptor deprecated

func (*Relation) Descriptor() ([]byte, []int)

Deprecated: Use Relation.ProtoReflect.Descriptor instead.

func (*Relation) GetCreatedAt

func (x *Relation) GetCreatedAt() *timestamppb.Timestamp

func (*Relation) GetId

func (x *Relation) GetId() string

func (*Relation) GetObject

func (x *Relation) GetObject() string

func (*Relation) GetRelation

func (x *Relation) GetRelation() string

func (*Relation) GetSubject

func (x *Relation) GetSubject() string

func (*Relation) GetSubjectSubRelation

func (x *Relation) GetSubjectSubRelation() string

func (*Relation) GetUpdatedAt

func (x *Relation) GetUpdatedAt() *timestamppb.Timestamp

func (*Relation) ProtoMessage

func (*Relation) ProtoMessage()

func (*Relation) ProtoReflect

func (x *Relation) ProtoReflect() protoreflect.Message

func (*Relation) Reset

func (x *Relation) Reset()

func (*Relation) String

func (x *Relation) String() string

type RelationRequestBody

type RelationRequestBody struct {

	// objectnamespace:uuid
	Object string `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// subjectnamespace:uuid
	Subject            string `protobuf:"bytes,3,opt,name=subject,proto3" json:"subject,omitempty"`
	Relation           string `protobuf:"bytes,4,opt,name=relation,proto3" json:"relation,omitempty"`
	SubjectSubRelation string `protobuf:"bytes,6,opt,name=subject_sub_relation,json=subjectSubRelation,proto3" json:"subject_sub_relation,omitempty"`
	// contains filtered or unexported fields
}

func (*RelationRequestBody) Descriptor deprecated

func (*RelationRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use RelationRequestBody.ProtoReflect.Descriptor instead.

func (*RelationRequestBody) GetObject

func (x *RelationRequestBody) GetObject() string

func (*RelationRequestBody) GetRelation

func (x *RelationRequestBody) GetRelation() string

func (*RelationRequestBody) GetSubject

func (x *RelationRequestBody) GetSubject() string

func (*RelationRequestBody) GetSubjectSubRelation

func (x *RelationRequestBody) GetSubjectSubRelation() string

func (*RelationRequestBody) ProtoMessage

func (*RelationRequestBody) ProtoMessage()

func (*RelationRequestBody) ProtoReflect

func (x *RelationRequestBody) ProtoReflect() protoreflect.Message

func (*RelationRequestBody) Reset

func (x *RelationRequestBody) Reset()

func (*RelationRequestBody) String

func (x *RelationRequestBody) String() string

type RemoveGroupUserRequest

type RemoveGroupUserRequest struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveGroupUserRequest) Descriptor deprecated

func (*RemoveGroupUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveGroupUserRequest.ProtoReflect.Descriptor instead.

func (*RemoveGroupUserRequest) GetId

func (x *RemoveGroupUserRequest) GetId() string

func (*RemoveGroupUserRequest) GetUserId

func (x *RemoveGroupUserRequest) GetUserId() string

func (*RemoveGroupUserRequest) ProtoMessage

func (*RemoveGroupUserRequest) ProtoMessage()

func (*RemoveGroupUserRequest) ProtoReflect

func (x *RemoveGroupUserRequest) ProtoReflect() protoreflect.Message

func (*RemoveGroupUserRequest) Reset

func (x *RemoveGroupUserRequest) Reset()

func (*RemoveGroupUserRequest) String

func (x *RemoveGroupUserRequest) String() string

type RemoveGroupUserResponse

type RemoveGroupUserResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveGroupUserResponse) Descriptor deprecated

func (*RemoveGroupUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveGroupUserResponse.ProtoReflect.Descriptor instead.

func (*RemoveGroupUserResponse) ProtoMessage

func (*RemoveGroupUserResponse) ProtoMessage()

func (*RemoveGroupUserResponse) ProtoReflect

func (x *RemoveGroupUserResponse) ProtoReflect() protoreflect.Message

func (*RemoveGroupUserResponse) Reset

func (x *RemoveGroupUserResponse) Reset()

func (*RemoveGroupUserResponse) String

func (x *RemoveGroupUserResponse) String() string

type RemoveOrganizationMemberRequest added in v0.98.0

type RemoveOrganizationMemberRequest struct {
	OrgId         string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	PrincipalId   string `protobuf:"bytes,2,opt,name=principal_id,json=principalId,proto3" json:"principal_id,omitempty"`
	PrincipalType string `protobuf:"bytes,3,opt,name=principal_type,json=principalType,proto3" json:"principal_type,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveOrganizationMemberRequest) Descriptor deprecated added in v0.98.0

func (*RemoveOrganizationMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrganizationMemberRequest.ProtoReflect.Descriptor instead.

func (*RemoveOrganizationMemberRequest) GetOrgId added in v0.98.0

func (*RemoveOrganizationMemberRequest) GetPrincipalId added in v0.98.0

func (x *RemoveOrganizationMemberRequest) GetPrincipalId() string

func (*RemoveOrganizationMemberRequest) GetPrincipalType added in v0.98.0

func (x *RemoveOrganizationMemberRequest) GetPrincipalType() string

func (*RemoveOrganizationMemberRequest) ProtoMessage added in v0.98.0

func (*RemoveOrganizationMemberRequest) ProtoMessage()

func (*RemoveOrganizationMemberRequest) ProtoReflect added in v0.98.0

func (*RemoveOrganizationMemberRequest) Reset added in v0.98.0

func (*RemoveOrganizationMemberRequest) String added in v0.98.0

type RemoveOrganizationMemberResponse added in v0.98.0

type RemoveOrganizationMemberResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveOrganizationMemberResponse) Descriptor deprecated added in v0.98.0

func (*RemoveOrganizationMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrganizationMemberResponse.ProtoReflect.Descriptor instead.

func (*RemoveOrganizationMemberResponse) ProtoMessage added in v0.98.0

func (*RemoveOrganizationMemberResponse) ProtoMessage()

func (*RemoveOrganizationMemberResponse) ProtoReflect added in v0.98.0

func (*RemoveOrganizationMemberResponse) Reset added in v0.98.0

func (*RemoveOrganizationMemberResponse) String added in v0.98.0

type RemovePlatformUserRequest added in v0.14.0

type RemovePlatformUserRequest struct {
	UserId        string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ServiceuserId string `protobuf:"bytes,2,opt,name=serviceuser_id,json=serviceuserId,proto3" json:"serviceuser_id,omitempty"`
	// relation scopes the removal to a single platform relation (admin or member).
	// When empty, all platform relations of the principal are removed.
	Relation string `protobuf:"bytes,3,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovePlatformUserRequest) Descriptor deprecated added in v0.14.0

func (*RemovePlatformUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemovePlatformUserRequest.ProtoReflect.Descriptor instead.

func (*RemovePlatformUserRequest) GetRelation added in v0.108.0

func (x *RemovePlatformUserRequest) GetRelation() string

func (*RemovePlatformUserRequest) GetServiceuserId added in v0.14.0

func (x *RemovePlatformUserRequest) GetServiceuserId() string

func (*RemovePlatformUserRequest) GetUserId added in v0.14.0

func (x *RemovePlatformUserRequest) GetUserId() string

func (*RemovePlatformUserRequest) ProtoMessage added in v0.14.0

func (*RemovePlatformUserRequest) ProtoMessage()

func (*RemovePlatformUserRequest) ProtoReflect added in v0.14.0

func (*RemovePlatformUserRequest) Reset added in v0.14.0

func (x *RemovePlatformUserRequest) Reset()

func (*RemovePlatformUserRequest) String added in v0.14.0

func (x *RemovePlatformUserRequest) String() string

type RemovePlatformUserResponse added in v0.14.0

type RemovePlatformUserResponse struct {
	// contains filtered or unexported fields
}

func (*RemovePlatformUserResponse) Descriptor deprecated added in v0.14.0

func (*RemovePlatformUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemovePlatformUserResponse.ProtoReflect.Descriptor instead.

func (*RemovePlatformUserResponse) ProtoMessage added in v0.14.0

func (*RemovePlatformUserResponse) ProtoMessage()

func (*RemovePlatformUserResponse) ProtoReflect added in v0.14.0

func (*RemovePlatformUserResponse) Reset added in v0.14.0

func (x *RemovePlatformUserResponse) Reset()

func (*RemovePlatformUserResponse) String added in v0.14.0

func (x *RemovePlatformUserResponse) String() string

type RemoveProjectMemberRequest added in v0.96.0

type RemoveProjectMemberRequest struct {
	ProjectId     string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PrincipalId   string `protobuf:"bytes,2,opt,name=principal_id,json=principalId,proto3" json:"principal_id,omitempty"`
	PrincipalType string `protobuf:"bytes,3,opt,name=principal_type,json=principalType,proto3" json:"principal_type,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProjectMemberRequest) Descriptor deprecated added in v0.96.0

func (*RemoveProjectMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveProjectMemberRequest.ProtoReflect.Descriptor instead.

func (*RemoveProjectMemberRequest) GetPrincipalId added in v0.96.0

func (x *RemoveProjectMemberRequest) GetPrincipalId() string

func (*RemoveProjectMemberRequest) GetPrincipalType added in v0.96.0

func (x *RemoveProjectMemberRequest) GetPrincipalType() string

func (*RemoveProjectMemberRequest) GetProjectId added in v0.96.0

func (x *RemoveProjectMemberRequest) GetProjectId() string

func (*RemoveProjectMemberRequest) ProtoMessage added in v0.96.0

func (*RemoveProjectMemberRequest) ProtoMessage()

func (*RemoveProjectMemberRequest) ProtoReflect added in v0.96.0

func (*RemoveProjectMemberRequest) Reset added in v0.96.0

func (x *RemoveProjectMemberRequest) Reset()

func (*RemoveProjectMemberRequest) String added in v0.96.0

func (x *RemoveProjectMemberRequest) String() string

type RemoveProjectMemberResponse added in v0.96.0

type RemoveProjectMemberResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveProjectMemberResponse) Descriptor deprecated added in v0.96.0

func (*RemoveProjectMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveProjectMemberResponse.ProtoReflect.Descriptor instead.

func (*RemoveProjectMemberResponse) ProtoMessage added in v0.96.0

func (*RemoveProjectMemberResponse) ProtoMessage()

func (*RemoveProjectMemberResponse) ProtoReflect added in v0.96.0

func (*RemoveProjectMemberResponse) Reset added in v0.96.0

func (x *RemoveProjectMemberResponse) Reset()

func (*RemoveProjectMemberResponse) String added in v0.96.0

func (x *RemoveProjectMemberResponse) String() string

type Resource

type Resource struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Urn       string                 `protobuf:"bytes,9,opt,name=urn,proto3" json:"urn,omitempty"`
	ProjectId string                 `protobuf:"bytes,10,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Namespace string                 `protobuf:"bytes,11,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Principal string                 `protobuf:"bytes,12,opt,name=principal,proto3" json:"principal,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,13,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Title     string                 `protobuf:"bytes,14,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated

func (*Resource) Descriptor() ([]byte, []int)

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetCreatedAt

func (x *Resource) GetCreatedAt() *timestamppb.Timestamp

func (*Resource) GetId

func (x *Resource) GetId() string

func (*Resource) GetMetadata

func (x *Resource) GetMetadata() *structpb.Struct

func (*Resource) GetName

func (x *Resource) GetName() string

func (*Resource) GetNamespace

func (x *Resource) GetNamespace() string

func (*Resource) GetPrincipal

func (x *Resource) GetPrincipal() string

func (*Resource) GetProjectId

func (x *Resource) GetProjectId() string

func (*Resource) GetTitle added in v0.7.13

func (x *Resource) GetTitle() string

func (*Resource) GetUpdatedAt

func (x *Resource) GetUpdatedAt() *timestamppb.Timestamp

func (*Resource) GetUrn

func (x *Resource) GetUrn() string

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect

func (x *Resource) ProtoReflect() protoreflect.Message

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

type ResourceRequestBody

type ResourceRequestBody struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title     string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// format namespace:uuid or just uuid for user
	Principal string           `protobuf:"bytes,6,opt,name=principal,proto3" json:"principal,omitempty"`
	Metadata  *structpb.Struct `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceRequestBody) Descriptor deprecated

func (*ResourceRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use ResourceRequestBody.ProtoReflect.Descriptor instead.

func (*ResourceRequestBody) GetMetadata

func (x *ResourceRequestBody) GetMetadata() *structpb.Struct

func (*ResourceRequestBody) GetName

func (x *ResourceRequestBody) GetName() string

func (*ResourceRequestBody) GetNamespace

func (x *ResourceRequestBody) GetNamespace() string

func (*ResourceRequestBody) GetPrincipal

func (x *ResourceRequestBody) GetPrincipal() string

func (*ResourceRequestBody) GetTitle

func (x *ResourceRequestBody) GetTitle() string

func (*ResourceRequestBody) ProtoMessage

func (*ResourceRequestBody) ProtoMessage()

func (*ResourceRequestBody) ProtoReflect

func (x *ResourceRequestBody) ProtoReflect() protoreflect.Message

func (*ResourceRequestBody) Reset

func (x *ResourceRequestBody) Reset()

func (*ResourceRequestBody) String

func (x *ResourceRequestBody) String() string

type RevertBillingUsageRequest added in v0.8.37

type RevertBillingUsageRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// DEPRECATED
	//
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/admin.proto.
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// DEPRECATED: billing_id will be inferred from org_id
	//
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/admin.proto.
	BillingId string `protobuf:"bytes,3,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// usage id to revert, a usage can only be allowed to revert once
	UsageId string `protobuf:"bytes,4,opt,name=usage_id,json=usageId,proto3" json:"usage_id,omitempty"`
	// amount should be equal or less than the usage amount
	Amount int64 `protobuf:"varint,5,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*RevertBillingUsageRequest) Descriptor deprecated added in v0.8.37

func (*RevertBillingUsageRequest) Descriptor() ([]byte, []int)

Deprecated: Use RevertBillingUsageRequest.ProtoReflect.Descriptor instead.

func (*RevertBillingUsageRequest) GetAmount added in v0.8.37

func (x *RevertBillingUsageRequest) GetAmount() int64

func (*RevertBillingUsageRequest) GetBillingId deprecated added in v0.8.37

func (x *RevertBillingUsageRequest) GetBillingId() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/admin.proto.

func (*RevertBillingUsageRequest) GetOrgId added in v0.8.37

func (x *RevertBillingUsageRequest) GetOrgId() string

func (*RevertBillingUsageRequest) GetProjectId deprecated added in v0.8.37

func (x *RevertBillingUsageRequest) GetProjectId() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/admin.proto.

func (*RevertBillingUsageRequest) GetUsageId added in v0.8.37

func (x *RevertBillingUsageRequest) GetUsageId() string

func (*RevertBillingUsageRequest) ProtoMessage added in v0.8.37

func (*RevertBillingUsageRequest) ProtoMessage()

func (*RevertBillingUsageRequest) ProtoReflect added in v0.8.37

func (*RevertBillingUsageRequest) Reset added in v0.8.37

func (x *RevertBillingUsageRequest) Reset()

func (*RevertBillingUsageRequest) String added in v0.8.37

func (x *RevertBillingUsageRequest) String() string

type RevertBillingUsageResponse added in v0.8.37

type RevertBillingUsageResponse struct {
	// contains filtered or unexported fields
}

func (*RevertBillingUsageResponse) Descriptor deprecated added in v0.8.37

func (*RevertBillingUsageResponse) Descriptor() ([]byte, []int)

Deprecated: Use RevertBillingUsageResponse.ProtoReflect.Descriptor instead.

func (*RevertBillingUsageResponse) ProtoMessage added in v0.8.37

func (*RevertBillingUsageResponse) ProtoMessage()

func (*RevertBillingUsageResponse) ProtoReflect added in v0.8.37

func (*RevertBillingUsageResponse) Reset added in v0.8.37

func (x *RevertBillingUsageResponse) Reset()

func (*RevertBillingUsageResponse) String added in v0.8.37

func (x *RevertBillingUsageResponse) String() string

type RevokeSessionRequest added in v0.74.0

type RevokeSessionRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeSessionRequest) Descriptor deprecated added in v0.74.0

func (*RevokeSessionRequest) Descriptor() ([]byte, []int)

Deprecated: Use RevokeSessionRequest.ProtoReflect.Descriptor instead.

func (*RevokeSessionRequest) GetSessionId added in v0.74.0

func (x *RevokeSessionRequest) GetSessionId() string

func (*RevokeSessionRequest) ProtoMessage added in v0.74.0

func (*RevokeSessionRequest) ProtoMessage()

func (*RevokeSessionRequest) ProtoReflect added in v0.74.0

func (x *RevokeSessionRequest) ProtoReflect() protoreflect.Message

func (*RevokeSessionRequest) Reset added in v0.74.0

func (x *RevokeSessionRequest) Reset()

func (*RevokeSessionRequest) String added in v0.74.0

func (x *RevokeSessionRequest) String() string

type RevokeSessionResponse added in v0.74.0

type RevokeSessionResponse struct {
	// contains filtered or unexported fields
}

func (*RevokeSessionResponse) Descriptor deprecated added in v0.74.0

func (*RevokeSessionResponse) Descriptor() ([]byte, []int)

Deprecated: Use RevokeSessionResponse.ProtoReflect.Descriptor instead.

func (*RevokeSessionResponse) ProtoMessage added in v0.74.0

func (*RevokeSessionResponse) ProtoMessage()

func (*RevokeSessionResponse) ProtoReflect added in v0.74.0

func (x *RevokeSessionResponse) ProtoReflect() protoreflect.Message

func (*RevokeSessionResponse) Reset added in v0.74.0

func (x *RevokeSessionResponse) Reset()

func (*RevokeSessionResponse) String added in v0.74.0

func (x *RevokeSessionResponse) String() string

type RevokeUserSessionRequest added in v0.74.0

type RevokeUserSessionRequest struct {
	SessionId string `protobuf:"bytes,2,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeUserSessionRequest) Descriptor deprecated added in v0.74.0

func (*RevokeUserSessionRequest) Descriptor() ([]byte, []int)

Deprecated: Use RevokeUserSessionRequest.ProtoReflect.Descriptor instead.

func (*RevokeUserSessionRequest) GetSessionId added in v0.74.0

func (x *RevokeUserSessionRequest) GetSessionId() string

func (*RevokeUserSessionRequest) ProtoMessage added in v0.74.0

func (*RevokeUserSessionRequest) ProtoMessage()

func (*RevokeUserSessionRequest) ProtoReflect added in v0.74.0

func (x *RevokeUserSessionRequest) ProtoReflect() protoreflect.Message

func (*RevokeUserSessionRequest) Reset added in v0.74.0

func (x *RevokeUserSessionRequest) Reset()

func (*RevokeUserSessionRequest) String added in v0.74.0

func (x *RevokeUserSessionRequest) String() string

type RevokeUserSessionResponse added in v0.74.0

type RevokeUserSessionResponse struct {
	// contains filtered or unexported fields
}

func (*RevokeUserSessionResponse) Descriptor deprecated added in v0.74.0

func (*RevokeUserSessionResponse) Descriptor() ([]byte, []int)

Deprecated: Use RevokeUserSessionResponse.ProtoReflect.Descriptor instead.

func (*RevokeUserSessionResponse) ProtoMessage added in v0.74.0

func (*RevokeUserSessionResponse) ProtoMessage()

func (*RevokeUserSessionResponse) ProtoReflect added in v0.74.0

func (*RevokeUserSessionResponse) Reset added in v0.74.0

func (x *RevokeUserSessionResponse) Reset()

func (*RevokeUserSessionResponse) String added in v0.74.0

func (x *RevokeUserSessionResponse) String() string

type Role

type Role struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Permissions []string               `protobuf:"bytes,3,rep,name=permissions,proto3" json:"permissions,omitempty"`
	Title       string                 `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Metadata    *structpb.Struct       `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	OrgId       string                 `protobuf:"bytes,9,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State       string                 `protobuf:"bytes,10,opt,name=state,proto3" json:"state,omitempty"`
	Scopes      []string               `protobuf:"bytes,11,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

func (*Role) Descriptor deprecated

func (*Role) Descriptor() ([]byte, []int)

Deprecated: Use Role.ProtoReflect.Descriptor instead.

func (*Role) GetCreatedAt

func (x *Role) GetCreatedAt() *timestamppb.Timestamp

func (*Role) GetId

func (x *Role) GetId() string

func (*Role) GetMetadata

func (x *Role) GetMetadata() *structpb.Struct

func (*Role) GetName

func (x *Role) GetName() string

func (*Role) GetOrgId

func (x *Role) GetOrgId() string

func (*Role) GetPermissions

func (x *Role) GetPermissions() []string

func (*Role) GetScopes added in v0.7.6

func (x *Role) GetScopes() []string

func (*Role) GetState

func (x *Role) GetState() string

func (*Role) GetTitle

func (x *Role) GetTitle() string

func (*Role) GetUpdatedAt

func (x *Role) GetUpdatedAt() *timestamppb.Timestamp

func (*Role) ProtoMessage

func (*Role) ProtoMessage()

func (*Role) ProtoReflect

func (x *Role) ProtoReflect() protoreflect.Message

func (*Role) Reset

func (x *Role) Reset()

func (*Role) String

func (x *Role) String() string

type RoleRequestBody

type RoleRequestBody struct {
	Name        string           `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Permissions []string         `protobuf:"bytes,3,rep,name=permissions,proto3" json:"permissions,omitempty"`
	Metadata    *structpb.Struct `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Title       string           `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"`
	Scopes      []string         `protobuf:"bytes,7,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleRequestBody) Descriptor deprecated

func (*RoleRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use RoleRequestBody.ProtoReflect.Descriptor instead.

func (*RoleRequestBody) GetMetadata

func (x *RoleRequestBody) GetMetadata() *structpb.Struct

func (*RoleRequestBody) GetName

func (x *RoleRequestBody) GetName() string

func (*RoleRequestBody) GetPermissions

func (x *RoleRequestBody) GetPermissions() []string

func (*RoleRequestBody) GetScopes added in v0.7.6

func (x *RoleRequestBody) GetScopes() []string

func (*RoleRequestBody) GetTitle

func (x *RoleRequestBody) GetTitle() string

func (*RoleRequestBody) ProtoMessage

func (*RoleRequestBody) ProtoMessage()

func (*RoleRequestBody) ProtoReflect

func (x *RoleRequestBody) ProtoReflect() protoreflect.Message

func (*RoleRequestBody) Reset

func (x *RoleRequestBody) Reset()

func (*RoleRequestBody) String

func (x *RoleRequestBody) String() string

type SearchCurrentUserPATsRequest added in v0.95.0

type SearchCurrentUserPATsRequest struct {
	OrgId string      `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Query *RQLRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchCurrentUserPATsRequest) Descriptor deprecated added in v0.95.0

func (*SearchCurrentUserPATsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchCurrentUserPATsRequest.ProtoReflect.Descriptor instead.

func (*SearchCurrentUserPATsRequest) GetOrgId added in v0.95.0

func (x *SearchCurrentUserPATsRequest) GetOrgId() string

func (*SearchCurrentUserPATsRequest) GetQuery added in v0.95.0

func (*SearchCurrentUserPATsRequest) ProtoMessage added in v0.95.0

func (*SearchCurrentUserPATsRequest) ProtoMessage()

func (*SearchCurrentUserPATsRequest) ProtoReflect added in v0.95.0

func (*SearchCurrentUserPATsRequest) Reset added in v0.95.0

func (x *SearchCurrentUserPATsRequest) Reset()

func (*SearchCurrentUserPATsRequest) String added in v0.95.0

type SearchCurrentUserPATsResponse added in v0.95.0

type SearchCurrentUserPATsResponse struct {
	Pats       []*PAT                      `protobuf:"bytes,1,rep,name=pats,proto3" json:"pats,omitempty"`
	Pagination *RQLQueryPaginationResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchCurrentUserPATsResponse) Descriptor deprecated added in v0.95.0

func (*SearchCurrentUserPATsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchCurrentUserPATsResponse.ProtoReflect.Descriptor instead.

func (*SearchCurrentUserPATsResponse) GetPagination added in v0.95.0

func (*SearchCurrentUserPATsResponse) GetPats added in v0.95.0

func (x *SearchCurrentUserPATsResponse) GetPats() []*PAT

func (*SearchCurrentUserPATsResponse) ProtoMessage added in v0.95.0

func (*SearchCurrentUserPATsResponse) ProtoMessage()

func (*SearchCurrentUserPATsResponse) ProtoReflect added in v0.95.0

func (*SearchCurrentUserPATsResponse) Reset added in v0.95.0

func (x *SearchCurrentUserPATsResponse) Reset()

func (*SearchCurrentUserPATsResponse) String added in v0.95.0

type SearchInvoicesRequest added in v0.66.0

type SearchInvoicesRequest struct {
	Query *RQLRequest `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchInvoicesRequest) Descriptor deprecated added in v0.66.0

func (*SearchInvoicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchInvoicesRequest.ProtoReflect.Descriptor instead.

func (*SearchInvoicesRequest) GetQuery added in v0.66.0

func (x *SearchInvoicesRequest) GetQuery() *RQLRequest

func (*SearchInvoicesRequest) ProtoMessage added in v0.66.0

func (*SearchInvoicesRequest) ProtoMessage()

func (*SearchInvoicesRequest) ProtoReflect added in v0.66.0

func (x *SearchInvoicesRequest) ProtoReflect() protoreflect.Message

func (*SearchInvoicesRequest) Reset added in v0.66.0

func (x *SearchInvoicesRequest) Reset()

func (*SearchInvoicesRequest) String added in v0.66.0

func (x *SearchInvoicesRequest) String() string

type SearchInvoicesResponse added in v0.66.0

type SearchInvoicesResponse struct {
	Invoices   []*SearchInvoicesResponse_Invoice `protobuf:"bytes,1,rep,name=invoices,proto3" json:"invoices,omitempty"`
	Pagination *RQLQueryPaginationResponse       `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group      *RQLQueryGroupResponse            `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchInvoicesResponse) Descriptor deprecated added in v0.66.0

func (*SearchInvoicesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchInvoicesResponse.ProtoReflect.Descriptor instead.

func (*SearchInvoicesResponse) GetGroup added in v0.66.0

func (*SearchInvoicesResponse) GetInvoices added in v0.66.0

func (*SearchInvoicesResponse) GetPagination added in v0.66.0

func (*SearchInvoicesResponse) ProtoMessage added in v0.66.0

func (*SearchInvoicesResponse) ProtoMessage()

func (*SearchInvoicesResponse) ProtoReflect added in v0.66.0

func (x *SearchInvoicesResponse) ProtoReflect() protoreflect.Message

func (*SearchInvoicesResponse) Reset added in v0.66.0

func (x *SearchInvoicesResponse) Reset()

func (*SearchInvoicesResponse) String added in v0.66.0

func (x *SearchInvoicesResponse) String() string

type SearchInvoicesResponse_Invoice added in v0.66.0

type SearchInvoicesResponse_Invoice struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Amount      int64                  `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	Currency    string                 `protobuf:"bytes,3,opt,name=currency,proto3" json:"currency,omitempty"`
	State       string                 `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	InvoiceLink string                 `protobuf:"bytes,5,opt,name=invoice_link,json=invoiceLink,proto3" json:"invoice_link,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	OrgId       string                 `protobuf:"bytes,7,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	OrgName     string                 `protobuf:"bytes,8,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	OrgTitle    string                 `protobuf:"bytes,9,opt,name=org_title,json=orgTitle,proto3" json:"org_title,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchInvoicesResponse_Invoice) Descriptor deprecated added in v0.66.0

func (*SearchInvoicesResponse_Invoice) Descriptor() ([]byte, []int)

Deprecated: Use SearchInvoicesResponse_Invoice.ProtoReflect.Descriptor instead.

func (*SearchInvoicesResponse_Invoice) GetAmount added in v0.66.0

func (x *SearchInvoicesResponse_Invoice) GetAmount() int64

func (*SearchInvoicesResponse_Invoice) GetCreatedAt added in v0.66.0

func (*SearchInvoicesResponse_Invoice) GetCurrency added in v0.66.0

func (x *SearchInvoicesResponse_Invoice) GetCurrency() string

func (*SearchInvoicesResponse_Invoice) GetId added in v0.66.0

func (x *SearchInvoicesResponse_Invoice) GetInvoiceLink() string

func (*SearchInvoicesResponse_Invoice) GetOrgId added in v0.66.0

func (x *SearchInvoicesResponse_Invoice) GetOrgId() string

func (*SearchInvoicesResponse_Invoice) GetOrgName added in v0.66.0

func (x *SearchInvoicesResponse_Invoice) GetOrgName() string

func (*SearchInvoicesResponse_Invoice) GetOrgTitle added in v0.66.0

func (x *SearchInvoicesResponse_Invoice) GetOrgTitle() string

func (*SearchInvoicesResponse_Invoice) GetState added in v0.66.0

func (x *SearchInvoicesResponse_Invoice) GetState() string

func (*SearchInvoicesResponse_Invoice) ProtoMessage added in v0.66.0

func (*SearchInvoicesResponse_Invoice) ProtoMessage()

func (*SearchInvoicesResponse_Invoice) ProtoReflect added in v0.66.0

func (*SearchInvoicesResponse_Invoice) Reset added in v0.66.0

func (x *SearchInvoicesResponse_Invoice) Reset()

func (*SearchInvoicesResponse_Invoice) String added in v0.66.0

type SearchOrganizationInvoicesRequest added in v0.56.0

type SearchOrganizationInvoicesRequest struct {
	Id    string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Query *RQLRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationInvoicesRequest) Descriptor deprecated added in v0.56.0

func (*SearchOrganizationInvoicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationInvoicesRequest.ProtoReflect.Descriptor instead.

func (*SearchOrganizationInvoicesRequest) GetId added in v0.56.0

func (*SearchOrganizationInvoicesRequest) GetQuery added in v0.56.0

func (*SearchOrganizationInvoicesRequest) ProtoMessage added in v0.56.0

func (*SearchOrganizationInvoicesRequest) ProtoMessage()

func (*SearchOrganizationInvoicesRequest) ProtoReflect added in v0.56.0

func (*SearchOrganizationInvoicesRequest) Reset added in v0.56.0

func (*SearchOrganizationInvoicesRequest) String added in v0.56.0

type SearchOrganizationInvoicesResponse added in v0.56.0

type SearchOrganizationInvoicesResponse struct {
	OrganizationInvoices []*SearchOrganizationInvoicesResponse_OrganizationInvoice `protobuf:"bytes,1,rep,name=organization_invoices,json=organizationInvoices,proto3" json:"organization_invoices,omitempty"`
	Pagination           *RQLQueryPaginationResponse                               `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group                *RQLQueryGroupResponse                                    `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationInvoicesResponse) Descriptor deprecated added in v0.56.0

func (*SearchOrganizationInvoicesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationInvoicesResponse.ProtoReflect.Descriptor instead.

func (*SearchOrganizationInvoicesResponse) GetGroup added in v0.56.0

func (*SearchOrganizationInvoicesResponse) GetOrganizationInvoices added in v0.56.0

func (*SearchOrganizationInvoicesResponse) GetPagination added in v0.56.0

func (*SearchOrganizationInvoicesResponse) ProtoMessage added in v0.56.0

func (*SearchOrganizationInvoicesResponse) ProtoMessage()

func (*SearchOrganizationInvoicesResponse) ProtoReflect added in v0.56.0

func (*SearchOrganizationInvoicesResponse) Reset added in v0.56.0

func (*SearchOrganizationInvoicesResponse) String added in v0.56.0

type SearchOrganizationInvoicesResponse_OrganizationInvoice added in v0.56.0

type SearchOrganizationInvoicesResponse_OrganizationInvoice struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Amount      int64                  `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	Currency    string                 `protobuf:"bytes,3,opt,name=currency,proto3" json:"currency,omitempty"`
	State       string                 `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	InvoiceLink string                 `protobuf:"bytes,5,opt,name=invoice_link,json=invoiceLink,proto3" json:"invoice_link,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	OrgId       string                 `protobuf:"bytes,7,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationInvoicesResponse_OrganizationInvoice) Descriptor deprecated added in v0.56.0

Deprecated: Use SearchOrganizationInvoicesResponse_OrganizationInvoice.ProtoReflect.Descriptor instead.

func (*SearchOrganizationInvoicesResponse_OrganizationInvoice) GetAmount added in v0.56.0

func (*SearchOrganizationInvoicesResponse_OrganizationInvoice) GetCreatedAt added in v0.56.0

func (*SearchOrganizationInvoicesResponse_OrganizationInvoice) GetCurrency added in v0.56.0

func (*SearchOrganizationInvoicesResponse_OrganizationInvoice) GetId added in v0.56.0

func (*SearchOrganizationInvoicesResponse_OrganizationInvoice) GetOrgId added in v0.56.0

func (*SearchOrganizationInvoicesResponse_OrganizationInvoice) GetState added in v0.56.0

func (*SearchOrganizationInvoicesResponse_OrganizationInvoice) ProtoMessage added in v0.56.0

func (*SearchOrganizationInvoicesResponse_OrganizationInvoice) ProtoReflect added in v0.56.0

func (*SearchOrganizationInvoicesResponse_OrganizationInvoice) Reset added in v0.56.0

func (*SearchOrganizationInvoicesResponse_OrganizationInvoice) String added in v0.56.0

type SearchOrganizationPATsRequest added in v0.95.0

type SearchOrganizationPATsRequest struct {
	OrgId string      `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Query *RQLRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationPATsRequest) Descriptor deprecated added in v0.95.0

func (*SearchOrganizationPATsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationPATsRequest.ProtoReflect.Descriptor instead.

func (*SearchOrganizationPATsRequest) GetOrgId added in v0.95.0

func (x *SearchOrganizationPATsRequest) GetOrgId() string

func (*SearchOrganizationPATsRequest) GetQuery added in v0.95.0

func (*SearchOrganizationPATsRequest) ProtoMessage added in v0.95.0

func (*SearchOrganizationPATsRequest) ProtoMessage()

func (*SearchOrganizationPATsRequest) ProtoReflect added in v0.95.0

func (*SearchOrganizationPATsRequest) Reset added in v0.95.0

func (x *SearchOrganizationPATsRequest) Reset()

func (*SearchOrganizationPATsRequest) String added in v0.95.0

type SearchOrganizationPATsResponse added in v0.95.0

type SearchOrganizationPATsResponse struct {
	OrganizationPats []*SearchOrganizationPATsResponse_OrganizationPAT `protobuf:"bytes,1,rep,name=organization_pats,json=organizationPats,proto3" json:"organization_pats,omitempty"`
	Pagination       *RQLQueryPaginationResponse                       `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationPATsResponse) Descriptor deprecated added in v0.95.0

func (*SearchOrganizationPATsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationPATsResponse.ProtoReflect.Descriptor instead.

func (*SearchOrganizationPATsResponse) GetOrganizationPats added in v0.95.0

func (*SearchOrganizationPATsResponse) GetPagination added in v0.95.0

func (*SearchOrganizationPATsResponse) ProtoMessage added in v0.95.0

func (*SearchOrganizationPATsResponse) ProtoMessage()

func (*SearchOrganizationPATsResponse) ProtoReflect added in v0.95.0

func (*SearchOrganizationPATsResponse) Reset added in v0.95.0

func (x *SearchOrganizationPATsResponse) Reset()

func (*SearchOrganizationPATsResponse) String added in v0.95.0

type SearchOrganizationPATsResponse_CreatedBy added in v0.95.0

type SearchOrganizationPATsResponse_CreatedBy struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationPATsResponse_CreatedBy) Descriptor deprecated added in v0.95.0

func (*SearchOrganizationPATsResponse_CreatedBy) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationPATsResponse_CreatedBy.ProtoReflect.Descriptor instead.

func (*SearchOrganizationPATsResponse_CreatedBy) GetEmail added in v0.95.0

func (*SearchOrganizationPATsResponse_CreatedBy) GetId added in v0.95.0

func (*SearchOrganizationPATsResponse_CreatedBy) GetTitle added in v0.95.0

func (*SearchOrganizationPATsResponse_CreatedBy) ProtoMessage added in v0.95.0

func (*SearchOrganizationPATsResponse_CreatedBy) ProtoReflect added in v0.95.0

func (*SearchOrganizationPATsResponse_CreatedBy) Reset added in v0.95.0

func (*SearchOrganizationPATsResponse_CreatedBy) String added in v0.95.0

type SearchOrganizationPATsResponse_OrganizationPAT added in v0.95.0

type SearchOrganizationPATsResponse_OrganizationPAT struct {
	Id            string                                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title         string                                    `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	CreatedBy     *SearchOrganizationPATsResponse_CreatedBy `protobuf:"bytes,3,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	Scopes        []*PATScope                               `protobuf:"bytes,4,rep,name=scopes,proto3" json:"scopes,omitempty"`
	CreatedAt     *timestamppb.Timestamp                    `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ExpiresAt     *timestamppb.Timestamp                    `protobuf:"bytes,6,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	UsedAt        *timestamppb.Timestamp                    `protobuf:"bytes,7,opt,name=used_at,json=usedAt,proto3" json:"used_at,omitempty"`
	RegeneratedAt *timestamppb.Timestamp                    `protobuf:"bytes,8,opt,name=regenerated_at,json=regeneratedAt,proto3" json:"regenerated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationPATsResponse_OrganizationPAT) Descriptor deprecated added in v0.95.0

Deprecated: Use SearchOrganizationPATsResponse_OrganizationPAT.ProtoReflect.Descriptor instead.

func (*SearchOrganizationPATsResponse_OrganizationPAT) GetCreatedAt added in v0.95.0

func (*SearchOrganizationPATsResponse_OrganizationPAT) GetCreatedBy added in v0.95.0

func (*SearchOrganizationPATsResponse_OrganizationPAT) GetExpiresAt added in v0.95.0

func (*SearchOrganizationPATsResponse_OrganizationPAT) GetId added in v0.95.0

func (*SearchOrganizationPATsResponse_OrganizationPAT) GetRegeneratedAt added in v0.98.0

func (*SearchOrganizationPATsResponse_OrganizationPAT) GetScopes added in v0.95.0

func (*SearchOrganizationPATsResponse_OrganizationPAT) GetTitle added in v0.95.0

func (*SearchOrganizationPATsResponse_OrganizationPAT) GetUsedAt added in v0.98.0

func (*SearchOrganizationPATsResponse_OrganizationPAT) ProtoMessage added in v0.95.0

func (*SearchOrganizationPATsResponse_OrganizationPAT) ProtoReflect added in v0.95.0

func (*SearchOrganizationPATsResponse_OrganizationPAT) Reset added in v0.95.0

func (*SearchOrganizationPATsResponse_OrganizationPAT) String added in v0.95.0

type SearchOrganizationProjectsRequest added in v0.54.0

type SearchOrganizationProjectsRequest struct {
	Id    string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Query *RQLRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationProjectsRequest) Descriptor deprecated added in v0.54.0

func (*SearchOrganizationProjectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationProjectsRequest.ProtoReflect.Descriptor instead.

func (*SearchOrganizationProjectsRequest) GetId added in v0.54.0

func (*SearchOrganizationProjectsRequest) GetQuery added in v0.54.0

func (*SearchOrganizationProjectsRequest) ProtoMessage added in v0.54.0

func (*SearchOrganizationProjectsRequest) ProtoMessage()

func (*SearchOrganizationProjectsRequest) ProtoReflect added in v0.54.0

func (*SearchOrganizationProjectsRequest) Reset added in v0.54.0

func (*SearchOrganizationProjectsRequest) String added in v0.54.0

type SearchOrganizationProjectsResponse added in v0.54.0

type SearchOrganizationProjectsResponse struct {
	OrgProjects []*SearchOrganizationProjectsResponse_OrganizationProject `protobuf:"bytes,1,rep,name=org_projects,json=orgProjects,proto3" json:"org_projects,omitempty"`
	Pagination  *RQLQueryPaginationResponse                               `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group       *RQLQueryGroupResponse                                    `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationProjectsResponse) Descriptor deprecated added in v0.54.0

func (*SearchOrganizationProjectsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationProjectsResponse.ProtoReflect.Descriptor instead.

func (*SearchOrganizationProjectsResponse) GetGroup added in v0.54.0

func (*SearchOrganizationProjectsResponse) GetOrgProjects added in v0.54.0

func (*SearchOrganizationProjectsResponse) GetPagination added in v0.54.0

func (*SearchOrganizationProjectsResponse) ProtoMessage added in v0.54.0

func (*SearchOrganizationProjectsResponse) ProtoMessage()

func (*SearchOrganizationProjectsResponse) ProtoReflect added in v0.54.0

func (*SearchOrganizationProjectsResponse) Reset added in v0.54.0

func (*SearchOrganizationProjectsResponse) String added in v0.54.0

type SearchOrganizationProjectsResponse_OrganizationProject added in v0.54.0

type SearchOrganizationProjectsResponse_OrganizationProject struct {
	Id             string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name           string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title          string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	State          string                 `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	MemberCount    int64                  `protobuf:"varint,5,opt,name=member_count,json=memberCount,proto3" json:"member_count,omitempty"`
	UserIds        []string               `protobuf:"bytes,6,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	OrganizationId string                 `protobuf:"bytes,8,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationProjectsResponse_OrganizationProject) Descriptor deprecated added in v0.54.0

Deprecated: Use SearchOrganizationProjectsResponse_OrganizationProject.ProtoReflect.Descriptor instead.

func (*SearchOrganizationProjectsResponse_OrganizationProject) GetCreatedAt added in v0.54.0

func (*SearchOrganizationProjectsResponse_OrganizationProject) GetId added in v0.54.0

func (*SearchOrganizationProjectsResponse_OrganizationProject) GetMemberCount added in v0.54.0

func (*SearchOrganizationProjectsResponse_OrganizationProject) GetName added in v0.54.0

func (*SearchOrganizationProjectsResponse_OrganizationProject) GetOrganizationId added in v0.54.0

func (*SearchOrganizationProjectsResponse_OrganizationProject) GetState added in v0.54.0

func (*SearchOrganizationProjectsResponse_OrganizationProject) GetTitle added in v0.54.0

func (*SearchOrganizationProjectsResponse_OrganizationProject) GetUserIds added in v0.54.0

func (*SearchOrganizationProjectsResponse_OrganizationProject) ProtoMessage added in v0.54.0

func (*SearchOrganizationProjectsResponse_OrganizationProject) ProtoReflect added in v0.54.0

func (*SearchOrganizationProjectsResponse_OrganizationProject) Reset added in v0.54.0

func (*SearchOrganizationProjectsResponse_OrganizationProject) String added in v0.54.0

type SearchOrganizationServiceUserCredentialsRequest added in v0.57.0

type SearchOrganizationServiceUserCredentialsRequest struct {
	Id    string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Query *RQLRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationServiceUserCredentialsRequest) Descriptor deprecated added in v0.57.0

Deprecated: Use SearchOrganizationServiceUserCredentialsRequest.ProtoReflect.Descriptor instead.

func (*SearchOrganizationServiceUserCredentialsRequest) GetId added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsRequest) GetQuery added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsRequest) ProtoMessage added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsRequest) ProtoReflect added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsRequest) Reset added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsRequest) String added in v0.57.0

type SearchOrganizationServiceUserCredentialsResponse added in v0.57.0

type SearchOrganizationServiceUserCredentialsResponse struct {
	OrganizationServiceuserCredentials []*SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential `` /* 165-byte string literal not displayed */
	Pagination                         *RQLQueryPaginationResponse                                                           `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group                              *RQLQueryGroupResponse                                                                `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationServiceUserCredentialsResponse) Descriptor deprecated added in v0.57.0

Deprecated: Use SearchOrganizationServiceUserCredentialsResponse.ProtoReflect.Descriptor instead.

func (*SearchOrganizationServiceUserCredentialsResponse) GetGroup added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse) GetOrganizationServiceuserCredentials added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse) GetPagination added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse) ProtoMessage added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse) ProtoReflect added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse) Reset added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse) String added in v0.57.0

type SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential added in v0.57.0

type SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential struct {
	Title            string                 `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	ServiceuserTitle string                 `protobuf:"bytes,2,opt,name=serviceuser_title,json=serviceuserTitle,proto3" json:"serviceuser_title,omitempty"`
	CreatedAt        *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	OrgId            string                 `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential) Descriptor deprecated added in v0.57.0

Deprecated: Use SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential.ProtoReflect.Descriptor instead.

func (*SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential) GetCreatedAt added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential) GetOrgId added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential) GetServiceuserTitle added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential) GetTitle added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential) ProtoMessage added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential) ProtoReflect added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential) Reset added in v0.57.0

func (*SearchOrganizationServiceUserCredentialsResponse_OrganizationServiceUserCredential) String added in v0.57.0

type SearchOrganizationServiceUsersRequest added in v0.66.0

type SearchOrganizationServiceUsersRequest struct {
	Id    string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Query *RQLRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationServiceUsersRequest) Descriptor deprecated added in v0.66.0

func (*SearchOrganizationServiceUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationServiceUsersRequest.ProtoReflect.Descriptor instead.

func (*SearchOrganizationServiceUsersRequest) GetId added in v0.66.0

func (*SearchOrganizationServiceUsersRequest) GetQuery added in v0.66.0

func (*SearchOrganizationServiceUsersRequest) ProtoMessage added in v0.66.0

func (*SearchOrganizationServiceUsersRequest) ProtoMessage()

func (*SearchOrganizationServiceUsersRequest) ProtoReflect added in v0.66.0

func (*SearchOrganizationServiceUsersRequest) Reset added in v0.66.0

func (*SearchOrganizationServiceUsersRequest) String added in v0.66.0

type SearchOrganizationServiceUsersResponse added in v0.66.0

type SearchOrganizationServiceUsersResponse struct {
	OrganizationServiceUsers []*SearchOrganizationServiceUsersResponse_OrganizationServiceUser `` /* 135-byte string literal not displayed */
	Pagination               *RQLQueryPaginationResponse                                       `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group                    *RQLQueryGroupResponse                                            `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationServiceUsersResponse) Descriptor deprecated added in v0.66.0

func (*SearchOrganizationServiceUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationServiceUsersResponse.ProtoReflect.Descriptor instead.

func (*SearchOrganizationServiceUsersResponse) GetGroup added in v0.66.0

func (*SearchOrganizationServiceUsersResponse) GetOrganizationServiceUsers added in v0.66.0

func (*SearchOrganizationServiceUsersResponse) GetPagination added in v0.66.0

func (*SearchOrganizationServiceUsersResponse) ProtoMessage added in v0.66.0

func (*SearchOrganizationServiceUsersResponse) ProtoReflect added in v0.66.0

func (*SearchOrganizationServiceUsersResponse) Reset added in v0.66.0

func (*SearchOrganizationServiceUsersResponse) String added in v0.66.0

type SearchOrganizationServiceUsersResponse_OrganizationServiceUser added in v0.66.0

type SearchOrganizationServiceUsersResponse_OrganizationServiceUser struct {
	Id        string                                            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title     string                                            `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	OrgId     string                                            `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Projects  []*SearchOrganizationServiceUsersResponse_Project `protobuf:"bytes,4,rep,name=projects,proto3" json:"projects,omitempty"`
	CreatedAt *timestamppb.Timestamp                            `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationServiceUsersResponse_OrganizationServiceUser) Descriptor deprecated added in v0.66.0

Deprecated: Use SearchOrganizationServiceUsersResponse_OrganizationServiceUser.ProtoReflect.Descriptor instead.

func (*SearchOrganizationServiceUsersResponse_OrganizationServiceUser) GetCreatedAt added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_OrganizationServiceUser) GetId added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_OrganizationServiceUser) GetOrgId added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_OrganizationServiceUser) GetProjects added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_OrganizationServiceUser) GetTitle added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_OrganizationServiceUser) ProtoMessage added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_OrganizationServiceUser) ProtoReflect added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_OrganizationServiceUser) Reset added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_OrganizationServiceUser) String added in v0.66.0

type SearchOrganizationServiceUsersResponse_Project added in v0.66.0

type SearchOrganizationServiceUsersResponse_Project struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Name  string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationServiceUsersResponse_Project) Descriptor deprecated added in v0.66.0

Deprecated: Use SearchOrganizationServiceUsersResponse_Project.ProtoReflect.Descriptor instead.

func (*SearchOrganizationServiceUsersResponse_Project) GetId added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_Project) GetName added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_Project) GetTitle added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_Project) ProtoMessage added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_Project) ProtoReflect added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_Project) Reset added in v0.66.0

func (*SearchOrganizationServiceUsersResponse_Project) String added in v0.66.0

type SearchOrganizationTokensRequest added in v0.56.0

type SearchOrganizationTokensRequest struct {
	Id    string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Query *RQLRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationTokensRequest) Descriptor deprecated added in v0.56.0

func (*SearchOrganizationTokensRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationTokensRequest.ProtoReflect.Descriptor instead.

func (*SearchOrganizationTokensRequest) GetId added in v0.56.0

func (*SearchOrganizationTokensRequest) GetQuery added in v0.56.0

func (*SearchOrganizationTokensRequest) ProtoMessage added in v0.56.0

func (*SearchOrganizationTokensRequest) ProtoMessage()

func (*SearchOrganizationTokensRequest) ProtoReflect added in v0.56.0

func (*SearchOrganizationTokensRequest) Reset added in v0.56.0

func (*SearchOrganizationTokensRequest) String added in v0.56.0

type SearchOrganizationTokensResponse added in v0.56.0

type SearchOrganizationTokensResponse struct {
	OrganizationTokens []*SearchOrganizationTokensResponse_OrganizationToken `protobuf:"bytes,1,rep,name=organization_tokens,json=organizationTokens,proto3" json:"organization_tokens,omitempty"`
	Pagination         *RQLQueryPaginationResponse                           `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group              *RQLQueryGroupResponse                                `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationTokensResponse) Descriptor deprecated added in v0.56.0

func (*SearchOrganizationTokensResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationTokensResponse.ProtoReflect.Descriptor instead.

func (*SearchOrganizationTokensResponse) GetGroup added in v0.56.0

func (*SearchOrganizationTokensResponse) GetOrganizationTokens added in v0.56.0

func (*SearchOrganizationTokensResponse) GetPagination added in v0.56.0

func (*SearchOrganizationTokensResponse) ProtoMessage added in v0.56.0

func (*SearchOrganizationTokensResponse) ProtoMessage()

func (*SearchOrganizationTokensResponse) ProtoReflect added in v0.56.0

func (*SearchOrganizationTokensResponse) Reset added in v0.56.0

func (*SearchOrganizationTokensResponse) String added in v0.56.0

type SearchOrganizationTokensResponse_OrganizationToken added in v0.56.0

type SearchOrganizationTokensResponse_OrganizationToken struct {
	Amount      int64                  `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"`
	Type        string                 `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Description string                 `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	UserId      string                 `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserTitle   string                 `protobuf:"bytes,5,opt,name=user_title,json=userTitle,proto3" json:"user_title,omitempty"`
	UserAvatar  string                 `protobuf:"bytes,6,opt,name=user_avatar,json=userAvatar,proto3" json:"user_avatar,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	OrgId       string                 `protobuf:"bytes,8,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Source      string                 `protobuf:"bytes,9,opt,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationTokensResponse_OrganizationToken) Descriptor deprecated added in v0.56.0

Deprecated: Use SearchOrganizationTokensResponse_OrganizationToken.ProtoReflect.Descriptor instead.

func (*SearchOrganizationTokensResponse_OrganizationToken) GetAmount added in v0.56.0

func (*SearchOrganizationTokensResponse_OrganizationToken) GetCreatedAt added in v0.56.0

func (*SearchOrganizationTokensResponse_OrganizationToken) GetDescription added in v0.56.0

func (*SearchOrganizationTokensResponse_OrganizationToken) GetOrgId added in v0.56.0

func (*SearchOrganizationTokensResponse_OrganizationToken) GetSource added in v0.100.0

func (*SearchOrganizationTokensResponse_OrganizationToken) GetType added in v0.56.0

func (*SearchOrganizationTokensResponse_OrganizationToken) GetUserAvatar added in v0.56.0

func (*SearchOrganizationTokensResponse_OrganizationToken) GetUserId added in v0.56.0

func (*SearchOrganizationTokensResponse_OrganizationToken) GetUserTitle added in v0.56.0

func (*SearchOrganizationTokensResponse_OrganizationToken) ProtoMessage added in v0.56.0

func (*SearchOrganizationTokensResponse_OrganizationToken) ProtoReflect added in v0.56.0

func (*SearchOrganizationTokensResponse_OrganizationToken) Reset added in v0.56.0

func (*SearchOrganizationTokensResponse_OrganizationToken) String added in v0.56.0

type SearchOrganizationUsersRequest added in v0.53.0

type SearchOrganizationUsersRequest struct {
	Id    string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Query *RQLRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationUsersRequest) Descriptor deprecated added in v0.53.0

func (*SearchOrganizationUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationUsersRequest.ProtoReflect.Descriptor instead.

func (*SearchOrganizationUsersRequest) GetId added in v0.53.0

func (*SearchOrganizationUsersRequest) GetQuery added in v0.53.0

func (*SearchOrganizationUsersRequest) ProtoMessage added in v0.53.0

func (*SearchOrganizationUsersRequest) ProtoMessage()

func (*SearchOrganizationUsersRequest) ProtoReflect added in v0.53.0

func (*SearchOrganizationUsersRequest) Reset added in v0.53.0

func (x *SearchOrganizationUsersRequest) Reset()

func (*SearchOrganizationUsersRequest) String added in v0.53.0

type SearchOrganizationUsersResponse added in v0.53.0

type SearchOrganizationUsersResponse struct {
	OrgUsers   []*SearchOrganizationUsersResponse_OrganizationUser `protobuf:"bytes,1,rep,name=org_users,json=orgUsers,proto3" json:"org_users,omitempty"`
	Pagination *RQLQueryPaginationResponse                         `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group      *RQLQueryGroupResponse                              `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationUsersResponse) Descriptor deprecated added in v0.53.0

func (*SearchOrganizationUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationUsersResponse.ProtoReflect.Descriptor instead.

func (*SearchOrganizationUsersResponse) GetGroup added in v0.53.0

func (*SearchOrganizationUsersResponse) GetOrgUsers added in v0.53.0

func (*SearchOrganizationUsersResponse) GetPagination added in v0.53.0

func (*SearchOrganizationUsersResponse) ProtoMessage added in v0.53.0

func (*SearchOrganizationUsersResponse) ProtoMessage()

func (*SearchOrganizationUsersResponse) ProtoReflect added in v0.53.0

func (*SearchOrganizationUsersResponse) Reset added in v0.53.0

func (*SearchOrganizationUsersResponse) String added in v0.53.0

type SearchOrganizationUsersResponse_OrganizationUser added in v0.53.0

type SearchOrganizationUsersResponse_OrganizationUser struct {
	Id             string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name           string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title          string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Email          string                 `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	OrgJoinedAt    *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=org_joined_at,json=orgJoinedAt,proto3" json:"org_joined_at,omitempty"`
	State          string                 `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"`
	Avatar         string                 `protobuf:"bytes,7,opt,name=avatar,proto3" json:"avatar,omitempty"`
	RoleNames      []string               `protobuf:"bytes,8,rep,name=role_names,json=roleNames,proto3" json:"role_names,omitempty"`
	RoleTitles     []string               `protobuf:"bytes,9,rep,name=role_titles,json=roleTitles,proto3" json:"role_titles,omitempty"`
	RoleIds        []string               `protobuf:"bytes,10,rep,name=role_ids,json=roleIds,proto3" json:"role_ids,omitempty"`
	OrganizationId string                 `protobuf:"bytes,11,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationUsersResponse_OrganizationUser) Descriptor deprecated added in v0.53.0

Deprecated: Use SearchOrganizationUsersResponse_OrganizationUser.ProtoReflect.Descriptor instead.

func (*SearchOrganizationUsersResponse_OrganizationUser) GetAvatar added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) GetEmail added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) GetId added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) GetName added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) GetOrgJoinedAt added in v0.55.0

func (*SearchOrganizationUsersResponse_OrganizationUser) GetOrganizationId added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) GetRoleIds added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) GetRoleNames added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) GetRoleTitles added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) GetState added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) GetTitle added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) ProtoMessage added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) ProtoReflect added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) Reset added in v0.53.0

func (*SearchOrganizationUsersResponse_OrganizationUser) String added in v0.53.0

type SearchOrganizationsRequest added in v0.50.0

type SearchOrganizationsRequest struct {
	Query *RQLRequest `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationsRequest) Descriptor deprecated added in v0.50.0

func (*SearchOrganizationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*SearchOrganizationsRequest) GetQuery added in v0.50.0

func (x *SearchOrganizationsRequest) GetQuery() *RQLRequest

func (*SearchOrganizationsRequest) ProtoMessage added in v0.50.0

func (*SearchOrganizationsRequest) ProtoMessage()

func (*SearchOrganizationsRequest) ProtoReflect added in v0.50.0

func (*SearchOrganizationsRequest) Reset added in v0.50.0

func (x *SearchOrganizationsRequest) Reset()

func (*SearchOrganizationsRequest) String added in v0.50.0

func (x *SearchOrganizationsRequest) String() string

type SearchOrganizationsResponse added in v0.50.0

type SearchOrganizationsResponse struct {
	Organizations []*SearchOrganizationsResponse_OrganizationResult `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	Pagination    *RQLQueryPaginationResponse                       `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group         *RQLQueryGroupResponse                            `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationsResponse) Descriptor deprecated added in v0.50.0

func (*SearchOrganizationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*SearchOrganizationsResponse) GetGroup added in v0.51.0

func (*SearchOrganizationsResponse) GetOrganizations added in v0.50.0

func (*SearchOrganizationsResponse) GetPagination added in v0.50.0

func (*SearchOrganizationsResponse) ProtoMessage added in v0.50.0

func (*SearchOrganizationsResponse) ProtoMessage()

func (*SearchOrganizationsResponse) ProtoReflect added in v0.50.0

func (*SearchOrganizationsResponse) Reset added in v0.50.0

func (x *SearchOrganizationsResponse) Reset()

func (*SearchOrganizationsResponse) String added in v0.50.0

func (x *SearchOrganizationsResponse) String() string

type SearchOrganizationsResponse_OrganizationResult added in v0.50.0

type SearchOrganizationsResponse_OrganizationResult struct {
	Id                     string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                   string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title                  string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	CreatedAt              *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt              *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	State                  string                 `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"`
	Avatar                 string                 `protobuf:"bytes,7,opt,name=avatar,proto3" json:"avatar,omitempty"`
	CreatedBy              string                 `protobuf:"bytes,8,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	PlanName               string                 `protobuf:"bytes,9,opt,name=plan_name,json=planName,proto3" json:"plan_name,omitempty"`
	PaymentMode            string                 `protobuf:"bytes,10,opt,name=payment_mode,json=paymentMode,proto3" json:"payment_mode,omitempty"`
	SubscriptionCycleEndAt *timestamppb.Timestamp `` /* 132-byte string literal not displayed */
	Country                string                 `protobuf:"bytes,12,opt,name=country,proto3" json:"country,omitempty"`
	SubscriptionState      string                 `protobuf:"bytes,14,opt,name=subscription_state,json=subscriptionState,proto3" json:"subscription_state,omitempty"`
	PlanInterval           string                 `protobuf:"bytes,15,opt,name=plan_interval,json=planInterval,proto3" json:"plan_interval,omitempty"`
	PlanId                 string                 `protobuf:"bytes,16,opt,name=plan_id,json=planId,proto3" json:"plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrganizationsResponse_OrganizationResult) Descriptor deprecated added in v0.50.0

Deprecated: Use SearchOrganizationsResponse_OrganizationResult.ProtoReflect.Descriptor instead.

func (*SearchOrganizationsResponse_OrganizationResult) GetAvatar added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) GetCountry added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) GetCreatedAt added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) GetCreatedBy added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) GetId added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) GetName added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) GetPaymentMode added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) GetPlanId added in v0.51.0

func (*SearchOrganizationsResponse_OrganizationResult) GetPlanInterval added in v0.51.0

func (*SearchOrganizationsResponse_OrganizationResult) GetPlanName added in v0.51.0

func (*SearchOrganizationsResponse_OrganizationResult) GetState added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) GetSubscriptionCycleEndAt added in v0.51.0

func (*SearchOrganizationsResponse_OrganizationResult) GetSubscriptionState added in v0.51.0

func (x *SearchOrganizationsResponse_OrganizationResult) GetSubscriptionState() string

func (*SearchOrganizationsResponse_OrganizationResult) GetTitle added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) GetUpdatedAt added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) ProtoMessage added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) ProtoReflect added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) Reset added in v0.50.0

func (*SearchOrganizationsResponse_OrganizationResult) String added in v0.50.0

type SearchProjectUsersRequest added in v0.55.0

type SearchProjectUsersRequest struct {
	Id    string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Query *RQLRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchProjectUsersRequest) Descriptor deprecated added in v0.55.0

func (*SearchProjectUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchProjectUsersRequest.ProtoReflect.Descriptor instead.

func (*SearchProjectUsersRequest) GetId added in v0.55.0

func (x *SearchProjectUsersRequest) GetId() string

func (*SearchProjectUsersRequest) GetQuery added in v0.55.0

func (x *SearchProjectUsersRequest) GetQuery() *RQLRequest

func (*SearchProjectUsersRequest) ProtoMessage added in v0.55.0

func (*SearchProjectUsersRequest) ProtoMessage()

func (*SearchProjectUsersRequest) ProtoReflect added in v0.55.0

func (*SearchProjectUsersRequest) Reset added in v0.55.0

func (x *SearchProjectUsersRequest) Reset()

func (*SearchProjectUsersRequest) String added in v0.55.0

func (x *SearchProjectUsersRequest) String() string

type SearchProjectUsersResponse added in v0.55.0

type SearchProjectUsersResponse struct {
	ProjectUsers []*SearchProjectUsersResponse_ProjectUser `protobuf:"bytes,1,rep,name=project_users,json=projectUsers,proto3" json:"project_users,omitempty"`
	Pagination   *RQLQueryPaginationResponse               `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group        *RQLQueryGroupResponse                    `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchProjectUsersResponse) Descriptor deprecated added in v0.55.0

func (*SearchProjectUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchProjectUsersResponse.ProtoReflect.Descriptor instead.

func (*SearchProjectUsersResponse) GetGroup added in v0.55.0

func (*SearchProjectUsersResponse) GetPagination added in v0.55.0

func (*SearchProjectUsersResponse) GetProjectUsers added in v0.55.0

func (*SearchProjectUsersResponse) ProtoMessage added in v0.55.0

func (*SearchProjectUsersResponse) ProtoMessage()

func (*SearchProjectUsersResponse) ProtoReflect added in v0.55.0

func (*SearchProjectUsersResponse) Reset added in v0.55.0

func (x *SearchProjectUsersResponse) Reset()

func (*SearchProjectUsersResponse) String added in v0.55.0

func (x *SearchProjectUsersResponse) String() string

type SearchProjectUsersResponse_ProjectUser added in v0.55.0

type SearchProjectUsersResponse_ProjectUser struct {
	Id         string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title      string   `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Email      string   `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	Avatar     string   `protobuf:"bytes,7,opt,name=avatar,proto3" json:"avatar,omitempty"`
	RoleNames  []string `protobuf:"bytes,8,rep,name=role_names,json=roleNames,proto3" json:"role_names,omitempty"`
	RoleTitles []string `protobuf:"bytes,9,rep,name=role_titles,json=roleTitles,proto3" json:"role_titles,omitempty"`
	RoleIds    []string `protobuf:"bytes,10,rep,name=role_ids,json=roleIds,proto3" json:"role_ids,omitempty"`
	ProjectId  string   `protobuf:"bytes,11,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchProjectUsersResponse_ProjectUser) Descriptor deprecated added in v0.55.0

func (*SearchProjectUsersResponse_ProjectUser) Descriptor() ([]byte, []int)

Deprecated: Use SearchProjectUsersResponse_ProjectUser.ProtoReflect.Descriptor instead.

func (*SearchProjectUsersResponse_ProjectUser) GetAvatar added in v0.55.0

func (*SearchProjectUsersResponse_ProjectUser) GetEmail added in v0.55.0

func (*SearchProjectUsersResponse_ProjectUser) GetId added in v0.55.0

func (*SearchProjectUsersResponse_ProjectUser) GetName added in v0.55.0

func (*SearchProjectUsersResponse_ProjectUser) GetProjectId added in v0.55.0

func (*SearchProjectUsersResponse_ProjectUser) GetRoleIds added in v0.55.0

func (*SearchProjectUsersResponse_ProjectUser) GetRoleNames added in v0.55.0

func (x *SearchProjectUsersResponse_ProjectUser) GetRoleNames() []string

func (*SearchProjectUsersResponse_ProjectUser) GetRoleTitles added in v0.55.0

func (x *SearchProjectUsersResponse_ProjectUser) GetRoleTitles() []string

func (*SearchProjectUsersResponse_ProjectUser) GetTitle added in v0.55.0

func (*SearchProjectUsersResponse_ProjectUser) ProtoMessage added in v0.55.0

func (*SearchProjectUsersResponse_ProjectUser) ProtoReflect added in v0.55.0

func (*SearchProjectUsersResponse_ProjectUser) Reset added in v0.55.0

func (*SearchProjectUsersResponse_ProjectUser) String added in v0.55.0

type SearchUserOrganizationsRequest added in v0.59.0

type SearchUserOrganizationsRequest struct {
	Id    string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Query *RQLRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUserOrganizationsRequest) Descriptor deprecated added in v0.59.0

func (*SearchUserOrganizationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchUserOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*SearchUserOrganizationsRequest) GetId added in v0.59.0

func (*SearchUserOrganizationsRequest) GetQuery added in v0.59.0

func (*SearchUserOrganizationsRequest) ProtoMessage added in v0.59.0

func (*SearchUserOrganizationsRequest) ProtoMessage()

func (*SearchUserOrganizationsRequest) ProtoReflect added in v0.59.0

func (*SearchUserOrganizationsRequest) Reset added in v0.59.0

func (x *SearchUserOrganizationsRequest) Reset()

func (*SearchUserOrganizationsRequest) String added in v0.59.0

type SearchUserOrganizationsResponse added in v0.59.0

type SearchUserOrganizationsResponse struct {
	UserOrganizations []*SearchUserOrganizationsResponse_UserOrganization `protobuf:"bytes,1,rep,name=user_organizations,json=userOrganizations,proto3" json:"user_organizations,omitempty"`
	Pagination        *RQLQueryPaginationResponse                         `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group             *RQLQueryGroupResponse                              `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUserOrganizationsResponse) Descriptor deprecated added in v0.59.0

func (*SearchUserOrganizationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchUserOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*SearchUserOrganizationsResponse) GetGroup added in v0.59.0

func (*SearchUserOrganizationsResponse) GetPagination added in v0.59.0

func (*SearchUserOrganizationsResponse) GetUserOrganizations added in v0.59.0

func (*SearchUserOrganizationsResponse) ProtoMessage added in v0.59.0

func (*SearchUserOrganizationsResponse) ProtoMessage()

func (*SearchUserOrganizationsResponse) ProtoReflect added in v0.59.0

func (*SearchUserOrganizationsResponse) Reset added in v0.59.0

func (*SearchUserOrganizationsResponse) String added in v0.59.0

type SearchUserOrganizationsResponse_UserOrganization added in v0.59.0

type SearchUserOrganizationsResponse_UserOrganization struct {
	OrgId        string                 `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	OrgTitle     string                 `protobuf:"bytes,2,opt,name=org_title,json=orgTitle,proto3" json:"org_title,omitempty"`
	OrgName      string                 `protobuf:"bytes,3,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	OrgAvatar    string                 `protobuf:"bytes,4,opt,name=org_avatar,json=orgAvatar,proto3" json:"org_avatar,omitempty"`
	ProjectCount int64                  `protobuf:"varint,5,opt,name=project_count,json=projectCount,proto3" json:"project_count,omitempty"`
	RoleNames    []string               `protobuf:"bytes,6,rep,name=role_names,json=roleNames,proto3" json:"role_names,omitempty"`
	RoleTitles   []string               `protobuf:"bytes,7,rep,name=role_titles,json=roleTitles,proto3" json:"role_titles,omitempty"`
	RoleIds      []string               `protobuf:"bytes,8,rep,name=role_ids,json=roleIds,proto3" json:"role_ids,omitempty"`
	OrgJoinedOn  *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=org_joined_on,json=orgJoinedOn,proto3" json:"org_joined_on,omitempty"`
	UserId       string                 `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUserOrganizationsResponse_UserOrganization) Descriptor deprecated added in v0.59.0

Deprecated: Use SearchUserOrganizationsResponse_UserOrganization.ProtoReflect.Descriptor instead.

func (*SearchUserOrganizationsResponse_UserOrganization) GetOrgAvatar added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) GetOrgId added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) GetOrgJoinedOn added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) GetOrgName added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) GetOrgTitle added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) GetProjectCount added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) GetRoleIds added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) GetRoleNames added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) GetRoleTitles added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) GetUserId added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) ProtoMessage added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) ProtoReflect added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) Reset added in v0.59.0

func (*SearchUserOrganizationsResponse_UserOrganization) String added in v0.59.0

type SearchUserProjectsRequest added in v0.62.0

type SearchUserProjectsRequest struct {
	UserId string      `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrgId  string      `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Query  *RQLRequest `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUserProjectsRequest) Descriptor deprecated added in v0.62.0

func (*SearchUserProjectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchUserProjectsRequest.ProtoReflect.Descriptor instead.

func (*SearchUserProjectsRequest) GetOrgId added in v0.62.0

func (x *SearchUserProjectsRequest) GetOrgId() string

func (*SearchUserProjectsRequest) GetQuery added in v0.62.0

func (x *SearchUserProjectsRequest) GetQuery() *RQLRequest

func (*SearchUserProjectsRequest) GetUserId added in v0.62.0

func (x *SearchUserProjectsRequest) GetUserId() string

func (*SearchUserProjectsRequest) ProtoMessage added in v0.62.0

func (*SearchUserProjectsRequest) ProtoMessage()

func (*SearchUserProjectsRequest) ProtoReflect added in v0.62.0

func (*SearchUserProjectsRequest) Reset added in v0.62.0

func (x *SearchUserProjectsRequest) Reset()

func (*SearchUserProjectsRequest) String added in v0.62.0

func (x *SearchUserProjectsRequest) String() string

type SearchUserProjectsResponse added in v0.62.0

type SearchUserProjectsResponse struct {
	UserProjects []*SearchUserProjectsResponse_UserProject `protobuf:"bytes,1,rep,name=user_projects,json=userProjects,proto3" json:"user_projects,omitempty"`
	Pagination   *RQLQueryPaginationResponse               `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group        *RQLQueryGroupResponse                    `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUserProjectsResponse) Descriptor deprecated added in v0.62.0

func (*SearchUserProjectsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchUserProjectsResponse.ProtoReflect.Descriptor instead.

func (*SearchUserProjectsResponse) GetGroup added in v0.62.0

func (*SearchUserProjectsResponse) GetPagination added in v0.62.0

func (*SearchUserProjectsResponse) GetUserProjects added in v0.62.0

func (*SearchUserProjectsResponse) ProtoMessage added in v0.62.0

func (*SearchUserProjectsResponse) ProtoMessage()

func (*SearchUserProjectsResponse) ProtoReflect added in v0.62.0

func (*SearchUserProjectsResponse) Reset added in v0.62.0

func (x *SearchUserProjectsResponse) Reset()

func (*SearchUserProjectsResponse) String added in v0.62.0

func (x *SearchUserProjectsResponse) String() string

type SearchUserProjectsResponse_UserProject added in v0.62.0

type SearchUserProjectsResponse_UserProject struct {
	ProjectId        string                 `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ProjectTitle     string                 `protobuf:"bytes,2,opt,name=project_title,json=projectTitle,proto3" json:"project_title,omitempty"`
	ProjectName      string                 `protobuf:"bytes,3,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	ProjectCreatedOn *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=project_created_on,json=projectCreatedOn,proto3" json:"project_created_on,omitempty"`
	UserNames        []string               `protobuf:"bytes,5,rep,name=user_names,json=userNames,proto3" json:"user_names,omitempty"`
	UserTitles       []string               `protobuf:"bytes,6,rep,name=user_titles,json=userTitles,proto3" json:"user_titles,omitempty"`
	UserIds          []string               `protobuf:"bytes,7,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	UserAvatars      []string               `protobuf:"bytes,8,rep,name=user_avatars,json=userAvatars,proto3" json:"user_avatars,omitempty"`
	OrgId            string                 `protobuf:"bytes,9,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserId           string                 `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUserProjectsResponse_UserProject) Descriptor deprecated added in v0.62.0

func (*SearchUserProjectsResponse_UserProject) Descriptor() ([]byte, []int)

Deprecated: Use SearchUserProjectsResponse_UserProject.ProtoReflect.Descriptor instead.

func (*SearchUserProjectsResponse_UserProject) GetOrgId added in v0.62.0

func (*SearchUserProjectsResponse_UserProject) GetProjectCreatedOn added in v0.62.0

func (*SearchUserProjectsResponse_UserProject) GetProjectId added in v0.62.0

func (*SearchUserProjectsResponse_UserProject) GetProjectName added in v0.62.0

func (x *SearchUserProjectsResponse_UserProject) GetProjectName() string

func (*SearchUserProjectsResponse_UserProject) GetProjectTitle added in v0.62.0

func (x *SearchUserProjectsResponse_UserProject) GetProjectTitle() string

func (*SearchUserProjectsResponse_UserProject) GetUserAvatars added in v0.62.0

func (x *SearchUserProjectsResponse_UserProject) GetUserAvatars() []string

func (*SearchUserProjectsResponse_UserProject) GetUserId added in v0.62.0

func (*SearchUserProjectsResponse_UserProject) GetUserIds added in v0.62.0

func (*SearchUserProjectsResponse_UserProject) GetUserNames added in v0.62.0

func (x *SearchUserProjectsResponse_UserProject) GetUserNames() []string

func (*SearchUserProjectsResponse_UserProject) GetUserTitles added in v0.62.0

func (x *SearchUserProjectsResponse_UserProject) GetUserTitles() []string

func (*SearchUserProjectsResponse_UserProject) ProtoMessage added in v0.62.0

func (*SearchUserProjectsResponse_UserProject) ProtoReflect added in v0.62.0

func (*SearchUserProjectsResponse_UserProject) Reset added in v0.62.0

func (*SearchUserProjectsResponse_UserProject) String added in v0.62.0

type SearchUsersRequest added in v0.57.0

type SearchUsersRequest struct {
	Query *RQLRequest `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUsersRequest) Descriptor deprecated added in v0.57.0

func (*SearchUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchUsersRequest.ProtoReflect.Descriptor instead.

func (*SearchUsersRequest) GetQuery added in v0.57.0

func (x *SearchUsersRequest) GetQuery() *RQLRequest

func (*SearchUsersRequest) ProtoMessage added in v0.57.0

func (*SearchUsersRequest) ProtoMessage()

func (*SearchUsersRequest) ProtoReflect added in v0.57.0

func (x *SearchUsersRequest) ProtoReflect() protoreflect.Message

func (*SearchUsersRequest) Reset added in v0.57.0

func (x *SearchUsersRequest) Reset()

func (*SearchUsersRequest) String added in v0.57.0

func (x *SearchUsersRequest) String() string

type SearchUsersResponse added in v0.57.0

type SearchUsersResponse struct {
	Users      []*User                     `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	Pagination *RQLQueryPaginationResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Group      *RQLQueryGroupResponse      `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchUsersResponse) Descriptor deprecated added in v0.57.0

func (*SearchUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchUsersResponse.ProtoReflect.Descriptor instead.

func (*SearchUsersResponse) GetGroup added in v0.57.0

func (*SearchUsersResponse) GetPagination added in v0.57.0

func (x *SearchUsersResponse) GetPagination() *RQLQueryPaginationResponse

func (*SearchUsersResponse) GetUsers added in v0.57.0

func (x *SearchUsersResponse) GetUsers() []*User

func (*SearchUsersResponse) ProtoMessage added in v0.57.0

func (*SearchUsersResponse) ProtoMessage()

func (*SearchUsersResponse) ProtoReflect added in v0.57.0

func (x *SearchUsersResponse) ProtoReflect() protoreflect.Message

func (*SearchUsersResponse) Reset added in v0.57.0

func (x *SearchUsersResponse) Reset()

func (*SearchUsersResponse) String added in v0.57.0

func (x *SearchUsersResponse) String() string

type SecretCredential

type SecretCredential struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// secret will only be returned once as part of the create process
	// this value is never persisted in the system so if lost, can't be recovered
	Secret    string                 `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*SecretCredential) Descriptor deprecated

func (*SecretCredential) Descriptor() ([]byte, []int)

Deprecated: Use SecretCredential.ProtoReflect.Descriptor instead.

func (*SecretCredential) GetCreatedAt

func (x *SecretCredential) GetCreatedAt() *timestamppb.Timestamp

func (*SecretCredential) GetId

func (x *SecretCredential) GetId() string

func (*SecretCredential) GetSecret

func (x *SecretCredential) GetSecret() string

func (*SecretCredential) GetTitle

func (x *SecretCredential) GetTitle() string

func (*SecretCredential) ProtoMessage

func (*SecretCredential) ProtoMessage()

func (*SecretCredential) ProtoReflect

func (x *SecretCredential) ProtoReflect() protoreflect.Message

func (*SecretCredential) Reset

func (x *SecretCredential) Reset()

func (*SecretCredential) String

func (x *SecretCredential) String() string

type ServiceUser

type ServiceUser struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title     string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	State     string                 `protobuf:"bytes,7,opt,name=state,proto3" json:"state,omitempty"`
	OrgId     string                 `protobuf:"bytes,8,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceUser) Descriptor deprecated

func (*ServiceUser) Descriptor() ([]byte, []int)

Deprecated: Use ServiceUser.ProtoReflect.Descriptor instead.

func (*ServiceUser) GetCreatedAt

func (x *ServiceUser) GetCreatedAt() *timestamppb.Timestamp

func (*ServiceUser) GetId

func (x *ServiceUser) GetId() string

func (*ServiceUser) GetMetadata

func (x *ServiceUser) GetMetadata() *structpb.Struct

func (*ServiceUser) GetOrgId

func (x *ServiceUser) GetOrgId() string

func (*ServiceUser) GetState

func (x *ServiceUser) GetState() string

func (*ServiceUser) GetTitle

func (x *ServiceUser) GetTitle() string

func (*ServiceUser) GetUpdatedAt

func (x *ServiceUser) GetUpdatedAt() *timestamppb.Timestamp

func (*ServiceUser) ProtoMessage

func (*ServiceUser) ProtoMessage()

func (*ServiceUser) ProtoReflect

func (x *ServiceUser) ProtoReflect() protoreflect.Message

func (*ServiceUser) Reset

func (x *ServiceUser) Reset()

func (*ServiceUser) String

func (x *ServiceUser) String() string

type ServiceUserJWK added in v0.9.1

type ServiceUserJWK struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title       string                 `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PrincipalId string                 `protobuf:"bytes,3,opt,name=principal_id,json=principalId,proto3" json:"principal_id,omitempty"`
	PublicKey   string                 `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceUserJWK) Descriptor deprecated added in v0.9.1

func (*ServiceUserJWK) Descriptor() ([]byte, []int)

Deprecated: Use ServiceUserJWK.ProtoReflect.Descriptor instead.

func (*ServiceUserJWK) GetCreatedAt added in v0.9.1

func (x *ServiceUserJWK) GetCreatedAt() *timestamppb.Timestamp

func (*ServiceUserJWK) GetId added in v0.9.1

func (x *ServiceUserJWK) GetId() string

func (*ServiceUserJWK) GetPrincipalId added in v0.9.1

func (x *ServiceUserJWK) GetPrincipalId() string

func (*ServiceUserJWK) GetPublicKey added in v0.9.1

func (x *ServiceUserJWK) GetPublicKey() string

func (*ServiceUserJWK) GetTitle added in v0.9.1

func (x *ServiceUserJWK) GetTitle() string

func (*ServiceUserJWK) ProtoMessage added in v0.9.1

func (*ServiceUserJWK) ProtoMessage()

func (*ServiceUserJWK) ProtoReflect added in v0.9.1

func (x *ServiceUserJWK) ProtoReflect() protoreflect.Message

func (*ServiceUserJWK) Reset added in v0.9.1

func (x *ServiceUserJWK) Reset()

func (*ServiceUserJWK) String added in v0.9.1

func (x *ServiceUserJWK) String() string

type ServiceUserRequestBody

type ServiceUserRequestBody struct {
	Title    string           `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceUserRequestBody) Descriptor deprecated

func (*ServiceUserRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use ServiceUserRequestBody.ProtoReflect.Descriptor instead.

func (*ServiceUserRequestBody) GetMetadata

func (x *ServiceUserRequestBody) GetMetadata() *structpb.Struct

func (*ServiceUserRequestBody) GetTitle

func (x *ServiceUserRequestBody) GetTitle() string

func (*ServiceUserRequestBody) ProtoMessage

func (*ServiceUserRequestBody) ProtoMessage()

func (*ServiceUserRequestBody) ProtoReflect

func (x *ServiceUserRequestBody) ProtoReflect() protoreflect.Message

func (*ServiceUserRequestBody) Reset

func (x *ServiceUserRequestBody) Reset()

func (*ServiceUserRequestBody) String

func (x *ServiceUserRequestBody) String() string

type ServiceUserToken added in v0.9.1

type ServiceUserToken struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// token will only be returned once as part of the create process
	// this value is never persisted in the system so if lost, can't be recovered
	Token     string                 `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceUserToken) Descriptor deprecated added in v0.9.1

func (*ServiceUserToken) Descriptor() ([]byte, []int)

Deprecated: Use ServiceUserToken.ProtoReflect.Descriptor instead.

func (*ServiceUserToken) GetCreatedAt added in v0.9.1

func (x *ServiceUserToken) GetCreatedAt() *timestamppb.Timestamp

func (*ServiceUserToken) GetId added in v0.9.1

func (x *ServiceUserToken) GetId() string

func (*ServiceUserToken) GetTitle added in v0.9.1

func (x *ServiceUserToken) GetTitle() string

func (*ServiceUserToken) GetToken added in v0.9.1

func (x *ServiceUserToken) GetToken() string

func (*ServiceUserToken) ProtoMessage added in v0.9.1

func (*ServiceUserToken) ProtoMessage()

func (*ServiceUserToken) ProtoReflect added in v0.9.1

func (x *ServiceUserToken) ProtoReflect() protoreflect.Message

func (*ServiceUserToken) Reset added in v0.9.1

func (x *ServiceUserToken) Reset()

func (*ServiceUserToken) String added in v0.9.1

func (x *ServiceUserToken) String() string

type Session added in v0.74.0

type Session struct {
	Id               string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Metadata         *Session_Meta          `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	IsCurrentSession bool                   `protobuf:"varint,3,opt,name=is_current_session,json=isCurrentSession,proto3" json:"is_current_session,omitempty"`
	CreatedAt        *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt        *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Session) Descriptor deprecated added in v0.74.0

func (*Session) Descriptor() ([]byte, []int)

Deprecated: Use Session.ProtoReflect.Descriptor instead.

func (*Session) GetCreatedAt added in v0.74.0

func (x *Session) GetCreatedAt() *timestamppb.Timestamp

func (*Session) GetId added in v0.74.0

func (x *Session) GetId() string

func (*Session) GetIsCurrentSession added in v0.74.0

func (x *Session) GetIsCurrentSession() bool

func (*Session) GetMetadata added in v0.74.0

func (x *Session) GetMetadata() *Session_Meta

func (*Session) GetUpdatedAt added in v0.74.0

func (x *Session) GetUpdatedAt() *timestamppb.Timestamp

func (*Session) ProtoMessage added in v0.74.0

func (*Session) ProtoMessage()

func (*Session) ProtoReflect added in v0.74.0

func (x *Session) ProtoReflect() protoreflect.Message

func (*Session) Reset added in v0.74.0

func (x *Session) Reset()

func (*Session) String added in v0.74.0

func (x *Session) String() string

type Session_Meta added in v0.74.0

type Session_Meta struct {
	OperatingSystem string                 `protobuf:"bytes,1,opt,name=operating_system,json=operatingSystem,proto3" json:"operating_system,omitempty"`
	Browser         string                 `protobuf:"bytes,2,opt,name=browser,proto3" json:"browser,omitempty"`
	IpAddress       string                 `protobuf:"bytes,3,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	Location        *Session_Meta_Location `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func (*Session_Meta) Descriptor deprecated added in v0.74.0

func (*Session_Meta) Descriptor() ([]byte, []int)

Deprecated: Use Session_Meta.ProtoReflect.Descriptor instead.

func (*Session_Meta) GetBrowser added in v0.74.0

func (x *Session_Meta) GetBrowser() string

func (*Session_Meta) GetIpAddress added in v0.74.0

func (x *Session_Meta) GetIpAddress() string

func (*Session_Meta) GetLocation added in v0.74.0

func (x *Session_Meta) GetLocation() *Session_Meta_Location

func (*Session_Meta) GetOperatingSystem added in v0.74.0

func (x *Session_Meta) GetOperatingSystem() string

func (*Session_Meta) ProtoMessage added in v0.74.0

func (*Session_Meta) ProtoMessage()

func (*Session_Meta) ProtoReflect added in v0.74.0

func (x *Session_Meta) ProtoReflect() protoreflect.Message

func (*Session_Meta) Reset added in v0.74.0

func (x *Session_Meta) Reset()

func (*Session_Meta) String added in v0.74.0

func (x *Session_Meta) String() string

type Session_Meta_Location added in v0.82.0

type Session_Meta_Location struct {
	City      string `protobuf:"bytes,1,opt,name=city,proto3" json:"city,omitempty"`
	Country   string `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"`
	Latitude  string `protobuf:"bytes,3,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude string `protobuf:"bytes,4,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// contains filtered or unexported fields
}

func (*Session_Meta_Location) Descriptor deprecated added in v0.82.0

func (*Session_Meta_Location) Descriptor() ([]byte, []int)

Deprecated: Use Session_Meta_Location.ProtoReflect.Descriptor instead.

func (*Session_Meta_Location) GetCity added in v0.82.0

func (x *Session_Meta_Location) GetCity() string

func (*Session_Meta_Location) GetCountry added in v0.82.0

func (x *Session_Meta_Location) GetCountry() string

func (*Session_Meta_Location) GetLatitude added in v0.82.0

func (x *Session_Meta_Location) GetLatitude() string

func (*Session_Meta_Location) GetLongitude added in v0.82.0

func (x *Session_Meta_Location) GetLongitude() string

func (*Session_Meta_Location) ProtoMessage added in v0.82.0

func (*Session_Meta_Location) ProtoMessage()

func (*Session_Meta_Location) ProtoReflect added in v0.82.0

func (x *Session_Meta_Location) ProtoReflect() protoreflect.Message

func (*Session_Meta_Location) Reset added in v0.82.0

func (x *Session_Meta_Location) Reset()

func (*Session_Meta_Location) String added in v0.82.0

func (x *Session_Meta_Location) String() string

type SetGroupMemberRoleRequest added in v0.102.0

type SetGroupMemberRoleRequest struct {
	GroupId       string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	PrincipalId   string `protobuf:"bytes,3,opt,name=principal_id,json=principalId,proto3" json:"principal_id,omitempty"`
	PrincipalType string `protobuf:"bytes,4,opt,name=principal_type,json=principalType,proto3" json:"principal_type,omitempty"`
	RoleId        string `protobuf:"bytes,5,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGroupMemberRoleRequest) Descriptor deprecated added in v0.102.0

func (*SetGroupMemberRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetGroupMemberRoleRequest.ProtoReflect.Descriptor instead.

func (*SetGroupMemberRoleRequest) GetGroupId added in v0.102.0

func (x *SetGroupMemberRoleRequest) GetGroupId() string

func (*SetGroupMemberRoleRequest) GetPrincipalId added in v0.102.0

func (x *SetGroupMemberRoleRequest) GetPrincipalId() string

func (*SetGroupMemberRoleRequest) GetPrincipalType added in v0.102.0

func (x *SetGroupMemberRoleRequest) GetPrincipalType() string

func (*SetGroupMemberRoleRequest) GetRoleId added in v0.102.0

func (x *SetGroupMemberRoleRequest) GetRoleId() string

func (*SetGroupMemberRoleRequest) ProtoMessage added in v0.102.0

func (*SetGroupMemberRoleRequest) ProtoMessage()

func (*SetGroupMemberRoleRequest) ProtoReflect added in v0.102.0

func (*SetGroupMemberRoleRequest) Reset added in v0.102.0

func (x *SetGroupMemberRoleRequest) Reset()

func (*SetGroupMemberRoleRequest) String added in v0.102.0

func (x *SetGroupMemberRoleRequest) String() string

type SetGroupMemberRoleResponse added in v0.102.0

type SetGroupMemberRoleResponse struct {
	// contains filtered or unexported fields
}

func (*SetGroupMemberRoleResponse) Descriptor deprecated added in v0.102.0

func (*SetGroupMemberRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetGroupMemberRoleResponse.ProtoReflect.Descriptor instead.

func (*SetGroupMemberRoleResponse) ProtoMessage added in v0.102.0

func (*SetGroupMemberRoleResponse) ProtoMessage()

func (*SetGroupMemberRoleResponse) ProtoReflect added in v0.102.0

func (*SetGroupMemberRoleResponse) Reset added in v0.102.0

func (x *SetGroupMemberRoleResponse) Reset()

func (*SetGroupMemberRoleResponse) String added in v0.102.0

func (x *SetGroupMemberRoleResponse) String() string

type SetOrganizationKycRequest added in v0.49.0

type SetOrganizationKycRequest struct {
	OrgId  string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Status bool   `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	Link   string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	// contains filtered or unexported fields
}

func (*SetOrganizationKycRequest) Descriptor deprecated added in v0.49.0

func (*SetOrganizationKycRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetOrganizationKycRequest.ProtoReflect.Descriptor instead.

func (x *SetOrganizationKycRequest) GetLink() string

func (*SetOrganizationKycRequest) GetOrgId added in v0.49.0

func (x *SetOrganizationKycRequest) GetOrgId() string

func (*SetOrganizationKycRequest) GetStatus added in v0.49.0

func (x *SetOrganizationKycRequest) GetStatus() bool

func (*SetOrganizationKycRequest) ProtoMessage added in v0.49.0

func (*SetOrganizationKycRequest) ProtoMessage()

func (*SetOrganizationKycRequest) ProtoReflect added in v0.49.0

func (*SetOrganizationKycRequest) Reset added in v0.49.0

func (x *SetOrganizationKycRequest) Reset()

func (*SetOrganizationKycRequest) String added in v0.49.0

func (x *SetOrganizationKycRequest) String() string

type SetOrganizationKycResponse added in v0.49.0

type SetOrganizationKycResponse struct {
	OrganizationKyc *OrganizationKyc `protobuf:"bytes,1,opt,name=organization_kyc,json=organizationKyc,proto3" json:"organization_kyc,omitempty"`
	// contains filtered or unexported fields
}

func (*SetOrganizationKycResponse) Descriptor deprecated added in v0.49.0

func (*SetOrganizationKycResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetOrganizationKycResponse.ProtoReflect.Descriptor instead.

func (*SetOrganizationKycResponse) GetOrganizationKyc added in v0.49.0

func (x *SetOrganizationKycResponse) GetOrganizationKyc() *OrganizationKyc

func (*SetOrganizationKycResponse) ProtoMessage added in v0.49.0

func (*SetOrganizationKycResponse) ProtoMessage()

func (*SetOrganizationKycResponse) ProtoReflect added in v0.49.0

func (*SetOrganizationKycResponse) Reset added in v0.49.0

func (x *SetOrganizationKycResponse) Reset()

func (*SetOrganizationKycResponse) String added in v0.49.0

func (x *SetOrganizationKycResponse) String() string

type SetOrganizationMemberRoleRequest added in v0.95.0

type SetOrganizationMemberRoleRequest struct {
	OrgId  string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	RoleId string `protobuf:"bytes,3,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SetOrganizationMemberRoleRequest) Descriptor deprecated added in v0.95.0

func (*SetOrganizationMemberRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetOrganizationMemberRoleRequest.ProtoReflect.Descriptor instead.

func (*SetOrganizationMemberRoleRequest) GetOrgId added in v0.95.0

func (*SetOrganizationMemberRoleRequest) GetRoleId added in v0.95.0

func (*SetOrganizationMemberRoleRequest) GetUserId added in v0.95.0

func (*SetOrganizationMemberRoleRequest) ProtoMessage added in v0.95.0

func (*SetOrganizationMemberRoleRequest) ProtoMessage()

func (*SetOrganizationMemberRoleRequest) ProtoReflect added in v0.95.0

func (*SetOrganizationMemberRoleRequest) Reset added in v0.95.0

func (*SetOrganizationMemberRoleRequest) String added in v0.95.0

type SetOrganizationMemberRoleResponse added in v0.95.0

type SetOrganizationMemberRoleResponse struct {
	// contains filtered or unexported fields
}

func (*SetOrganizationMemberRoleResponse) Descriptor deprecated added in v0.95.0

func (*SetOrganizationMemberRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetOrganizationMemberRoleResponse.ProtoReflect.Descriptor instead.

func (*SetOrganizationMemberRoleResponse) ProtoMessage added in v0.95.0

func (*SetOrganizationMemberRoleResponse) ProtoMessage()

func (*SetOrganizationMemberRoleResponse) ProtoReflect added in v0.95.0

func (*SetOrganizationMemberRoleResponse) Reset added in v0.95.0

func (*SetOrganizationMemberRoleResponse) String added in v0.95.0

type SetProjectMemberRoleRequest added in v0.96.0

type SetProjectMemberRoleRequest struct {
	ProjectId     string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PrincipalId   string `protobuf:"bytes,2,opt,name=principal_id,json=principalId,proto3" json:"principal_id,omitempty"`
	PrincipalType string `protobuf:"bytes,3,opt,name=principal_type,json=principalType,proto3" json:"principal_type,omitempty"`
	RoleId        string `protobuf:"bytes,4,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SetProjectMemberRoleRequest) Descriptor deprecated added in v0.96.0

func (*SetProjectMemberRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetProjectMemberRoleRequest.ProtoReflect.Descriptor instead.

func (*SetProjectMemberRoleRequest) GetPrincipalId added in v0.96.0

func (x *SetProjectMemberRoleRequest) GetPrincipalId() string

func (*SetProjectMemberRoleRequest) GetPrincipalType added in v0.96.0

func (x *SetProjectMemberRoleRequest) GetPrincipalType() string

func (*SetProjectMemberRoleRequest) GetProjectId added in v0.96.0

func (x *SetProjectMemberRoleRequest) GetProjectId() string

func (*SetProjectMemberRoleRequest) GetRoleId added in v0.96.0

func (x *SetProjectMemberRoleRequest) GetRoleId() string

func (*SetProjectMemberRoleRequest) ProtoMessage added in v0.96.0

func (*SetProjectMemberRoleRequest) ProtoMessage()

func (*SetProjectMemberRoleRequest) ProtoReflect added in v0.96.0

func (*SetProjectMemberRoleRequest) Reset added in v0.96.0

func (x *SetProjectMemberRoleRequest) Reset()

func (*SetProjectMemberRoleRequest) String added in v0.96.0

func (x *SetProjectMemberRoleRequest) String() string

type SetProjectMemberRoleResponse added in v0.96.0

type SetProjectMemberRoleResponse struct {
	// contains filtered or unexported fields
}

func (*SetProjectMemberRoleResponse) Descriptor deprecated added in v0.96.0

func (*SetProjectMemberRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetProjectMemberRoleResponse.ProtoReflect.Descriptor instead.

func (*SetProjectMemberRoleResponse) ProtoMessage added in v0.96.0

func (*SetProjectMemberRoleResponse) ProtoMessage()

func (*SetProjectMemberRoleResponse) ProtoReflect added in v0.96.0

func (*SetProjectMemberRoleResponse) Reset added in v0.96.0

func (x *SetProjectMemberRoleResponse) Reset()

func (*SetProjectMemberRoleResponse) String added in v0.96.0

type Subscription added in v0.8.0

type Subscription struct {
	Id                   string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CustomerId           string                 `protobuf:"bytes,2,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	ProviderId           string                 `protobuf:"bytes,3,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	PlanId               string                 `protobuf:"bytes,4,opt,name=plan_id,json=planId,proto3" json:"plan_id,omitempty"`
	State                string                 `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	Metadata             *structpb.Struct       `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt            *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt            *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CanceledAt           *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=canceled_at,json=canceledAt,proto3" json:"canceled_at,omitempty"`
	EndedAt              *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=ended_at,json=endedAt,proto3" json:"ended_at,omitempty"`
	TrialEndsAt          *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=trial_ends_at,json=trialEndsAt,proto3" json:"trial_ends_at,omitempty"`
	CurrentPeriodStartAt *timestamppb.Timestamp `` /* 126-byte string literal not displayed */
	CurrentPeriodEndAt   *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=current_period_end_at,json=currentPeriodEndAt,proto3" json:"current_period_end_at,omitempty"`
	BillingCycleAnchorAt *timestamppb.Timestamp `` /* 126-byte string literal not displayed */
	Phases               []*Subscription_Phase  `protobuf:"bytes,20,rep,name=phases,proto3" json:"phases,omitempty"`
	Customer             *BillingAccount        `protobuf:"bytes,101,opt,name=customer,proto3" json:"customer,omitempty"`
	Plan                 *Plan                  `protobuf:"bytes,102,opt,name=plan,proto3" json:"plan,omitempty"`
	// contains filtered or unexported fields
}

func (*Subscription) Descriptor deprecated added in v0.8.0

func (*Subscription) Descriptor() ([]byte, []int)

Deprecated: Use Subscription.ProtoReflect.Descriptor instead.

func (*Subscription) GetBillingCycleAnchorAt added in v0.8.26

func (x *Subscription) GetBillingCycleAnchorAt() *timestamppb.Timestamp

func (*Subscription) GetCanceledAt added in v0.8.0

func (x *Subscription) GetCanceledAt() *timestamppb.Timestamp

func (*Subscription) GetCreatedAt added in v0.8.0

func (x *Subscription) GetCreatedAt() *timestamppb.Timestamp

func (*Subscription) GetCurrentPeriodEndAt added in v0.8.26

func (x *Subscription) GetCurrentPeriodEndAt() *timestamppb.Timestamp

func (*Subscription) GetCurrentPeriodStartAt added in v0.8.26

func (x *Subscription) GetCurrentPeriodStartAt() *timestamppb.Timestamp

func (*Subscription) GetCustomer added in v0.8.41

func (x *Subscription) GetCustomer() *BillingAccount

func (*Subscription) GetCustomerId added in v0.8.0

func (x *Subscription) GetCustomerId() string

func (*Subscription) GetEndedAt added in v0.8.0

func (x *Subscription) GetEndedAt() *timestamppb.Timestamp

func (*Subscription) GetId added in v0.8.0

func (x *Subscription) GetId() string

func (*Subscription) GetMetadata added in v0.8.0

func (x *Subscription) GetMetadata() *structpb.Struct

func (*Subscription) GetPhases added in v0.8.19

func (x *Subscription) GetPhases() []*Subscription_Phase

func (*Subscription) GetPlan added in v0.8.41

func (x *Subscription) GetPlan() *Plan

func (*Subscription) GetPlanId added in v0.8.0

func (x *Subscription) GetPlanId() string

func (*Subscription) GetProviderId added in v0.8.0

func (x *Subscription) GetProviderId() string

func (*Subscription) GetState added in v0.8.0

func (x *Subscription) GetState() string

func (*Subscription) GetTrialEndsAt added in v0.8.24

func (x *Subscription) GetTrialEndsAt() *timestamppb.Timestamp

func (*Subscription) GetUpdatedAt added in v0.8.0

func (x *Subscription) GetUpdatedAt() *timestamppb.Timestamp

func (*Subscription) ProtoMessage added in v0.8.0

func (*Subscription) ProtoMessage()

func (*Subscription) ProtoReflect added in v0.8.0

func (x *Subscription) ProtoReflect() protoreflect.Message

func (*Subscription) Reset added in v0.8.0

func (x *Subscription) Reset()

func (*Subscription) String added in v0.8.0

func (x *Subscription) String() string

type Subscription_Phase added in v0.8.19

type Subscription_Phase struct {
	EffectiveAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=effective_at,json=effectiveAt,proto3" json:"effective_at,omitempty"`
	PlanId      string                 `protobuf:"bytes,2,opt,name=plan_id,json=planId,proto3" json:"plan_id,omitempty"`
	Reason      string                 `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*Subscription_Phase) Descriptor deprecated added in v0.8.19

func (*Subscription_Phase) Descriptor() ([]byte, []int)

Deprecated: Use Subscription_Phase.ProtoReflect.Descriptor instead.

func (*Subscription_Phase) GetEffectiveAt added in v0.8.19

func (x *Subscription_Phase) GetEffectiveAt() *timestamppb.Timestamp

func (*Subscription_Phase) GetPlanId added in v0.8.19

func (x *Subscription_Phase) GetPlanId() string

func (*Subscription_Phase) GetReason added in v0.24.0

func (x *Subscription_Phase) GetReason() string

func (*Subscription_Phase) ProtoMessage added in v0.8.19

func (*Subscription_Phase) ProtoMessage()

func (*Subscription_Phase) ProtoReflect added in v0.8.19

func (x *Subscription_Phase) ProtoReflect() protoreflect.Message

func (*Subscription_Phase) Reset added in v0.8.19

func (x *Subscription_Phase) Reset()

func (*Subscription_Phase) String added in v0.8.19

func (x *Subscription_Phase) String() string

type TotalDebitedTransactionsRequest added in v0.51.0

type TotalDebitedTransactionsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TotalDebitedTransactionsRequest) Descriptor deprecated added in v0.51.0

func (*TotalDebitedTransactionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use TotalDebitedTransactionsRequest.ProtoReflect.Descriptor instead.

func (*TotalDebitedTransactionsRequest) GetOrgId added in v0.51.0

func (*TotalDebitedTransactionsRequest) ProtoMessage added in v0.51.0

func (*TotalDebitedTransactionsRequest) ProtoMessage()

func (*TotalDebitedTransactionsRequest) ProtoReflect added in v0.51.0

func (*TotalDebitedTransactionsRequest) Reset added in v0.51.0

func (*TotalDebitedTransactionsRequest) String added in v0.51.0

type TotalDebitedTransactionsResponse added in v0.51.0

type TotalDebitedTransactionsResponse struct {

	// Total debited amount in the billing account
	Debited *BillingAccount_Balance `protobuf:"bytes,1,opt,name=debited,proto3" json:"debited,omitempty"`
	// contains filtered or unexported fields
}

func (*TotalDebitedTransactionsResponse) Descriptor deprecated added in v0.51.0

func (*TotalDebitedTransactionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use TotalDebitedTransactionsResponse.ProtoReflect.Descriptor instead.

func (*TotalDebitedTransactionsResponse) GetDebited added in v0.51.0

func (*TotalDebitedTransactionsResponse) ProtoMessage added in v0.51.0

func (*TotalDebitedTransactionsResponse) ProtoMessage()

func (*TotalDebitedTransactionsResponse) ProtoReflect added in v0.51.0

func (*TotalDebitedTransactionsResponse) Reset added in v0.51.0

func (*TotalDebitedTransactionsResponse) String added in v0.51.0

type UpdateBillingAccountDetailsRequest added in v0.60.0

type UpdateBillingAccountDetailsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Id    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// credit_min is the minimum credit limit for the billing account
	// default is 0, negative numbers work as overdraft, positive
	// numbers work as minimum purchase limit
	CreditMin int64 `protobuf:"varint,3,opt,name=credit_min,json=creditMin,proto3" json:"credit_min,omitempty"`
	// due_in_days is the number of days after the invoice finalization
	// that it will be considered overdue, if set to 0, the customer will
	// be charged immediately
	DueInDays int64 `protobuf:"varint,4,opt,name=due_in_days,json=dueInDays,proto3" json:"due_in_days,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBillingAccountDetailsRequest) Descriptor deprecated added in v0.60.0

func (*UpdateBillingAccountDetailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBillingAccountDetailsRequest.ProtoReflect.Descriptor instead.

func (*UpdateBillingAccountDetailsRequest) GetCreditMin added in v0.60.0

func (x *UpdateBillingAccountDetailsRequest) GetCreditMin() int64

func (*UpdateBillingAccountDetailsRequest) GetDueInDays added in v0.60.0

func (x *UpdateBillingAccountDetailsRequest) GetDueInDays() int64

func (*UpdateBillingAccountDetailsRequest) GetId added in v0.60.0

func (*UpdateBillingAccountDetailsRequest) GetOrgId added in v0.60.0

func (*UpdateBillingAccountDetailsRequest) ProtoMessage added in v0.60.0

func (*UpdateBillingAccountDetailsRequest) ProtoMessage()

func (*UpdateBillingAccountDetailsRequest) ProtoReflect added in v0.60.0

func (*UpdateBillingAccountDetailsRequest) Reset added in v0.60.0

func (*UpdateBillingAccountDetailsRequest) String added in v0.60.0

type UpdateBillingAccountDetailsResponse added in v0.60.0

type UpdateBillingAccountDetailsResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateBillingAccountDetailsResponse) Descriptor deprecated added in v0.60.0

func (*UpdateBillingAccountDetailsResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBillingAccountDetailsResponse.ProtoReflect.Descriptor instead.

func (*UpdateBillingAccountDetailsResponse) ProtoMessage added in v0.60.0

func (*UpdateBillingAccountDetailsResponse) ProtoMessage()

func (*UpdateBillingAccountDetailsResponse) ProtoReflect added in v0.60.0

func (*UpdateBillingAccountDetailsResponse) Reset added in v0.60.0

func (*UpdateBillingAccountDetailsResponse) String added in v0.60.0

type UpdateBillingAccountLimitsRequest added in v0.34.0

type UpdateBillingAccountLimitsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Id    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// credit_min is the minimum credit limit for the billing account
	// default is 0, negative numbers work as overdraft, positive
	// numbers work as minimum purchase limit
	CreditMin int64 `protobuf:"varint,3,opt,name=credit_min,json=creditMin,proto3" json:"credit_min,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBillingAccountLimitsRequest) Descriptor deprecated added in v0.34.0

func (*UpdateBillingAccountLimitsRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBillingAccountLimitsRequest.ProtoReflect.Descriptor instead.

func (*UpdateBillingAccountLimitsRequest) GetCreditMin added in v0.34.0

func (x *UpdateBillingAccountLimitsRequest) GetCreditMin() int64

func (*UpdateBillingAccountLimitsRequest) GetId added in v0.34.0

func (*UpdateBillingAccountLimitsRequest) GetOrgId added in v0.34.0

func (*UpdateBillingAccountLimitsRequest) ProtoMessage added in v0.34.0

func (*UpdateBillingAccountLimitsRequest) ProtoMessage()

func (*UpdateBillingAccountLimitsRequest) ProtoReflect added in v0.34.0

func (*UpdateBillingAccountLimitsRequest) Reset added in v0.34.0

func (*UpdateBillingAccountLimitsRequest) String added in v0.34.0

type UpdateBillingAccountLimitsResponse added in v0.34.0

type UpdateBillingAccountLimitsResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateBillingAccountLimitsResponse) Descriptor deprecated added in v0.34.0

func (*UpdateBillingAccountLimitsResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBillingAccountLimitsResponse.ProtoReflect.Descriptor instead.

func (*UpdateBillingAccountLimitsResponse) ProtoMessage added in v0.34.0

func (*UpdateBillingAccountLimitsResponse) ProtoMessage()

func (*UpdateBillingAccountLimitsResponse) ProtoReflect added in v0.34.0

func (*UpdateBillingAccountLimitsResponse) Reset added in v0.34.0

func (*UpdateBillingAccountLimitsResponse) String added in v0.34.0

type UpdateBillingAccountRequest added in v0.8.0

type UpdateBillingAccountRequest struct {

	// ID of the billing account to update
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Billing account to update.
	Body *BillingAccountRequestBody `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBillingAccountRequest) Descriptor deprecated added in v0.8.0

func (*UpdateBillingAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBillingAccountRequest.ProtoReflect.Descriptor instead.

func (*UpdateBillingAccountRequest) GetBody added in v0.8.0

func (*UpdateBillingAccountRequest) GetId added in v0.8.0

func (*UpdateBillingAccountRequest) ProtoMessage added in v0.8.0

func (*UpdateBillingAccountRequest) ProtoMessage()

func (*UpdateBillingAccountRequest) ProtoReflect added in v0.8.0

func (*UpdateBillingAccountRequest) Reset added in v0.8.0

func (x *UpdateBillingAccountRequest) Reset()

func (*UpdateBillingAccountRequest) String added in v0.8.0

func (x *UpdateBillingAccountRequest) String() string

type UpdateBillingAccountResponse added in v0.8.0

type UpdateBillingAccountResponse struct {

	// Updated billing account
	BillingAccount *BillingAccount `protobuf:"bytes,1,opt,name=billing_account,json=billingAccount,proto3" json:"billing_account,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBillingAccountResponse) Descriptor deprecated added in v0.8.0

func (*UpdateBillingAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBillingAccountResponse.ProtoReflect.Descriptor instead.

func (*UpdateBillingAccountResponse) GetBillingAccount added in v0.8.0

func (x *UpdateBillingAccountResponse) GetBillingAccount() *BillingAccount

func (*UpdateBillingAccountResponse) ProtoMessage added in v0.8.0

func (*UpdateBillingAccountResponse) ProtoMessage()

func (*UpdateBillingAccountResponse) ProtoReflect added in v0.8.0

func (*UpdateBillingAccountResponse) Reset added in v0.8.0

func (x *UpdateBillingAccountResponse) Reset()

func (*UpdateBillingAccountResponse) String added in v0.8.0

type UpdateCurrentUserPATRequest added in v0.94.0

type UpdateCurrentUserPATRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// Role-scope assignments for the PAT
	Scopes   []*PATScope      `protobuf:"bytes,6,rep,name=scopes,proto3" json:"scopes,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCurrentUserPATRequest) Descriptor deprecated added in v0.94.0

func (*UpdateCurrentUserPATRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCurrentUserPATRequest.ProtoReflect.Descriptor instead.

func (*UpdateCurrentUserPATRequest) GetId added in v0.94.0

func (*UpdateCurrentUserPATRequest) GetMetadata added in v0.94.0

func (x *UpdateCurrentUserPATRequest) GetMetadata() *structpb.Struct

func (*UpdateCurrentUserPATRequest) GetScopes added in v0.95.0

func (x *UpdateCurrentUserPATRequest) GetScopes() []*PATScope

func (*UpdateCurrentUserPATRequest) GetTitle added in v0.94.0

func (x *UpdateCurrentUserPATRequest) GetTitle() string

func (*UpdateCurrentUserPATRequest) ProtoMessage added in v0.94.0

func (*UpdateCurrentUserPATRequest) ProtoMessage()

func (*UpdateCurrentUserPATRequest) ProtoReflect added in v0.94.0

func (*UpdateCurrentUserPATRequest) Reset added in v0.94.0

func (x *UpdateCurrentUserPATRequest) Reset()

func (*UpdateCurrentUserPATRequest) String added in v0.94.0

func (x *UpdateCurrentUserPATRequest) String() string

type UpdateCurrentUserPATResponse added in v0.94.0

type UpdateCurrentUserPATResponse struct {
	Pat *PAT `protobuf:"bytes,1,opt,name=pat,proto3" json:"pat,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCurrentUserPATResponse) Descriptor deprecated added in v0.94.0

func (*UpdateCurrentUserPATResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCurrentUserPATResponse.ProtoReflect.Descriptor instead.

func (*UpdateCurrentUserPATResponse) GetPat added in v0.94.0

func (x *UpdateCurrentUserPATResponse) GetPat() *PAT

func (*UpdateCurrentUserPATResponse) ProtoMessage added in v0.94.0

func (*UpdateCurrentUserPATResponse) ProtoMessage()

func (*UpdateCurrentUserPATResponse) ProtoReflect added in v0.94.0

func (*UpdateCurrentUserPATResponse) Reset added in v0.94.0

func (x *UpdateCurrentUserPATResponse) Reset()

func (*UpdateCurrentUserPATResponse) String added in v0.94.0

type UpdateCurrentUserRequest

type UpdateCurrentUserRequest struct {
	Body *UserRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCurrentUserRequest) Descriptor deprecated

func (*UpdateCurrentUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCurrentUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateCurrentUserRequest) GetBody

func (*UpdateCurrentUserRequest) ProtoMessage

func (*UpdateCurrentUserRequest) ProtoMessage()

func (*UpdateCurrentUserRequest) ProtoReflect

func (x *UpdateCurrentUserRequest) ProtoReflect() protoreflect.Message

func (*UpdateCurrentUserRequest) Reset

func (x *UpdateCurrentUserRequest) Reset()

func (*UpdateCurrentUserRequest) String

func (x *UpdateCurrentUserRequest) String() string

type UpdateCurrentUserResponse

type UpdateCurrentUserResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCurrentUserResponse) Descriptor deprecated

func (*UpdateCurrentUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCurrentUserResponse.ProtoReflect.Descriptor instead.

func (*UpdateCurrentUserResponse) GetUser

func (x *UpdateCurrentUserResponse) GetUser() *User

func (*UpdateCurrentUserResponse) ProtoMessage

func (*UpdateCurrentUserResponse) ProtoMessage()

func (*UpdateCurrentUserResponse) ProtoReflect

func (*UpdateCurrentUserResponse) Reset

func (x *UpdateCurrentUserResponse) Reset()

func (*UpdateCurrentUserResponse) String

func (x *UpdateCurrentUserResponse) String() string

type UpdateFeatureRequest added in v0.8.0

type UpdateFeatureRequest struct {

	// ID of the feature to update
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Feature to update
	Body *FeatureRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFeatureRequest) Descriptor deprecated added in v0.8.0

func (*UpdateFeatureRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFeatureRequest.ProtoReflect.Descriptor instead.

func (*UpdateFeatureRequest) GetBody added in v0.8.0

func (*UpdateFeatureRequest) GetId added in v0.8.0

func (x *UpdateFeatureRequest) GetId() string

func (*UpdateFeatureRequest) ProtoMessage added in v0.8.0

func (*UpdateFeatureRequest) ProtoMessage()

func (*UpdateFeatureRequest) ProtoReflect added in v0.8.0

func (x *UpdateFeatureRequest) ProtoReflect() protoreflect.Message

func (*UpdateFeatureRequest) Reset added in v0.8.0

func (x *UpdateFeatureRequest) Reset()

func (*UpdateFeatureRequest) String added in v0.8.0

func (x *UpdateFeatureRequest) String() string

type UpdateFeatureResponse added in v0.8.0

type UpdateFeatureResponse struct {

	// Updated feature
	Feature *Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFeatureResponse) Descriptor deprecated added in v0.8.0

func (*UpdateFeatureResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFeatureResponse.ProtoReflect.Descriptor instead.

func (*UpdateFeatureResponse) GetFeature added in v0.8.0

func (x *UpdateFeatureResponse) GetFeature() *Feature

func (*UpdateFeatureResponse) ProtoMessage added in v0.8.0

func (*UpdateFeatureResponse) ProtoMessage()

func (*UpdateFeatureResponse) ProtoReflect added in v0.8.0

func (x *UpdateFeatureResponse) ProtoReflect() protoreflect.Message

func (*UpdateFeatureResponse) Reset added in v0.8.0

func (x *UpdateFeatureResponse) Reset()

func (*UpdateFeatureResponse) String added in v0.8.0

func (x *UpdateFeatureResponse) String() string

type UpdateGroupRequest

type UpdateGroupRequest struct {
	Id   string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *GroupRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGroupRequest) Descriptor deprecated

func (*UpdateGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdateGroupRequest) GetBody

func (x *UpdateGroupRequest) GetBody() *GroupRequestBody

func (*UpdateGroupRequest) GetId

func (x *UpdateGroupRequest) GetId() string

func (*UpdateGroupRequest) ProtoMessage

func (*UpdateGroupRequest) ProtoMessage()

func (*UpdateGroupRequest) ProtoReflect

func (x *UpdateGroupRequest) ProtoReflect() protoreflect.Message

func (*UpdateGroupRequest) Reset

func (x *UpdateGroupRequest) Reset()

func (*UpdateGroupRequest) String

func (x *UpdateGroupRequest) String() string

type UpdateGroupResponse

type UpdateGroupResponse struct {
	Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGroupResponse) Descriptor deprecated

func (*UpdateGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateGroupResponse.ProtoReflect.Descriptor instead.

func (*UpdateGroupResponse) GetGroup

func (x *UpdateGroupResponse) GetGroup() *Group

func (*UpdateGroupResponse) ProtoMessage

func (*UpdateGroupResponse) ProtoMessage()

func (*UpdateGroupResponse) ProtoReflect

func (x *UpdateGroupResponse) ProtoReflect() protoreflect.Message

func (*UpdateGroupResponse) Reset

func (x *UpdateGroupResponse) Reset()

func (*UpdateGroupResponse) String

func (x *UpdateGroupResponse) String() string

type UpdateMetaSchemaRequest

type UpdateMetaSchemaRequest struct {
	Id   string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *MetaSchemaRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMetaSchemaRequest) Descriptor deprecated

func (*UpdateMetaSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMetaSchemaRequest.ProtoReflect.Descriptor instead.

func (*UpdateMetaSchemaRequest) GetBody

func (*UpdateMetaSchemaRequest) GetId

func (x *UpdateMetaSchemaRequest) GetId() string

func (*UpdateMetaSchemaRequest) ProtoMessage

func (*UpdateMetaSchemaRequest) ProtoMessage()

func (*UpdateMetaSchemaRequest) ProtoReflect

func (x *UpdateMetaSchemaRequest) ProtoReflect() protoreflect.Message

func (*UpdateMetaSchemaRequest) Reset

func (x *UpdateMetaSchemaRequest) Reset()

func (*UpdateMetaSchemaRequest) String

func (x *UpdateMetaSchemaRequest) String() string

type UpdateMetaSchemaResponse

type UpdateMetaSchemaResponse struct {
	Metaschema *MetaSchema `protobuf:"bytes,1,opt,name=metaschema,proto3" json:"metaschema,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMetaSchemaResponse) Descriptor deprecated

func (*UpdateMetaSchemaResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMetaSchemaResponse.ProtoReflect.Descriptor instead.

func (*UpdateMetaSchemaResponse) GetMetaschema

func (x *UpdateMetaSchemaResponse) GetMetaschema() *MetaSchema

func (*UpdateMetaSchemaResponse) ProtoMessage

func (*UpdateMetaSchemaResponse) ProtoMessage()

func (*UpdateMetaSchemaResponse) ProtoReflect

func (x *UpdateMetaSchemaResponse) ProtoReflect() protoreflect.Message

func (*UpdateMetaSchemaResponse) Reset

func (x *UpdateMetaSchemaResponse) Reset()

func (*UpdateMetaSchemaResponse) String

func (x *UpdateMetaSchemaResponse) String() string

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {
	Id   string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *OrganizationRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequest) Descriptor deprecated

func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRequest) GetBody

func (*UpdateOrganizationRequest) GetId

func (x *UpdateOrganizationRequest) GetId() string

func (*UpdateOrganizationRequest) ProtoMessage

func (*UpdateOrganizationRequest) ProtoMessage()

func (*UpdateOrganizationRequest) ProtoReflect

func (*UpdateOrganizationRequest) Reset

func (x *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) String

func (x *UpdateOrganizationRequest) String() string

type UpdateOrganizationResponse

type UpdateOrganizationResponse struct {
	Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationResponse) Descriptor deprecated

func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationResponse) GetOrganization

func (x *UpdateOrganizationResponse) GetOrganization() *Organization

func (*UpdateOrganizationResponse) ProtoMessage

func (*UpdateOrganizationResponse) ProtoMessage()

func (*UpdateOrganizationResponse) ProtoReflect

func (*UpdateOrganizationResponse) Reset

func (x *UpdateOrganizationResponse) Reset()

func (*UpdateOrganizationResponse) String

func (x *UpdateOrganizationResponse) String() string

type UpdateOrganizationRoleRequest

type UpdateOrganizationRoleRequest struct {
	Id    string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string           `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Body  *RoleRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRoleRequest) Descriptor deprecated

func (*UpdateOrganizationRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationRoleRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRoleRequest) GetBody

func (*UpdateOrganizationRoleRequest) GetId

func (*UpdateOrganizationRoleRequest) GetOrgId

func (x *UpdateOrganizationRoleRequest) GetOrgId() string

func (*UpdateOrganizationRoleRequest) ProtoMessage

func (*UpdateOrganizationRoleRequest) ProtoMessage()

func (*UpdateOrganizationRoleRequest) ProtoReflect

func (*UpdateOrganizationRoleRequest) Reset

func (x *UpdateOrganizationRoleRequest) Reset()

func (*UpdateOrganizationRoleRequest) String

type UpdateOrganizationRoleResponse

type UpdateOrganizationRoleResponse struct {
	Role *Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRoleResponse) Descriptor deprecated

func (*UpdateOrganizationRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationRoleResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRoleResponse) GetRole

func (x *UpdateOrganizationRoleResponse) GetRole() *Role

func (*UpdateOrganizationRoleResponse) ProtoMessage

func (*UpdateOrganizationRoleResponse) ProtoMessage()

func (*UpdateOrganizationRoleResponse) ProtoReflect

func (*UpdateOrganizationRoleResponse) Reset

func (x *UpdateOrganizationRoleResponse) Reset()

func (*UpdateOrganizationRoleResponse) String

type UpdatePermissionRequest

type UpdatePermissionRequest struct {
	Id   string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *PermissionRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePermissionRequest) Descriptor deprecated

func (*UpdatePermissionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePermissionRequest.ProtoReflect.Descriptor instead.

func (*UpdatePermissionRequest) GetBody

func (*UpdatePermissionRequest) GetId

func (x *UpdatePermissionRequest) GetId() string

func (*UpdatePermissionRequest) ProtoMessage

func (*UpdatePermissionRequest) ProtoMessage()

func (*UpdatePermissionRequest) ProtoReflect

func (x *UpdatePermissionRequest) ProtoReflect() protoreflect.Message

func (*UpdatePermissionRequest) Reset

func (x *UpdatePermissionRequest) Reset()

func (*UpdatePermissionRequest) String

func (x *UpdatePermissionRequest) String() string

type UpdatePermissionResponse

type UpdatePermissionResponse struct {
	Permission *Permission `protobuf:"bytes,1,opt,name=permission,proto3" json:"permission,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePermissionResponse) Descriptor deprecated

func (*UpdatePermissionResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePermissionResponse.ProtoReflect.Descriptor instead.

func (*UpdatePermissionResponse) GetPermission

func (x *UpdatePermissionResponse) GetPermission() *Permission

func (*UpdatePermissionResponse) ProtoMessage

func (*UpdatePermissionResponse) ProtoMessage()

func (*UpdatePermissionResponse) ProtoReflect

func (x *UpdatePermissionResponse) ProtoReflect() protoreflect.Message

func (*UpdatePermissionResponse) Reset

func (x *UpdatePermissionResponse) Reset()

func (*UpdatePermissionResponse) String

func (x *UpdatePermissionResponse) String() string

type UpdatePlanRequest added in v0.8.0

type UpdatePlanRequest struct {

	// ID or name of the plan to update
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Plan fields to write
	Body *UpdatePlanRequestBody `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePlanRequest) Descriptor deprecated added in v0.8.0

func (*UpdatePlanRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePlanRequest.ProtoReflect.Descriptor instead.

func (*UpdatePlanRequest) GetBody added in v0.8.0

func (*UpdatePlanRequest) GetId added in v0.8.0

func (x *UpdatePlanRequest) GetId() string

func (*UpdatePlanRequest) ProtoMessage added in v0.8.0

func (*UpdatePlanRequest) ProtoMessage()

func (*UpdatePlanRequest) ProtoReflect added in v0.8.0

func (x *UpdatePlanRequest) ProtoReflect() protoreflect.Message

func (*UpdatePlanRequest) Reset added in v0.8.0

func (x *UpdatePlanRequest) Reset()

func (*UpdatePlanRequest) String added in v0.8.0

func (x *UpdatePlanRequest) String() string

type UpdatePlanRequestBody added in v0.114.0

type UpdatePlanRequestBody struct {
	Title          string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Description    string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	OnStartCredits int64  `protobuf:"varint,3,opt,name=on_start_credits,json=onStartCredits,proto3" json:"on_start_credits,omitempty"`
	TrialDays      int64  `protobuf:"varint,4,opt,name=trial_days,json=trialDays,proto3" json:"trial_days,omitempty"`
	// known states are "active" and "inactive"
	State    string           `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

UpdatePlanRequestBody carries the plan fields UpdatePlan writes. It has no name, interval, or products because UpdatePlan does not change those; a plan's products are managed through CreatePlan's upsert. UpdatePlan is a full write of these fields: an omitted field is cleared, not left unchanged.

func (*UpdatePlanRequestBody) Descriptor deprecated added in v0.114.0

func (*UpdatePlanRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePlanRequestBody.ProtoReflect.Descriptor instead.

func (*UpdatePlanRequestBody) GetDescription added in v0.114.0

func (x *UpdatePlanRequestBody) GetDescription() string

func (*UpdatePlanRequestBody) GetMetadata added in v0.114.0

func (x *UpdatePlanRequestBody) GetMetadata() *structpb.Struct

func (*UpdatePlanRequestBody) GetOnStartCredits added in v0.114.0

func (x *UpdatePlanRequestBody) GetOnStartCredits() int64

func (*UpdatePlanRequestBody) GetState added in v0.114.0

func (x *UpdatePlanRequestBody) GetState() string

func (*UpdatePlanRequestBody) GetTitle added in v0.114.0

func (x *UpdatePlanRequestBody) GetTitle() string

func (*UpdatePlanRequestBody) GetTrialDays added in v0.114.0

func (x *UpdatePlanRequestBody) GetTrialDays() int64

func (*UpdatePlanRequestBody) ProtoMessage added in v0.114.0

func (*UpdatePlanRequestBody) ProtoMessage()

func (*UpdatePlanRequestBody) ProtoReflect added in v0.114.0

func (x *UpdatePlanRequestBody) ProtoReflect() protoreflect.Message

func (*UpdatePlanRequestBody) Reset added in v0.114.0

func (x *UpdatePlanRequestBody) Reset()

func (*UpdatePlanRequestBody) String added in v0.114.0

func (x *UpdatePlanRequestBody) String() string

type UpdatePlanResponse added in v0.8.0

type UpdatePlanResponse struct {

	// Updated plan
	Plan *Plan `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePlanResponse) Descriptor deprecated added in v0.8.0

func (*UpdatePlanResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePlanResponse.ProtoReflect.Descriptor instead.

func (*UpdatePlanResponse) GetPlan added in v0.8.0

func (x *UpdatePlanResponse) GetPlan() *Plan

func (*UpdatePlanResponse) ProtoMessage added in v0.8.0

func (*UpdatePlanResponse) ProtoMessage()

func (*UpdatePlanResponse) ProtoReflect added in v0.8.0

func (x *UpdatePlanResponse) ProtoReflect() protoreflect.Message

func (*UpdatePlanResponse) Reset added in v0.8.0

func (x *UpdatePlanResponse) Reset()

func (*UpdatePlanResponse) String added in v0.8.0

func (x *UpdatePlanResponse) String() string

type UpdatePolicyRequest

type UpdatePolicyRequest struct {
	Id   string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *PolicyRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePolicyRequest) Descriptor deprecated

func (*UpdatePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdatePolicyRequest) GetBody

func (x *UpdatePolicyRequest) GetBody() *PolicyRequestBody

func (*UpdatePolicyRequest) GetId

func (x *UpdatePolicyRequest) GetId() string

func (*UpdatePolicyRequest) ProtoMessage

func (*UpdatePolicyRequest) ProtoMessage()

func (*UpdatePolicyRequest) ProtoReflect

func (x *UpdatePolicyRequest) ProtoReflect() protoreflect.Message

func (*UpdatePolicyRequest) Reset

func (x *UpdatePolicyRequest) Reset()

func (*UpdatePolicyRequest) String

func (x *UpdatePolicyRequest) String() string

type UpdatePolicyResponse

type UpdatePolicyResponse struct {
	Policies []*Policy `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePolicyResponse) Descriptor deprecated

func (*UpdatePolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdatePolicyResponse) GetPolicies

func (x *UpdatePolicyResponse) GetPolicies() []*Policy

func (*UpdatePolicyResponse) ProtoMessage

func (*UpdatePolicyResponse) ProtoMessage()

func (*UpdatePolicyResponse) ProtoReflect

func (x *UpdatePolicyResponse) ProtoReflect() protoreflect.Message

func (*UpdatePolicyResponse) Reset

func (x *UpdatePolicyResponse) Reset()

func (*UpdatePolicyResponse) String

func (x *UpdatePolicyResponse) String() string

type UpdateProductRequest added in v0.8.14

type UpdateProductRequest struct {

	// ID of the product to update
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Product to update
	Body *ProductRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProductRequest) Descriptor deprecated added in v0.8.14

func (*UpdateProductRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProductRequest.ProtoReflect.Descriptor instead.

func (*UpdateProductRequest) GetBody added in v0.8.14

func (*UpdateProductRequest) GetId added in v0.8.14

func (x *UpdateProductRequest) GetId() string

func (*UpdateProductRequest) ProtoMessage added in v0.8.14

func (*UpdateProductRequest) ProtoMessage()

func (*UpdateProductRequest) ProtoReflect added in v0.8.14

func (x *UpdateProductRequest) ProtoReflect() protoreflect.Message

func (*UpdateProductRequest) Reset added in v0.8.14

func (x *UpdateProductRequest) Reset()

func (*UpdateProductRequest) String added in v0.8.14

func (x *UpdateProductRequest) String() string

type UpdateProductResponse added in v0.8.14

type UpdateProductResponse struct {

	// Updated product
	Product *Product `protobuf:"bytes,1,opt,name=product,proto3" json:"product,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProductResponse) Descriptor deprecated added in v0.8.14

func (*UpdateProductResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProductResponse.ProtoReflect.Descriptor instead.

func (*UpdateProductResponse) GetProduct added in v0.8.14

func (x *UpdateProductResponse) GetProduct() *Product

func (*UpdateProductResponse) ProtoMessage added in v0.8.14

func (*UpdateProductResponse) ProtoMessage()

func (*UpdateProductResponse) ProtoReflect added in v0.8.14

func (x *UpdateProductResponse) ProtoReflect() protoreflect.Message

func (*UpdateProductResponse) Reset added in v0.8.14

func (x *UpdateProductResponse) Reset()

func (*UpdateProductResponse) String added in v0.8.14

func (x *UpdateProductResponse) String() string

type UpdateProjectRequest

type UpdateProjectRequest struct {
	Id   string                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *UpdateProjectRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectRequest) Descriptor deprecated

func (*UpdateProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectRequest) GetBody

func (*UpdateProjectRequest) GetId

func (x *UpdateProjectRequest) GetId() string

func (*UpdateProjectRequest) ProtoMessage

func (*UpdateProjectRequest) ProtoMessage()

func (*UpdateProjectRequest) ProtoReflect

func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message

func (*UpdateProjectRequest) Reset

func (x *UpdateProjectRequest) Reset()

func (*UpdateProjectRequest) String

func (x *UpdateProjectRequest) String() string

type UpdateProjectRequestBody added in v0.102.0

type UpdateProjectRequestBody struct {
	Name     string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title    string           `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectRequestBody) Descriptor deprecated added in v0.102.0

func (*UpdateProjectRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectRequestBody.ProtoReflect.Descriptor instead.

func (*UpdateProjectRequestBody) GetMetadata added in v0.102.0

func (x *UpdateProjectRequestBody) GetMetadata() *structpb.Struct

func (*UpdateProjectRequestBody) GetName added in v0.102.0

func (x *UpdateProjectRequestBody) GetName() string

func (*UpdateProjectRequestBody) GetTitle added in v0.102.0

func (x *UpdateProjectRequestBody) GetTitle() string

func (*UpdateProjectRequestBody) ProtoMessage added in v0.102.0

func (*UpdateProjectRequestBody) ProtoMessage()

func (*UpdateProjectRequestBody) ProtoReflect added in v0.102.0

func (x *UpdateProjectRequestBody) ProtoReflect() protoreflect.Message

func (*UpdateProjectRequestBody) Reset added in v0.102.0

func (x *UpdateProjectRequestBody) Reset()

func (*UpdateProjectRequestBody) String added in v0.102.0

func (x *UpdateProjectRequestBody) String() string

type UpdateProjectResourceRequest

type UpdateProjectResourceRequest struct {
	Id        string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body      *ResourceRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	ProjectId string               `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectResourceRequest) Descriptor deprecated

func (*UpdateProjectResourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectResourceRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectResourceRequest) GetBody

func (*UpdateProjectResourceRequest) GetId

func (*UpdateProjectResourceRequest) GetProjectId

func (x *UpdateProjectResourceRequest) GetProjectId() string

func (*UpdateProjectResourceRequest) ProtoMessage

func (*UpdateProjectResourceRequest) ProtoMessage()

func (*UpdateProjectResourceRequest) ProtoReflect

func (*UpdateProjectResourceRequest) Reset

func (x *UpdateProjectResourceRequest) Reset()

func (*UpdateProjectResourceRequest) String

type UpdateProjectResourceResponse

type UpdateProjectResourceResponse struct {
	Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectResourceResponse) Descriptor deprecated

func (*UpdateProjectResourceResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectResourceResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectResourceResponse) GetResource

func (x *UpdateProjectResourceResponse) GetResource() *Resource

func (*UpdateProjectResourceResponse) ProtoMessage

func (*UpdateProjectResourceResponse) ProtoMessage()

func (*UpdateProjectResourceResponse) ProtoReflect

func (*UpdateProjectResourceResponse) Reset

func (x *UpdateProjectResourceResponse) Reset()

func (*UpdateProjectResourceResponse) String

type UpdateProjectResponse

type UpdateProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectResponse) Descriptor deprecated

func (*UpdateProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectResponse) GetProject

func (x *UpdateProjectResponse) GetProject() *Project

func (*UpdateProjectResponse) ProtoMessage

func (*UpdateProjectResponse) ProtoMessage()

func (*UpdateProjectResponse) ProtoReflect

func (x *UpdateProjectResponse) ProtoReflect() protoreflect.Message

func (*UpdateProjectResponse) Reset

func (x *UpdateProjectResponse) Reset()

func (*UpdateProjectResponse) String

func (x *UpdateProjectResponse) String() string

type UpdateProspectRequest added in v0.50.0

type UpdateProspectRequest struct {
	Id       string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string           `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Email    string           `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	Phone    string           `protobuf:"bytes,6,opt,name=phone,proto3" json:"phone,omitempty"`
	Activity string           `protobuf:"bytes,7,opt,name=activity,proto3" json:"activity,omitempty"`
	Status   Prospect_Status  `protobuf:"varint,8,opt,name=status,proto3,enum=raystack.frontier.v1beta1.Prospect_Status" json:"status,omitempty"`
	Source   string           `protobuf:"bytes,9,opt,name=source,proto3" json:"source,omitempty"`
	Verified bool             `protobuf:"varint,10,opt,name=verified,proto3" json:"verified,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,11,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProspectRequest) Descriptor deprecated added in v0.50.0

func (*UpdateProspectRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProspectRequest.ProtoReflect.Descriptor instead.

func (*UpdateProspectRequest) GetActivity added in v0.50.0

func (x *UpdateProspectRequest) GetActivity() string

func (*UpdateProspectRequest) GetEmail added in v0.50.0

func (x *UpdateProspectRequest) GetEmail() string

func (*UpdateProspectRequest) GetId added in v0.50.0

func (x *UpdateProspectRequest) GetId() string

func (*UpdateProspectRequest) GetMetadata added in v0.50.0

func (x *UpdateProspectRequest) GetMetadata() *structpb.Struct

func (*UpdateProspectRequest) GetName added in v0.50.0

func (x *UpdateProspectRequest) GetName() string

func (*UpdateProspectRequest) GetPhone added in v0.50.0

func (x *UpdateProspectRequest) GetPhone() string

func (*UpdateProspectRequest) GetSource added in v0.50.0

func (x *UpdateProspectRequest) GetSource() string

func (*UpdateProspectRequest) GetStatus added in v0.50.0

func (x *UpdateProspectRequest) GetStatus() Prospect_Status

func (*UpdateProspectRequest) GetVerified added in v0.50.0

func (x *UpdateProspectRequest) GetVerified() bool

func (*UpdateProspectRequest) ProtoMessage added in v0.50.0

func (*UpdateProspectRequest) ProtoMessage()

func (*UpdateProspectRequest) ProtoReflect added in v0.50.0

func (x *UpdateProspectRequest) ProtoReflect() protoreflect.Message

func (*UpdateProspectRequest) Reset added in v0.50.0

func (x *UpdateProspectRequest) Reset()

func (*UpdateProspectRequest) String added in v0.50.0

func (x *UpdateProspectRequest) String() string

type UpdateProspectResponse added in v0.50.0

type UpdateProspectResponse struct {
	Prospect *Prospect `protobuf:"bytes,1,opt,name=prospect,proto3" json:"prospect,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProspectResponse) Descriptor deprecated added in v0.50.0

func (*UpdateProspectResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProspectResponse.ProtoReflect.Descriptor instead.

func (*UpdateProspectResponse) GetProspect added in v0.50.0

func (x *UpdateProspectResponse) GetProspect() *Prospect

func (*UpdateProspectResponse) ProtoMessage added in v0.50.0

func (*UpdateProspectResponse) ProtoMessage()

func (*UpdateProspectResponse) ProtoReflect added in v0.50.0

func (x *UpdateProspectResponse) ProtoReflect() protoreflect.Message

func (*UpdateProspectResponse) Reset added in v0.50.0

func (x *UpdateProspectResponse) Reset()

func (*UpdateProspectResponse) String added in v0.50.0

func (x *UpdateProspectResponse) String() string

type UpdateRelationRequest

type UpdateRelationRequest struct {
	Id   string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *RelationRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRelationRequest) Descriptor deprecated

func (*UpdateRelationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRelationRequest.ProtoReflect.Descriptor instead.

func (*UpdateRelationRequest) GetBody

func (*UpdateRelationRequest) GetId

func (x *UpdateRelationRequest) GetId() string

func (*UpdateRelationRequest) ProtoMessage

func (*UpdateRelationRequest) ProtoMessage()

func (*UpdateRelationRequest) ProtoReflect

func (x *UpdateRelationRequest) ProtoReflect() protoreflect.Message

func (*UpdateRelationRequest) Reset

func (x *UpdateRelationRequest) Reset()

func (*UpdateRelationRequest) String

func (x *UpdateRelationRequest) String() string

type UpdateRelationResponse

type UpdateRelationResponse struct {
	Relation *Relation `protobuf:"bytes,1,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRelationResponse) Descriptor deprecated

func (*UpdateRelationResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRelationResponse.ProtoReflect.Descriptor instead.

func (*UpdateRelationResponse) GetRelation

func (x *UpdateRelationResponse) GetRelation() *Relation

func (*UpdateRelationResponse) ProtoMessage

func (*UpdateRelationResponse) ProtoMessage()

func (*UpdateRelationResponse) ProtoReflect

func (x *UpdateRelationResponse) ProtoReflect() protoreflect.Message

func (*UpdateRelationResponse) Reset

func (x *UpdateRelationResponse) Reset()

func (*UpdateRelationResponse) String

func (x *UpdateRelationResponse) String() string

type UpdateRoleRequest added in v0.7.2

type UpdateRoleRequest struct {
	Id   string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *RoleRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRoleRequest) Descriptor deprecated added in v0.7.2

func (*UpdateRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRoleRequest.ProtoReflect.Descriptor instead.

func (*UpdateRoleRequest) GetBody added in v0.7.2

func (x *UpdateRoleRequest) GetBody() *RoleRequestBody

func (*UpdateRoleRequest) GetId added in v0.7.2

func (x *UpdateRoleRequest) GetId() string

func (*UpdateRoleRequest) ProtoMessage added in v0.7.2

func (*UpdateRoleRequest) ProtoMessage()

func (*UpdateRoleRequest) ProtoReflect added in v0.7.2

func (x *UpdateRoleRequest) ProtoReflect() protoreflect.Message

func (*UpdateRoleRequest) Reset added in v0.7.2

func (x *UpdateRoleRequest) Reset()

func (*UpdateRoleRequest) String added in v0.7.2

func (x *UpdateRoleRequest) String() string

type UpdateRoleResponse added in v0.7.2

type UpdateRoleResponse struct {
	Role *Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRoleResponse) Descriptor deprecated added in v0.7.2

func (*UpdateRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRoleResponse.ProtoReflect.Descriptor instead.

func (*UpdateRoleResponse) GetRole added in v0.7.2

func (x *UpdateRoleResponse) GetRole() *Role

func (*UpdateRoleResponse) ProtoMessage added in v0.7.2

func (*UpdateRoleResponse) ProtoMessage()

func (*UpdateRoleResponse) ProtoReflect added in v0.7.2

func (x *UpdateRoleResponse) ProtoReflect() protoreflect.Message

func (*UpdateRoleResponse) Reset added in v0.7.2

func (x *UpdateRoleResponse) Reset()

func (*UpdateRoleResponse) String added in v0.7.2

func (x *UpdateRoleResponse) String() string

type UpdateSubscriptionRequest added in v0.8.0

type UpdateSubscriptionRequest struct {

	// ID of the subscription to update
	Id       string           `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSubscriptionRequest) Descriptor deprecated added in v0.8.0

func (*UpdateSubscriptionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*UpdateSubscriptionRequest) GetId added in v0.8.0

func (x *UpdateSubscriptionRequest) GetId() string

func (*UpdateSubscriptionRequest) GetMetadata added in v0.8.0

func (x *UpdateSubscriptionRequest) GetMetadata() *structpb.Struct

func (*UpdateSubscriptionRequest) ProtoMessage added in v0.8.0

func (*UpdateSubscriptionRequest) ProtoMessage()

func (*UpdateSubscriptionRequest) ProtoReflect added in v0.8.0

func (*UpdateSubscriptionRequest) Reset added in v0.8.0

func (x *UpdateSubscriptionRequest) Reset()

func (*UpdateSubscriptionRequest) String added in v0.8.0

func (x *UpdateSubscriptionRequest) String() string

type UpdateSubscriptionResponse added in v0.8.0

type UpdateSubscriptionResponse struct {

	// Updated subscription
	Subscription *Subscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSubscriptionResponse) Descriptor deprecated added in v0.8.0

func (*UpdateSubscriptionResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*UpdateSubscriptionResponse) GetSubscription added in v0.8.0

func (x *UpdateSubscriptionResponse) GetSubscription() *Subscription

func (*UpdateSubscriptionResponse) ProtoMessage added in v0.8.0

func (*UpdateSubscriptionResponse) ProtoMessage()

func (*UpdateSubscriptionResponse) ProtoReflect added in v0.8.0

func (*UpdateSubscriptionResponse) Reset added in v0.8.0

func (x *UpdateSubscriptionResponse) Reset()

func (*UpdateSubscriptionResponse) String added in v0.8.0

func (x *UpdateSubscriptionResponse) String() string

type UpdateUserRequest

type UpdateUserRequest struct {
	Id   string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *UserRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserRequest) Descriptor deprecated

func (*UpdateUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserRequest) GetBody

func (x *UpdateUserRequest) GetBody() *UserRequestBody

func (*UpdateUserRequest) GetId

func (x *UpdateUserRequest) GetId() string

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) ProtoReflect

func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserRequest) Reset

func (x *UpdateUserRequest) Reset()

func (*UpdateUserRequest) String

func (x *UpdateUserRequest) String() string

type UpdateUserResponse

type UpdateUserResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserResponse) Descriptor deprecated

func (*UpdateUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserResponse) GetUser

func (x *UpdateUserResponse) GetUser() *User

func (*UpdateUserResponse) ProtoMessage

func (*UpdateUserResponse) ProtoMessage()

func (*UpdateUserResponse) ProtoReflect

func (x *UpdateUserResponse) ProtoReflect() protoreflect.Message

func (*UpdateUserResponse) Reset

func (x *UpdateUserResponse) Reset()

func (*UpdateUserResponse) String

func (x *UpdateUserResponse) String() string

type UpdateWebhookRequest added in v0.11.0

type UpdateWebhookRequest struct {
	Id   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *WebhookRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWebhookRequest) Descriptor deprecated added in v0.11.0

func (*UpdateWebhookRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWebhookRequest.ProtoReflect.Descriptor instead.

func (*UpdateWebhookRequest) GetBody added in v0.11.0

func (*UpdateWebhookRequest) GetId added in v0.11.0

func (x *UpdateWebhookRequest) GetId() string

func (*UpdateWebhookRequest) ProtoMessage added in v0.11.0

func (*UpdateWebhookRequest) ProtoMessage()

func (*UpdateWebhookRequest) ProtoReflect added in v0.11.0

func (x *UpdateWebhookRequest) ProtoReflect() protoreflect.Message

func (*UpdateWebhookRequest) Reset added in v0.11.0

func (x *UpdateWebhookRequest) Reset()

func (*UpdateWebhookRequest) String added in v0.11.0

func (x *UpdateWebhookRequest) String() string

type UpdateWebhookResponse added in v0.11.0

type UpdateWebhookResponse struct {
	Webhook *Webhook `protobuf:"bytes,1,opt,name=webhook,proto3" json:"webhook,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWebhookResponse) Descriptor deprecated added in v0.11.0

func (*UpdateWebhookResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWebhookResponse.ProtoReflect.Descriptor instead.

func (*UpdateWebhookResponse) GetWebhook added in v0.11.0

func (x *UpdateWebhookResponse) GetWebhook() *Webhook

func (*UpdateWebhookResponse) ProtoMessage added in v0.11.0

func (*UpdateWebhookResponse) ProtoMessage()

func (*UpdateWebhookResponse) ProtoReflect added in v0.11.0

func (x *UpdateWebhookResponse) ProtoReflect() protoreflect.Message

func (*UpdateWebhookResponse) Reset added in v0.11.0

func (x *UpdateWebhookResponse) Reset()

func (*UpdateWebhookResponse) String added in v0.11.0

func (x *UpdateWebhookResponse) String() string

type Usage added in v0.8.0

type Usage struct {

	// uuid used as an idempotent key
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CustomerId string `protobuf:"bytes,2,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// additional metadata for storing event/service that triggered this usage
	Source      string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// Type is the type of usage, it can be credit or feature
	// if credit, the amount is the amount of credits that were consumed
	// if feature, the amount is the amount of features that were used
	Type   string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Amount int64  `protobuf:"varint,6,opt,name=amount,proto3" json:"amount,omitempty"`
	// user_id is the user that triggered this usage
	UserId    string                 `protobuf:"bytes,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Usage) Descriptor deprecated added in v0.8.0

func (*Usage) Descriptor() ([]byte, []int)

Deprecated: Use Usage.ProtoReflect.Descriptor instead.

func (*Usage) GetAmount added in v0.8.0

func (x *Usage) GetAmount() int64

func (*Usage) GetCreatedAt added in v0.8.0

func (x *Usage) GetCreatedAt() *timestamppb.Timestamp

func (*Usage) GetCustomerId added in v0.8.0

func (x *Usage) GetCustomerId() string

func (*Usage) GetDescription added in v0.8.0

func (x *Usage) GetDescription() string

func (*Usage) GetId added in v0.8.0

func (x *Usage) GetId() string

func (*Usage) GetMetadata added in v0.8.0

func (x *Usage) GetMetadata() *structpb.Struct

func (*Usage) GetSource added in v0.8.0

func (x *Usage) GetSource() string

func (*Usage) GetType added in v0.8.0

func (x *Usage) GetType() string

func (*Usage) GetUpdatedAt added in v0.8.0

func (x *Usage) GetUpdatedAt() *timestamppb.Timestamp

func (*Usage) GetUserId added in v0.8.34

func (x *Usage) GetUserId() string

func (*Usage) ProtoMessage added in v0.8.0

func (*Usage) ProtoMessage()

func (*Usage) ProtoReflect added in v0.8.0

func (x *Usage) ProtoReflect() protoreflect.Message

func (*Usage) Reset added in v0.8.0

func (x *Usage) Reset()

func (*Usage) String added in v0.8.0

func (x *Usage) String() string

type User

type User struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// can either be empty or must start with a character
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title     string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Email     string                 `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	State     string                 `protobuf:"bytes,8,opt,name=state,proto3" json:"state,omitempty"`
	Avatar    string                 `protobuf:"bytes,9,opt,name=avatar,proto3" json:"avatar,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetAvatar added in v0.7.5

func (x *User) GetAvatar() string

func (*User) GetCreatedAt

func (x *User) GetCreatedAt() *timestamppb.Timestamp

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetId

func (x *User) GetId() string

func (*User) GetMetadata

func (x *User) GetMetadata() *structpb.Struct

func (*User) GetName

func (x *User) GetName() string

func (*User) GetState

func (x *User) GetState() string

func (*User) GetTitle

func (x *User) GetTitle() string

func (*User) GetUpdatedAt

func (x *User) GetUpdatedAt() *timestamppb.Timestamp

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserRequestBody

type UserRequestBody struct {
	Name     string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Email    string           `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Title    string           `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Avatar   string           `protobuf:"bytes,5,opt,name=avatar,proto3" json:"avatar,omitempty"`
	// contains filtered or unexported fields
}

func (*UserRequestBody) Descriptor deprecated

func (*UserRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use UserRequestBody.ProtoReflect.Descriptor instead.

func (*UserRequestBody) GetAvatar added in v0.7.5

func (x *UserRequestBody) GetAvatar() string

func (*UserRequestBody) GetEmail

func (x *UserRequestBody) GetEmail() string

func (*UserRequestBody) GetMetadata

func (x *UserRequestBody) GetMetadata() *structpb.Struct

func (*UserRequestBody) GetName

func (x *UserRequestBody) GetName() string

func (*UserRequestBody) GetTitle

func (x *UserRequestBody) GetTitle() string

func (*UserRequestBody) ProtoMessage

func (*UserRequestBody) ProtoMessage()

func (*UserRequestBody) ProtoReflect

func (x *UserRequestBody) ProtoReflect() protoreflect.Message

func (*UserRequestBody) Reset

func (x *UserRequestBody) Reset()

func (*UserRequestBody) String

func (x *UserRequestBody) String() string

type VerifyOrganizationDomainRequest added in v0.7.2

type VerifyOrganizationDomainRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Id    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyOrganizationDomainRequest) Descriptor deprecated added in v0.7.2

func (*VerifyOrganizationDomainRequest) Descriptor() ([]byte, []int)

Deprecated: Use VerifyOrganizationDomainRequest.ProtoReflect.Descriptor instead.

func (*VerifyOrganizationDomainRequest) GetId added in v0.7.2

func (*VerifyOrganizationDomainRequest) GetOrgId added in v0.7.2

func (*VerifyOrganizationDomainRequest) ProtoMessage added in v0.7.2

func (*VerifyOrganizationDomainRequest) ProtoMessage()

func (*VerifyOrganizationDomainRequest) ProtoReflect added in v0.7.2

func (*VerifyOrganizationDomainRequest) Reset added in v0.7.2

func (*VerifyOrganizationDomainRequest) String added in v0.7.2

type VerifyOrganizationDomainResponse added in v0.7.2

type VerifyOrganizationDomainResponse struct {
	State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyOrganizationDomainResponse) Descriptor deprecated added in v0.7.2

func (*VerifyOrganizationDomainResponse) Descriptor() ([]byte, []int)

Deprecated: Use VerifyOrganizationDomainResponse.ProtoReflect.Descriptor instead.

func (*VerifyOrganizationDomainResponse) GetState added in v0.7.2

func (*VerifyOrganizationDomainResponse) ProtoMessage added in v0.7.2

func (*VerifyOrganizationDomainResponse) ProtoMessage()

func (*VerifyOrganizationDomainResponse) ProtoReflect added in v0.7.2

func (*VerifyOrganizationDomainResponse) Reset added in v0.7.2

func (*VerifyOrganizationDomainResponse) String added in v0.7.2

type Webhook added in v0.11.0

type Webhook struct {
	Id               string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description      string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Url              string   `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	SubscribedEvents []string `protobuf:"bytes,4,rep,name=subscribed_events,json=subscribedEvents,proto3" json:"subscribed_events,omitempty"`
	// headers to be sent with the webhook
	Headers map[string]string `` /* 155-byte string literal not displayed */
	// secret to sign the payload, there could be multiple enabled secrets for a webhook
	// but only one will be used to sign the payload, this is useful for rotating secrets
	Secrets   []*Webhook_Secret      `protobuf:"bytes,6,rep,name=secrets,proto3" json:"secrets,omitempty"`
	State     string                 `protobuf:"bytes,7,opt,name=state,proto3" json:"state,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Webhook) Descriptor deprecated added in v0.11.0

func (*Webhook) Descriptor() ([]byte, []int)

Deprecated: Use Webhook.ProtoReflect.Descriptor instead.

func (*Webhook) GetCreatedAt added in v0.11.0

func (x *Webhook) GetCreatedAt() *timestamppb.Timestamp

func (*Webhook) GetDescription added in v0.11.0

func (x *Webhook) GetDescription() string

func (*Webhook) GetHeaders added in v0.11.0

func (x *Webhook) GetHeaders() map[string]string

func (*Webhook) GetId added in v0.11.0

func (x *Webhook) GetId() string

func (*Webhook) GetMetadata added in v0.11.0

func (x *Webhook) GetMetadata() *structpb.Struct

func (*Webhook) GetSecrets added in v0.11.0

func (x *Webhook) GetSecrets() []*Webhook_Secret

func (*Webhook) GetState added in v0.11.0

func (x *Webhook) GetState() string

func (*Webhook) GetSubscribedEvents added in v0.11.0

func (x *Webhook) GetSubscribedEvents() []string

func (*Webhook) GetUpdatedAt added in v0.11.0

func (x *Webhook) GetUpdatedAt() *timestamppb.Timestamp

func (*Webhook) GetUrl added in v0.11.0

func (x *Webhook) GetUrl() string

func (*Webhook) ProtoMessage added in v0.11.0

func (*Webhook) ProtoMessage()

func (*Webhook) ProtoReflect added in v0.11.0

func (x *Webhook) ProtoReflect() protoreflect.Message

func (*Webhook) Reset added in v0.11.0

func (x *Webhook) Reset()

func (*Webhook) String added in v0.11.0

func (x *Webhook) String() string

type WebhookEvent added in v0.11.0

type WebhookEvent struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Action    string                 `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`
	Data      *structpb.Struct       `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*WebhookEvent) Descriptor deprecated added in v0.11.0

func (*WebhookEvent) Descriptor() ([]byte, []int)

Deprecated: Use WebhookEvent.ProtoReflect.Descriptor instead.

func (*WebhookEvent) GetAction added in v0.11.0

func (x *WebhookEvent) GetAction() string

func (*WebhookEvent) GetCreatedAt added in v0.11.0

func (x *WebhookEvent) GetCreatedAt() *timestamppb.Timestamp

func (*WebhookEvent) GetData added in v0.11.0

func (x *WebhookEvent) GetData() *structpb.Struct

func (*WebhookEvent) GetId added in v0.11.0

func (x *WebhookEvent) GetId() string

func (*WebhookEvent) GetMetadata added in v0.11.0

func (x *WebhookEvent) GetMetadata() *structpb.Struct

func (*WebhookEvent) ProtoMessage added in v0.11.0

func (*WebhookEvent) ProtoMessage()

func (*WebhookEvent) ProtoReflect added in v0.11.0

func (x *WebhookEvent) ProtoReflect() protoreflect.Message

func (*WebhookEvent) Reset added in v0.11.0

func (x *WebhookEvent) Reset()

func (*WebhookEvent) String added in v0.11.0

func (x *WebhookEvent) String() string

type WebhookRequestBody added in v0.11.0

type WebhookRequestBody struct {

	// URL to send the webhook to (valid absolute URI via RFC 3986)
	Url         string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// events to subscribe to, if empty all events are subscribed
	SubscribedEvents []string `protobuf:"bytes,3,rep,name=subscribed_events,json=subscribedEvents,proto3" json:"subscribed_events,omitempty"`
	// headers to be sent with the webhook
	Headers  map[string]string `` /* 155-byte string literal not displayed */
	State    string            `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	Metadata *structpb.Struct  `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*WebhookRequestBody) Descriptor deprecated added in v0.11.0

func (*WebhookRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use WebhookRequestBody.ProtoReflect.Descriptor instead.

func (*WebhookRequestBody) GetDescription added in v0.11.0

func (x *WebhookRequestBody) GetDescription() string

func (*WebhookRequestBody) GetHeaders added in v0.11.0

func (x *WebhookRequestBody) GetHeaders() map[string]string

func (*WebhookRequestBody) GetMetadata added in v0.11.0

func (x *WebhookRequestBody) GetMetadata() *structpb.Struct

func (*WebhookRequestBody) GetState added in v0.11.0

func (x *WebhookRequestBody) GetState() string

func (*WebhookRequestBody) GetSubscribedEvents added in v0.11.0

func (x *WebhookRequestBody) GetSubscribedEvents() []string

func (*WebhookRequestBody) GetUrl added in v0.11.0

func (x *WebhookRequestBody) GetUrl() string

func (*WebhookRequestBody) ProtoMessage added in v0.11.0

func (*WebhookRequestBody) ProtoMessage()

func (*WebhookRequestBody) ProtoReflect added in v0.11.0

func (x *WebhookRequestBody) ProtoReflect() protoreflect.Message

func (*WebhookRequestBody) Reset added in v0.11.0

func (x *WebhookRequestBody) Reset()

func (*WebhookRequestBody) String added in v0.11.0

func (x *WebhookRequestBody) String() string

type Webhook_Secret added in v0.11.0

type Webhook_Secret struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Webhook_Secret) Descriptor deprecated added in v0.11.0

func (*Webhook_Secret) Descriptor() ([]byte, []int)

Deprecated: Use Webhook_Secret.ProtoReflect.Descriptor instead.

func (*Webhook_Secret) GetId added in v0.11.0

func (x *Webhook_Secret) GetId() string

func (*Webhook_Secret) GetValue added in v0.11.0

func (x *Webhook_Secret) GetValue() string

func (*Webhook_Secret) ProtoMessage added in v0.11.0

func (*Webhook_Secret) ProtoMessage()

func (*Webhook_Secret) ProtoReflect added in v0.11.0

func (x *Webhook_Secret) ProtoReflect() protoreflect.Message

func (*Webhook_Secret) Reset added in v0.11.0

func (x *Webhook_Secret) Reset()

func (*Webhook_Secret) String added in v0.11.0

func (x *Webhook_Secret) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL