configv1alpha1

package
v1.31.0 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MIT Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_commonfate_control_config_v1alpha1_access_workflow_proto protoreflect.FileDescriptor
View Source
var File_commonfate_control_config_v1alpha1_availability_spec_proto protoreflect.FileDescriptor
View Source
var File_commonfate_control_config_v1alpha1_gcp_role_group_proto protoreflect.FileDescriptor
View Source
var File_commonfate_control_config_v1alpha1_idp_proto protoreflect.FileDescriptor
View Source
var File_commonfate_control_config_v1alpha1_selector_proto protoreflect.FileDescriptor
View Source
var File_commonfate_control_config_v1alpha1_slack_alert_proto protoreflect.FileDescriptor
View Source
var File_commonfate_control_config_v1alpha1_webhook_provisioner_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccessWorkflow

type AccessWorkflow 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"`
	AccessDuration   *durationpb.Duration `protobuf:"bytes,3,opt,name=access_duration,json=accessDuration,proto3" json:"access_duration,omitempty"`
	TryExtendAfter   *durationpb.Duration `protobuf:"bytes,4,opt,name=try_extend_after,json=tryExtendAfter,proto3" json:"try_extend_after,omitempty"`
	Priority         int32                `protobuf:"varint,5,opt,name=priority,proto3" json:"priority,omitempty"`
	ActivationExpiry *durationpb.Duration `protobuf:"bytes,6,opt,name=activation_expiry,json=activationExpiry,proto3" json:"activation_expiry,omitempty"`
	DefaultDuration  *durationpb.Duration `protobuf:"bytes,7,opt,name=default_duration,json=defaultDuration,proto3" json:"default_duration,omitempty"`
	// contains filtered or unexported fields
}

func (*AccessWorkflow) Descriptor deprecated

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

Deprecated: Use AccessWorkflow.ProtoReflect.Descriptor instead.

func (*AccessWorkflow) GetAccessDuration

func (x *AccessWorkflow) GetAccessDuration() *durationpb.Duration

func (*AccessWorkflow) GetActivationExpiry added in v1.25.0

func (x *AccessWorkflow) GetActivationExpiry() *durationpb.Duration

func (*AccessWorkflow) GetDefaultDuration added in v1.31.0

func (x *AccessWorkflow) GetDefaultDuration() *durationpb.Duration

func (*AccessWorkflow) GetId

func (x *AccessWorkflow) GetId() string

func (*AccessWorkflow) GetName

func (x *AccessWorkflow) GetName() string

func (*AccessWorkflow) GetPriority

func (x *AccessWorkflow) GetPriority() int32

func (*AccessWorkflow) GetTryExtendAfter

func (x *AccessWorkflow) GetTryExtendAfter() *durationpb.Duration

func (*AccessWorkflow) ProtoMessage

func (*AccessWorkflow) ProtoMessage()

func (*AccessWorkflow) ProtoReflect

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

func (*AccessWorkflow) Reset

func (x *AccessWorkflow) Reset()

func (*AccessWorkflow) String

func (x *AccessWorkflow) String() string

type AvailabilitySpec

type AvailabilitySpec struct {
	Id             string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	WorkflowId     string        `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	Role           *v1alpha1.EID `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"`
	Target         *v1alpha1.EID `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"`
	IdentityDomain *v1alpha1.EID `protobuf:"bytes,6,opt,name=identity_domain,json=identityDomain,proto3" json:"identity_domain,omitempty"`
	// contains filtered or unexported fields
}

func (*AvailabilitySpec) Descriptor deprecated

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

Deprecated: Use AvailabilitySpec.ProtoReflect.Descriptor instead.

func (*AvailabilitySpec) GetId

func (x *AvailabilitySpec) GetId() string

func (*AvailabilitySpec) GetIdentityDomain

func (x *AvailabilitySpec) GetIdentityDomain() *v1alpha1.EID

func (*AvailabilitySpec) GetRole

func (x *AvailabilitySpec) GetRole() *v1alpha1.EID

func (*AvailabilitySpec) GetTarget

func (x *AvailabilitySpec) GetTarget() *v1alpha1.EID

func (*AvailabilitySpec) GetWorkflowId

func (x *AvailabilitySpec) GetWorkflowId() string

func (*AvailabilitySpec) ProtoMessage

func (*AvailabilitySpec) ProtoMessage()

func (*AvailabilitySpec) ProtoReflect

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

func (*AvailabilitySpec) Reset

func (x *AvailabilitySpec) Reset()

func (*AvailabilitySpec) String

func (x *AvailabilitySpec) String() string

type Capability

type Capability struct {
	TargetType  string        `protobuf:"bytes,1,opt,name=target_type,json=targetType,proto3" json:"target_type,omitempty"`
	RoleType    string        `protobuf:"bytes,2,opt,name=role_type,json=roleType,proto3" json:"role_type,omitempty"`
	BelongingTo *v1alpha1.EID `protobuf:"bytes,3,opt,name=belonging_to,json=belongingTo,proto3" json:"belonging_to,omitempty"`
	// contains filtered or unexported fields
}

func (*Capability) Descriptor deprecated

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

Deprecated: Use Capability.ProtoReflect.Descriptor instead.

func (*Capability) GetBelongingTo

func (x *Capability) GetBelongingTo() *v1alpha1.EID

func (*Capability) GetRoleType

func (x *Capability) GetRoleType() string

func (*Capability) GetTargetType

func (x *Capability) GetTargetType() string

func (*Capability) ProtoMessage

func (*Capability) ProtoMessage()

func (*Capability) ProtoReflect

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

func (*Capability) Reset

func (x *Capability) Reset()

func (*Capability) String

func (x *Capability) String() string

type CreateAccessWorkflowRequest

type CreateAccessWorkflowRequest struct {
	Name             string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	AccessDuration   *durationpb.Duration `protobuf:"bytes,3,opt,name=access_duration,json=accessDuration,proto3" json:"access_duration,omitempty"`
	TryExtendAfter   *durationpb.Duration `protobuf:"bytes,4,opt,name=try_extend_after,json=tryExtendAfter,proto3" json:"try_extend_after,omitempty"`
	Priority         int32                `protobuf:"varint,5,opt,name=priority,proto3" json:"priority,omitempty"`
	ActivationExpiry *durationpb.Duration `protobuf:"bytes,6,opt,name=activation_expiry,json=activationExpiry,proto3" json:"activation_expiry,omitempty"`
	DefaultDuration  *durationpb.Duration `protobuf:"bytes,7,opt,name=default_duration,json=defaultDuration,proto3" json:"default_duration,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAccessWorkflowRequest) Descriptor deprecated

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

Deprecated: Use CreateAccessWorkflowRequest.ProtoReflect.Descriptor instead.

func (*CreateAccessWorkflowRequest) GetAccessDuration

func (x *CreateAccessWorkflowRequest) GetAccessDuration() *durationpb.Duration

func (*CreateAccessWorkflowRequest) GetActivationExpiry added in v1.25.0

func (x *CreateAccessWorkflowRequest) GetActivationExpiry() *durationpb.Duration

func (*CreateAccessWorkflowRequest) GetDefaultDuration added in v1.31.0

func (x *CreateAccessWorkflowRequest) GetDefaultDuration() *durationpb.Duration

func (*CreateAccessWorkflowRequest) GetName

func (x *CreateAccessWorkflowRequest) GetName() string

func (*CreateAccessWorkflowRequest) GetPriority

func (x *CreateAccessWorkflowRequest) GetPriority() int32

func (*CreateAccessWorkflowRequest) GetTryExtendAfter

func (x *CreateAccessWorkflowRequest) GetTryExtendAfter() *durationpb.Duration

func (*CreateAccessWorkflowRequest) ProtoMessage

func (*CreateAccessWorkflowRequest) ProtoMessage()

func (*CreateAccessWorkflowRequest) ProtoReflect

func (*CreateAccessWorkflowRequest) Reset

func (x *CreateAccessWorkflowRequest) Reset()

func (*CreateAccessWorkflowRequest) String

func (x *CreateAccessWorkflowRequest) String() string

type CreateAccessWorkflowResponse

type CreateAccessWorkflowResponse struct {
	Workflow *AccessWorkflow `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAccessWorkflowResponse) Descriptor deprecated

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

Deprecated: Use CreateAccessWorkflowResponse.ProtoReflect.Descriptor instead.

func (*CreateAccessWorkflowResponse) GetWorkflow

func (x *CreateAccessWorkflowResponse) GetWorkflow() *AccessWorkflow

func (*CreateAccessWorkflowResponse) ProtoMessage

func (*CreateAccessWorkflowResponse) ProtoMessage()

func (*CreateAccessWorkflowResponse) ProtoReflect

func (*CreateAccessWorkflowResponse) Reset

func (x *CreateAccessWorkflowResponse) Reset()

func (*CreateAccessWorkflowResponse) String

type CreateAvailabilitySpecRequest

type CreateAvailabilitySpecRequest struct {
	WorkflowId     string        `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	Role           *v1alpha1.EID `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	Target         *v1alpha1.EID `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	IdentityDomain *v1alpha1.EID `protobuf:"bytes,4,opt,name=identity_domain,json=identityDomain,proto3" json:"identity_domain,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAvailabilitySpecRequest) Descriptor deprecated

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

Deprecated: Use CreateAvailabilitySpecRequest.ProtoReflect.Descriptor instead.

func (*CreateAvailabilitySpecRequest) GetIdentityDomain

func (x *CreateAvailabilitySpecRequest) GetIdentityDomain() *v1alpha1.EID

func (*CreateAvailabilitySpecRequest) GetRole

func (*CreateAvailabilitySpecRequest) GetTarget

func (x *CreateAvailabilitySpecRequest) GetTarget() *v1alpha1.EID

func (*CreateAvailabilitySpecRequest) GetWorkflowId

func (x *CreateAvailabilitySpecRequest) GetWorkflowId() string

func (*CreateAvailabilitySpecRequest) ProtoMessage

func (*CreateAvailabilitySpecRequest) ProtoMessage()

func (*CreateAvailabilitySpecRequest) ProtoReflect

func (*CreateAvailabilitySpecRequest) Reset

func (x *CreateAvailabilitySpecRequest) Reset()

func (*CreateAvailabilitySpecRequest) String

type CreateAvailabilitySpecResponse

type CreateAvailabilitySpecResponse struct {
	AvailabilitySpec *AvailabilitySpec `protobuf:"bytes,1,opt,name=availability_spec,json=availabilitySpec,proto3" json:"availability_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAvailabilitySpecResponse) Descriptor deprecated

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

Deprecated: Use CreateAvailabilitySpecResponse.ProtoReflect.Descriptor instead.

func (*CreateAvailabilitySpecResponse) GetAvailabilitySpec

func (x *CreateAvailabilitySpecResponse) GetAvailabilitySpec() *AvailabilitySpec

func (*CreateAvailabilitySpecResponse) ProtoMessage

func (*CreateAvailabilitySpecResponse) ProtoMessage()

func (*CreateAvailabilitySpecResponse) ProtoReflect

func (*CreateAvailabilitySpecResponse) Reset

func (x *CreateAvailabilitySpecResponse) Reset()

func (*CreateAvailabilitySpecResponse) String

type CreateGCPRoleGroupRequest added in v1.29.0

type CreateGCPRoleGroupRequest struct {
	Name           string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	OrganizationId string   `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	RoleIds        []string `protobuf:"bytes,3,rep,name=role_ids,json=roleIds,proto3" json:"role_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGCPRoleGroupRequest) Descriptor deprecated added in v1.29.0

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

Deprecated: Use CreateGCPRoleGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateGCPRoleGroupRequest) GetName added in v1.29.0

func (x *CreateGCPRoleGroupRequest) GetName() string

func (*CreateGCPRoleGroupRequest) GetOrganizationId added in v1.29.0

func (x *CreateGCPRoleGroupRequest) GetOrganizationId() string

func (*CreateGCPRoleGroupRequest) GetRoleIds added in v1.29.0

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

func (*CreateGCPRoleGroupRequest) ProtoMessage added in v1.29.0

func (*CreateGCPRoleGroupRequest) ProtoMessage()

func (*CreateGCPRoleGroupRequest) ProtoReflect added in v1.29.0

func (*CreateGCPRoleGroupRequest) Reset added in v1.29.0

func (x *CreateGCPRoleGroupRequest) Reset()

func (*CreateGCPRoleGroupRequest) String added in v1.29.0

func (x *CreateGCPRoleGroupRequest) String() string

type CreateGCPRoleGroupResponse added in v1.29.0

type CreateGCPRoleGroupResponse struct {
	RoleGroup *GCPRoleGroup `protobuf:"bytes,1,opt,name=role_group,json=roleGroup,proto3" json:"role_group,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGCPRoleGroupResponse) Descriptor deprecated added in v1.29.0

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

Deprecated: Use CreateGCPRoleGroupResponse.ProtoReflect.Descriptor instead.

func (*CreateGCPRoleGroupResponse) GetRoleGroup added in v1.29.0

func (x *CreateGCPRoleGroupResponse) GetRoleGroup() *GCPRoleGroup

func (*CreateGCPRoleGroupResponse) ProtoMessage added in v1.29.0

func (*CreateGCPRoleGroupResponse) ProtoMessage()

func (*CreateGCPRoleGroupResponse) ProtoReflect added in v1.29.0

func (*CreateGCPRoleGroupResponse) Reset added in v1.29.0

func (x *CreateGCPRoleGroupResponse) Reset()

func (*CreateGCPRoleGroupResponse) String added in v1.29.0

func (x *CreateGCPRoleGroupResponse) String() string

type CreateIDPRequest

type CreateIDPRequest struct {
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIDPRequest) Descriptor deprecated

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

Deprecated: Use CreateIDPRequest.ProtoReflect.Descriptor instead.

func (*CreateIDPRequest) GetNamespace

func (x *CreateIDPRequest) GetNamespace() string

func (*CreateIDPRequest) ProtoMessage

func (*CreateIDPRequest) ProtoMessage()

func (*CreateIDPRequest) ProtoReflect

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

func (*CreateIDPRequest) Reset

func (x *CreateIDPRequest) Reset()

func (*CreateIDPRequest) String

func (x *CreateIDPRequest) String() string

type CreateIDPResponse

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

func (*CreateIDPResponse) Descriptor deprecated

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

Deprecated: Use CreateIDPResponse.ProtoReflect.Descriptor instead.

func (*CreateIDPResponse) GetId

func (x *CreateIDPResponse) GetId() string

func (*CreateIDPResponse) GetNamespace

func (x *CreateIDPResponse) GetNamespace() string

func (*CreateIDPResponse) ProtoMessage

func (*CreateIDPResponse) ProtoMessage()

func (*CreateIDPResponse) ProtoReflect

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

func (*CreateIDPResponse) Reset

func (x *CreateIDPResponse) Reset()

func (*CreateIDPResponse) String

func (x *CreateIDPResponse) String() string

type CreateSelectorRequest

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

func (*CreateSelectorRequest) Descriptor deprecated

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

Deprecated: Use CreateSelectorRequest.ProtoReflect.Descriptor instead.

func (*CreateSelectorRequest) GetSelector

func (x *CreateSelectorRequest) GetSelector() *Selector

func (*CreateSelectorRequest) ProtoMessage

func (*CreateSelectorRequest) ProtoMessage()

func (*CreateSelectorRequest) ProtoReflect

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

func (*CreateSelectorRequest) Reset

func (x *CreateSelectorRequest) Reset()

func (*CreateSelectorRequest) String

func (x *CreateSelectorRequest) String() string

type CreateSelectorResponse

type CreateSelectorResponse struct {
	Selector    *Selector               `protobuf:"bytes,1,opt,name=selector,proto3" json:"selector,omitempty"`
	Diagnostics []*v1alpha11.Diagnostic `protobuf:"bytes,2,rep,name=diagnostics,proto3" json:"diagnostics,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSelectorResponse) Descriptor deprecated

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

Deprecated: Use CreateSelectorResponse.ProtoReflect.Descriptor instead.

func (*CreateSelectorResponse) GetDiagnostics

func (x *CreateSelectorResponse) GetDiagnostics() []*v1alpha11.Diagnostic

func (*CreateSelectorResponse) GetSelector

func (x *CreateSelectorResponse) GetSelector() *Selector

func (*CreateSelectorResponse) ProtoMessage

func (*CreateSelectorResponse) ProtoMessage()

func (*CreateSelectorResponse) ProtoReflect

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

func (*CreateSelectorResponse) Reset

func (x *CreateSelectorResponse) Reset()

func (*CreateSelectorResponse) String

func (x *CreateSelectorResponse) String() string

type CreateSlackAlertRequest

type CreateSlackAlertRequest struct {
	WorkflowId                    string  `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	SlackChannelId                string  `protobuf:"bytes,3,opt,name=slack_channel_id,json=slackChannelId,proto3" json:"slack_channel_id,omitempty"`
	SlackWorkspaceId              string  `protobuf:"bytes,4,opt,name=slack_workspace_id,json=slackWorkspaceId,proto3" json:"slack_workspace_id,omitempty"`
	IntegrationId                 *string `protobuf:"bytes,5,opt,name=integration_id,json=integrationId,proto3,oneof" json:"integration_id,omitempty"`
	UseWebConsoleForApproveAction bool    `` /* 157-byte string literal not displayed */
	SendDirectMessagesToApprovers bool    `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateSlackAlertRequest) Descriptor deprecated

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

Deprecated: Use CreateSlackAlertRequest.ProtoReflect.Descriptor instead.

func (*CreateSlackAlertRequest) GetIntegrationId added in v1.12.1

func (x *CreateSlackAlertRequest) GetIntegrationId() string

func (*CreateSlackAlertRequest) GetSendDirectMessagesToApprovers added in v1.30.0

func (x *CreateSlackAlertRequest) GetSendDirectMessagesToApprovers() bool

func (*CreateSlackAlertRequest) GetSlackChannelId

func (x *CreateSlackAlertRequest) GetSlackChannelId() string

func (*CreateSlackAlertRequest) GetSlackWorkspaceId

func (x *CreateSlackAlertRequest) GetSlackWorkspaceId() string

func (*CreateSlackAlertRequest) GetUseWebConsoleForApproveAction added in v1.20.0

func (x *CreateSlackAlertRequest) GetUseWebConsoleForApproveAction() bool

func (*CreateSlackAlertRequest) GetWorkflowId

func (x *CreateSlackAlertRequest) GetWorkflowId() string

func (*CreateSlackAlertRequest) ProtoMessage

func (*CreateSlackAlertRequest) ProtoMessage()

func (*CreateSlackAlertRequest) ProtoReflect

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

func (*CreateSlackAlertRequest) Reset

func (x *CreateSlackAlertRequest) Reset()

func (*CreateSlackAlertRequest) String

func (x *CreateSlackAlertRequest) String() string

type CreateSlackAlertResponse

type CreateSlackAlertResponse struct {
	Alert *SlackAlert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSlackAlertResponse) Descriptor deprecated

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

Deprecated: Use CreateSlackAlertResponse.ProtoReflect.Descriptor instead.

func (*CreateSlackAlertResponse) GetAlert

func (x *CreateSlackAlertResponse) GetAlert() *SlackAlert

func (*CreateSlackAlertResponse) ProtoMessage

func (*CreateSlackAlertResponse) ProtoMessage()

func (*CreateSlackAlertResponse) ProtoReflect

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

func (*CreateSlackAlertResponse) Reset

func (x *CreateSlackAlertResponse) Reset()

func (*CreateSlackAlertResponse) String

func (x *CreateSlackAlertResponse) String() string

type CreateWebhookProvisionerRequest

type CreateWebhookProvisionerRequest struct {
	Url          string        `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Capabilities []*Capability `protobuf:"bytes,3,rep,name=capabilities,proto3" json:"capabilities,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWebhookProvisionerRequest) Descriptor deprecated

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

Deprecated: Use CreateWebhookProvisionerRequest.ProtoReflect.Descriptor instead.

func (*CreateWebhookProvisionerRequest) GetCapabilities

func (x *CreateWebhookProvisionerRequest) GetCapabilities() []*Capability

func (*CreateWebhookProvisionerRequest) GetUrl

func (*CreateWebhookProvisionerRequest) ProtoMessage

func (*CreateWebhookProvisionerRequest) ProtoMessage()

func (*CreateWebhookProvisionerRequest) ProtoReflect

func (*CreateWebhookProvisionerRequest) Reset

func (*CreateWebhookProvisionerRequest) String

type CreateWebhookProvisionerResponse

type CreateWebhookProvisionerResponse struct {
	WebhookProvisioner *WebhookProvisioner     `protobuf:"bytes,1,opt,name=WebhookProvisioner,proto3" json:"WebhookProvisioner,omitempty"`
	Diagnostics        []*v1alpha11.Diagnostic `protobuf:"bytes,2,rep,name=diagnostics,proto3" json:"diagnostics,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWebhookProvisionerResponse) Descriptor deprecated

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

Deprecated: Use CreateWebhookProvisionerResponse.ProtoReflect.Descriptor instead.

func (*CreateWebhookProvisionerResponse) GetDiagnostics

func (x *CreateWebhookProvisionerResponse) GetDiagnostics() []*v1alpha11.Diagnostic

func (*CreateWebhookProvisionerResponse) GetWebhookProvisioner

func (x *CreateWebhookProvisionerResponse) GetWebhookProvisioner() *WebhookProvisioner

func (*CreateWebhookProvisionerResponse) ProtoMessage

func (*CreateWebhookProvisionerResponse) ProtoMessage()

func (*CreateWebhookProvisionerResponse) ProtoReflect

func (*CreateWebhookProvisionerResponse) Reset

func (*CreateWebhookProvisionerResponse) String

type DeleteAccessWorkflowRequest

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

func (*DeleteAccessWorkflowRequest) Descriptor deprecated

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

Deprecated: Use DeleteAccessWorkflowRequest.ProtoReflect.Descriptor instead.

func (*DeleteAccessWorkflowRequest) GetId

func (*DeleteAccessWorkflowRequest) ProtoMessage

func (*DeleteAccessWorkflowRequest) ProtoMessage()

func (*DeleteAccessWorkflowRequest) ProtoReflect

func (*DeleteAccessWorkflowRequest) Reset

func (x *DeleteAccessWorkflowRequest) Reset()

func (*DeleteAccessWorkflowRequest) String

func (x *DeleteAccessWorkflowRequest) String() string

type DeleteAccessWorkflowResponse

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

func (*DeleteAccessWorkflowResponse) Descriptor deprecated

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

Deprecated: Use DeleteAccessWorkflowResponse.ProtoReflect.Descriptor instead.

func (*DeleteAccessWorkflowResponse) GetId

func (*DeleteAccessWorkflowResponse) ProtoMessage

func (*DeleteAccessWorkflowResponse) ProtoMessage()

func (*DeleteAccessWorkflowResponse) ProtoReflect

func (*DeleteAccessWorkflowResponse) Reset

func (x *DeleteAccessWorkflowResponse) Reset()

func (*DeleteAccessWorkflowResponse) String

type DeleteAvailabilitySpecRequest

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

func (*DeleteAvailabilitySpecRequest) Descriptor deprecated

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

Deprecated: Use DeleteAvailabilitySpecRequest.ProtoReflect.Descriptor instead.

func (*DeleteAvailabilitySpecRequest) GetId

func (*DeleteAvailabilitySpecRequest) ProtoMessage

func (*DeleteAvailabilitySpecRequest) ProtoMessage()

func (*DeleteAvailabilitySpecRequest) ProtoReflect

func (*DeleteAvailabilitySpecRequest) Reset

func (x *DeleteAvailabilitySpecRequest) Reset()

func (*DeleteAvailabilitySpecRequest) String

type DeleteAvailabilitySpecResponse

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

func (*DeleteAvailabilitySpecResponse) Descriptor deprecated

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

Deprecated: Use DeleteAvailabilitySpecResponse.ProtoReflect.Descriptor instead.

func (*DeleteAvailabilitySpecResponse) GetId

func (*DeleteAvailabilitySpecResponse) ProtoMessage

func (*DeleteAvailabilitySpecResponse) ProtoMessage()

func (*DeleteAvailabilitySpecResponse) ProtoReflect

func (*DeleteAvailabilitySpecResponse) Reset

func (x *DeleteAvailabilitySpecResponse) Reset()

func (*DeleteAvailabilitySpecResponse) String

type DeleteGCPRoleGroupRequest added in v1.29.0

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

func (*DeleteGCPRoleGroupRequest) Descriptor deprecated added in v1.29.0

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

Deprecated: Use DeleteGCPRoleGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteGCPRoleGroupRequest) GetId added in v1.29.0

func (x *DeleteGCPRoleGroupRequest) GetId() string

func (*DeleteGCPRoleGroupRequest) ProtoMessage added in v1.29.0

func (*DeleteGCPRoleGroupRequest) ProtoMessage()

func (*DeleteGCPRoleGroupRequest) ProtoReflect added in v1.29.0

func (*DeleteGCPRoleGroupRequest) Reset added in v1.29.0

func (x *DeleteGCPRoleGroupRequest) Reset()

func (*DeleteGCPRoleGroupRequest) String added in v1.29.0

func (x *DeleteGCPRoleGroupRequest) String() string

type DeleteGCPRoleGroupResponse added in v1.29.0

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

func (*DeleteGCPRoleGroupResponse) Descriptor deprecated added in v1.29.0

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

Deprecated: Use DeleteGCPRoleGroupResponse.ProtoReflect.Descriptor instead.

func (*DeleteGCPRoleGroupResponse) GetId added in v1.29.0

func (*DeleteGCPRoleGroupResponse) ProtoMessage added in v1.29.0

func (*DeleteGCPRoleGroupResponse) ProtoMessage()

func (*DeleteGCPRoleGroupResponse) ProtoReflect added in v1.29.0

func (*DeleteGCPRoleGroupResponse) Reset added in v1.29.0

func (x *DeleteGCPRoleGroupResponse) Reset()

func (*DeleteGCPRoleGroupResponse) String added in v1.29.0

func (x *DeleteGCPRoleGroupResponse) String() string

type DeleteIDPRequest

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

func (*DeleteIDPRequest) Descriptor deprecated

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

Deprecated: Use DeleteIDPRequest.ProtoReflect.Descriptor instead.

func (*DeleteIDPRequest) GetId

func (x *DeleteIDPRequest) GetId() string

func (*DeleteIDPRequest) ProtoMessage

func (*DeleteIDPRequest) ProtoMessage()

func (*DeleteIDPRequest) ProtoReflect

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

func (*DeleteIDPRequest) Reset

func (x *DeleteIDPRequest) Reset()

func (*DeleteIDPRequest) String

func (x *DeleteIDPRequest) String() string

type DeleteIDPResponse

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

func (*DeleteIDPResponse) Descriptor deprecated

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

Deprecated: Use DeleteIDPResponse.ProtoReflect.Descriptor instead.

func (*DeleteIDPResponse) GetId

func (x *DeleteIDPResponse) GetId() string

func (*DeleteIDPResponse) ProtoMessage

func (*DeleteIDPResponse) ProtoMessage()

func (*DeleteIDPResponse) ProtoReflect

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

func (*DeleteIDPResponse) Reset

func (x *DeleteIDPResponse) Reset()

func (*DeleteIDPResponse) String

func (x *DeleteIDPResponse) String() string

type DeleteSelectorRequest

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

func (*DeleteSelectorRequest) Descriptor deprecated

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

Deprecated: Use DeleteSelectorRequest.ProtoReflect.Descriptor instead.

func (*DeleteSelectorRequest) GetId

func (x *DeleteSelectorRequest) GetId() string

func (*DeleteSelectorRequest) ProtoMessage

func (*DeleteSelectorRequest) ProtoMessage()

func (*DeleteSelectorRequest) ProtoReflect

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

func (*DeleteSelectorRequest) Reset

func (x *DeleteSelectorRequest) Reset()

func (*DeleteSelectorRequest) String

func (x *DeleteSelectorRequest) String() string

type DeleteSelectorResponse

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

func (*DeleteSelectorResponse) Descriptor deprecated

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

Deprecated: Use DeleteSelectorResponse.ProtoReflect.Descriptor instead.

func (*DeleteSelectorResponse) GetId

func (x *DeleteSelectorResponse) GetId() string

func (*DeleteSelectorResponse) ProtoMessage

func (*DeleteSelectorResponse) ProtoMessage()

func (*DeleteSelectorResponse) ProtoReflect

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

func (*DeleteSelectorResponse) Reset

func (x *DeleteSelectorResponse) Reset()

func (*DeleteSelectorResponse) String

func (x *DeleteSelectorResponse) String() string

type DeleteSlackAlertRequest

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

func (*DeleteSlackAlertRequest) Descriptor deprecated

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

Deprecated: Use DeleteSlackAlertRequest.ProtoReflect.Descriptor instead.

func (*DeleteSlackAlertRequest) GetId

func (x *DeleteSlackAlertRequest) GetId() string

func (*DeleteSlackAlertRequest) ProtoMessage

func (*DeleteSlackAlertRequest) ProtoMessage()

func (*DeleteSlackAlertRequest) ProtoReflect

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

func (*DeleteSlackAlertRequest) Reset

func (x *DeleteSlackAlertRequest) Reset()

func (*DeleteSlackAlertRequest) String

func (x *DeleteSlackAlertRequest) String() string

type DeleteSlackAlertResponse

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

func (*DeleteSlackAlertResponse) Descriptor deprecated

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

Deprecated: Use DeleteSlackAlertResponse.ProtoReflect.Descriptor instead.

func (*DeleteSlackAlertResponse) GetId

func (x *DeleteSlackAlertResponse) GetId() string

func (*DeleteSlackAlertResponse) ProtoMessage

func (*DeleteSlackAlertResponse) ProtoMessage()

func (*DeleteSlackAlertResponse) ProtoReflect

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

func (*DeleteSlackAlertResponse) Reset

func (x *DeleteSlackAlertResponse) Reset()

func (*DeleteSlackAlertResponse) String

func (x *DeleteSlackAlertResponse) String() string

type DeleteWebhookProvisionerRequest

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

func (*DeleteWebhookProvisionerRequest) Descriptor deprecated

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

Deprecated: Use DeleteWebhookProvisionerRequest.ProtoReflect.Descriptor instead.

func (*DeleteWebhookProvisionerRequest) GetId

func (*DeleteWebhookProvisionerRequest) ProtoMessage

func (*DeleteWebhookProvisionerRequest) ProtoMessage()

func (*DeleteWebhookProvisionerRequest) ProtoReflect

func (*DeleteWebhookProvisionerRequest) Reset

func (*DeleteWebhookProvisionerRequest) String

type DeleteWebhookProvisionerResponse

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

func (*DeleteWebhookProvisionerResponse) Descriptor deprecated

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

Deprecated: Use DeleteWebhookProvisionerResponse.ProtoReflect.Descriptor instead.

func (*DeleteWebhookProvisionerResponse) GetId

func (*DeleteWebhookProvisionerResponse) ProtoMessage

func (*DeleteWebhookProvisionerResponse) ProtoMessage()

func (*DeleteWebhookProvisionerResponse) ProtoReflect

func (*DeleteWebhookProvisionerResponse) Reset

func (*DeleteWebhookProvisionerResponse) String

type GCPRoleGroup added in v1.29.0

type GCPRoleGroup 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"`
	OrganizationId string   `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	RoleIds        []string `protobuf:"bytes,4,rep,name=role_ids,json=roleIds,proto3" json:"role_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GCPRoleGroup) Descriptor deprecated added in v1.29.0

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

Deprecated: Use GCPRoleGroup.ProtoReflect.Descriptor instead.

func (*GCPRoleGroup) GetId added in v1.29.0

func (x *GCPRoleGroup) GetId() string

func (*GCPRoleGroup) GetName added in v1.29.0

func (x *GCPRoleGroup) GetName() string

func (*GCPRoleGroup) GetOrganizationId added in v1.29.0

func (x *GCPRoleGroup) GetOrganizationId() string

func (*GCPRoleGroup) GetRoleIds added in v1.29.0

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

func (*GCPRoleGroup) ProtoMessage added in v1.29.0

func (*GCPRoleGroup) ProtoMessage()

func (*GCPRoleGroup) ProtoReflect added in v1.29.0

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

func (*GCPRoleGroup) Reset added in v1.29.0

func (x *GCPRoleGroup) Reset()

func (*GCPRoleGroup) String added in v1.29.0

func (x *GCPRoleGroup) String() string

type GetAccessWorkflowRequest

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

func (*GetAccessWorkflowRequest) Descriptor deprecated

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

Deprecated: Use GetAccessWorkflowRequest.ProtoReflect.Descriptor instead.

func (*GetAccessWorkflowRequest) GetId

func (x *GetAccessWorkflowRequest) GetId() string

func (*GetAccessWorkflowRequest) ProtoMessage

func (*GetAccessWorkflowRequest) ProtoMessage()

func (*GetAccessWorkflowRequest) ProtoReflect

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

func (*GetAccessWorkflowRequest) Reset

func (x *GetAccessWorkflowRequest) Reset()

func (*GetAccessWorkflowRequest) String

func (x *GetAccessWorkflowRequest) String() string

type GetAccessWorkflowResponse

type GetAccessWorkflowResponse struct {
	Workflow *AccessWorkflow `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccessWorkflowResponse) Descriptor deprecated

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

Deprecated: Use GetAccessWorkflowResponse.ProtoReflect.Descriptor instead.

func (*GetAccessWorkflowResponse) GetWorkflow

func (x *GetAccessWorkflowResponse) GetWorkflow() *AccessWorkflow

func (*GetAccessWorkflowResponse) ProtoMessage

func (*GetAccessWorkflowResponse) ProtoMessage()

func (*GetAccessWorkflowResponse) ProtoReflect

func (*GetAccessWorkflowResponse) Reset

func (x *GetAccessWorkflowResponse) Reset()

func (*GetAccessWorkflowResponse) String

func (x *GetAccessWorkflowResponse) String() string

type GetAvailabilitySpecRequest

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

func (*GetAvailabilitySpecRequest) Descriptor deprecated

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

Deprecated: Use GetAvailabilitySpecRequest.ProtoReflect.Descriptor instead.

func (*GetAvailabilitySpecRequest) GetId

func (*GetAvailabilitySpecRequest) ProtoMessage

func (*GetAvailabilitySpecRequest) ProtoMessage()

func (*GetAvailabilitySpecRequest) ProtoReflect

func (*GetAvailabilitySpecRequest) Reset

func (x *GetAvailabilitySpecRequest) Reset()

func (*GetAvailabilitySpecRequest) String

func (x *GetAvailabilitySpecRequest) String() string

type GetAvailabilitySpecResponse

type GetAvailabilitySpecResponse struct {
	AvailabilitySpec *AvailabilitySpec `protobuf:"bytes,1,opt,name=availability_spec,json=availabilitySpec,proto3" json:"availability_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAvailabilitySpecResponse) Descriptor deprecated

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

Deprecated: Use GetAvailabilitySpecResponse.ProtoReflect.Descriptor instead.

func (*GetAvailabilitySpecResponse) GetAvailabilitySpec

func (x *GetAvailabilitySpecResponse) GetAvailabilitySpec() *AvailabilitySpec

func (*GetAvailabilitySpecResponse) ProtoMessage

func (*GetAvailabilitySpecResponse) ProtoMessage()

func (*GetAvailabilitySpecResponse) ProtoReflect

func (*GetAvailabilitySpecResponse) Reset

func (x *GetAvailabilitySpecResponse) Reset()

func (*GetAvailabilitySpecResponse) String

func (x *GetAvailabilitySpecResponse) String() string

type GetGCPRoleGroupRequest added in v1.29.0

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

func (*GetGCPRoleGroupRequest) Descriptor deprecated added in v1.29.0

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

Deprecated: Use GetGCPRoleGroupRequest.ProtoReflect.Descriptor instead.

func (*GetGCPRoleGroupRequest) GetId added in v1.29.0

func (x *GetGCPRoleGroupRequest) GetId() string

func (*GetGCPRoleGroupRequest) ProtoMessage added in v1.29.0

func (*GetGCPRoleGroupRequest) ProtoMessage()

func (*GetGCPRoleGroupRequest) ProtoReflect added in v1.29.0

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

func (*GetGCPRoleGroupRequest) Reset added in v1.29.0

func (x *GetGCPRoleGroupRequest) Reset()

func (*GetGCPRoleGroupRequest) String added in v1.29.0

func (x *GetGCPRoleGroupRequest) String() string

type GetGCPRoleGroupResponse added in v1.29.0

type GetGCPRoleGroupResponse struct {
	RoleGroup *GCPRoleGroup `protobuf:"bytes,1,opt,name=role_group,json=roleGroup,proto3" json:"role_group,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGCPRoleGroupResponse) Descriptor deprecated added in v1.29.0

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

Deprecated: Use GetGCPRoleGroupResponse.ProtoReflect.Descriptor instead.

func (*GetGCPRoleGroupResponse) GetRoleGroup added in v1.29.0

func (x *GetGCPRoleGroupResponse) GetRoleGroup() *GCPRoleGroup

func (*GetGCPRoleGroupResponse) ProtoMessage added in v1.29.0

func (*GetGCPRoleGroupResponse) ProtoMessage()

func (*GetGCPRoleGroupResponse) ProtoReflect added in v1.29.0

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

func (*GetGCPRoleGroupResponse) Reset added in v1.29.0

func (x *GetGCPRoleGroupResponse) Reset()

func (*GetGCPRoleGroupResponse) String added in v1.29.0

func (x *GetGCPRoleGroupResponse) String() string

type GetSelectorRequest

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

func (*GetSelectorRequest) Descriptor deprecated

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

Deprecated: Use GetSelectorRequest.ProtoReflect.Descriptor instead.

func (*GetSelectorRequest) GetId

func (x *GetSelectorRequest) GetId() string

func (*GetSelectorRequest) ProtoMessage

func (*GetSelectorRequest) ProtoMessage()

func (*GetSelectorRequest) ProtoReflect

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

func (*GetSelectorRequest) Reset

func (x *GetSelectorRequest) Reset()

func (*GetSelectorRequest) String

func (x *GetSelectorRequest) String() string

type GetSelectorResponse

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

func (*GetSelectorResponse) Descriptor deprecated

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

Deprecated: Use GetSelectorResponse.ProtoReflect.Descriptor instead.

func (*GetSelectorResponse) GetSelector

func (x *GetSelectorResponse) GetSelector() *Selector

func (*GetSelectorResponse) ProtoMessage

func (*GetSelectorResponse) ProtoMessage()

func (*GetSelectorResponse) ProtoReflect

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

func (*GetSelectorResponse) Reset

func (x *GetSelectorResponse) Reset()

func (*GetSelectorResponse) String

func (x *GetSelectorResponse) String() string

type GetSlackAlertRequest

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

func (*GetSlackAlertRequest) Descriptor deprecated

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

Deprecated: Use GetSlackAlertRequest.ProtoReflect.Descriptor instead.

func (*GetSlackAlertRequest) GetId

func (x *GetSlackAlertRequest) GetId() string

func (*GetSlackAlertRequest) ProtoMessage

func (*GetSlackAlertRequest) ProtoMessage()

func (*GetSlackAlertRequest) ProtoReflect

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

func (*GetSlackAlertRequest) Reset

func (x *GetSlackAlertRequest) Reset()

func (*GetSlackAlertRequest) String

func (x *GetSlackAlertRequest) String() string

type GetSlackAlertResponse

type GetSlackAlertResponse struct {
	Alert *SlackAlert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSlackAlertResponse) Descriptor deprecated

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

Deprecated: Use GetSlackAlertResponse.ProtoReflect.Descriptor instead.

func (*GetSlackAlertResponse) GetAlert

func (x *GetSlackAlertResponse) GetAlert() *SlackAlert

func (*GetSlackAlertResponse) ProtoMessage

func (*GetSlackAlertResponse) ProtoMessage()

func (*GetSlackAlertResponse) ProtoReflect

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

func (*GetSlackAlertResponse) Reset

func (x *GetSlackAlertResponse) Reset()

func (*GetSlackAlertResponse) String

func (x *GetSlackAlertResponse) String() string

type GetWebhookProvisionerRequest

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

func (*GetWebhookProvisionerRequest) Descriptor deprecated

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

Deprecated: Use GetWebhookProvisionerRequest.ProtoReflect.Descriptor instead.

func (*GetWebhookProvisionerRequest) GetId

func (*GetWebhookProvisionerRequest) ProtoMessage

func (*GetWebhookProvisionerRequest) ProtoMessage()

func (*GetWebhookProvisionerRequest) ProtoReflect

func (*GetWebhookProvisionerRequest) Reset

func (x *GetWebhookProvisionerRequest) Reset()

func (*GetWebhookProvisionerRequest) String

type GetWebhookProvisionerResponse

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

func (*GetWebhookProvisionerResponse) Descriptor deprecated

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

Deprecated: Use GetWebhookProvisionerResponse.ProtoReflect.Descriptor instead.

func (*GetWebhookProvisionerResponse) GetWebhookProvisioner

func (x *GetWebhookProvisionerResponse) GetWebhookProvisioner() *WebhookProvisioner

func (*GetWebhookProvisionerResponse) ProtoMessage

func (*GetWebhookProvisionerResponse) ProtoMessage()

func (*GetWebhookProvisionerResponse) ProtoReflect

func (*GetWebhookProvisionerResponse) Reset

func (x *GetWebhookProvisionerResponse) Reset()

func (*GetWebhookProvisionerResponse) String

type ReadIDPRequest

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

func (*ReadIDPRequest) Descriptor deprecated

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

Deprecated: Use ReadIDPRequest.ProtoReflect.Descriptor instead.

func (*ReadIDPRequest) GetId

func (x *ReadIDPRequest) GetId() string

func (*ReadIDPRequest) GetNamespace

func (x *ReadIDPRequest) GetNamespace() string

func (*ReadIDPRequest) ProtoMessage

func (*ReadIDPRequest) ProtoMessage()

func (*ReadIDPRequest) ProtoReflect

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

func (*ReadIDPRequest) Reset

func (x *ReadIDPRequest) Reset()

func (*ReadIDPRequest) String

func (x *ReadIDPRequest) String() string

type ReadIDPResponse

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

func (*ReadIDPResponse) Descriptor deprecated

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

Deprecated: Use ReadIDPResponse.ProtoReflect.Descriptor instead.

func (*ReadIDPResponse) GetId

func (x *ReadIDPResponse) GetId() string

func (*ReadIDPResponse) GetNamespace

func (x *ReadIDPResponse) GetNamespace() string

func (*ReadIDPResponse) ProtoMessage

func (*ReadIDPResponse) ProtoMessage()

func (*ReadIDPResponse) ProtoReflect

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

func (*ReadIDPResponse) Reset

func (x *ReadIDPResponse) Reset()

func (*ReadIDPResponse) String

func (x *ReadIDPResponse) String() string

type Selector

type Selector 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"`
	ResourceType string        `protobuf:"bytes,3,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	BelongingTo  *v1alpha1.EID `protobuf:"bytes,4,opt,name=belonging_to,json=belongingTo,proto3" json:"belonging_to,omitempty"`
	When         string        `protobuf:"bytes,5,opt,name=when,proto3" json:"when,omitempty"`
	// contains filtered or unexported fields
}

func (*Selector) Descriptor deprecated

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

Deprecated: Use Selector.ProtoReflect.Descriptor instead.

func (*Selector) GetBelongingTo

func (x *Selector) GetBelongingTo() *v1alpha1.EID

func (*Selector) GetId

func (x *Selector) GetId() string

func (*Selector) GetName

func (x *Selector) GetName() string

func (*Selector) GetResourceType

func (x *Selector) GetResourceType() string

func (*Selector) GetWhen

func (x *Selector) GetWhen() string

func (*Selector) ProtoMessage

func (*Selector) ProtoMessage()

func (*Selector) ProtoReflect

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

func (*Selector) Reset

func (x *Selector) Reset()

func (*Selector) String

func (x *Selector) String() string

type SlackAlert

type SlackAlert struct {
	Id                            string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	WorkflowId                    string  `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	SlackChannelId                string  `protobuf:"bytes,3,opt,name=slack_channel_id,json=slackChannelId,proto3" json:"slack_channel_id,omitempty"`
	SlackWorkspaceId              string  `protobuf:"bytes,4,opt,name=slack_workspace_id,json=slackWorkspaceId,proto3" json:"slack_workspace_id,omitempty"`
	IntegrationId                 *string `protobuf:"bytes,5,opt,name=integration_id,json=integrationId,proto3,oneof" json:"integration_id,omitempty"`
	UseWebConsoleForApproveAction bool    `` /* 157-byte string literal not displayed */
	SendDirectMessagesToApprovers bool    `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SlackAlert) Descriptor deprecated

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

Deprecated: Use SlackAlert.ProtoReflect.Descriptor instead.

func (*SlackAlert) GetId

func (x *SlackAlert) GetId() string

func (*SlackAlert) GetIntegrationId added in v1.12.1

func (x *SlackAlert) GetIntegrationId() string

func (*SlackAlert) GetSendDirectMessagesToApprovers added in v1.30.0

func (x *SlackAlert) GetSendDirectMessagesToApprovers() bool

func (*SlackAlert) GetSlackChannelId

func (x *SlackAlert) GetSlackChannelId() string

func (*SlackAlert) GetSlackWorkspaceId

func (x *SlackAlert) GetSlackWorkspaceId() string

func (*SlackAlert) GetUseWebConsoleForApproveAction added in v1.20.0

func (x *SlackAlert) GetUseWebConsoleForApproveAction() bool

func (*SlackAlert) GetWorkflowId

func (x *SlackAlert) GetWorkflowId() string

func (*SlackAlert) ProtoMessage

func (*SlackAlert) ProtoMessage()

func (*SlackAlert) ProtoReflect

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

func (*SlackAlert) Reset

func (x *SlackAlert) Reset()

func (*SlackAlert) String

func (x *SlackAlert) String() string

type UpdateAccessWorkflowRequest

type UpdateAccessWorkflowRequest struct {
	Workflow *AccessWorkflow `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAccessWorkflowRequest) Descriptor deprecated

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

Deprecated: Use UpdateAccessWorkflowRequest.ProtoReflect.Descriptor instead.

func (*UpdateAccessWorkflowRequest) GetWorkflow

func (x *UpdateAccessWorkflowRequest) GetWorkflow() *AccessWorkflow

func (*UpdateAccessWorkflowRequest) ProtoMessage

func (*UpdateAccessWorkflowRequest) ProtoMessage()

func (*UpdateAccessWorkflowRequest) ProtoReflect

func (*UpdateAccessWorkflowRequest) Reset

func (x *UpdateAccessWorkflowRequest) Reset()

func (*UpdateAccessWorkflowRequest) String

func (x *UpdateAccessWorkflowRequest) String() string

type UpdateAccessWorkflowResponse

type UpdateAccessWorkflowResponse struct {
	Workflow *AccessWorkflow `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAccessWorkflowResponse) Descriptor deprecated

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

Deprecated: Use UpdateAccessWorkflowResponse.ProtoReflect.Descriptor instead.

func (*UpdateAccessWorkflowResponse) GetWorkflow

func (x *UpdateAccessWorkflowResponse) GetWorkflow() *AccessWorkflow

func (*UpdateAccessWorkflowResponse) ProtoMessage

func (*UpdateAccessWorkflowResponse) ProtoMessage()

func (*UpdateAccessWorkflowResponse) ProtoReflect

func (*UpdateAccessWorkflowResponse) Reset

func (x *UpdateAccessWorkflowResponse) Reset()

func (*UpdateAccessWorkflowResponse) String

type UpdateAvailabilitySpecRequest

type UpdateAvailabilitySpecRequest struct {
	AvailabilitySpec *AvailabilitySpec `protobuf:"bytes,1,opt,name=availability_spec,json=availabilitySpec,proto3" json:"availability_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAvailabilitySpecRequest) Descriptor deprecated

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

Deprecated: Use UpdateAvailabilitySpecRequest.ProtoReflect.Descriptor instead.

func (*UpdateAvailabilitySpecRequest) GetAvailabilitySpec

func (x *UpdateAvailabilitySpecRequest) GetAvailabilitySpec() *AvailabilitySpec

func (*UpdateAvailabilitySpecRequest) ProtoMessage

func (*UpdateAvailabilitySpecRequest) ProtoMessage()

func (*UpdateAvailabilitySpecRequest) ProtoReflect

func (*UpdateAvailabilitySpecRequest) Reset

func (x *UpdateAvailabilitySpecRequest) Reset()

func (*UpdateAvailabilitySpecRequest) String

type UpdateAvailabilitySpecResponse

type UpdateAvailabilitySpecResponse struct {
	AvailabilitySpec *AvailabilitySpec `protobuf:"bytes,1,opt,name=availability_spec,json=availabilitySpec,proto3" json:"availability_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAvailabilitySpecResponse) Descriptor deprecated

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

Deprecated: Use UpdateAvailabilitySpecResponse.ProtoReflect.Descriptor instead.

func (*UpdateAvailabilitySpecResponse) GetAvailabilitySpec

func (x *UpdateAvailabilitySpecResponse) GetAvailabilitySpec() *AvailabilitySpec

func (*UpdateAvailabilitySpecResponse) ProtoMessage

func (*UpdateAvailabilitySpecResponse) ProtoMessage()

func (*UpdateAvailabilitySpecResponse) ProtoReflect

func (*UpdateAvailabilitySpecResponse) Reset

func (x *UpdateAvailabilitySpecResponse) Reset()

func (*UpdateAvailabilitySpecResponse) String

type UpdateGCPRoleGroupRequest added in v1.29.0

type UpdateGCPRoleGroupRequest struct {
	RoleGroup *GCPRoleGroup `protobuf:"bytes,1,opt,name=role_group,json=roleGroup,proto3" json:"role_group,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGCPRoleGroupRequest) Descriptor deprecated added in v1.29.0

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

Deprecated: Use UpdateGCPRoleGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdateGCPRoleGroupRequest) GetRoleGroup added in v1.29.0

func (x *UpdateGCPRoleGroupRequest) GetRoleGroup() *GCPRoleGroup

func (*UpdateGCPRoleGroupRequest) ProtoMessage added in v1.29.0

func (*UpdateGCPRoleGroupRequest) ProtoMessage()

func (*UpdateGCPRoleGroupRequest) ProtoReflect added in v1.29.0

func (*UpdateGCPRoleGroupRequest) Reset added in v1.29.0

func (x *UpdateGCPRoleGroupRequest) Reset()

func (*UpdateGCPRoleGroupRequest) String added in v1.29.0

func (x *UpdateGCPRoleGroupRequest) String() string

type UpdateGCPRoleGroupResponse added in v1.29.0

type UpdateGCPRoleGroupResponse struct {
	RoleGroup *GCPRoleGroup `protobuf:"bytes,1,opt,name=role_group,json=roleGroup,proto3" json:"role_group,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGCPRoleGroupResponse) Descriptor deprecated added in v1.29.0

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

Deprecated: Use UpdateGCPRoleGroupResponse.ProtoReflect.Descriptor instead.

func (*UpdateGCPRoleGroupResponse) GetRoleGroup added in v1.29.0

func (x *UpdateGCPRoleGroupResponse) GetRoleGroup() *GCPRoleGroup

func (*UpdateGCPRoleGroupResponse) ProtoMessage added in v1.29.0

func (*UpdateGCPRoleGroupResponse) ProtoMessage()

func (*UpdateGCPRoleGroupResponse) ProtoReflect added in v1.29.0

func (*UpdateGCPRoleGroupResponse) Reset added in v1.29.0

func (x *UpdateGCPRoleGroupResponse) Reset()

func (*UpdateGCPRoleGroupResponse) String added in v1.29.0

func (x *UpdateGCPRoleGroupResponse) String() string

type UpdateIDPRequest

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

func (*UpdateIDPRequest) Descriptor deprecated

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

Deprecated: Use UpdateIDPRequest.ProtoReflect.Descriptor instead.

func (*UpdateIDPRequest) GetId

func (x *UpdateIDPRequest) GetId() string

func (*UpdateIDPRequest) GetNamespace

func (x *UpdateIDPRequest) GetNamespace() string

func (*UpdateIDPRequest) ProtoMessage

func (*UpdateIDPRequest) ProtoMessage()

func (*UpdateIDPRequest) ProtoReflect

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

func (*UpdateIDPRequest) Reset

func (x *UpdateIDPRequest) Reset()

func (*UpdateIDPRequest) String

func (x *UpdateIDPRequest) String() string

type UpdateIDPResponse

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

func (*UpdateIDPResponse) Descriptor deprecated

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

Deprecated: Use UpdateIDPResponse.ProtoReflect.Descriptor instead.

func (*UpdateIDPResponse) GetId

func (x *UpdateIDPResponse) GetId() string

func (*UpdateIDPResponse) GetNamespace

func (x *UpdateIDPResponse) GetNamespace() string

func (*UpdateIDPResponse) ProtoMessage

func (*UpdateIDPResponse) ProtoMessage()

func (*UpdateIDPResponse) ProtoReflect

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

func (*UpdateIDPResponse) Reset

func (x *UpdateIDPResponse) Reset()

func (*UpdateIDPResponse) String

func (x *UpdateIDPResponse) String() string

type UpdateSelectorRequest

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

func (*UpdateSelectorRequest) Descriptor deprecated

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

Deprecated: Use UpdateSelectorRequest.ProtoReflect.Descriptor instead.

func (*UpdateSelectorRequest) GetSelector

func (x *UpdateSelectorRequest) GetSelector() *Selector

func (*UpdateSelectorRequest) ProtoMessage

func (*UpdateSelectorRequest) ProtoMessage()

func (*UpdateSelectorRequest) ProtoReflect

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

func (*UpdateSelectorRequest) Reset

func (x *UpdateSelectorRequest) Reset()

func (*UpdateSelectorRequest) String

func (x *UpdateSelectorRequest) String() string

type UpdateSelectorResponse

type UpdateSelectorResponse struct {
	Selector    *Selector               `protobuf:"bytes,1,opt,name=selector,proto3" json:"selector,omitempty"`
	Diagnostics []*v1alpha11.Diagnostic `protobuf:"bytes,2,rep,name=diagnostics,proto3" json:"diagnostics,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSelectorResponse) Descriptor deprecated

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

Deprecated: Use UpdateSelectorResponse.ProtoReflect.Descriptor instead.

func (*UpdateSelectorResponse) GetDiagnostics

func (x *UpdateSelectorResponse) GetDiagnostics() []*v1alpha11.Diagnostic

func (*UpdateSelectorResponse) GetSelector

func (x *UpdateSelectorResponse) GetSelector() *Selector

func (*UpdateSelectorResponse) ProtoMessage

func (*UpdateSelectorResponse) ProtoMessage()

func (*UpdateSelectorResponse) ProtoReflect

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

func (*UpdateSelectorResponse) Reset

func (x *UpdateSelectorResponse) Reset()

func (*UpdateSelectorResponse) String

func (x *UpdateSelectorResponse) String() string

type UpdateSlackAlertRequest

type UpdateSlackAlertRequest struct {
	Alert *SlackAlert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSlackAlertRequest) Descriptor deprecated

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

Deprecated: Use UpdateSlackAlertRequest.ProtoReflect.Descriptor instead.

func (*UpdateSlackAlertRequest) GetAlert

func (x *UpdateSlackAlertRequest) GetAlert() *SlackAlert

func (*UpdateSlackAlertRequest) ProtoMessage

func (*UpdateSlackAlertRequest) ProtoMessage()

func (*UpdateSlackAlertRequest) ProtoReflect

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

func (*UpdateSlackAlertRequest) Reset

func (x *UpdateSlackAlertRequest) Reset()

func (*UpdateSlackAlertRequest) String

func (x *UpdateSlackAlertRequest) String() string

type UpdateSlackAlertResponse

type UpdateSlackAlertResponse struct {
	Alert *SlackAlert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSlackAlertResponse) Descriptor deprecated

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

Deprecated: Use UpdateSlackAlertResponse.ProtoReflect.Descriptor instead.

func (*UpdateSlackAlertResponse) GetAlert

func (x *UpdateSlackAlertResponse) GetAlert() *SlackAlert

func (*UpdateSlackAlertResponse) ProtoMessage

func (*UpdateSlackAlertResponse) ProtoMessage()

func (*UpdateSlackAlertResponse) ProtoReflect

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

func (*UpdateSlackAlertResponse) Reset

func (x *UpdateSlackAlertResponse) Reset()

func (*UpdateSlackAlertResponse) String

func (x *UpdateSlackAlertResponse) String() string

type UpdateWebhookProvisionerRequest

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

func (*UpdateWebhookProvisionerRequest) Descriptor deprecated

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

Deprecated: Use UpdateWebhookProvisionerRequest.ProtoReflect.Descriptor instead.

func (*UpdateWebhookProvisionerRequest) GetWebhookProvisioner

func (x *UpdateWebhookProvisionerRequest) GetWebhookProvisioner() *WebhookProvisioner

func (*UpdateWebhookProvisionerRequest) ProtoMessage

func (*UpdateWebhookProvisionerRequest) ProtoMessage()

func (*UpdateWebhookProvisionerRequest) ProtoReflect

func (*UpdateWebhookProvisionerRequest) Reset

func (*UpdateWebhookProvisionerRequest) String

type UpdateWebhookProvisionerResponse

type UpdateWebhookProvisionerResponse struct {
	WebhookProvisioner *WebhookProvisioner     `protobuf:"bytes,1,opt,name=WebhookProvisioner,proto3" json:"WebhookProvisioner,omitempty"`
	Diagnostics        []*v1alpha11.Diagnostic `protobuf:"bytes,2,rep,name=diagnostics,proto3" json:"diagnostics,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWebhookProvisionerResponse) Descriptor deprecated

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

Deprecated: Use UpdateWebhookProvisionerResponse.ProtoReflect.Descriptor instead.

func (*UpdateWebhookProvisionerResponse) GetDiagnostics

func (x *UpdateWebhookProvisionerResponse) GetDiagnostics() []*v1alpha11.Diagnostic

func (*UpdateWebhookProvisionerResponse) GetWebhookProvisioner

func (x *UpdateWebhookProvisionerResponse) GetWebhookProvisioner() *WebhookProvisioner

func (*UpdateWebhookProvisionerResponse) ProtoMessage

func (*UpdateWebhookProvisionerResponse) ProtoMessage()

func (*UpdateWebhookProvisionerResponse) ProtoReflect

func (*UpdateWebhookProvisionerResponse) Reset

func (*UpdateWebhookProvisionerResponse) String

type WebhookProvisioner

type WebhookProvisioner struct {
	Id           string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Url          string        `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Capabilities []*Capability `protobuf:"bytes,3,rep,name=capabilities,proto3" json:"capabilities,omitempty"`
	// contains filtered or unexported fields
}

func (*WebhookProvisioner) Descriptor deprecated

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

Deprecated: Use WebhookProvisioner.ProtoReflect.Descriptor instead.

func (*WebhookProvisioner) GetCapabilities

func (x *WebhookProvisioner) GetCapabilities() []*Capability

func (*WebhookProvisioner) GetId

func (x *WebhookProvisioner) GetId() string

func (*WebhookProvisioner) GetUrl

func (x *WebhookProvisioner) GetUrl() string

func (*WebhookProvisioner) ProtoMessage

func (*WebhookProvisioner) ProtoMessage()

func (*WebhookProvisioner) ProtoReflect

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

func (*WebhookProvisioner) Reset

func (x *WebhookProvisioner) Reset()

func (*WebhookProvisioner) String

func (x *WebhookProvisioner) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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