api

package
v0.8.63 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 9 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	InstanceType_name = map[int32]string{
		0: "INSTANCE_TYPE_UNKNOWN",
		1: "INSTANCE_TYPE_HOSTED",
		2: "INSTANCE_TYPE_EDGE_AUTHORIZER",
	}
	InstanceType_value = map[string]int32{
		"INSTANCE_TYPE_UNKNOWN":         0,
		"INSTANCE_TYPE_HOSTED":          1,
		"INSTANCE_TYPE_EDGE_AUTHORIZER": 2,
	}
)

Enum value maps for InstanceType.

View Source
var (
	UserStatus_name = map[int32]string{
		0: "USER_STATUS_UNKNOWN",
		1: "USER_STATUS_STAGED",
		2: "USER_STATUS_PROVISIONED",
		3: "USER_STATUS_ACTIVE",
		4: "USER_STATUS_RECOVERY",
		5: "USER_STATUS_PASSWORD_EXPIRED",
		6: "USER_STATUS_LOCKED_OUT",
		7: "USER_STATUS_SUSPENDED",
		8: "USER_STATUS_DEPROVISIONED",
	}
	UserStatus_value = map[string]int32{
		"USER_STATUS_UNKNOWN":          0,
		"USER_STATUS_STAGED":           1,
		"USER_STATUS_PROVISIONED":      2,
		"USER_STATUS_ACTIVE":           3,
		"USER_STATUS_RECOVERY":         4,
		"USER_STATUS_PASSWORD_EXPIRED": 5,
		"USER_STATUS_LOCKED_OUT":       6,
		"USER_STATUS_SUSPENDED":        7,
		"USER_STATUS_DEPROVISIONED":    8,
	}
)

Enum value maps for UserStatus.

View Source
var (
	WorkflowState_name = map[int32]string{
		0: "WORKFLOW_STATE_UNKNOWN",
		1: "WORKFLOW_STATE_RUNNING",
		2: "WORKFLOW_STATE_DONE",
	}
	WorkflowState_value = map[string]int32{
		"WORKFLOW_STATE_UNKNOWN": 0,
		"WORKFLOW_STATE_RUNNING": 1,
		"WORKFLOW_STATE_DONE":    2,
	}
)

Enum value maps for WorkflowState.

View Source
var (
	ActivityResponseState_name = map[int32]string{
		0: "ACTIVITY_RESPONSE_STATE_UNKNOWN",
		1: "ACTIVITY_RESPONSE_STATE_CREATED",
		2: "ACTIVITY_RESPONSE_STATE_DELETED",
		3: "ACTIVITY_RESPONSE_STATE_UPDATED",
		4: "ACTIVITY_RESPONSE_STATE_UNCHANGED",
	}
	ActivityResponseState_value = map[string]int32{
		"ACTIVITY_RESPONSE_STATE_UNKNOWN":   0,
		"ACTIVITY_RESPONSE_STATE_CREATED":   1,
		"ACTIVITY_RESPONSE_STATE_DELETED":   2,
		"ACTIVITY_RESPONSE_STATE_UPDATED":   3,
		"ACTIVITY_RESPONSE_STATE_UNCHANGED": 4,
	}
)

Enum value maps for ActivityResponseState.

View Source
var (
	WorkflowRunType_name = map[int32]string{
		0: "WORKFLOW_RUN_TYPE_UNKNOWN",
		1: "WORKFLOW_RUN_TYPE_NOOP",
		2: "WORKFLOW_RUN_TYPE_EXECUTE",
	}
	WorkflowRunType_value = map[string]int32{
		"WORKFLOW_RUN_TYPE_UNKNOWN": 0,
		"WORKFLOW_RUN_TYPE_NOOP":    1,
		"WORKFLOW_RUN_TYPE_EXECUTE": 2,
	}
)

Enum value maps for WorkflowRunType.

View Source
var File_aserto_api_v2_connection_events_proto protoreflect.FileDescriptor
View Source
var File_aserto_api_v2_identity_proto protoreflect.FileDescriptor
View Source
var File_aserto_api_v2_instance_events_proto protoreflect.FileDescriptor
View Source
var File_aserto_api_v2_instance_proto protoreflect.FileDescriptor
View Source
var File_aserto_api_v2_management_proto protoreflect.FileDescriptor
View Source
var File_aserto_api_v2_pagination_proto protoreflect.FileDescriptor
View Source
var File_aserto_api_v2_policy_proto protoreflect.FileDescriptor
View Source
var File_aserto_api_v2_policyref_events_proto protoreflect.FileDescriptor
View Source
var File_aserto_api_v2_repository_proto protoreflect.FileDescriptor
View Source
var File_aserto_api_v2_source_proto protoreflect.FileDescriptor
View Source
var File_aserto_api_v2_user_proto protoreflect.FileDescriptor
View Source
var File_aserto_api_v2_workflows_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ActivityResponse added in v0.8.40

type ActivityResponse struct {
	Activity string                `protobuf:"bytes,1,opt,name=activity,proto3" json:"activity,omitempty"`
	State    ActivityResponseState `protobuf:"varint,2,opt,name=state,proto3,enum=aserto.api.v2.ActivityResponseState" json:"state,omitempty"`
	Response *structpb.Value       `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityResponse) Descriptor deprecated added in v0.8.40

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

Deprecated: Use ActivityResponse.ProtoReflect.Descriptor instead.

func (*ActivityResponse) GetActivity added in v0.8.40

func (x *ActivityResponse) GetActivity() string

func (*ActivityResponse) GetResponse added in v0.8.40

func (x *ActivityResponse) GetResponse() *structpb.Value

func (*ActivityResponse) GetState added in v0.8.40

func (*ActivityResponse) ProtoMessage added in v0.8.40

func (*ActivityResponse) ProtoMessage()

func (*ActivityResponse) ProtoReflect added in v0.8.40

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

func (*ActivityResponse) Reset added in v0.8.40

func (x *ActivityResponse) Reset()

func (*ActivityResponse) String added in v0.8.40

func (x *ActivityResponse) String() string

type ActivityResponseState added in v0.8.40

type ActivityResponseState int32
const (
	ActivityResponseState_ACTIVITY_RESPONSE_STATE_UNKNOWN   ActivityResponseState = 0 // Value not set.
	ActivityResponseState_ACTIVITY_RESPONSE_STATE_CREATED   ActivityResponseState = 1 // Resouce managed by the activity was created.
	ActivityResponseState_ACTIVITY_RESPONSE_STATE_DELETED   ActivityResponseState = 2 // Resouce managed by the activity was deleted.
	ActivityResponseState_ACTIVITY_RESPONSE_STATE_UPDATED   ActivityResponseState = 3 // Resouce managed by the activity was updated.
	ActivityResponseState_ACTIVITY_RESPONSE_STATE_UNCHANGED ActivityResponseState = 4 // Resouce managed by the activity was unchanged.
)

func (ActivityResponseState) Descriptor added in v0.8.40

func (ActivityResponseState) Enum added in v0.8.40

func (ActivityResponseState) EnumDescriptor deprecated added in v0.8.40

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

Deprecated: Use ActivityResponseState.Descriptor instead.

func (ActivityResponseState) Number added in v0.8.40

func (ActivityResponseState) String added in v0.8.40

func (x ActivityResponseState) String() string

func (ActivityResponseState) Type added in v0.8.40

type Command added in v0.8.19

type Command struct {

	// Types that are assignable to Data:
	//
	//	*Command_Discovery
	//	*Command_SyncEdgeDirectory
	Data isCommand_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

Command represents a command that may be sent to and then processed by an instance.

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

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

Deprecated: Use Command.ProtoReflect.Descriptor instead.

func (*Command) GetData added in v0.8.19

func (m *Command) GetData() isCommand_Data

func (*Command) GetDiscovery added in v0.8.19

func (x *Command) GetDiscovery() *DiscoveryCommand

func (*Command) GetSyncEdgeDirectory added in v0.8.24

func (x *Command) GetSyncEdgeDirectory() *SyncEdgeDirectoryCommand

func (*Command) ProtoMessage added in v0.8.19

func (*Command) ProtoMessage()

func (*Command) ProtoReflect added in v0.8.19

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

func (*Command) Reset added in v0.8.19

func (x *Command) Reset()

func (*Command) String added in v0.8.19

func (x *Command) String() string

type Command_Discovery added in v0.8.19

type Command_Discovery struct {
	Discovery *DiscoveryCommand `protobuf:"bytes,1,opt,name=discovery,proto3,oneof"`
}

type Command_SyncEdgeDirectory added in v0.8.24

type Command_SyncEdgeDirectory struct {
	SyncEdgeDirectory *SyncEdgeDirectoryCommand `protobuf:"bytes,2,opt,name=sync_edge_directory,json=syncEdgeDirectory,proto3,oneof"`
}

type ConnectionCreated added in v0.8.34

type ConnectionCreated struct {
	TenantId     string          `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	ConnectionId string          `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Kind         v1.ProviderKind `protobuf:"varint,3,opt,name=kind,proto3,enum=aserto.api.v1.ProviderKind" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionCreated) Descriptor deprecated added in v0.8.34

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

Deprecated: Use ConnectionCreated.ProtoReflect.Descriptor instead.

func (*ConnectionCreated) GetConnectionId added in v0.8.34

func (x *ConnectionCreated) GetConnectionId() string

func (*ConnectionCreated) GetKind added in v0.8.34

func (x *ConnectionCreated) GetKind() v1.ProviderKind

func (*ConnectionCreated) GetTenantId added in v0.8.34

func (x *ConnectionCreated) GetTenantId() string

func (*ConnectionCreated) ProtoMessage added in v0.8.34

func (*ConnectionCreated) ProtoMessage()

func (*ConnectionCreated) ProtoReflect added in v0.8.34

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

func (*ConnectionCreated) Reset added in v0.8.34

func (x *ConnectionCreated) Reset()

func (*ConnectionCreated) String added in v0.8.34

func (x *ConnectionCreated) String() string

type ConnectionDeleted added in v0.8.34

type ConnectionDeleted struct {
	TenantId     string          `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	ConnectionId string          `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Kind         v1.ProviderKind `protobuf:"varint,3,opt,name=kind,proto3,enum=aserto.api.v1.ProviderKind" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionDeleted) Descriptor deprecated added in v0.8.34

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

Deprecated: Use ConnectionDeleted.ProtoReflect.Descriptor instead.

func (*ConnectionDeleted) GetConnectionId added in v0.8.34

func (x *ConnectionDeleted) GetConnectionId() string

func (*ConnectionDeleted) GetKind added in v0.8.34

func (x *ConnectionDeleted) GetKind() v1.ProviderKind

func (*ConnectionDeleted) GetTenantId added in v0.8.34

func (x *ConnectionDeleted) GetTenantId() string

func (*ConnectionDeleted) ProtoMessage added in v0.8.34

func (*ConnectionDeleted) ProtoMessage()

func (*ConnectionDeleted) ProtoReflect added in v0.8.34

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

func (*ConnectionDeleted) Reset added in v0.8.34

func (x *ConnectionDeleted) Reset()

func (*ConnectionDeleted) String added in v0.8.34

func (x *ConnectionDeleted) String() string

type ConnectionUpdated added in v0.8.34

type ConnectionUpdated struct {
	TenantId     string          `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	ConnectionId string          `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Kind         v1.ProviderKind `protobuf:"varint,3,opt,name=kind,proto3,enum=aserto.api.v1.ProviderKind" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionUpdated) Descriptor deprecated added in v0.8.34

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

Deprecated: Use ConnectionUpdated.ProtoReflect.Descriptor instead.

func (*ConnectionUpdated) GetConnectionId added in v0.8.34

func (x *ConnectionUpdated) GetConnectionId() string

func (*ConnectionUpdated) GetKind added in v0.8.34

func (x *ConnectionUpdated) GetKind() v1.ProviderKind

func (*ConnectionUpdated) GetTenantId added in v0.8.34

func (x *ConnectionUpdated) GetTenantId() string

func (*ConnectionUpdated) ProtoMessage added in v0.8.34

func (*ConnectionUpdated) ProtoMessage()

func (*ConnectionUpdated) ProtoReflect added in v0.8.34

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

func (*ConnectionUpdated) Reset added in v0.8.34

func (x *ConnectionUpdated) Reset()

func (*ConnectionUpdated) String added in v0.8.34

func (x *ConnectionUpdated) String() string

type DiscoveryCommand added in v0.8.19

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

Run OPA discovery immediatley

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

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

Deprecated: Use DiscoveryCommand.ProtoReflect.Descriptor instead.

func (*DiscoveryCommand) ProtoMessage added in v0.8.19

func (*DiscoveryCommand) ProtoMessage()

func (*DiscoveryCommand) ProtoReflect added in v0.8.19

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

func (*DiscoveryCommand) Reset added in v0.8.19

func (x *DiscoveryCommand) Reset()

func (*DiscoveryCommand) String added in v0.8.19

func (x *DiscoveryCommand) String() string

type IdentityProperties added in v0.8.46

type IdentityProperties struct {
	Kind         v1.IdentityKind `protobuf:"varint,1,opt,name=kind,proto3,enum=aserto.api.v1.IdentityKind" json:"kind,omitempty"`          // identity kind [email|username|uid|pid|dn|phone]
	Provider     string          `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"`                                   // identity provider name
	Verified     bool            `protobuf:"varint,3,opt,name=verified,proto3" json:"verified,omitempty"`                                  // identity has been verified (false when not explicitly specified)
	ConnectionId *string         `protobuf:"bytes,4,opt,name=connection_id,json=connectionId,proto3,oneof" json:"connection_id,omitempty"` // IDP connection id which owns the object instance
	// contains filtered or unexported fields
}

func (*IdentityProperties) Descriptor deprecated added in v0.8.46

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

Deprecated: Use IdentityProperties.ProtoReflect.Descriptor instead.

func (*IdentityProperties) GetConnectionId added in v0.8.46

func (x *IdentityProperties) GetConnectionId() string

func (*IdentityProperties) GetKind added in v0.8.46

func (x *IdentityProperties) GetKind() v1.IdentityKind

func (*IdentityProperties) GetProvider added in v0.8.46

func (x *IdentityProperties) GetProvider() string

func (*IdentityProperties) GetVerified added in v0.8.46

func (x *IdentityProperties) GetVerified() bool

func (*IdentityProperties) ProtoMessage added in v0.8.46

func (*IdentityProperties) ProtoMessage()

func (*IdentityProperties) ProtoReflect added in v0.8.46

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

func (*IdentityProperties) Reset added in v0.8.46

func (x *IdentityProperties) Reset()

func (*IdentityProperties) String added in v0.8.46

func (x *IdentityProperties) String() string

type Instance

type Instance struct {
	PolicyId     string                 `protobuf:"bytes,1,opt,name=policy_id,json=policyId,proto3" json:"policy_id,omitempty"`    // Policy ID.
	Label        string                 `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`                          // Unique human-readable label for the instance.
	Tag          string                 `protobuf:"bytes,3,opt,name=tag,proto3" json:"tag,omitempty"`                              // Default repository tag to be run by the instance.
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Timestamp of when the instance was created.
	UpdatedAt    *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Timestamp of when the instance was last updated.
	InstanceType InstanceType           ``                                                                                         // Type of instance (hosted or edge).
	/* 130-byte string literal not displayed */
	DecisionLogging *bool  `protobuf:"varint,7,opt,name=decision_logging,json=decisionLogging,proto3,oneof" json:"decision_logging,omitempty"` // Whether to enable decision logging.
	VersionHash     string `protobuf:"bytes,8,opt,name=version_hash,json=versionHash,proto3" json:"version_hash,omitempty"`                    // Sha256 string of policy_id, label, tag and decision_logging concatenated values.
	// contains filtered or unexported fields
}

func (*Instance) Descriptor deprecated

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

Deprecated: Use Instance.ProtoReflect.Descriptor instead.

func (*Instance) GetCreatedAt

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

func (*Instance) GetDecisionLogging added in v0.8.14

func (x *Instance) GetDecisionLogging() bool

func (*Instance) GetInstanceType added in v0.8.14

func (x *Instance) GetInstanceType() InstanceType

func (*Instance) GetLabel

func (x *Instance) GetLabel() string

func (*Instance) GetPolicyId

func (x *Instance) GetPolicyId() string

func (*Instance) GetTag

func (x *Instance) GetTag() string

func (*Instance) GetUpdatedAt

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

func (*Instance) GetVersionHash added in v0.8.44

func (x *Instance) GetVersionHash() string

func (*Instance) ProtoMessage

func (*Instance) ProtoMessage()

func (*Instance) ProtoReflect

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

func (*Instance) Reset

func (x *Instance) Reset()

func (*Instance) String

func (x *Instance) String() string

type InstanceDeleted added in v0.8.53

type InstanceDeleted struct {
	TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	PolicyId string `protobuf:"bytes,2,opt,name=policy_id,json=policyId,proto3" json:"policy_id,omitempty"`
	Label    string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceDeleted) Descriptor deprecated added in v0.8.53

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

Deprecated: Use InstanceDeleted.ProtoReflect.Descriptor instead.

func (*InstanceDeleted) GetLabel added in v0.8.53

func (x *InstanceDeleted) GetLabel() string

func (*InstanceDeleted) GetPolicyId added in v0.8.53

func (x *InstanceDeleted) GetPolicyId() string

func (*InstanceDeleted) GetTenantId added in v0.8.53

func (x *InstanceDeleted) GetTenantId() string

func (*InstanceDeleted) ProtoMessage added in v0.8.53

func (*InstanceDeleted) ProtoMessage()

func (*InstanceDeleted) ProtoReflect added in v0.8.53

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

func (*InstanceDeleted) Reset added in v0.8.53

func (x *InstanceDeleted) Reset()

func (*InstanceDeleted) String added in v0.8.53

func (x *InstanceDeleted) String() string

type InstanceInfo added in v0.8.19

type InstanceInfo struct {
	PolicyId      string `protobuf:"bytes,1,opt,name=policy_id,json=policyId,proto3" json:"policy_id,omitempty"`                // The id (v1) of the policy associated with the instance.
	PolicyLabel   string `protobuf:"bytes,2,opt,name=policy_label,json=policyLabel,proto3" json:"policy_label,omitempty"`       // The label of the policy associated with the instance.
	RemoteHost    string `protobuf:"bytes,3,opt,name=remote_host,json=remoteHost,proto3" json:"remote_host,omitempty"`          // The name of the host where the instance is running.
	ConnectionId  string `protobuf:"bytes,4,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`    // The connection an edge authorizer used to connect to the control plane.
	CertificateId string `protobuf:"bytes,5,opt,name=certificate_id,json=certificateId,proto3" json:"certificate_id,omitempty"` // The id of the certificate used to connect to the control plane.
	PolicyName    string `protobuf:"bytes,6,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`          // The policy (v2) name of the policy associated with the instance.
	// contains filtered or unexported fields
}

InstanceInfo has data about a running aserto instance that is registered with the control plane.

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

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

Deprecated: Use InstanceInfo.ProtoReflect.Descriptor instead.

func (*InstanceInfo) GetCertificateId added in v0.8.37

func (x *InstanceInfo) GetCertificateId() string

func (*InstanceInfo) GetConnectionId added in v0.8.31

func (x *InstanceInfo) GetConnectionId() string

func (*InstanceInfo) GetPolicyId added in v0.8.19

func (x *InstanceInfo) GetPolicyId() string

func (*InstanceInfo) GetPolicyLabel added in v0.8.19

func (x *InstanceInfo) GetPolicyLabel() string

func (*InstanceInfo) GetPolicyName added in v0.8.54

func (x *InstanceInfo) GetPolicyName() string

func (*InstanceInfo) GetRemoteHost added in v0.8.19

func (x *InstanceInfo) GetRemoteHost() string

func (*InstanceInfo) ProtoMessage added in v0.8.19

func (*InstanceInfo) ProtoMessage()

func (*InstanceInfo) ProtoReflect added in v0.8.19

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

func (*InstanceInfo) Reset added in v0.8.19

func (x *InstanceInfo) Reset()

func (*InstanceInfo) String added in v0.8.19

func (x *InstanceInfo) String() string

type InstanceRegistration added in v0.8.19

type InstanceRegistration struct {
	Id   string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`     // Unique id of the instance registration, generated by the control plane.
	Info *InstanceInfo `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"` // Information about the registered instance.
	// contains filtered or unexported fields
}

InstanceRegistration has data about an instance's registration with the control plane.

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

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

Deprecated: Use InstanceRegistration.ProtoReflect.Descriptor instead.

func (*InstanceRegistration) GetId added in v0.8.19

func (x *InstanceRegistration) GetId() string

func (*InstanceRegistration) GetInfo added in v0.8.19

func (x *InstanceRegistration) GetInfo() *InstanceInfo

func (*InstanceRegistration) ProtoMessage added in v0.8.19

func (*InstanceRegistration) ProtoMessage()

func (*InstanceRegistration) ProtoReflect added in v0.8.19

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

func (*InstanceRegistration) Reset added in v0.8.19

func (x *InstanceRegistration) Reset()

func (*InstanceRegistration) String added in v0.8.19

func (x *InstanceRegistration) String() string

type InstanceType

type InstanceType int32
const (
	InstanceType_INSTANCE_TYPE_UNKNOWN         InstanceType = 0 // Value not set.
	InstanceType_INSTANCE_TYPE_HOSTED          InstanceType = 1 // Instance runs in a hosted environment.
	InstanceType_INSTANCE_TYPE_EDGE_AUTHORIZER InstanceType = 2 // Instance runs in the user's network.
)

func (InstanceType) Descriptor

func (InstanceType) Enum

func (x InstanceType) Enum() *InstanceType

func (InstanceType) EnumDescriptor deprecated

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

Deprecated: Use InstanceType.Descriptor instead.

func (InstanceType) Number

func (InstanceType) String

func (x InstanceType) String() string

func (InstanceType) Type

type InstanceUpdated added in v0.8.53

type InstanceUpdated struct {
	TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	PolicyId string `protobuf:"bytes,2,opt,name=policy_id,json=policyId,proto3" json:"policy_id,omitempty"`
	Label    string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceUpdated) Descriptor deprecated added in v0.8.53

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

Deprecated: Use InstanceUpdated.ProtoReflect.Descriptor instead.

func (*InstanceUpdated) GetLabel added in v0.8.53

func (x *InstanceUpdated) GetLabel() string

func (*InstanceUpdated) GetPolicyId added in v0.8.53

func (x *InstanceUpdated) GetPolicyId() string

func (*InstanceUpdated) GetTenantId added in v0.8.53

func (x *InstanceUpdated) GetTenantId() string

func (*InstanceUpdated) ProtoMessage added in v0.8.53

func (*InstanceUpdated) ProtoMessage()

func (*InstanceUpdated) ProtoReflect added in v0.8.53

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

func (*InstanceUpdated) Reset added in v0.8.53

func (x *InstanceUpdated) Reset()

func (*InstanceUpdated) String added in v0.8.53

func (x *InstanceUpdated) String() string

type PaginationRequest added in v0.8.51

type PaginationRequest struct {
	Size  int32  `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*PaginationRequest) Descriptor deprecated added in v0.8.51

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

Deprecated: Use PaginationRequest.ProtoReflect.Descriptor instead.

func (*PaginationRequest) GetSize added in v0.8.51

func (x *PaginationRequest) GetSize() int32

func (*PaginationRequest) GetToken added in v0.8.51

func (x *PaginationRequest) GetToken() string

func (*PaginationRequest) ProtoMessage added in v0.8.51

func (*PaginationRequest) ProtoMessage()

func (*PaginationRequest) ProtoReflect added in v0.8.51

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

func (*PaginationRequest) Reset added in v0.8.51

func (x *PaginationRequest) Reset()

func (*PaginationRequest) String added in v0.8.51

func (x *PaginationRequest) String() string

type PaginationResponse added in v0.8.51

type PaginationResponse struct {
	NextToken  string `protobuf:"bytes,1,opt,name=next_token,json=nextToken,proto3" json:"next_token,omitempty"`
	ResultSize int32  `protobuf:"varint,2,opt,name=result_size,json=resultSize,proto3" json:"result_size,omitempty"`
	// contains filtered or unexported fields
}

func (*PaginationResponse) Descriptor deprecated added in v0.8.51

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

Deprecated: Use PaginationResponse.ProtoReflect.Descriptor instead.

func (*PaginationResponse) GetNextToken added in v0.8.51

func (x *PaginationResponse) GetNextToken() string

func (*PaginationResponse) GetResultSize added in v0.8.51

func (x *PaginationResponse) GetResultSize() int32

func (*PaginationResponse) ProtoMessage added in v0.8.51

func (*PaginationResponse) ProtoMessage()

func (*PaginationResponse) ProtoReflect added in v0.8.51

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

func (*PaginationResponse) Reset added in v0.8.51

func (x *PaginationResponse) Reset()

func (*PaginationResponse) String added in v0.8.51

func (x *PaginationResponse) String() string

type Policy

type Policy 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,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"`
	VersionHash string                 `protobuf:"bytes,6,opt,name=version_hash,json=versionHash,proto3" json:"version_hash,omitempty"` // Sha256 string of id and name concatenated values.
	// 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) GetName

func (x *Policy) GetName() string

func (*Policy) GetUpdatedAt

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

func (*Policy) GetVersionHash added in v0.8.44

func (x *Policy) GetVersionHash() string

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 PolicyRefDeleted added in v0.8.39

type PolicyRefDeleted struct {
	TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	PolicyId string `protobuf:"bytes,2,opt,name=policy_id,json=policyId,proto3" json:"policy_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyRefDeleted) Descriptor deprecated added in v0.8.39

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

Deprecated: Use PolicyRefDeleted.ProtoReflect.Descriptor instead.

func (*PolicyRefDeleted) GetPolicyId added in v0.8.39

func (x *PolicyRefDeleted) GetPolicyId() string

func (*PolicyRefDeleted) GetTenantId added in v0.8.39

func (x *PolicyRefDeleted) GetTenantId() string

func (*PolicyRefDeleted) ProtoMessage added in v0.8.39

func (*PolicyRefDeleted) ProtoMessage()

func (*PolicyRefDeleted) ProtoReflect added in v0.8.39

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

func (*PolicyRefDeleted) Reset added in v0.8.39

func (x *PolicyRefDeleted) Reset()

func (*PolicyRefDeleted) String added in v0.8.39

func (x *PolicyRefDeleted) String() string

type PolicyRefUpdated added in v0.8.39

type PolicyRefUpdated struct {
	TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	PolicyId string `protobuf:"bytes,2,opt,name=policy_id,json=policyId,proto3" json:"policy_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyRefUpdated) Descriptor deprecated added in v0.8.39

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

Deprecated: Use PolicyRefUpdated.ProtoReflect.Descriptor instead.

func (*PolicyRefUpdated) GetPolicyId added in v0.8.39

func (x *PolicyRefUpdated) GetPolicyId() string

func (*PolicyRefUpdated) GetTenantId added in v0.8.39

func (x *PolicyRefUpdated) GetTenantId() string

func (*PolicyRefUpdated) ProtoMessage added in v0.8.39

func (*PolicyRefUpdated) ProtoMessage()

func (*PolicyRefUpdated) ProtoReflect added in v0.8.39

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

func (*PolicyRefUpdated) Reset added in v0.8.39

func (x *PolicyRefUpdated) Reset()

func (*PolicyRefUpdated) String added in v0.8.39

func (x *PolicyRefUpdated) String() string

type PolicyState added in v0.8.43

type PolicyState struct {
	Policy     *Policy     `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	Repository *Repository `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	Source     *Source     `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	Instance   []*Instance `protobuf:"bytes,4,rep,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyState) Descriptor deprecated added in v0.8.43

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

Deprecated: Use PolicyState.ProtoReflect.Descriptor instead.

func (*PolicyState) GetInstance added in v0.8.43

func (x *PolicyState) GetInstance() []*Instance

func (*PolicyState) GetPolicy added in v0.8.43

func (x *PolicyState) GetPolicy() *Policy

func (*PolicyState) GetRepository added in v0.8.43

func (x *PolicyState) GetRepository() *Repository

func (*PolicyState) GetSource added in v0.8.43

func (x *PolicyState) GetSource() *Source

func (*PolicyState) ProtoMessage added in v0.8.43

func (*PolicyState) ProtoMessage()

func (*PolicyState) ProtoReflect added in v0.8.43

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

func (*PolicyState) Reset added in v0.8.43

func (x *PolicyState) Reset()

func (*PolicyState) String added in v0.8.43

func (x *PolicyState) String() string

type Repository

type Repository struct {
	PolicyId     string                 `protobuf:"bytes,1,opt,name=policy_id,json=policyId,proto3" json:"policy_id,omitempty"`
	ConnectionId string                 `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Org          string                 `protobuf:"bytes,3,opt,name=org,proto3" json:"org,omitempty"`
	Repo         string                 `protobuf:"bytes,4,opt,name=repo,proto3" json:"repo,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"`
	VersionHash  string                 `protobuf:"bytes,7,opt,name=version_hash,json=versionHash,proto3" json:"version_hash,omitempty"` // Sha256 string of policy_id, connection_id, org and repo concatenated values.
	// contains filtered or unexported fields
}

func (*Repository) Descriptor deprecated

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

Deprecated: Use Repository.ProtoReflect.Descriptor instead.

func (*Repository) GetConnectionId

func (x *Repository) GetConnectionId() string

func (*Repository) GetCreatedAt

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

func (*Repository) GetOrg

func (x *Repository) GetOrg() string

func (*Repository) GetPolicyId

func (x *Repository) GetPolicyId() string

func (*Repository) GetRepo

func (x *Repository) GetRepo() string

func (*Repository) GetUpdatedAt

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

func (*Repository) GetVersionHash added in v0.8.44

func (x *Repository) GetVersionHash() string

func (*Repository) ProtoMessage

func (*Repository) ProtoMessage()

func (*Repository) ProtoReflect

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

func (*Repository) Reset

func (x *Repository) Reset()

func (*Repository) String

func (x *Repository) String() string

type Source

type Source struct {
	PolicyId     string                 `protobuf:"bytes,1,opt,name=policy_id,json=policyId,proto3" json:"policy_id,omitempty"`
	ConnectionId string                 `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Org          string                 `protobuf:"bytes,3,opt,name=org,proto3" json:"org,omitempty"`
	Repo         string                 `protobuf:"bytes,4,opt,name=repo,proto3" json:"repo,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"`
	VersionHash  string                 `protobuf:"bytes,7,opt,name=version_hash,json=versionHash,proto3" json:"version_hash,omitempty"` // Sha256 string of policy_id, connection_id, org and repo concatenated values.
	// contains filtered or unexported fields
}

func (*Source) Descriptor deprecated

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

Deprecated: Use Source.ProtoReflect.Descriptor instead.

func (*Source) GetConnectionId

func (x *Source) GetConnectionId() string

func (*Source) GetCreatedAt

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

func (*Source) GetOrg

func (x *Source) GetOrg() string

func (*Source) GetPolicyId

func (x *Source) GetPolicyId() string

func (*Source) GetRepo

func (x *Source) GetRepo() string

func (*Source) GetUpdatedAt

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

func (*Source) GetVersionHash added in v0.8.44

func (x *Source) GetVersionHash() string

func (*Source) ProtoMessage

func (*Source) ProtoMessage()

func (*Source) ProtoReflect

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

func (*Source) Reset

func (x *Source) Reset()

func (*Source) String

func (x *Source) String() string

type SyncEdgeDirectoryCommand added in v0.8.24

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

Sync the edge directory

func (*SyncEdgeDirectoryCommand) Descriptor deprecated added in v0.8.24

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

Deprecated: Use SyncEdgeDirectoryCommand.ProtoReflect.Descriptor instead.

func (*SyncEdgeDirectoryCommand) ProtoMessage added in v0.8.24

func (*SyncEdgeDirectoryCommand) ProtoMessage()

func (*SyncEdgeDirectoryCommand) ProtoReflect added in v0.8.24

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

func (*SyncEdgeDirectoryCommand) Reset added in v0.8.24

func (x *SyncEdgeDirectoryCommand) Reset()

func (*SyncEdgeDirectoryCommand) String added in v0.8.24

func (x *SyncEdgeDirectoryCommand) String() string

type UserProperties added in v0.8.42

type UserProperties struct {
	Email   string     `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`                                  // main email address of user
	Picture string     `protobuf:"bytes,2,opt,name=picture,proto3" json:"picture,omitempty"`                              // URL to user's picture
	Status  UserStatus `protobuf:"varint,3,opt,name=status,proto3,enum=aserto.api.v2.UserStatus" json:"status,omitempty"` // user lifecycle status
	// contains filtered or unexported fields
}

func (*UserProperties) Descriptor deprecated added in v0.8.42

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

Deprecated: Use UserProperties.ProtoReflect.Descriptor instead.

func (*UserProperties) GetEmail added in v0.8.42

func (x *UserProperties) GetEmail() string

func (*UserProperties) GetPicture added in v0.8.42

func (x *UserProperties) GetPicture() string

func (*UserProperties) GetStatus added in v0.8.42

func (x *UserProperties) GetStatus() UserStatus

func (*UserProperties) ProtoMessage added in v0.8.42

func (*UserProperties) ProtoMessage()

func (*UserProperties) ProtoReflect added in v0.8.42

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

func (*UserProperties) Reset added in v0.8.42

func (x *UserProperties) Reset()

func (*UserProperties) String added in v0.8.42

func (x *UserProperties) String() string

type UserStatus added in v0.8.42

type UserStatus int32
const (
	UserStatus_USER_STATUS_UNKNOWN     UserStatus = 0 // User status undefined
	UserStatus_USER_STATUS_STAGED      UserStatus = 1 // Staged status, is when the user object is first created, before the activation flow is initiated, or if there is a pending admin action.
	UserStatus_USER_STATUS_PROVISIONED UserStatus = 2 // Provisioned status, is when the user object is provisioned, but the user has not provided verification by clicking through the activation email or provided a password.
	UserStatus_USER_STATUS_ACTIVE      UserStatus = 3 // Active status, is when:
	// * An admin adds a user and sets the user password without requiring email verification.
	// * An admin adds a user, sets the user password, and requires the user to set their password when they first sign-in.
	// * A user self-registers into a custom app or IDP and email verification is not required.
	// * An admin explicitly activates the user.
	UserStatus_USER_STATUS_RECOVERY         UserStatus = 4 // Recovery status, when the user requests a password reset or an admin initiates one on their behalf.
	UserStatus_USER_STATUS_PASSWORD_EXPIRED UserStatus = 5 // Password expired, status when the users' password has expired and the account requires an update to the password before a user is granted access.
	UserStatus_USER_STATUS_LOCKED_OUT       UserStatus = 6 // Locked out status, is when the user exceeds the number of login attempts defined in the login policy.
	UserStatus_USER_STATUS_SUSPENDED        UserStatus = 7 // Suspended status, when an admin explicitly suspends the user account.
	UserStatus_USER_STATUS_DEPROVISIONED    UserStatus = 8 // Deprovisioned status, is when an administrator explicitly deactivates or deprovisions/deletes the account.
)

func (UserStatus) Descriptor added in v0.8.42

func (UserStatus) Descriptor() protoreflect.EnumDescriptor

func (UserStatus) Enum added in v0.8.42

func (x UserStatus) Enum() *UserStatus

func (UserStatus) EnumDescriptor deprecated added in v0.8.42

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

Deprecated: Use UserStatus.Descriptor instead.

func (UserStatus) Number added in v0.8.42

func (x UserStatus) Number() protoreflect.EnumNumber

func (UserStatus) String added in v0.8.42

func (x UserStatus) String() string

func (UserStatus) Type added in v0.8.42

type WorkflowEvent added in v0.8.38

type WorkflowEvent struct {
	WorkflowId   string           `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	RunId        string           `protobuf:"bytes,2,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	WorkflowName string           `protobuf:"bytes,3,opt,name=workflow_name,json=workflowName,proto3" json:"workflow_name,omitempty"`
	Status       WorkflowState    `protobuf:"varint,4,opt,name=status,proto3,enum=aserto.api.v2.WorkflowState" json:"status,omitempty"`
	Event        *structpb.Struct `protobuf:"bytes,5,opt,name=event,proto3" json:"event,omitempty"`
	Message      string           `protobuf:"bytes,6,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowEvent) Descriptor deprecated added in v0.8.38

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

Deprecated: Use WorkflowEvent.ProtoReflect.Descriptor instead.

func (*WorkflowEvent) GetEvent added in v0.8.38

func (x *WorkflowEvent) GetEvent() *structpb.Struct

func (*WorkflowEvent) GetMessage added in v0.8.38

func (x *WorkflowEvent) GetMessage() string

func (*WorkflowEvent) GetRunId added in v0.8.38

func (x *WorkflowEvent) GetRunId() string

func (*WorkflowEvent) GetStatus added in v0.8.38

func (x *WorkflowEvent) GetStatus() WorkflowState

func (*WorkflowEvent) GetWorkflowId added in v0.8.38

func (x *WorkflowEvent) GetWorkflowId() string

func (*WorkflowEvent) GetWorkflowName added in v0.8.38

func (x *WorkflowEvent) GetWorkflowName() string

func (*WorkflowEvent) ProtoMessage added in v0.8.38

func (*WorkflowEvent) ProtoMessage()

func (*WorkflowEvent) ProtoReflect added in v0.8.38

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

func (*WorkflowEvent) Reset added in v0.8.38

func (x *WorkflowEvent) Reset()

func (*WorkflowEvent) String added in v0.8.38

func (x *WorkflowEvent) String() string

type WorkflowOptions added in v0.8.40

type WorkflowOptions struct {
	RunType WorkflowRunType `protobuf:"varint,1,opt,name=run_type,json=runType,proto3,enum=aserto.api.v2.WorkflowRunType" json:"run_type,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowOptions) Descriptor deprecated added in v0.8.40

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

Deprecated: Use WorkflowOptions.ProtoReflect.Descriptor instead.

func (*WorkflowOptions) GetRunType added in v0.8.40

func (x *WorkflowOptions) GetRunType() WorkflowRunType

func (*WorkflowOptions) ProtoMessage added in v0.8.40

func (*WorkflowOptions) ProtoMessage()

func (*WorkflowOptions) ProtoReflect added in v0.8.40

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

func (*WorkflowOptions) Reset added in v0.8.40

func (x *WorkflowOptions) Reset()

func (*WorkflowOptions) String added in v0.8.40

func (x *WorkflowOptions) String() string

type WorkflowResponse added in v0.8.40

type WorkflowResponse struct {
	Workflow          string              `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	Options           *WorkflowOptions    `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	ActivityResult    []*ActivityResponse `protobuf:"bytes,3,rep,name=activity_result,json=activityResult,proto3" json:"activity_result,omitempty"`
	WorkflowResponses []*WorkflowResponse `protobuf:"bytes,4,rep,name=workflow_responses,json=workflowResponses,proto3" json:"workflow_responses,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowResponse) Descriptor deprecated added in v0.8.40

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

Deprecated: Use WorkflowResponse.ProtoReflect.Descriptor instead.

func (*WorkflowResponse) GetActivityResult added in v0.8.40

func (x *WorkflowResponse) GetActivityResult() []*ActivityResponse

func (*WorkflowResponse) GetOptions added in v0.8.40

func (x *WorkflowResponse) GetOptions() *WorkflowOptions

func (*WorkflowResponse) GetWorkflow added in v0.8.40

func (x *WorkflowResponse) GetWorkflow() string

func (*WorkflowResponse) GetWorkflowResponses added in v0.8.40

func (x *WorkflowResponse) GetWorkflowResponses() []*WorkflowResponse

func (*WorkflowResponse) ProtoMessage added in v0.8.40

func (*WorkflowResponse) ProtoMessage()

func (*WorkflowResponse) ProtoReflect added in v0.8.40

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

func (*WorkflowResponse) Reset added in v0.8.40

func (x *WorkflowResponse) Reset()

func (*WorkflowResponse) String added in v0.8.40

func (x *WorkflowResponse) String() string

type WorkflowRunType added in v0.8.40

type WorkflowRunType int32
const (
	WorkflowRunType_WORKFLOW_RUN_TYPE_UNKNOWN WorkflowRunType = 0 // Value not set.
	WorkflowRunType_WORKFLOW_RUN_TYPE_NOOP    WorkflowRunType = 1 // Workflow run is a no-op.
	WorkflowRunType_WORKFLOW_RUN_TYPE_EXECUTE WorkflowRunType = 2 // Workflow run is set to execute.
)

func (WorkflowRunType) Descriptor added in v0.8.40

func (WorkflowRunType) Enum added in v0.8.40

func (x WorkflowRunType) Enum() *WorkflowRunType

func (WorkflowRunType) EnumDescriptor deprecated added in v0.8.40

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

Deprecated: Use WorkflowRunType.Descriptor instead.

func (WorkflowRunType) Number added in v0.8.40

func (WorkflowRunType) String added in v0.8.40

func (x WorkflowRunType) String() string

func (WorkflowRunType) Type added in v0.8.40

type WorkflowState added in v0.8.38

type WorkflowState int32
const (
	WorkflowState_WORKFLOW_STATE_UNKNOWN WorkflowState = 0 // Value not set.
	WorkflowState_WORKFLOW_STATE_RUNNING WorkflowState = 1 // Workflow is running.
	WorkflowState_WORKFLOW_STATE_DONE    WorkflowState = 2 // Workflow has completed.
)

func (WorkflowState) Descriptor added in v0.8.38

func (WorkflowState) Enum added in v0.8.38

func (x WorkflowState) Enum() *WorkflowState

func (WorkflowState) EnumDescriptor deprecated added in v0.8.38

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

Deprecated: Use WorkflowState.Descriptor instead.

func (WorkflowState) Number added in v0.8.38

func (WorkflowState) String added in v0.8.38

func (x WorkflowState) String() string

func (WorkflowState) Type added in v0.8.38

Jump to

Keyboard shortcuts

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