v1

package
v0.9.15 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ResourceTokenRequestState_TokenType_name = map[int32]string{
	0: "UNSPECIFIED",
	1: "DATASET",
	2: "ENDPOINT",
}
View Source
var ResourceTokenRequestState_TokenType_value = map[string]int32{
	"UNSPECIFIED": 0,
	"DATASET":     1,
	"ENDPOINT":    2,
}

Functions

This section is empty.

Types

type AuthCode

type AuthCode struct {
	ClientId             string   `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` // Deprecated: Do not use.
	State                string   `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	EpochSeconds         int64    `protobuf:"varint,3,opt,name=epoch_seconds,json=epochSeconds,proto3" json:"epoch_seconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AuthCode) Descriptor

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

func (*AuthCode) GetClientId deprecated

func (m *AuthCode) GetClientId() string

Deprecated: Do not use.

func (*AuthCode) GetEpochSeconds

func (m *AuthCode) GetEpochSeconds() int64

func (*AuthCode) GetState

func (m *AuthCode) GetState() string

func (*AuthCode) ProtoMessage

func (*AuthCode) ProtoMessage()

func (*AuthCode) Reset

func (m *AuthCode) Reset()

func (*AuthCode) String

func (m *AuthCode) String() string

func (*AuthCode) XXX_DiscardUnknown

func (m *AuthCode) XXX_DiscardUnknown()

func (*AuthCode) XXX_Marshal

func (m *AuthCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AuthCode) XXX_Merge

func (m *AuthCode) XXX_Merge(src proto.Message)

func (*AuthCode) XXX_Size

func (m *AuthCode) XXX_Size() int

func (*AuthCode) XXX_Unmarshal

func (m *AuthCode) XXX_Unmarshal(b []byte) error

type BackgroundProcessRequest

type BackgroundProcessRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BackgroundProcessRequest) Descriptor

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

func (*BackgroundProcessRequest) ProtoMessage

func (*BackgroundProcessRequest) ProtoMessage()

func (*BackgroundProcessRequest) Reset

func (m *BackgroundProcessRequest) Reset()

func (*BackgroundProcessRequest) String

func (m *BackgroundProcessRequest) String() string

func (*BackgroundProcessRequest) XXX_DiscardUnknown

func (m *BackgroundProcessRequest) XXX_DiscardUnknown()

func (*BackgroundProcessRequest) XXX_Marshal

func (m *BackgroundProcessRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BackgroundProcessRequest) XXX_Merge

func (m *BackgroundProcessRequest) XXX_Merge(src proto.Message)

func (*BackgroundProcessRequest) XXX_Size

func (m *BackgroundProcessRequest) XXX_Size() int

func (*BackgroundProcessRequest) XXX_Unmarshal

func (m *BackgroundProcessRequest) XXX_Unmarshal(b []byte) error

type BackgroundProcessResponse

type BackgroundProcessResponse struct {
	Process              *v11.Process `protobuf:"bytes,1,opt,name=process,proto3" json:"process,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*BackgroundProcessResponse) Descriptor

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

func (*BackgroundProcessResponse) GetProcess

func (m *BackgroundProcessResponse) GetProcess() *v11.Process

func (*BackgroundProcessResponse) ProtoMessage

func (*BackgroundProcessResponse) ProtoMessage()

func (*BackgroundProcessResponse) Reset

func (m *BackgroundProcessResponse) Reset()

func (*BackgroundProcessResponse) String

func (m *BackgroundProcessResponse) String() string

func (*BackgroundProcessResponse) XXX_DiscardUnknown

func (m *BackgroundProcessResponse) XXX_DiscardUnknown()

func (*BackgroundProcessResponse) XXX_Marshal

func (m *BackgroundProcessResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BackgroundProcessResponse) XXX_Merge

func (m *BackgroundProcessResponse) XXX_Merge(src proto.Message)

func (*BackgroundProcessResponse) XXX_Size

func (m *BackgroundProcessResponse) XXX_Size() int

func (*BackgroundProcessResponse) XXX_Unmarshal

func (m *BackgroundProcessResponse) XXX_Unmarshal(b []byte) error

type BackgroundProcessesRequest

type BackgroundProcessesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BackgroundProcessesRequest) Descriptor

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

func (*BackgroundProcessesRequest) ProtoMessage

func (*BackgroundProcessesRequest) ProtoMessage()

func (*BackgroundProcessesRequest) Reset

func (m *BackgroundProcessesRequest) Reset()

func (*BackgroundProcessesRequest) String

func (m *BackgroundProcessesRequest) String() string

func (*BackgroundProcessesRequest) XXX_DiscardUnknown

func (m *BackgroundProcessesRequest) XXX_DiscardUnknown()

func (*BackgroundProcessesRequest) XXX_Marshal

func (m *BackgroundProcessesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BackgroundProcessesRequest) XXX_Merge

func (m *BackgroundProcessesRequest) XXX_Merge(src proto.Message)

func (*BackgroundProcessesRequest) XXX_Size

func (m *BackgroundProcessesRequest) XXX_Size() int

func (*BackgroundProcessesRequest) XXX_Unmarshal

func (m *BackgroundProcessesRequest) XXX_Unmarshal(b []byte) error

type BackgroundProcessesResponse

type BackgroundProcessesResponse struct {
	Processes            map[string]*v11.Process `` /* 159-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*BackgroundProcessesResponse) Descriptor

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

func (*BackgroundProcessesResponse) GetProcesses

func (m *BackgroundProcessesResponse) GetProcesses() map[string]*v11.Process

func (*BackgroundProcessesResponse) ProtoMessage

func (*BackgroundProcessesResponse) ProtoMessage()

func (*BackgroundProcessesResponse) Reset

func (m *BackgroundProcessesResponse) Reset()

func (*BackgroundProcessesResponse) String

func (m *BackgroundProcessesResponse) String() string

func (*BackgroundProcessesResponse) XXX_DiscardUnknown

func (m *BackgroundProcessesResponse) XXX_DiscardUnknown()

func (*BackgroundProcessesResponse) XXX_Marshal

func (m *BackgroundProcessesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BackgroundProcessesResponse) XXX_Merge

func (m *BackgroundProcessesResponse) XXX_Merge(src proto.Message)

func (*BackgroundProcessesResponse) XXX_Size

func (m *BackgroundProcessesResponse) XXX_Size() int

func (*BackgroundProcessesResponse) XXX_Unmarshal

func (m *BackgroundProcessesResponse) XXX_Unmarshal(b []byte) error

type ConfigModification

type ConfigModification struct {
	Revision             int64                                              `protobuf:"varint,1,opt,name=revision,proto3" json:"revision,omitempty"`
	TestPersonas         map[string]*ConfigModification_PersonaModification `` /* 185-byte string literal not displayed */
	DryRun               bool                                               `protobuf:"varint,3,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

func (*ConfigModification) Descriptor

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

func (*ConfigModification) GetDryRun

func (m *ConfigModification) GetDryRun() bool

func (*ConfigModification) GetRevision

func (m *ConfigModification) GetRevision() int64

func (*ConfigModification) GetTestPersonas

func (*ConfigModification) ProtoMessage

func (*ConfigModification) ProtoMessage()

func (*ConfigModification) Reset

func (m *ConfigModification) Reset()

func (*ConfigModification) String

func (m *ConfigModification) String() string

func (*ConfigModification) XXX_DiscardUnknown

func (m *ConfigModification) XXX_DiscardUnknown()

func (*ConfigModification) XXX_Marshal

func (m *ConfigModification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigModification) XXX_Merge

func (m *ConfigModification) XXX_Merge(src proto.Message)

func (*ConfigModification) XXX_Size

func (m *ConfigModification) XXX_Size() int

func (*ConfigModification) XXX_Unmarshal

func (m *ConfigModification) XXX_Unmarshal(b []byte) error

type ConfigModification_PersonaModification

type ConfigModification_PersonaModification struct {
	Access               []string `protobuf:"bytes,1,rep,name=access,proto3" json:"access,omitempty"`
	AddAccess            []string `protobuf:"bytes,2,rep,name=add_access,json=addAccess,proto3" json:"add_access,omitempty"`
	RemoveAccess         []string `protobuf:"bytes,3,rep,name=remove_access,json=removeAccess,proto3" json:"remove_access,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfigModification_PersonaModification) Descriptor

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

func (*ConfigModification_PersonaModification) GetAccess

func (*ConfigModification_PersonaModification) GetAddAccess

func (m *ConfigModification_PersonaModification) GetAddAccess() []string

func (*ConfigModification_PersonaModification) GetRemoveAccess

func (m *ConfigModification_PersonaModification) GetRemoveAccess() []string

func (*ConfigModification_PersonaModification) ProtoMessage

func (*ConfigModification_PersonaModification) Reset

func (*ConfigModification_PersonaModification) String

func (*ConfigModification_PersonaModification) XXX_DiscardUnknown

func (m *ConfigModification_PersonaModification) XXX_DiscardUnknown()

func (*ConfigModification_PersonaModification) XXX_Marshal

func (m *ConfigModification_PersonaModification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigModification_PersonaModification) XXX_Merge

func (*ConfigModification_PersonaModification) XXX_Size

func (*ConfigModification_PersonaModification) XXX_Unmarshal

func (m *ConfigModification_PersonaModification) XXX_Unmarshal(b []byte) error

type ConfigOptions

type ConfigOptions struct {
	ReadOnlyMasterRealm           bool                      `protobuf:"varint,1,opt,name=read_only_master_realm,json=readOnlyMasterRealm,proto3" json:"read_only_master_realm,omitempty"`
	GcpManagedKeysMaxRequestedTtl string                    `` /* 156-byte string literal not displayed */
	GcpManagedKeysPerAccount      int32                     `` /* 140-byte string literal not displayed */
	GcpServiceAccountProject      string                    `` /* 137-byte string literal not displayed */
	ComputedDescriptors           map[string]*v1.Descriptor `` /* 198-byte string literal not displayed */
	GcpIamBillingProject          string                    `protobuf:"bytes,7,opt,name=gcp_iam_billing_project,json=gcpIamBillingProject,proto3" json:"gcp_iam_billing_project,omitempty"`
	AwsManagedKeysPerIamUser      int32                     `` /* 142-byte string literal not displayed */
	XXX_NoUnkeyedLiteral          struct{}                  `json:"-"`
	XXX_unrecognized              []byte                    `json:"-"`
	XXX_sizecache                 int32                     `json:"-"`
}

func (*ConfigOptions) Descriptor

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

func (*ConfigOptions) GetAwsManagedKeysPerIamUser added in v0.9.10

func (m *ConfigOptions) GetAwsManagedKeysPerIamUser() int32

func (*ConfigOptions) GetComputedDescriptors

func (m *ConfigOptions) GetComputedDescriptors() map[string]*v1.Descriptor

func (*ConfigOptions) GetGcpIamBillingProject

func (m *ConfigOptions) GetGcpIamBillingProject() string

func (*ConfigOptions) GetGcpManagedKeysMaxRequestedTtl

func (m *ConfigOptions) GetGcpManagedKeysMaxRequestedTtl() string

func (*ConfigOptions) GetGcpManagedKeysPerAccount

func (m *ConfigOptions) GetGcpManagedKeysPerAccount() int32

func (*ConfigOptions) GetGcpServiceAccountProject

func (m *ConfigOptions) GetGcpServiceAccountProject() string

func (*ConfigOptions) GetReadOnlyMasterRealm

func (m *ConfigOptions) GetReadOnlyMasterRealm() bool

func (*ConfigOptions) ProtoMessage

func (*ConfigOptions) ProtoMessage()

func (*ConfigOptions) Reset

func (m *ConfigOptions) Reset()

func (*ConfigOptions) String

func (m *ConfigOptions) String() string

func (*ConfigOptions) XXX_DiscardUnknown

func (m *ConfigOptions) XXX_DiscardUnknown()

func (*ConfigOptions) XXX_Marshal

func (m *ConfigOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigOptions) XXX_Merge

func (m *ConfigOptions) XXX_Merge(src proto.Message)

func (*ConfigOptions) XXX_Size

func (m *ConfigOptions) XXX_Size() int

func (*ConfigOptions) XXX_Unmarshal

func (m *ConfigOptions) XXX_Unmarshal(b []byte) error

type ConfigOptionsRequest

type ConfigOptionsRequest struct {
	Item                 *ConfigOptions      `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	Modification         *ConfigModification `protobuf:"bytes,2,opt,name=modification,proto3" json:"modification,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ConfigOptionsRequest) Descriptor

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

func (*ConfigOptionsRequest) GetItem

func (m *ConfigOptionsRequest) GetItem() *ConfigOptions

func (*ConfigOptionsRequest) GetModification

func (m *ConfigOptionsRequest) GetModification() *ConfigModification

func (*ConfigOptionsRequest) ProtoMessage

func (*ConfigOptionsRequest) ProtoMessage()

func (*ConfigOptionsRequest) Reset

func (m *ConfigOptionsRequest) Reset()

func (*ConfigOptionsRequest) String

func (m *ConfigOptionsRequest) String() string

func (*ConfigOptionsRequest) XXX_DiscardUnknown

func (m *ConfigOptionsRequest) XXX_DiscardUnknown()

func (*ConfigOptionsRequest) XXX_Marshal

func (m *ConfigOptionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigOptionsRequest) XXX_Merge

func (m *ConfigOptionsRequest) XXX_Merge(src proto.Message)

func (*ConfigOptionsRequest) XXX_Size

func (m *ConfigOptionsRequest) XXX_Size() int

func (*ConfigOptionsRequest) XXX_Unmarshal

func (m *ConfigOptionsRequest) XXX_Unmarshal(b []byte) error

type ConfigPolicyRequest

type ConfigPolicyRequest struct {
	Item                 *Policy             `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	Modification         *ConfigModification `protobuf:"bytes,2,opt,name=modification,proto3" json:"modification,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ConfigPolicyRequest) Descriptor

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

func (*ConfigPolicyRequest) GetItem

func (m *ConfigPolicyRequest) GetItem() *Policy

func (*ConfigPolicyRequest) GetModification

func (m *ConfigPolicyRequest) GetModification() *ConfigModification

func (*ConfigPolicyRequest) ProtoMessage

func (*ConfigPolicyRequest) ProtoMessage()

func (*ConfigPolicyRequest) Reset

func (m *ConfigPolicyRequest) Reset()

func (*ConfigPolicyRequest) String

func (m *ConfigPolicyRequest) String() string

func (*ConfigPolicyRequest) XXX_DiscardUnknown

func (m *ConfigPolicyRequest) XXX_DiscardUnknown()

func (*ConfigPolicyRequest) XXX_Marshal

func (m *ConfigPolicyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigPolicyRequest) XXX_Merge

func (m *ConfigPolicyRequest) XXX_Merge(src proto.Message)

func (*ConfigPolicyRequest) XXX_Size

func (m *ConfigPolicyRequest) XXX_Size() int

func (*ConfigPolicyRequest) XXX_Unmarshal

func (m *ConfigPolicyRequest) XXX_Unmarshal(b []byte) error

type ConfigRequest

type ConfigRequest struct {
	Item                 *DamConfig          `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	Modification         *ConfigModification `protobuf:"bytes,2,opt,name=modification,proto3" json:"modification,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ConfigRequest) Descriptor

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

func (*ConfigRequest) GetItem

func (m *ConfigRequest) GetItem() *DamConfig

func (*ConfigRequest) GetModification

func (m *ConfigRequest) GetModification() *ConfigModification

func (*ConfigRequest) ProtoMessage

func (*ConfigRequest) ProtoMessage()

func (*ConfigRequest) Reset

func (m *ConfigRequest) Reset()

func (*ConfigRequest) String

func (m *ConfigRequest) String() string

func (*ConfigRequest) XXX_DiscardUnknown

func (m *ConfigRequest) XXX_DiscardUnknown()

func (*ConfigRequest) XXX_Marshal

func (m *ConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigRequest) XXX_Merge

func (m *ConfigRequest) XXX_Merge(src proto.Message)

func (*ConfigRequest) XXX_Size

func (m *ConfigRequest) XXX_Size() int

func (*ConfigRequest) XXX_Unmarshal

func (m *ConfigRequest) XXX_Unmarshal(b []byte) error

type ConfigResourceRequest

type ConfigResourceRequest struct {
	Item                 *Resource           `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	Modification         *ConfigModification `protobuf:"bytes,2,opt,name=modification,proto3" json:"modification,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ConfigResourceRequest) Descriptor

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

func (*ConfigResourceRequest) GetItem

func (m *ConfigResourceRequest) GetItem() *Resource

func (*ConfigResourceRequest) GetModification

func (m *ConfigResourceRequest) GetModification() *ConfigModification

func (*ConfigResourceRequest) ProtoMessage

func (*ConfigResourceRequest) ProtoMessage()

func (*ConfigResourceRequest) Reset

func (m *ConfigResourceRequest) Reset()

func (*ConfigResourceRequest) String

func (m *ConfigResourceRequest) String() string

func (*ConfigResourceRequest) XXX_DiscardUnknown

func (m *ConfigResourceRequest) XXX_DiscardUnknown()

func (*ConfigResourceRequest) XXX_Marshal

func (m *ConfigResourceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigResourceRequest) XXX_Merge

func (m *ConfigResourceRequest) XXX_Merge(src proto.Message)

func (*ConfigResourceRequest) XXX_Size

func (m *ConfigResourceRequest) XXX_Size() int

func (*ConfigResourceRequest) XXX_Unmarshal

func (m *ConfigResourceRequest) XXX_Unmarshal(b []byte) error

type ConfigResponse

type ConfigResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ConfigResponse is a common response message across all config changes

func (*ConfigResponse) Descriptor

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

func (*ConfigResponse) ProtoMessage

func (*ConfigResponse) ProtoMessage()

func (*ConfigResponse) Reset

func (m *ConfigResponse) Reset()

func (*ConfigResponse) String

func (m *ConfigResponse) String() string

func (*ConfigResponse) XXX_DiscardUnknown

func (m *ConfigResponse) XXX_DiscardUnknown()

func (*ConfigResponse) XXX_Marshal

func (m *ConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigResponse) XXX_Merge

func (m *ConfigResponse) XXX_Merge(src proto.Message)

func (*ConfigResponse) XXX_Size

func (m *ConfigResponse) XXX_Size() int

func (*ConfigResponse) XXX_Unmarshal

func (m *ConfigResponse) XXX_Unmarshal(b []byte) error

type ConfigServiceTemplateRequest

type ConfigServiceTemplateRequest struct {
	Item                 *ServiceTemplate    `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	Modification         *ConfigModification `protobuf:"bytes,2,opt,name=modification,proto3" json:"modification,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ConfigServiceTemplateRequest) Descriptor

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

func (*ConfigServiceTemplateRequest) GetItem

func (*ConfigServiceTemplateRequest) GetModification

func (m *ConfigServiceTemplateRequest) GetModification() *ConfigModification

func (*ConfigServiceTemplateRequest) ProtoMessage

func (*ConfigServiceTemplateRequest) ProtoMessage()

func (*ConfigServiceTemplateRequest) Reset

func (m *ConfigServiceTemplateRequest) Reset()

func (*ConfigServiceTemplateRequest) String

func (*ConfigServiceTemplateRequest) XXX_DiscardUnknown

func (m *ConfigServiceTemplateRequest) XXX_DiscardUnknown()

func (*ConfigServiceTemplateRequest) XXX_Marshal

func (m *ConfigServiceTemplateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigServiceTemplateRequest) XXX_Merge

func (m *ConfigServiceTemplateRequest) XXX_Merge(src proto.Message)

func (*ConfigServiceTemplateRequest) XXX_Size

func (m *ConfigServiceTemplateRequest) XXX_Size() int

func (*ConfigServiceTemplateRequest) XXX_Unmarshal

func (m *ConfigServiceTemplateRequest) XXX_Unmarshal(b []byte) error

type ConfigTestPersonaRequest

type ConfigTestPersonaRequest struct {
	Item                 *v1.TestPersona     `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	Modification         *ConfigModification `protobuf:"bytes,2,opt,name=modification,proto3" json:"modification,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ConfigTestPersonaRequest) Descriptor

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

func (*ConfigTestPersonaRequest) GetItem

func (m *ConfigTestPersonaRequest) GetItem() *v1.TestPersona

func (*ConfigTestPersonaRequest) GetModification

func (m *ConfigTestPersonaRequest) GetModification() *ConfigModification

func (*ConfigTestPersonaRequest) ProtoMessage

func (*ConfigTestPersonaRequest) ProtoMessage()

func (*ConfigTestPersonaRequest) Reset

func (m *ConfigTestPersonaRequest) Reset()

func (*ConfigTestPersonaRequest) String

func (m *ConfigTestPersonaRequest) String() string

func (*ConfigTestPersonaRequest) XXX_DiscardUnknown

func (m *ConfigTestPersonaRequest) XXX_DiscardUnknown()

func (*ConfigTestPersonaRequest) XXX_Marshal

func (m *ConfigTestPersonaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigTestPersonaRequest) XXX_Merge

func (m *ConfigTestPersonaRequest) XXX_Merge(src proto.Message)

func (*ConfigTestPersonaRequest) XXX_Size

func (m *ConfigTestPersonaRequest) XXX_Size() int

func (*ConfigTestPersonaRequest) XXX_Unmarshal

func (m *ConfigTestPersonaRequest) XXX_Unmarshal(b []byte) error

type ConfigTrustedIssuerRequest added in v0.8.4

type ConfigTrustedIssuerRequest struct {
	Item *TrustedIssuer `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	// client_secret is write only field.
	ClientSecret         string              `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	Modification         *ConfigModification `protobuf:"bytes,2,opt,name=modification,proto3" json:"modification,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ConfigTrustedIssuerRequest) Descriptor added in v0.8.4

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

func (*ConfigTrustedIssuerRequest) GetClientSecret added in v0.9.11

func (m *ConfigTrustedIssuerRequest) GetClientSecret() string

func (*ConfigTrustedIssuerRequest) GetItem added in v0.8.4

func (*ConfigTrustedIssuerRequest) GetModification added in v0.8.4

func (m *ConfigTrustedIssuerRequest) GetModification() *ConfigModification

func (*ConfigTrustedIssuerRequest) ProtoMessage added in v0.8.4

func (*ConfigTrustedIssuerRequest) ProtoMessage()

func (*ConfigTrustedIssuerRequest) Reset added in v0.8.4

func (m *ConfigTrustedIssuerRequest) Reset()

func (*ConfigTrustedIssuerRequest) String added in v0.8.4

func (m *ConfigTrustedIssuerRequest) String() string

func (*ConfigTrustedIssuerRequest) XXX_DiscardUnknown added in v0.8.4

func (m *ConfigTrustedIssuerRequest) XXX_DiscardUnknown()

func (*ConfigTrustedIssuerRequest) XXX_Marshal added in v0.8.4

func (m *ConfigTrustedIssuerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigTrustedIssuerRequest) XXX_Merge added in v0.8.4

func (m *ConfigTrustedIssuerRequest) XXX_Merge(src proto.Message)

func (*ConfigTrustedIssuerRequest) XXX_Size added in v0.8.4

func (m *ConfigTrustedIssuerRequest) XXX_Size() int

func (*ConfigTrustedIssuerRequest) XXX_Unmarshal added in v0.8.4

func (m *ConfigTrustedIssuerRequest) XXX_Unmarshal(b []byte) error

type ConfigTrustedSourceRequest

type ConfigTrustedSourceRequest struct {
	Item                 *TrustedSource      `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	Modification         *ConfigModification `protobuf:"bytes,2,opt,name=modification,proto3" json:"modification,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ConfigTrustedSourceRequest) Descriptor

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

func (*ConfigTrustedSourceRequest) GetItem

func (*ConfigTrustedSourceRequest) GetModification

func (m *ConfigTrustedSourceRequest) GetModification() *ConfigModification

func (*ConfigTrustedSourceRequest) ProtoMessage

func (*ConfigTrustedSourceRequest) ProtoMessage()

func (*ConfigTrustedSourceRequest) Reset

func (m *ConfigTrustedSourceRequest) Reset()

func (*ConfigTrustedSourceRequest) String

func (m *ConfigTrustedSourceRequest) String() string

func (*ConfigTrustedSourceRequest) XXX_DiscardUnknown

func (m *ConfigTrustedSourceRequest) XXX_DiscardUnknown()

func (*ConfigTrustedSourceRequest) XXX_Marshal

func (m *ConfigTrustedSourceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigTrustedSourceRequest) XXX_Merge

func (m *ConfigTrustedSourceRequest) XXX_Merge(src proto.Message)

func (*ConfigTrustedSourceRequest) XXX_Size

func (m *ConfigTrustedSourceRequest) XXX_Size() int

func (*ConfigTrustedSourceRequest) XXX_Unmarshal

func (m *ConfigTrustedSourceRequest) XXX_Unmarshal(b []byte) error

type ConfigViewRequest

type ConfigViewRequest struct {
	Item                 *View               `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	Modification         *ConfigModification `protobuf:"bytes,2,opt,name=modification,proto3" json:"modification,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ConfigViewRequest) Descriptor

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

func (*ConfigViewRequest) GetItem

func (m *ConfigViewRequest) GetItem() *View

func (*ConfigViewRequest) GetModification

func (m *ConfigViewRequest) GetModification() *ConfigModification

func (*ConfigViewRequest) ProtoMessage

func (*ConfigViewRequest) ProtoMessage()

func (*ConfigViewRequest) Reset

func (m *ConfigViewRequest) Reset()

func (*ConfigViewRequest) String

func (m *ConfigViewRequest) String() string

func (*ConfigViewRequest) XXX_DiscardUnknown

func (m *ConfigViewRequest) XXX_DiscardUnknown()

func (*ConfigViewRequest) XXX_Marshal

func (m *ConfigViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigViewRequest) XXX_Merge

func (m *ConfigViewRequest) XXX_Merge(src proto.Message)

func (*ConfigViewRequest) XXX_Size

func (m *ConfigViewRequest) XXX_Size() int

func (*ConfigViewRequest) XXX_Unmarshal

func (m *ConfigViewRequest) XXX_Unmarshal(b []byte) error

type ConfigVisaTypeRequest added in v0.8.4

type ConfigVisaTypeRequest struct {
	Item                 *VisaType           `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	Modification         *ConfigModification `protobuf:"bytes,2,opt,name=modification,proto3" json:"modification,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ConfigVisaTypeRequest) Descriptor added in v0.8.4

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

func (*ConfigVisaTypeRequest) GetItem added in v0.8.4

func (m *ConfigVisaTypeRequest) GetItem() *VisaType

func (*ConfigVisaTypeRequest) GetModification added in v0.8.4

func (m *ConfigVisaTypeRequest) GetModification() *ConfigModification

func (*ConfigVisaTypeRequest) ProtoMessage added in v0.8.4

func (*ConfigVisaTypeRequest) ProtoMessage()

func (*ConfigVisaTypeRequest) Reset added in v0.8.4

func (m *ConfigVisaTypeRequest) Reset()

func (*ConfigVisaTypeRequest) String added in v0.8.4

func (m *ConfigVisaTypeRequest) String() string

func (*ConfigVisaTypeRequest) XXX_DiscardUnknown added in v0.8.4

func (m *ConfigVisaTypeRequest) XXX_DiscardUnknown()

func (*ConfigVisaTypeRequest) XXX_Marshal added in v0.8.4

func (m *ConfigVisaTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigVisaTypeRequest) XXX_Merge added in v0.8.4

func (m *ConfigVisaTypeRequest) XXX_Merge(src proto.Message)

func (*ConfigVisaTypeRequest) XXX_Size added in v0.8.4

func (m *ConfigVisaTypeRequest) XXX_Size() int

func (*ConfigVisaTypeRequest) XXX_Unmarshal added in v0.8.4

func (m *ConfigVisaTypeRequest) XXX_Unmarshal(b []byte) error

type DamConfig

type DamConfig struct {
	Version              string                      `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Revision             int64                       `protobuf:"varint,2,opt,name=revision,proto3" json:"revision,omitempty"`
	CommitTime           float64                     `protobuf:"fixed64,3,opt,name=commit_time,json=commitTime,proto3" json:"commit_time,omitempty"`
	TrustedIssuers       map[string]*TrustedIssuer   `` /* 191-byte string literal not displayed */
	TrustedSources       map[string]*TrustedSource   `` /* 191-byte string literal not displayed */
	Policies             map[string]*Policy          `` /* 157-byte string literal not displayed */
	Resources            map[string]*Resource        `` /* 159-byte string literal not displayed */
	Clients              map[string]*v1.Client       `` /* 155-byte string literal not displayed */
	ServiceTemplates     map[string]*ServiceTemplate `` /* 197-byte string literal not displayed */
	VisaTypes            map[string]*VisaType        `` /* 177-byte string literal not displayed */
	TestPersonas         map[string]*v1.TestPersona  `` /* 186-byte string literal not displayed */
	Options              *ConfigOptions              `protobuf:"bytes,12,opt,name=options,proto3" json:"options,omitempty"`
	Ui                   map[string]string           `` /* 146-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*DamConfig) Descriptor

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

func (*DamConfig) GetClients

func (m *DamConfig) GetClients() map[string]*v1.Client

func (*DamConfig) GetCommitTime

func (m *DamConfig) GetCommitTime() float64

func (*DamConfig) GetOptions

func (m *DamConfig) GetOptions() *ConfigOptions

func (*DamConfig) GetPolicies

func (m *DamConfig) GetPolicies() map[string]*Policy

func (*DamConfig) GetResources

func (m *DamConfig) GetResources() map[string]*Resource

func (*DamConfig) GetRevision

func (m *DamConfig) GetRevision() int64

func (*DamConfig) GetServiceTemplates

func (m *DamConfig) GetServiceTemplates() map[string]*ServiceTemplate

func (*DamConfig) GetTestPersonas

func (m *DamConfig) GetTestPersonas() map[string]*v1.TestPersona

func (*DamConfig) GetTrustedIssuers added in v0.8.4

func (m *DamConfig) GetTrustedIssuers() map[string]*TrustedIssuer

func (*DamConfig) GetTrustedSources

func (m *DamConfig) GetTrustedSources() map[string]*TrustedSource

func (*DamConfig) GetUi

func (m *DamConfig) GetUi() map[string]string

func (*DamConfig) GetVersion

func (m *DamConfig) GetVersion() string

func (*DamConfig) GetVisaTypes added in v0.8.4

func (m *DamConfig) GetVisaTypes() map[string]*VisaType

func (*DamConfig) ProtoMessage

func (*DamConfig) ProtoMessage()

func (*DamConfig) Reset

func (m *DamConfig) Reset()

func (*DamConfig) String

func (m *DamConfig) String() string

func (*DamConfig) XXX_DiscardUnknown

func (m *DamConfig) XXX_DiscardUnknown()

func (*DamConfig) XXX_Marshal

func (m *DamConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DamConfig) XXX_Merge

func (m *DamConfig) XXX_Merge(src proto.Message)

func (*DamConfig) XXX_Size

func (m *DamConfig) XXX_Size() int

func (*DamConfig) XXX_Unmarshal

func (m *DamConfig) XXX_Unmarshal(b []byte) error

type DamRoleCategoriesRequest

type DamRoleCategoriesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DamRoleCategoriesRequest) Descriptor

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

func (*DamRoleCategoriesRequest) ProtoMessage

func (*DamRoleCategoriesRequest) ProtoMessage()

func (*DamRoleCategoriesRequest) Reset

func (m *DamRoleCategoriesRequest) Reset()

func (*DamRoleCategoriesRequest) String

func (m *DamRoleCategoriesRequest) String() string

func (*DamRoleCategoriesRequest) XXX_DiscardUnknown

func (m *DamRoleCategoriesRequest) XXX_DiscardUnknown()

func (*DamRoleCategoriesRequest) XXX_Marshal

func (m *DamRoleCategoriesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DamRoleCategoriesRequest) XXX_Merge

func (m *DamRoleCategoriesRequest) XXX_Merge(src proto.Message)

func (*DamRoleCategoriesRequest) XXX_Size

func (m *DamRoleCategoriesRequest) XXX_Size() int

func (*DamRoleCategoriesRequest) XXX_Unmarshal

func (m *DamRoleCategoriesRequest) XXX_Unmarshal(b []byte) error

type DamRoleCategoriesResponse

type DamRoleCategoriesResponse struct {
	DamRoleCategories    map[string]*RoleCategory `` /* 202-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*DamRoleCategoriesResponse) Descriptor

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

func (*DamRoleCategoriesResponse) GetDamRoleCategories

func (m *DamRoleCategoriesResponse) GetDamRoleCategories() map[string]*RoleCategory

func (*DamRoleCategoriesResponse) ProtoMessage

func (*DamRoleCategoriesResponse) ProtoMessage()

func (*DamRoleCategoriesResponse) Reset

func (m *DamRoleCategoriesResponse) Reset()

func (*DamRoleCategoriesResponse) String

func (m *DamRoleCategoriesResponse) String() string

func (*DamRoleCategoriesResponse) XXX_DiscardUnknown

func (m *DamRoleCategoriesResponse) XXX_DiscardUnknown()

func (*DamRoleCategoriesResponse) XXX_Marshal

func (m *DamRoleCategoriesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DamRoleCategoriesResponse) XXX_Merge

func (m *DamRoleCategoriesResponse) XXX_Merge(src proto.Message)

func (*DamRoleCategoriesResponse) XXX_Size

func (m *DamRoleCategoriesResponse) XXX_Size() int

func (*DamRoleCategoriesResponse) XXX_Unmarshal

func (m *DamRoleCategoriesResponse) XXX_Unmarshal(b []byte) error

type DamSecrets

type DamSecrets struct {
	Version         string            `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Revision        int64             `protobuf:"varint,2,opt,name=revision,proto3" json:"revision,omitempty"`
	CommitTime      float64           `protobuf:"fixed64,3,opt,name=commit_time,json=commitTime,proto3" json:"commit_time,omitempty"`
	ClientSecrets   map[string]string `` /* 188-byte string literal not displayed */
	BrokerSecrets   map[string]string `` /* 188-byte string literal not displayed */
	PublicTokenKeys map[string]string `` // Deprecated: Do not use.
	/* 196-byte string literal not displayed */
	GatekeeperTokenKeys  *DamSecrets_GatekeeperTokenKeys `protobuf:"bytes,6,opt,name=gatekeeper_token_keys,json=gatekeeperTokenKeys,proto3" json:"gatekeeper_token_keys,omitempty"` // Deprecated: Do not use.
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*DamSecrets) Descriptor

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

func (*DamSecrets) GetBrokerSecrets

func (m *DamSecrets) GetBrokerSecrets() map[string]string

func (*DamSecrets) GetClientSecrets

func (m *DamSecrets) GetClientSecrets() map[string]string

func (*DamSecrets) GetCommitTime

func (m *DamSecrets) GetCommitTime() float64

func (*DamSecrets) GetGatekeeperTokenKeys deprecated

func (m *DamSecrets) GetGatekeeperTokenKeys() *DamSecrets_GatekeeperTokenKeys

Deprecated: Do not use.

func (*DamSecrets) GetPublicTokenKeys deprecated

func (m *DamSecrets) GetPublicTokenKeys() map[string]string

Deprecated: Do not use.

func (*DamSecrets) GetRevision

func (m *DamSecrets) GetRevision() int64

func (*DamSecrets) GetVersion

func (m *DamSecrets) GetVersion() string

func (*DamSecrets) ProtoMessage

func (*DamSecrets) ProtoMessage()

func (*DamSecrets) Reset

func (m *DamSecrets) Reset()

func (*DamSecrets) String

func (m *DamSecrets) String() string

func (*DamSecrets) XXX_DiscardUnknown

func (m *DamSecrets) XXX_DiscardUnknown()

func (*DamSecrets) XXX_Marshal

func (m *DamSecrets) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DamSecrets) XXX_Merge

func (m *DamSecrets) XXX_Merge(src proto.Message)

func (*DamSecrets) XXX_Size

func (m *DamSecrets) XXX_Size() int

func (*DamSecrets) XXX_Unmarshal

func (m *DamSecrets) XXX_Unmarshal(b []byte) error

type DamSecrets_GatekeeperTokenKeys

type DamSecrets_GatekeeperTokenKeys struct {
	PrivateKey           string   `protobuf:"bytes,1,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	PublicKey            string   `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DamSecrets_GatekeeperTokenKeys) Descriptor

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

func (*DamSecrets_GatekeeperTokenKeys) GetPrivateKey

func (m *DamSecrets_GatekeeperTokenKeys) GetPrivateKey() string

func (*DamSecrets_GatekeeperTokenKeys) GetPublicKey

func (m *DamSecrets_GatekeeperTokenKeys) GetPublicKey() string

func (*DamSecrets_GatekeeperTokenKeys) ProtoMessage

func (*DamSecrets_GatekeeperTokenKeys) ProtoMessage()

func (*DamSecrets_GatekeeperTokenKeys) Reset

func (m *DamSecrets_GatekeeperTokenKeys) Reset()

func (*DamSecrets_GatekeeperTokenKeys) String

func (*DamSecrets_GatekeeperTokenKeys) XXX_DiscardUnknown

func (m *DamSecrets_GatekeeperTokenKeys) XXX_DiscardUnknown()

func (*DamSecrets_GatekeeperTokenKeys) XXX_Marshal

func (m *DamSecrets_GatekeeperTokenKeys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DamSecrets_GatekeeperTokenKeys) XXX_Merge

func (m *DamSecrets_GatekeeperTokenKeys) XXX_Merge(src proto.Message)

func (*DamSecrets_GatekeeperTokenKeys) XXX_Size

func (m *DamSecrets_GatekeeperTokenKeys) XXX_Size() int

func (*DamSecrets_GatekeeperTokenKeys) XXX_Unmarshal

func (m *DamSecrets_GatekeeperTokenKeys) XXX_Unmarshal(b []byte) error

type GetFlatViewsRequest

type GetFlatViewsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetFlatViewsRequest) Descriptor

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

func (*GetFlatViewsRequest) ProtoMessage

func (*GetFlatViewsRequest) ProtoMessage()

func (*GetFlatViewsRequest) Reset

func (m *GetFlatViewsRequest) Reset()

func (*GetFlatViewsRequest) String

func (m *GetFlatViewsRequest) String() string

func (*GetFlatViewsRequest) XXX_DiscardUnknown

func (m *GetFlatViewsRequest) XXX_DiscardUnknown()

func (*GetFlatViewsRequest) XXX_Marshal

func (m *GetFlatViewsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetFlatViewsRequest) XXX_Merge

func (m *GetFlatViewsRequest) XXX_Merge(src proto.Message)

func (*GetFlatViewsRequest) XXX_Size

func (m *GetFlatViewsRequest) XXX_Size() int

func (*GetFlatViewsRequest) XXX_Unmarshal

func (m *GetFlatViewsRequest) XXX_Unmarshal(b []byte) error

type GetFlatViewsResponse

type GetFlatViewsResponse struct {
	Views                map[string]*GetFlatViewsResponse_FlatView `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*GetFlatViewsResponse) Descriptor

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

func (*GetFlatViewsResponse) GetViews

func (*GetFlatViewsResponse) ProtoMessage

func (*GetFlatViewsResponse) ProtoMessage()

func (*GetFlatViewsResponse) Reset

func (m *GetFlatViewsResponse) Reset()

func (*GetFlatViewsResponse) String

func (m *GetFlatViewsResponse) String() string

func (*GetFlatViewsResponse) XXX_DiscardUnknown

func (m *GetFlatViewsResponse) XXX_DiscardUnknown()

func (*GetFlatViewsResponse) XXX_Marshal

func (m *GetFlatViewsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetFlatViewsResponse) XXX_Merge

func (m *GetFlatViewsResponse) XXX_Merge(src proto.Message)

func (*GetFlatViewsResponse) XXX_Size

func (m *GetFlatViewsResponse) XXX_Size() int

func (*GetFlatViewsResponse) XXX_Unmarshal

func (m *GetFlatViewsResponse) XXX_Unmarshal(b []byte) error

type GetFlatViewsResponse_FlatView

type GetFlatViewsResponse_FlatView struct {
	ResourcePath         string            `protobuf:"bytes,1,opt,name=resource_path,json=resourcePath,proto3" json:"resource_path,omitempty"`
	Umbrella             string            `protobuf:"bytes,2,opt,name=umbrella,proto3" json:"umbrella,omitempty"`
	ResourceName         string            `protobuf:"bytes,3,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
	ViewName             string            `protobuf:"bytes,4,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
	RoleName             string            `protobuf:"bytes,5,opt,name=role_name,json=roleName,proto3" json:"role_name,omitempty"`
	InterfaceName        string            `protobuf:"bytes,6,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	InterfaceUri         string            `protobuf:"bytes,7,opt,name=interface_uri,json=interfaceUri,proto3" json:"interface_uri,omitempty"`
	ContentType          string            `protobuf:"bytes,8,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	Labels               map[string]string `` /* 153-byte string literal not displayed */
	ServiceName          string            `protobuf:"bytes,10,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	Platform             string            `protobuf:"bytes,11,opt,name=platform,proto3" json:"platform,omitempty"`
	PlatformService      string            `protobuf:"bytes,12,opt,name=platform_service,json=platformService,proto3" json:"platform_service,omitempty"`
	MaxTokenTtl          string            `protobuf:"bytes,13,opt,name=max_token_ttl,json=maxTokenTtl,proto3" json:"max_token_ttl,omitempty"`
	ResourceUi           map[string]string `` /* 180-byte string literal not displayed */
	ViewUi               map[string]string `` /* 168-byte string literal not displayed */
	RoleUi               map[string]string `` /* 168-byte string literal not displayed */
	RoleCategories       []string          `protobuf:"bytes,17,rep,name=role_categories,json=roleCategories,proto3" json:"role_categories,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetFlatViewsResponse_FlatView) Descriptor

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

func (*GetFlatViewsResponse_FlatView) GetContentType

func (m *GetFlatViewsResponse_FlatView) GetContentType() string

func (*GetFlatViewsResponse_FlatView) GetInterfaceName

func (m *GetFlatViewsResponse_FlatView) GetInterfaceName() string

func (*GetFlatViewsResponse_FlatView) GetInterfaceUri

func (m *GetFlatViewsResponse_FlatView) GetInterfaceUri() string

func (*GetFlatViewsResponse_FlatView) GetLabels added in v0.8.5

func (m *GetFlatViewsResponse_FlatView) GetLabels() map[string]string

func (*GetFlatViewsResponse_FlatView) GetMaxTokenTtl

func (m *GetFlatViewsResponse_FlatView) GetMaxTokenTtl() string

func (*GetFlatViewsResponse_FlatView) GetPlatform

func (m *GetFlatViewsResponse_FlatView) GetPlatform() string

func (*GetFlatViewsResponse_FlatView) GetPlatformService

func (m *GetFlatViewsResponse_FlatView) GetPlatformService() string

func (*GetFlatViewsResponse_FlatView) GetResourceName

func (m *GetFlatViewsResponse_FlatView) GetResourceName() string

func (*GetFlatViewsResponse_FlatView) GetResourcePath

func (m *GetFlatViewsResponse_FlatView) GetResourcePath() string

func (*GetFlatViewsResponse_FlatView) GetResourceUi

func (m *GetFlatViewsResponse_FlatView) GetResourceUi() map[string]string

func (*GetFlatViewsResponse_FlatView) GetRoleCategories

func (m *GetFlatViewsResponse_FlatView) GetRoleCategories() []string

func (*GetFlatViewsResponse_FlatView) GetRoleName

func (m *GetFlatViewsResponse_FlatView) GetRoleName() string

func (*GetFlatViewsResponse_FlatView) GetRoleUi

func (m *GetFlatViewsResponse_FlatView) GetRoleUi() map[string]string

func (*GetFlatViewsResponse_FlatView) GetServiceName added in v0.8.4

func (m *GetFlatViewsResponse_FlatView) GetServiceName() string

func (*GetFlatViewsResponse_FlatView) GetUmbrella

func (m *GetFlatViewsResponse_FlatView) GetUmbrella() string

func (*GetFlatViewsResponse_FlatView) GetViewName

func (m *GetFlatViewsResponse_FlatView) GetViewName() string

func (*GetFlatViewsResponse_FlatView) GetViewUi

func (m *GetFlatViewsResponse_FlatView) GetViewUi() map[string]string

func (*GetFlatViewsResponse_FlatView) ProtoMessage

func (*GetFlatViewsResponse_FlatView) ProtoMessage()

func (*GetFlatViewsResponse_FlatView) Reset

func (m *GetFlatViewsResponse_FlatView) Reset()

func (*GetFlatViewsResponse_FlatView) String

func (*GetFlatViewsResponse_FlatView) XXX_DiscardUnknown

func (m *GetFlatViewsResponse_FlatView) XXX_DiscardUnknown()

func (*GetFlatViewsResponse_FlatView) XXX_Marshal

func (m *GetFlatViewsResponse_FlatView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetFlatViewsResponse_FlatView) XXX_Merge

func (m *GetFlatViewsResponse_FlatView) XXX_Merge(src proto.Message)

func (*GetFlatViewsResponse_FlatView) XXX_Size

func (m *GetFlatViewsResponse_FlatView) XXX_Size() int

func (*GetFlatViewsResponse_FlatView) XXX_Unmarshal

func (m *GetFlatViewsResponse_FlatView) XXX_Unmarshal(b []byte) error

type GetInfoRequest

type GetInfoRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetInfoRequest) Descriptor

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

func (*GetInfoRequest) ProtoMessage

func (*GetInfoRequest) ProtoMessage()

func (*GetInfoRequest) Reset

func (m *GetInfoRequest) Reset()

func (*GetInfoRequest) String

func (m *GetInfoRequest) String() string

func (*GetInfoRequest) XXX_DiscardUnknown

func (m *GetInfoRequest) XXX_DiscardUnknown()

func (*GetInfoRequest) XXX_Marshal

func (m *GetInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInfoRequest) XXX_Merge

func (m *GetInfoRequest) XXX_Merge(src proto.Message)

func (*GetInfoRequest) XXX_Size

func (m *GetInfoRequest) XXX_Size() int

func (*GetInfoRequest) XXX_Unmarshal

func (m *GetInfoRequest) XXX_Unmarshal(b []byte) error

type GetInfoResponse

type GetInfoResponse struct {
	Name                 string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Versions             []string          `protobuf:"bytes,2,rep,name=versions,proto3" json:"versions,omitempty"`
	StartTime            int64             `protobuf:"varint,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	Modules              []string          `protobuf:"bytes,4,rep,name=modules,proto3" json:"modules,omitempty"`
	Ui                   map[string]string `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetInfoResponse) Descriptor

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

func (*GetInfoResponse) GetModules

func (m *GetInfoResponse) GetModules() []string

func (*GetInfoResponse) GetName

func (m *GetInfoResponse) GetName() string

func (*GetInfoResponse) GetStartTime

func (m *GetInfoResponse) GetStartTime() int64

func (*GetInfoResponse) GetUi

func (m *GetInfoResponse) GetUi() map[string]string

func (*GetInfoResponse) GetVersions

func (m *GetInfoResponse) GetVersions() []string

func (*GetInfoResponse) ProtoMessage

func (*GetInfoResponse) ProtoMessage()

func (*GetInfoResponse) Reset

func (m *GetInfoResponse) Reset()

func (*GetInfoResponse) String

func (m *GetInfoResponse) String() string

func (*GetInfoResponse) XXX_DiscardUnknown

func (m *GetInfoResponse) XXX_DiscardUnknown()

func (*GetInfoResponse) XXX_Marshal

func (m *GetInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInfoResponse) XXX_Merge

func (m *GetInfoResponse) XXX_Merge(src proto.Message)

func (*GetInfoResponse) XXX_Size

func (m *GetInfoResponse) XXX_Size() int

func (*GetInfoResponse) XXX_Unmarshal

func (m *GetInfoResponse) XXX_Unmarshal(b []byte) error

type GetResourceRequest

type GetResourceRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetResourceRequest) Descriptor

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

func (*GetResourceRequest) ProtoMessage

func (*GetResourceRequest) ProtoMessage()

func (*GetResourceRequest) Reset

func (m *GetResourceRequest) Reset()

func (*GetResourceRequest) String

func (m *GetResourceRequest) String() string

func (*GetResourceRequest) XXX_DiscardUnknown

func (m *GetResourceRequest) XXX_DiscardUnknown()

func (*GetResourceRequest) XXX_Marshal

func (m *GetResourceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetResourceRequest) XXX_Merge

func (m *GetResourceRequest) XXX_Merge(src proto.Message)

func (*GetResourceRequest) XXX_Size

func (m *GetResourceRequest) XXX_Size() int

func (*GetResourceRequest) XXX_Unmarshal

func (m *GetResourceRequest) XXX_Unmarshal(b []byte) error

type GetResourceResponse

type GetResourceResponse struct {
	Resource             *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	Access               []string  `protobuf:"bytes,2,rep,name=access,proto3" json:"access,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*GetResourceResponse) Descriptor

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

func (*GetResourceResponse) GetAccess

func (m *GetResourceResponse) GetAccess() []string

func (*GetResourceResponse) GetResource

func (m *GetResourceResponse) GetResource() *Resource

func (*GetResourceResponse) ProtoMessage

func (*GetResourceResponse) ProtoMessage()

func (*GetResourceResponse) Reset

func (m *GetResourceResponse) Reset()

func (*GetResourceResponse) String

func (m *GetResourceResponse) String() string

func (*GetResourceResponse) XXX_DiscardUnknown

func (m *GetResourceResponse) XXX_DiscardUnknown()

func (*GetResourceResponse) XXX_Marshal

func (m *GetResourceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetResourceResponse) XXX_Merge

func (m *GetResourceResponse) XXX_Merge(src proto.Message)

func (*GetResourceResponse) XXX_Size

func (m *GetResourceResponse) XXX_Size() int

func (*GetResourceResponse) XXX_Unmarshal

func (m *GetResourceResponse) XXX_Unmarshal(b []byte) error

type GetResourcesRequest

type GetResourcesRequest struct {
	Filter               string   `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	Include              string   `protobuf:"bytes,2,opt,name=include,proto3" json:"include,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetResourcesRequest) Descriptor

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

func (*GetResourcesRequest) GetFilter

func (m *GetResourcesRequest) GetFilter() string

func (*GetResourcesRequest) GetInclude

func (m *GetResourcesRequest) GetInclude() string

func (*GetResourcesRequest) ProtoMessage

func (*GetResourcesRequest) ProtoMessage()

func (*GetResourcesRequest) Reset

func (m *GetResourcesRequest) Reset()

func (*GetResourcesRequest) String

func (m *GetResourcesRequest) String() string

func (*GetResourcesRequest) XXX_DiscardUnknown

func (m *GetResourcesRequest) XXX_DiscardUnknown()

func (*GetResourcesRequest) XXX_Marshal

func (m *GetResourcesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetResourcesRequest) XXX_Merge

func (m *GetResourcesRequest) XXX_Merge(src proto.Message)

func (*GetResourcesRequest) XXX_Size

func (m *GetResourcesRequest) XXX_Size() int

func (*GetResourcesRequest) XXX_Unmarshal

func (m *GetResourcesRequest) XXX_Unmarshal(b []byte) error

type GetResourcesResponse

type GetResourcesResponse struct {
	Resources            map[string]*Resource `` /* 159-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetResourcesResponse) Descriptor

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

func (*GetResourcesResponse) GetResources

func (m *GetResourcesResponse) GetResources() map[string]*Resource

func (*GetResourcesResponse) ProtoMessage

func (*GetResourcesResponse) ProtoMessage()

func (*GetResourcesResponse) Reset

func (m *GetResourcesResponse) Reset()

func (*GetResourcesResponse) String

func (m *GetResourcesResponse) String() string

func (*GetResourcesResponse) XXX_DiscardUnknown

func (m *GetResourcesResponse) XXX_DiscardUnknown()

func (*GetResourcesResponse) XXX_Marshal

func (m *GetResourcesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetResourcesResponse) XXX_Merge

func (m *GetResourcesResponse) XXX_Merge(src proto.Message)

func (*GetResourcesResponse) XXX_Size

func (m *GetResourcesResponse) XXX_Size() int

func (*GetResourcesResponse) XXX_Unmarshal

func (m *GetResourcesResponse) XXX_Unmarshal(b []byte) error

type GetTestPersonasRequest

type GetTestPersonasRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTestPersonasRequest) Descriptor

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

func (*GetTestPersonasRequest) ProtoMessage

func (*GetTestPersonasRequest) ProtoMessage()

func (*GetTestPersonasRequest) Reset

func (m *GetTestPersonasRequest) Reset()

func (*GetTestPersonasRequest) String

func (m *GetTestPersonasRequest) String() string

func (*GetTestPersonasRequest) XXX_DiscardUnknown

func (m *GetTestPersonasRequest) XXX_DiscardUnknown()

func (*GetTestPersonasRequest) XXX_Marshal

func (m *GetTestPersonasRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTestPersonasRequest) XXX_Merge

func (m *GetTestPersonasRequest) XXX_Merge(src proto.Message)

func (*GetTestPersonasRequest) XXX_Size

func (m *GetTestPersonasRequest) XXX_Size() int

func (*GetTestPersonasRequest) XXX_Unmarshal

func (m *GetTestPersonasRequest) XXX_Unmarshal(b []byte) error

type GetTestPersonasResponse

type GetTestPersonasResponse struct {
	Personas             map[string]*v1.TestPersona `` /* 157-byte string literal not displayed */
	StandardClaims       map[string]string          `` /* 191-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*GetTestPersonasResponse) Descriptor

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

func (*GetTestPersonasResponse) GetPersonas

func (m *GetTestPersonasResponse) GetPersonas() map[string]*v1.TestPersona

func (*GetTestPersonasResponse) GetStandardClaims

func (m *GetTestPersonasResponse) GetStandardClaims() map[string]string

func (*GetTestPersonasResponse) ProtoMessage

func (*GetTestPersonasResponse) ProtoMessage()

func (*GetTestPersonasResponse) Reset

func (m *GetTestPersonasResponse) Reset()

func (*GetTestPersonasResponse) String

func (m *GetTestPersonasResponse) String() string

func (*GetTestPersonasResponse) XXX_DiscardUnknown

func (m *GetTestPersonasResponse) XXX_DiscardUnknown()

func (*GetTestPersonasResponse) XXX_Marshal

func (m *GetTestPersonasResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTestPersonasResponse) XXX_Merge

func (m *GetTestPersonasResponse) XXX_Merge(src proto.Message)

func (*GetTestPersonasResponse) XXX_Size

func (m *GetTestPersonasResponse) XXX_Size() int

func (*GetTestPersonasResponse) XXX_Unmarshal

func (m *GetTestPersonasResponse) XXX_Unmarshal(b []byte) error

type GetTestResultsRequest

type GetTestResultsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTestResultsRequest) Descriptor

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

func (*GetTestResultsRequest) ProtoMessage

func (*GetTestResultsRequest) ProtoMessage()

func (*GetTestResultsRequest) Reset

func (m *GetTestResultsRequest) Reset()

func (*GetTestResultsRequest) String

func (m *GetTestResultsRequest) String() string

func (*GetTestResultsRequest) XXX_DiscardUnknown

func (m *GetTestResultsRequest) XXX_DiscardUnknown()

func (*GetTestResultsRequest) XXX_Marshal

func (m *GetTestResultsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTestResultsRequest) XXX_Merge

func (m *GetTestResultsRequest) XXX_Merge(src proto.Message)

func (*GetTestResultsRequest) XXX_Size

func (m *GetTestResultsRequest) XXX_Size() int

func (*GetTestResultsRequest) XXX_Unmarshal

func (m *GetTestResultsRequest) XXX_Unmarshal(b []byte) error

type GetTestResultsResponse

type GetTestResultsResponse struct {
	Version              string                               `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Revision             int64                                `protobuf:"varint,2,opt,name=revision,proto3" json:"revision,omitempty"`
	Timestamp            float64                              `protobuf:"fixed64,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Personas             map[string]*v1.TestPersona           `` /* 157-byte string literal not displayed */
	TestResults          []*GetTestResultsResponse_TestResult `protobuf:"bytes,5,rep,name=test_results,json=testResults,proto3" json:"test_results,omitempty"`
	Modification         *ConfigModification                  `protobuf:"bytes,6,opt,name=modification,proto3" json:"modification,omitempty"`
	Executed             int32                                `protobuf:"varint,7,opt,name=executed,proto3" json:"executed,omitempty"`
	Passed               int32                                `protobuf:"varint,8,opt,name=passed,proto3" json:"passed,omitempty"`
	Error                string                               `protobuf:"bytes,9,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*GetTestResultsResponse) Descriptor

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

func (*GetTestResultsResponse) GetError

func (m *GetTestResultsResponse) GetError() string

func (*GetTestResultsResponse) GetExecuted

func (m *GetTestResultsResponse) GetExecuted() int32

func (*GetTestResultsResponse) GetModification

func (m *GetTestResultsResponse) GetModification() *ConfigModification

func (*GetTestResultsResponse) GetPassed

func (m *GetTestResultsResponse) GetPassed() int32

func (*GetTestResultsResponse) GetPersonas

func (m *GetTestResultsResponse) GetPersonas() map[string]*v1.TestPersona

func (*GetTestResultsResponse) GetRevision

func (m *GetTestResultsResponse) GetRevision() int64

func (*GetTestResultsResponse) GetTestResults

func (*GetTestResultsResponse) GetTimestamp

func (m *GetTestResultsResponse) GetTimestamp() float64

func (*GetTestResultsResponse) GetVersion

func (m *GetTestResultsResponse) GetVersion() string

func (*GetTestResultsResponse) ProtoMessage

func (*GetTestResultsResponse) ProtoMessage()

func (*GetTestResultsResponse) Reset

func (m *GetTestResultsResponse) Reset()

func (*GetTestResultsResponse) String

func (m *GetTestResultsResponse) String() string

func (*GetTestResultsResponse) XXX_DiscardUnknown

func (m *GetTestResultsResponse) XXX_DiscardUnknown()

func (*GetTestResultsResponse) XXX_Marshal

func (m *GetTestResultsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTestResultsResponse) XXX_Merge

func (m *GetTestResultsResponse) XXX_Merge(src proto.Message)

func (*GetTestResultsResponse) XXX_Size

func (m *GetTestResultsResponse) XXX_Size() int

func (*GetTestResultsResponse) XXX_Unmarshal

func (m *GetTestResultsResponse) XXX_Unmarshal(b []byte) error

type GetTestResultsResponse_RejectedVisa added in v0.8.4

type GetTestResultsResponse_RejectedVisa struct {
	Reason               string   `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Field                string   `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
	Description          string   `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	VisaType             string   `protobuf:"bytes,4,opt,name=visa_type,json=visaType,proto3" json:"visa_type,omitempty"`
	Source               string   `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty"`
	Value                string   `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"`
	By                   string   `protobuf:"bytes,7,opt,name=by,proto3" json:"by,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTestResultsResponse_RejectedVisa) Descriptor added in v0.8.4

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

func (*GetTestResultsResponse_RejectedVisa) GetBy added in v0.8.4

func (*GetTestResultsResponse_RejectedVisa) GetDescription added in v0.8.4

func (m *GetTestResultsResponse_RejectedVisa) GetDescription() string

func (*GetTestResultsResponse_RejectedVisa) GetField added in v0.8.4

func (*GetTestResultsResponse_RejectedVisa) GetReason added in v0.8.4

func (*GetTestResultsResponse_RejectedVisa) GetSource added in v0.8.4

func (*GetTestResultsResponse_RejectedVisa) GetValue added in v0.8.4

func (*GetTestResultsResponse_RejectedVisa) GetVisaType added in v0.8.4

func (*GetTestResultsResponse_RejectedVisa) ProtoMessage added in v0.8.4

func (*GetTestResultsResponse_RejectedVisa) ProtoMessage()

func (*GetTestResultsResponse_RejectedVisa) Reset added in v0.8.4

func (*GetTestResultsResponse_RejectedVisa) String added in v0.8.4

func (*GetTestResultsResponse_RejectedVisa) XXX_DiscardUnknown added in v0.8.4

func (m *GetTestResultsResponse_RejectedVisa) XXX_DiscardUnknown()

func (*GetTestResultsResponse_RejectedVisa) XXX_Marshal added in v0.8.4

func (m *GetTestResultsResponse_RejectedVisa) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTestResultsResponse_RejectedVisa) XXX_Merge added in v0.8.4

func (*GetTestResultsResponse_RejectedVisa) XXX_Size added in v0.8.4

func (*GetTestResultsResponse_RejectedVisa) XXX_Unmarshal added in v0.8.4

func (m *GetTestResultsResponse_RejectedVisa) XXX_Unmarshal(b []byte) error

type GetTestResultsResponse_TestResult

type GetTestResultsResponse_TestResult struct {
	Name                 string                                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Result               string                                 `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	Access               []string                               `protobuf:"bytes,3,rep,name=access,proto3" json:"access,omitempty"`
	NoAccess             map[string]string                      `` /* 173-byte string literal not displayed */
	RejectedVisas        []*GetTestResultsResponse_RejectedVisa `protobuf:"bytes,5,rep,name=rejected_visas,json=rejectedVisas,proto3" json:"rejected_visas,omitempty"`
	Error                string                                 `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*GetTestResultsResponse_TestResult) Descriptor

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

func (*GetTestResultsResponse_TestResult) GetAccess

func (m *GetTestResultsResponse_TestResult) GetAccess() []string

func (*GetTestResultsResponse_TestResult) GetError

func (*GetTestResultsResponse_TestResult) GetName

func (*GetTestResultsResponse_TestResult) GetNoAccess

func (m *GetTestResultsResponse_TestResult) GetNoAccess() map[string]string

func (*GetTestResultsResponse_TestResult) GetRejectedVisas

func (*GetTestResultsResponse_TestResult) GetResult

func (*GetTestResultsResponse_TestResult) ProtoMessage

func (*GetTestResultsResponse_TestResult) ProtoMessage()

func (*GetTestResultsResponse_TestResult) Reset

func (*GetTestResultsResponse_TestResult) String

func (*GetTestResultsResponse_TestResult) XXX_DiscardUnknown

func (m *GetTestResultsResponse_TestResult) XXX_DiscardUnknown()

func (*GetTestResultsResponse_TestResult) XXX_Marshal

func (m *GetTestResultsResponse_TestResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTestResultsResponse_TestResult) XXX_Merge

func (*GetTestResultsResponse_TestResult) XXX_Size

func (m *GetTestResultsResponse_TestResult) XXX_Size() int

func (*GetTestResultsResponse_TestResult) XXX_Unmarshal

func (m *GetTestResultsResponse_TestResult) XXX_Unmarshal(b []byte) error

type GetTokenRequest

type GetTokenRequest struct {
	Return               string   `protobuf:"bytes,1,opt,name=return,proto3" json:"return,omitempty"`
	DataUse              string   `protobuf:"bytes,2,opt,name=data_use,json=dataUse,proto3" json:"data_use,omitempty"`
	Ttl                  string   `protobuf:"bytes,3,opt,name=ttl,proto3" json:"ttl,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTokenRequest) Descriptor

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

func (*GetTokenRequest) GetDataUse

func (m *GetTokenRequest) GetDataUse() string

func (*GetTokenRequest) GetReturn

func (m *GetTokenRequest) GetReturn() string

func (*GetTokenRequest) GetTtl

func (m *GetTokenRequest) GetTtl() string

func (*GetTokenRequest) ProtoMessage

func (*GetTokenRequest) ProtoMessage()

func (*GetTokenRequest) Reset

func (m *GetTokenRequest) Reset()

func (*GetTokenRequest) String

func (m *GetTokenRequest) String() string

func (*GetTokenRequest) XXX_DiscardUnknown

func (m *GetTokenRequest) XXX_DiscardUnknown()

func (*GetTokenRequest) XXX_Marshal

func (m *GetTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTokenRequest) XXX_Merge

func (m *GetTokenRequest) XXX_Merge(src proto.Message)

func (*GetTokenRequest) XXX_Size

func (m *GetTokenRequest) XXX_Size() int

func (*GetTokenRequest) XXX_Unmarshal

func (m *GetTokenRequest) XXX_Unmarshal(b []byte) error

type GetViewRequest

type GetViewRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewRequest) Descriptor

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

func (*GetViewRequest) ProtoMessage

func (*GetViewRequest) ProtoMessage()

func (*GetViewRequest) Reset

func (m *GetViewRequest) Reset()

func (*GetViewRequest) String

func (m *GetViewRequest) String() string

func (*GetViewRequest) XXX_DiscardUnknown

func (m *GetViewRequest) XXX_DiscardUnknown()

func (*GetViewRequest) XXX_Marshal

func (m *GetViewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetViewRequest) XXX_Merge

func (m *GetViewRequest) XXX_Merge(src proto.Message)

func (*GetViewRequest) XXX_Size

func (m *GetViewRequest) XXX_Size() int

func (*GetViewRequest) XXX_Unmarshal

func (m *GetViewRequest) XXX_Unmarshal(b []byte) error

type GetViewResponse

type GetViewResponse struct {
	View                 *View    `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty"`
	Access               []string `protobuf:"bytes,2,rep,name=access,proto3" json:"access,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewResponse) Descriptor

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

func (*GetViewResponse) GetAccess

func (m *GetViewResponse) GetAccess() []string

func (*GetViewResponse) GetView

func (m *GetViewResponse) GetView() *View

func (*GetViewResponse) ProtoMessage

func (*GetViewResponse) ProtoMessage()

func (*GetViewResponse) Reset

func (m *GetViewResponse) Reset()

func (*GetViewResponse) String

func (m *GetViewResponse) String() string

func (*GetViewResponse) XXX_DiscardUnknown

func (m *GetViewResponse) XXX_DiscardUnknown()

func (*GetViewResponse) XXX_Marshal

func (m *GetViewResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetViewResponse) XXX_Merge

func (m *GetViewResponse) XXX_Merge(src proto.Message)

func (*GetViewResponse) XXX_Size

func (m *GetViewResponse) XXX_Size() int

func (*GetViewResponse) XXX_Unmarshal

func (m *GetViewResponse) XXX_Unmarshal(b []byte) error

type GetViewRoleRequest

type GetViewRoleRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewRoleRequest) Descriptor

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

func (*GetViewRoleRequest) ProtoMessage

func (*GetViewRoleRequest) ProtoMessage()

func (*GetViewRoleRequest) Reset

func (m *GetViewRoleRequest) Reset()

func (*GetViewRoleRequest) String

func (m *GetViewRoleRequest) String() string

func (*GetViewRoleRequest) XXX_DiscardUnknown

func (m *GetViewRoleRequest) XXX_DiscardUnknown()

func (*GetViewRoleRequest) XXX_Marshal

func (m *GetViewRoleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetViewRoleRequest) XXX_Merge

func (m *GetViewRoleRequest) XXX_Merge(src proto.Message)

func (*GetViewRoleRequest) XXX_Size

func (m *GetViewRoleRequest) XXX_Size() int

func (*GetViewRoleRequest) XXX_Unmarshal

func (m *GetViewRoleRequest) XXX_Unmarshal(b []byte) error

type GetViewRoleResponse

type GetViewRoleResponse struct {
	Role                 *ViewRole `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	Access               []string  `protobuf:"bytes,2,rep,name=access,proto3" json:"access,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*GetViewRoleResponse) Descriptor

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

func (*GetViewRoleResponse) GetAccess

func (m *GetViewRoleResponse) GetAccess() []string

func (*GetViewRoleResponse) GetRole

func (m *GetViewRoleResponse) GetRole() *ViewRole

func (*GetViewRoleResponse) ProtoMessage

func (*GetViewRoleResponse) ProtoMessage()

func (*GetViewRoleResponse) Reset

func (m *GetViewRoleResponse) Reset()

func (*GetViewRoleResponse) String

func (m *GetViewRoleResponse) String() string

func (*GetViewRoleResponse) XXX_DiscardUnknown

func (m *GetViewRoleResponse) XXX_DiscardUnknown()

func (*GetViewRoleResponse) XXX_Marshal

func (m *GetViewRoleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetViewRoleResponse) XXX_Merge

func (m *GetViewRoleResponse) XXX_Merge(src proto.Message)

func (*GetViewRoleResponse) XXX_Size

func (m *GetViewRoleResponse) XXX_Size() int

func (*GetViewRoleResponse) XXX_Unmarshal

func (m *GetViewRoleResponse) XXX_Unmarshal(b []byte) error

type GetViewRolesRequest

type GetViewRolesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewRolesRequest) Descriptor

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

func (*GetViewRolesRequest) ProtoMessage

func (*GetViewRolesRequest) ProtoMessage()

func (*GetViewRolesRequest) Reset

func (m *GetViewRolesRequest) Reset()

func (*GetViewRolesRequest) String

func (m *GetViewRolesRequest) String() string

func (*GetViewRolesRequest) XXX_DiscardUnknown

func (m *GetViewRolesRequest) XXX_DiscardUnknown()

func (*GetViewRolesRequest) XXX_Marshal

func (m *GetViewRolesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetViewRolesRequest) XXX_Merge

func (m *GetViewRolesRequest) XXX_Merge(src proto.Message)

func (*GetViewRolesRequest) XXX_Size

func (m *GetViewRolesRequest) XXX_Size() int

func (*GetViewRolesRequest) XXX_Unmarshal

func (m *GetViewRolesRequest) XXX_Unmarshal(b []byte) error

type GetViewRolesResponse

type GetViewRolesResponse struct {
	Roles                map[string]*ViewRole `` /* 151-byte string literal not displayed */
	Access               []string             `protobuf:"bytes,2,rep,name=access,proto3" json:"access,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetViewRolesResponse) Descriptor

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

func (*GetViewRolesResponse) GetAccess

func (m *GetViewRolesResponse) GetAccess() []string

func (*GetViewRolesResponse) GetRoles

func (m *GetViewRolesResponse) GetRoles() map[string]*ViewRole

func (*GetViewRolesResponse) ProtoMessage

func (*GetViewRolesResponse) ProtoMessage()

func (*GetViewRolesResponse) Reset

func (m *GetViewRolesResponse) Reset()

func (*GetViewRolesResponse) String

func (m *GetViewRolesResponse) String() string

func (*GetViewRolesResponse) XXX_DiscardUnknown

func (m *GetViewRolesResponse) XXX_DiscardUnknown()

func (*GetViewRolesResponse) XXX_Marshal

func (m *GetViewRolesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetViewRolesResponse) XXX_Merge

func (m *GetViewRolesResponse) XXX_Merge(src proto.Message)

func (*GetViewRolesResponse) XXX_Size

func (m *GetViewRolesResponse) XXX_Size() int

func (*GetViewRolesResponse) XXX_Unmarshal

func (m *GetViewRolesResponse) XXX_Unmarshal(b []byte) error

type GetViewsRequest

type GetViewsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewsRequest) Descriptor

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

func (*GetViewsRequest) ProtoMessage

func (*GetViewsRequest) ProtoMessage()

func (*GetViewsRequest) Reset

func (m *GetViewsRequest) Reset()

func (*GetViewsRequest) String

func (m *GetViewsRequest) String() string

func (*GetViewsRequest) XXX_DiscardUnknown

func (m *GetViewsRequest) XXX_DiscardUnknown()

func (*GetViewsRequest) XXX_Marshal

func (m *GetViewsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetViewsRequest) XXX_Merge

func (m *GetViewsRequest) XXX_Merge(src proto.Message)

func (*GetViewsRequest) XXX_Size

func (m *GetViewsRequest) XXX_Size() int

func (*GetViewsRequest) XXX_Unmarshal

func (m *GetViewsRequest) XXX_Unmarshal(b []byte) error

type GetViewsResponse

type GetViewsResponse struct {
	Views                map[string]*View `` /* 151-byte string literal not displayed */
	Access               []string         `protobuf:"bytes,2,rep,name=access,proto3" json:"access,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetViewsResponse) Descriptor

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

func (*GetViewsResponse) GetAccess

func (m *GetViewsResponse) GetAccess() []string

func (*GetViewsResponse) GetViews

func (m *GetViewsResponse) GetViews() map[string]*View

func (*GetViewsResponse) ProtoMessage

func (*GetViewsResponse) ProtoMessage()

func (*GetViewsResponse) Reset

func (m *GetViewsResponse) Reset()

func (*GetViewsResponse) String

func (m *GetViewsResponse) String() string

func (*GetViewsResponse) XXX_DiscardUnknown

func (m *GetViewsResponse) XXX_DiscardUnknown()

func (*GetViewsResponse) XXX_Marshal

func (m *GetViewsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetViewsResponse) XXX_Merge

func (m *GetViewsResponse) XXX_Merge(src proto.Message)

func (*GetViewsResponse) XXX_Size

func (m *GetViewsResponse) XXX_Size() int

func (*GetViewsResponse) XXX_Unmarshal

func (m *GetViewsResponse) XXX_Unmarshal(b []byte) error

type Interface

type Interface struct {
	Uri                  []string          `protobuf:"bytes,1,rep,name=uri,proto3" json:"uri,omitempty"`
	Labels               map[string]string `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Interface) Descriptor

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

func (*Interface) GetLabels added in v0.8.5

func (m *Interface) GetLabels() map[string]string

func (*Interface) GetUri

func (m *Interface) GetUri() []string

func (*Interface) ProtoMessage

func (*Interface) ProtoMessage()

func (*Interface) Reset

func (m *Interface) Reset()

func (*Interface) String

func (m *Interface) String() string

func (*Interface) XXX_DiscardUnknown

func (m *Interface) XXX_DiscardUnknown()

func (*Interface) XXX_Marshal

func (m *Interface) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Interface) XXX_Merge

func (m *Interface) XXX_Merge(src proto.Message)

func (*Interface) XXX_Size

func (m *Interface) XXX_Size() int

func (*Interface) XXX_Unmarshal

func (m *Interface) XXX_Unmarshal(b []byte) error

type PassportTranslator

type PassportTranslator struct {
	CompatibleIssuers    []string          `protobuf:"bytes,1,rep,name=compatible_issuers,json=compatibleIssuers,proto3" json:"compatible_issuers,omitempty"`
	Ui                   map[string]string `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*PassportTranslator) Descriptor

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

func (*PassportTranslator) GetCompatibleIssuers

func (m *PassportTranslator) GetCompatibleIssuers() []string

func (*PassportTranslator) GetUi

func (m *PassportTranslator) GetUi() map[string]string

func (*PassportTranslator) ProtoMessage

func (*PassportTranslator) ProtoMessage()

func (*PassportTranslator) Reset

func (m *PassportTranslator) Reset()

func (*PassportTranslator) String

func (m *PassportTranslator) String() string

func (*PassportTranslator) XXX_DiscardUnknown

func (m *PassportTranslator) XXX_DiscardUnknown()

func (*PassportTranslator) XXX_Marshal

func (m *PassportTranslator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PassportTranslator) XXX_Merge

func (m *PassportTranslator) XXX_Merge(src proto.Message)

func (*PassportTranslator) XXX_Size

func (m *PassportTranslator) XXX_Size() int

func (*PassportTranslator) XXX_Unmarshal

func (m *PassportTranslator) XXX_Unmarshal(b []byte) error

type PassportTranslatorsRequest

type PassportTranslatorsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PassportTranslatorsRequest) Descriptor

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

func (*PassportTranslatorsRequest) ProtoMessage

func (*PassportTranslatorsRequest) ProtoMessage()

func (*PassportTranslatorsRequest) Reset

func (m *PassportTranslatorsRequest) Reset()

func (*PassportTranslatorsRequest) String

func (m *PassportTranslatorsRequest) String() string

func (*PassportTranslatorsRequest) XXX_DiscardUnknown

func (m *PassportTranslatorsRequest) XXX_DiscardUnknown()

func (*PassportTranslatorsRequest) XXX_Marshal

func (m *PassportTranslatorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PassportTranslatorsRequest) XXX_Merge

func (m *PassportTranslatorsRequest) XXX_Merge(src proto.Message)

func (*PassportTranslatorsRequest) XXX_Size

func (m *PassportTranslatorsRequest) XXX_Size() int

func (*PassportTranslatorsRequest) XXX_Unmarshal

func (m *PassportTranslatorsRequest) XXX_Unmarshal(b []byte) error

type PassportTranslatorsResponse

type PassportTranslatorsResponse struct {
	PassportTranslators  map[string]*PassportTranslator `` /* 206-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*PassportTranslatorsResponse) Descriptor

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

func (*PassportTranslatorsResponse) GetPassportTranslators

func (m *PassportTranslatorsResponse) GetPassportTranslators() map[string]*PassportTranslator

func (*PassportTranslatorsResponse) ProtoMessage

func (*PassportTranslatorsResponse) ProtoMessage()

func (*PassportTranslatorsResponse) Reset

func (m *PassportTranslatorsResponse) Reset()

func (*PassportTranslatorsResponse) String

func (m *PassportTranslatorsResponse) String() string

func (*PassportTranslatorsResponse) XXX_DiscardUnknown

func (m *PassportTranslatorsResponse) XXX_DiscardUnknown()

func (*PassportTranslatorsResponse) XXX_Marshal

func (m *PassportTranslatorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PassportTranslatorsResponse) XXX_Merge

func (m *PassportTranslatorsResponse) XXX_Merge(src proto.Message)

func (*PassportTranslatorsResponse) XXX_Size

func (m *PassportTranslatorsResponse) XXX_Size() int

func (*PassportTranslatorsResponse) XXX_Unmarshal

func (m *PassportTranslatorsResponse) XXX_Unmarshal(b []byte) error

type Policy

type Policy struct {
	AnyOf                []*v1.ConditionSet         `protobuf:"bytes,1,rep,name=any_of,json=anyOf,proto3" json:"any_of,omitempty"`
	VariableDefinitions  map[string]*VariableFormat `` /* 206-byte string literal not displayed */
	Ui                   map[string]string          `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*Policy) Descriptor

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

func (*Policy) GetAnyOf

func (m *Policy) GetAnyOf() []*v1.ConditionSet

func (*Policy) GetUi

func (m *Policy) GetUi() map[string]string

func (*Policy) GetVariableDefinitions

func (m *Policy) GetVariableDefinitions() map[string]*VariableFormat

func (*Policy) ProtoMessage

func (*Policy) ProtoMessage()

func (*Policy) Reset

func (m *Policy) Reset()

func (*Policy) String

func (m *Policy) String() string

func (*Policy) XXX_DiscardUnknown

func (m *Policy) XXX_DiscardUnknown()

func (*Policy) XXX_Marshal

func (m *Policy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Policy) XXX_Merge

func (m *Policy) XXX_Merge(src proto.Message)

func (*Policy) XXX_Size

func (m *Policy) XXX_Size() int

func (*Policy) XXX_Unmarshal

func (m *Policy) XXX_Unmarshal(b []byte) error

type Realm

type Realm struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Realm) Descriptor

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

func (*Realm) ProtoMessage

func (*Realm) ProtoMessage()

func (*Realm) Reset

func (m *Realm) Reset()

func (*Realm) String

func (m *Realm) String() string

func (*Realm) XXX_DiscardUnknown

func (m *Realm) XXX_DiscardUnknown()

func (*Realm) XXX_Marshal

func (m *Realm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Realm) XXX_Merge

func (m *Realm) XXX_Merge(src proto.Message)

func (*Realm) XXX_Size

func (m *Realm) XXX_Size() int

func (*Realm) XXX_Unmarshal

func (m *Realm) XXX_Unmarshal(b []byte) error

type RealmRequest

type RealmRequest struct {
	Item                 *Realm   `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RealmRequest) Descriptor

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

func (*RealmRequest) GetItem

func (m *RealmRequest) GetItem() *Realm

func (*RealmRequest) ProtoMessage

func (*RealmRequest) ProtoMessage()

func (*RealmRequest) Reset

func (m *RealmRequest) Reset()

func (*RealmRequest) String

func (m *RealmRequest) String() string

func (*RealmRequest) XXX_DiscardUnknown

func (m *RealmRequest) XXX_DiscardUnknown()

func (*RealmRequest) XXX_Marshal

func (m *RealmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RealmRequest) XXX_Merge

func (m *RealmRequest) XXX_Merge(src proto.Message)

func (*RealmRequest) XXX_Size

func (m *RealmRequest) XXX_Size() int

func (*RealmRequest) XXX_Unmarshal

func (m *RealmRequest) XXX_Unmarshal(b []byte) error

type RealmResponse

type RealmResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RealmResponse) Descriptor

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

func (*RealmResponse) ProtoMessage

func (*RealmResponse) ProtoMessage()

func (*RealmResponse) Reset

func (m *RealmResponse) Reset()

func (*RealmResponse) String

func (m *RealmResponse) String() string

func (*RealmResponse) XXX_DiscardUnknown

func (m *RealmResponse) XXX_DiscardUnknown()

func (*RealmResponse) XXX_Marshal

func (m *RealmResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RealmResponse) XXX_Merge

func (m *RealmResponse) XXX_Merge(src proto.Message)

func (*RealmResponse) XXX_Size

func (m *RealmResponse) XXX_Size() int

func (*RealmResponse) XXX_Unmarshal

func (m *RealmResponse) XXX_Unmarshal(b []byte) error

type Resource

type Resource struct {
	Umbrella             string            `protobuf:"bytes,1,opt,name=umbrella,proto3" json:"umbrella,omitempty"`
	Views                map[string]*View  `` /* 151-byte string literal not displayed */
	Clients              []string          `protobuf:"bytes,3,rep,name=clients,proto3" json:"clients,omitempty"`
	MaxTokenTtl          string            `protobuf:"bytes,4,opt,name=max_token_ttl,json=maxTokenTtl,proto3" json:"max_token_ttl,omitempty"`
	Ui                   map[string]string `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Resource) Descriptor

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

func (*Resource) GetClients

func (m *Resource) GetClients() []string

func (*Resource) GetMaxTokenTtl

func (m *Resource) GetMaxTokenTtl() string

func (*Resource) GetUi

func (m *Resource) GetUi() map[string]string

func (*Resource) GetUmbrella

func (m *Resource) GetUmbrella() string

func (*Resource) GetViews

func (m *Resource) GetViews() map[string]*View

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) Reset

func (m *Resource) Reset()

func (*Resource) String

func (m *Resource) String() string

func (*Resource) XXX_DiscardUnknown

func (m *Resource) XXX_DiscardUnknown()

func (*Resource) XXX_Marshal

func (m *Resource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Resource) XXX_Merge

func (m *Resource) XXX_Merge(src proto.Message)

func (*Resource) XXX_Size

func (m *Resource) XXX_Size() int

func (*Resource) XXX_Unmarshal

func (m *Resource) XXX_Unmarshal(b []byte) error

type ResourceResults added in v0.8.5

type ResourceResults struct {
	// Maps a key (fully-qualified resource/view/role/interface URL) to
	// descriptors.
	Resources map[string]*ResourceResults_ResourceDescriptor `` /* 159-byte string literal not displayed */
	// Maps an access key name from the resource descriptor to access information
	// for the user.
	Access map[string]*ResourceResults_ResourceAccess `` /* 153-byte string literal not displayed */
	// Time of the request to map OIDC "expires_in" or other credential info to a
	// time-of-request value.
	EpochSeconds         uint32   `protobuf:"varint,3,opt,name=epoch_seconds,json=epochSeconds,proto3" json:"epoch_seconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ResourceResults is the output from a ResourceTokens request.

func (*ResourceResults) Descriptor added in v0.8.5

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

func (*ResourceResults) GetAccess added in v0.8.5

func (*ResourceResults) GetEpochSeconds added in v0.8.5

func (m *ResourceResults) GetEpochSeconds() uint32

func (*ResourceResults) GetResources added in v0.8.5

func (*ResourceResults) ProtoMessage added in v0.8.5

func (*ResourceResults) ProtoMessage()

func (*ResourceResults) Reset added in v0.8.5

func (m *ResourceResults) Reset()

func (*ResourceResults) String added in v0.8.5

func (m *ResourceResults) String() string

func (*ResourceResults) XXX_DiscardUnknown added in v0.8.5

func (m *ResourceResults) XXX_DiscardUnknown()

func (*ResourceResults) XXX_Marshal added in v0.8.5

func (m *ResourceResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceResults) XXX_Merge added in v0.8.5

func (m *ResourceResults) XXX_Merge(src proto.Message)

func (*ResourceResults) XXX_Size added in v0.8.5

func (m *ResourceResults) XXX_Size() int

func (*ResourceResults) XXX_Unmarshal added in v0.8.5

func (m *ResourceResults) XXX_Unmarshal(b []byte) error

type ResourceResults_InterfaceEntry added in v0.8.5

type ResourceResults_InterfaceEntry struct {
	// Metadata about the resource item, including a URI to the resource item.
	// A single resource can be consisted of multiple resource items.
	Items                []*ResourceResults_ResourceInterface `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

A map placeholder to store a list of ResourceInterface items.

func (*ResourceResults_InterfaceEntry) Descriptor added in v0.8.5

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

func (*ResourceResults_InterfaceEntry) GetItems added in v0.8.5

func (*ResourceResults_InterfaceEntry) ProtoMessage added in v0.8.5

func (*ResourceResults_InterfaceEntry) ProtoMessage()

func (*ResourceResults_InterfaceEntry) Reset added in v0.8.5

func (m *ResourceResults_InterfaceEntry) Reset()

func (*ResourceResults_InterfaceEntry) String added in v0.8.5

func (*ResourceResults_InterfaceEntry) XXX_DiscardUnknown added in v0.8.5

func (m *ResourceResults_InterfaceEntry) XXX_DiscardUnknown()

func (*ResourceResults_InterfaceEntry) XXX_Marshal added in v0.8.5

func (m *ResourceResults_InterfaceEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceResults_InterfaceEntry) XXX_Merge added in v0.8.5

func (m *ResourceResults_InterfaceEntry) XXX_Merge(src proto.Message)

func (*ResourceResults_InterfaceEntry) XXX_Size added in v0.8.5

func (m *ResourceResults_InterfaceEntry) XXX_Size() int

func (*ResourceResults_InterfaceEntry) XXX_Unmarshal added in v0.8.5

func (m *ResourceResults_InterfaceEntry) XXX_Unmarshal(b []byte) error

type ResourceResults_ResourceAccess added in v0.8.5

type ResourceResults_ResourceAccess struct {
	// Maps of credentials. Example: {"account": "user1@example.com",
	// "access_token": "ya..."}.
	Credentials map[string]string `` /* 163-byte string literal not displayed */
	// A map of metadata key/value pairs about the resource, taken from the view
	// and item config.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Based on the OIDC /token response spec, this is the number of seconds
	// until access expires.
	ExpiresIn            uint32   `protobuf:"varint,3,opt,name=expires_in,proto3" json:"expires_in,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ResourceAccess contains access tokens or other user-specific or request-specific results.

func (*ResourceResults_ResourceAccess) Descriptor added in v0.8.5

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

func (*ResourceResults_ResourceAccess) GetCredentials added in v0.8.5

func (m *ResourceResults_ResourceAccess) GetCredentials() map[string]string

func (*ResourceResults_ResourceAccess) GetExpiresIn added in v0.8.5

func (m *ResourceResults_ResourceAccess) GetExpiresIn() uint32

func (*ResourceResults_ResourceAccess) GetLabels added in v0.8.5

func (m *ResourceResults_ResourceAccess) GetLabels() map[string]string

func (*ResourceResults_ResourceAccess) ProtoMessage added in v0.8.5

func (*ResourceResults_ResourceAccess) ProtoMessage()

func (*ResourceResults_ResourceAccess) Reset added in v0.8.5

func (m *ResourceResults_ResourceAccess) Reset()

func (*ResourceResults_ResourceAccess) String added in v0.8.5

func (*ResourceResults_ResourceAccess) XXX_DiscardUnknown added in v0.8.5

func (m *ResourceResults_ResourceAccess) XXX_DiscardUnknown()

func (*ResourceResults_ResourceAccess) XXX_Marshal added in v0.8.5

func (m *ResourceResults_ResourceAccess) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceResults_ResourceAccess) XXX_Merge added in v0.8.5

func (m *ResourceResults_ResourceAccess) XXX_Merge(src proto.Message)

func (*ResourceResults_ResourceAccess) XXX_Size added in v0.8.5

func (m *ResourceResults_ResourceAccess) XXX_Size() int

func (*ResourceResults_ResourceAccess) XXX_Unmarshal added in v0.8.5

func (m *ResourceResults_ResourceAccess) XXX_Unmarshal(b []byte) error

type ResourceResults_ResourceDescriptor added in v0.8.5

type ResourceResults_ResourceDescriptor struct {
	// Maps an interface name (example: "http:gcp:gs") to metadata about the
	// resource.
	Interfaces map[string]*ResourceResults_InterfaceEntry `` /* 161-byte string literal not displayed */
	// Returns the access key into ResourceResults.Access map for how to access
	// this resource.
	Access string `protobuf:"bytes,2,opt,name=access,proto3" json:"access,omitempty"`
	// A list of DAM Role Categories related to the access level that has been
	// granted.
	Permissions          []string `protobuf:"bytes,3,rep,name=permissions,proto3" json:"permissions,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ResourceDescriptor contains metadata about resource, not specific to the user's request execept for an "access" key to link how to access the resource.

func (*ResourceResults_ResourceDescriptor) Descriptor added in v0.8.5

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

func (*ResourceResults_ResourceDescriptor) GetAccess added in v0.8.5

func (*ResourceResults_ResourceDescriptor) GetInterfaces added in v0.8.5

func (*ResourceResults_ResourceDescriptor) GetPermissions added in v0.8.5

func (m *ResourceResults_ResourceDescriptor) GetPermissions() []string

func (*ResourceResults_ResourceDescriptor) ProtoMessage added in v0.8.5

func (*ResourceResults_ResourceDescriptor) ProtoMessage()

func (*ResourceResults_ResourceDescriptor) Reset added in v0.8.5

func (*ResourceResults_ResourceDescriptor) String added in v0.8.5

func (*ResourceResults_ResourceDescriptor) XXX_DiscardUnknown added in v0.8.5

func (m *ResourceResults_ResourceDescriptor) XXX_DiscardUnknown()

func (*ResourceResults_ResourceDescriptor) XXX_Marshal added in v0.8.5

func (m *ResourceResults_ResourceDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceResults_ResourceDescriptor) XXX_Merge added in v0.8.5

func (*ResourceResults_ResourceDescriptor) XXX_Size added in v0.8.5

func (*ResourceResults_ResourceDescriptor) XXX_Unmarshal added in v0.8.5

func (m *ResourceResults_ResourceDescriptor) XXX_Unmarshal(b []byte) error

type ResourceResults_ResourceInterface added in v0.8.5

type ResourceResults_ResourceInterface struct {
	// An identifier or locator for the resource.
	Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	// A map of metadata key/value pairs about the resource, taken from the view
	// and item config.
	Labels               map[string]string `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

ResourceInterface contains metadata about a resource's interface, such as what bucket the data lives in by URL.

func (*ResourceResults_ResourceInterface) Descriptor added in v0.8.5

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

func (*ResourceResults_ResourceInterface) GetLabels added in v0.8.5

func (m *ResourceResults_ResourceInterface) GetLabels() map[string]string

func (*ResourceResults_ResourceInterface) GetUri added in v0.8.5

func (*ResourceResults_ResourceInterface) ProtoMessage added in v0.8.5

func (*ResourceResults_ResourceInterface) ProtoMessage()

func (*ResourceResults_ResourceInterface) Reset added in v0.8.5

func (*ResourceResults_ResourceInterface) String added in v0.8.5

func (*ResourceResults_ResourceInterface) XXX_DiscardUnknown added in v0.8.5

func (m *ResourceResults_ResourceInterface) XXX_DiscardUnknown()

func (*ResourceResults_ResourceInterface) XXX_Marshal added in v0.8.5

func (m *ResourceResults_ResourceInterface) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceResults_ResourceInterface) XXX_Merge added in v0.8.5

func (*ResourceResults_ResourceInterface) XXX_Size added in v0.8.5

func (m *ResourceResults_ResourceInterface) XXX_Size() int

func (*ResourceResults_ResourceInterface) XXX_Unmarshal added in v0.8.5

func (m *ResourceResults_ResourceInterface) XXX_Unmarshal(b []byte) error

type ResourceTokenRequestState

type ResourceTokenRequestState struct {
	Type                 ResourceTokenRequestState_TokenType   `protobuf:"varint,12,opt,name=type,proto3,enum=dam.v1.ResourceTokenRequestState_TokenType" json:"type,omitempty"`
	Resources            []*ResourceTokenRequestState_Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	ClientId             string                                `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	State                string                                `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"` // Deprecated: Do not use.
	Broker               string                                `protobuf:"bytes,4,opt,name=broker,proto3" json:"broker,omitempty"`
	Redirect             string                                `protobuf:"bytes,5,opt,name=redirect,proto3" json:"redirect,omitempty"` // Deprecated: Do not use.
	Ttl                  int64                                 `protobuf:"varint,6,opt,name=ttl,proto3" json:"ttl,omitempty"`
	ResponseKeyFile      bool                                  `protobuf:"varint,7,opt,name=response_key_file,json=responseKeyFile,proto3" json:"response_key_file,omitempty"`
	LoginChallenge       string                                `protobuf:"bytes,8,opt,name=login_challenge,json=loginChallenge,proto3" json:"login_challenge,omitempty"`
	Issuer               string                                `protobuf:"bytes,9,opt,name=issuer,proto3" json:"issuer,omitempty"`
	Subject              string                                `protobuf:"bytes,10,opt,name=subject,proto3" json:"subject,omitempty"`
	EpochSeconds         int64                                 `protobuf:"varint,11,opt,name=epoch_seconds,json=epochSeconds,proto3" json:"epoch_seconds,omitempty"`
	Realm                string                                `protobuf:"bytes,13,opt,name=realm,proto3" json:"realm,omitempty"`
	Identities           []string                              `protobuf:"bytes,14,rep,name=identities,proto3" json:"identities,omitempty"`
	RequestedAudience    []string                              `protobuf:"bytes,15,rep,name=requested_audience,json=requestedAudience,proto3" json:"requested_audience,omitempty"`
	RequestedScope       []string                              `protobuf:"bytes,16,rep,name=requested_scope,json=requestedScope,proto3" json:"requested_scope,omitempty"`
	ConsentChallenge     string                                `protobuf:"bytes,17,opt,name=consent_challenge,json=consentChallenge,proto3" json:"consent_challenge,omitempty"`
	ClientName           string                                `protobuf:"bytes,18,opt,name=client_name,json=clientName,proto3" json:"client_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*ResourceTokenRequestState) Descriptor

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

func (*ResourceTokenRequestState) GetBroker

func (m *ResourceTokenRequestState) GetBroker() string

func (*ResourceTokenRequestState) GetClientId

func (m *ResourceTokenRequestState) GetClientId() string

func (*ResourceTokenRequestState) GetClientName added in v0.9.7

func (m *ResourceTokenRequestState) GetClientName() string

func (*ResourceTokenRequestState) GetConsentChallenge added in v0.9.7

func (m *ResourceTokenRequestState) GetConsentChallenge() string

func (*ResourceTokenRequestState) GetEpochSeconds

func (m *ResourceTokenRequestState) GetEpochSeconds() int64

func (*ResourceTokenRequestState) GetIdentities

func (m *ResourceTokenRequestState) GetIdentities() []string

func (*ResourceTokenRequestState) GetIssuer

func (m *ResourceTokenRequestState) GetIssuer() string

func (*ResourceTokenRequestState) GetLoginChallenge added in v0.9.7

func (m *ResourceTokenRequestState) GetLoginChallenge() string

func (*ResourceTokenRequestState) GetRealm

func (m *ResourceTokenRequestState) GetRealm() string

func (*ResourceTokenRequestState) GetRedirect deprecated

func (m *ResourceTokenRequestState) GetRedirect() string

Deprecated: Do not use.

func (*ResourceTokenRequestState) GetRequestedAudience added in v0.9.7

func (m *ResourceTokenRequestState) GetRequestedAudience() []string

func (*ResourceTokenRequestState) GetRequestedScope added in v0.9.7

func (m *ResourceTokenRequestState) GetRequestedScope() []string

func (*ResourceTokenRequestState) GetResources

func (*ResourceTokenRequestState) GetResponseKeyFile

func (m *ResourceTokenRequestState) GetResponseKeyFile() bool

func (*ResourceTokenRequestState) GetState deprecated

func (m *ResourceTokenRequestState) GetState() string

Deprecated: Do not use.

func (*ResourceTokenRequestState) GetSubject

func (m *ResourceTokenRequestState) GetSubject() string

func (*ResourceTokenRequestState) GetTtl

func (m *ResourceTokenRequestState) GetTtl() int64

func (*ResourceTokenRequestState) GetType

func (*ResourceTokenRequestState) ProtoMessage

func (*ResourceTokenRequestState) ProtoMessage()

func (*ResourceTokenRequestState) Reset

func (m *ResourceTokenRequestState) Reset()

func (*ResourceTokenRequestState) String

func (m *ResourceTokenRequestState) String() string

func (*ResourceTokenRequestState) XXX_DiscardUnknown

func (m *ResourceTokenRequestState) XXX_DiscardUnknown()

func (*ResourceTokenRequestState) XXX_Marshal

func (m *ResourceTokenRequestState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceTokenRequestState) XXX_Merge

func (m *ResourceTokenRequestState) XXX_Merge(src proto.Message)

func (*ResourceTokenRequestState) XXX_Size

func (m *ResourceTokenRequestState) XXX_Size() int

func (*ResourceTokenRequestState) XXX_Unmarshal

func (m *ResourceTokenRequestState) XXX_Unmarshal(b []byte) error

type ResourceTokenRequestState_Resource

type ResourceTokenRequestState_Resource struct {
	Realm                string   `protobuf:"bytes,1,opt,name=realm,proto3" json:"realm,omitempty"`
	Resource             string   `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	View                 string   `protobuf:"bytes,3,opt,name=view,proto3" json:"view,omitempty"`
	Role                 string   `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"`
	Interface            string   `protobuf:"bytes,5,opt,name=interface,proto3" json:"interface,omitempty"`
	Url                  string   `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResourceTokenRequestState_Resource) Descriptor

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

func (*ResourceTokenRequestState_Resource) GetInterface

func (m *ResourceTokenRequestState_Resource) GetInterface() string

func (*ResourceTokenRequestState_Resource) GetRealm

func (*ResourceTokenRequestState_Resource) GetResource

func (m *ResourceTokenRequestState_Resource) GetResource() string

func (*ResourceTokenRequestState_Resource) GetRole

func (*ResourceTokenRequestState_Resource) GetUrl

func (*ResourceTokenRequestState_Resource) GetView

func (*ResourceTokenRequestState_Resource) ProtoMessage

func (*ResourceTokenRequestState_Resource) ProtoMessage()

func (*ResourceTokenRequestState_Resource) Reset

func (*ResourceTokenRequestState_Resource) String

func (*ResourceTokenRequestState_Resource) XXX_DiscardUnknown

func (m *ResourceTokenRequestState_Resource) XXX_DiscardUnknown()

func (*ResourceTokenRequestState_Resource) XXX_Marshal

func (m *ResourceTokenRequestState_Resource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceTokenRequestState_Resource) XXX_Merge

func (*ResourceTokenRequestState_Resource) XXX_Size

func (*ResourceTokenRequestState_Resource) XXX_Unmarshal

func (m *ResourceTokenRequestState_Resource) XXX_Unmarshal(b []byte) error

type ResourceTokenRequestState_TokenType

type ResourceTokenRequestState_TokenType int32
const (
	ResourceTokenRequestState_UNSPECIFIED ResourceTokenRequestState_TokenType = 0
	ResourceTokenRequestState_DATASET     ResourceTokenRequestState_TokenType = 1
	ResourceTokenRequestState_ENDPOINT    ResourceTokenRequestState_TokenType = 2
)

func (ResourceTokenRequestState_TokenType) EnumDescriptor

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

func (ResourceTokenRequestState_TokenType) String

type RoleCategory

type RoleCategory struct {
	Order                int32             `protobuf:"varint,1,opt,name=order,proto3" json:"order,omitempty"`
	Ui                   map[string]string `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*RoleCategory) Descriptor

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

func (*RoleCategory) GetOrder

func (m *RoleCategory) GetOrder() int32

func (*RoleCategory) GetUi

func (m *RoleCategory) GetUi() map[string]string

func (*RoleCategory) ProtoMessage

func (*RoleCategory) ProtoMessage()

func (*RoleCategory) Reset

func (m *RoleCategory) Reset()

func (*RoleCategory) String

func (m *RoleCategory) String() string

func (*RoleCategory) XXX_DiscardUnknown

func (m *RoleCategory) XXX_DiscardUnknown()

func (*RoleCategory) XXX_Marshal

func (m *RoleCategory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RoleCategory) XXX_Merge

func (m *RoleCategory) XXX_Merge(src proto.Message)

func (*RoleCategory) XXX_Size

func (m *RoleCategory) XXX_Size() int

func (*RoleCategory) XXX_Unmarshal

func (m *RoleCategory) XXX_Unmarshal(b []byte) error

type ServiceDescriptor added in v0.8.4

type ServiceDescriptor struct {
	Platform             string                        `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	ServiceVariables     map[string]*VariableFormat    `` /* 197-byte string literal not displayed */
	ItemVariables        map[string]*VariableFormat    `` /* 188-byte string literal not displayed */
	Properties           *ServiceDescriptor_Properties `protobuf:"bytes,4,opt,name=properties,proto3" json:"properties,omitempty"`
	Ui                   map[string]string             `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*ServiceDescriptor) Descriptor added in v0.8.4

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

func (*ServiceDescriptor) GetItemVariables added in v0.8.4

func (m *ServiceDescriptor) GetItemVariables() map[string]*VariableFormat

func (*ServiceDescriptor) GetPlatform added in v0.8.4

func (m *ServiceDescriptor) GetPlatform() string

func (*ServiceDescriptor) GetProperties added in v0.8.4

func (m *ServiceDescriptor) GetProperties() *ServiceDescriptor_Properties

func (*ServiceDescriptor) GetServiceVariables added in v0.8.4

func (m *ServiceDescriptor) GetServiceVariables() map[string]*VariableFormat

func (*ServiceDescriptor) GetUi added in v0.8.4

func (m *ServiceDescriptor) GetUi() map[string]string

func (*ServiceDescriptor) ProtoMessage added in v0.8.4

func (*ServiceDescriptor) ProtoMessage()

func (*ServiceDescriptor) Reset added in v0.8.4

func (m *ServiceDescriptor) Reset()

func (*ServiceDescriptor) String added in v0.8.4

func (m *ServiceDescriptor) String() string

func (*ServiceDescriptor) XXX_DiscardUnknown added in v0.8.4

func (m *ServiceDescriptor) XXX_DiscardUnknown()

func (*ServiceDescriptor) XXX_Marshal added in v0.8.4

func (m *ServiceDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceDescriptor) XXX_Merge added in v0.8.4

func (m *ServiceDescriptor) XXX_Merge(src proto.Message)

func (*ServiceDescriptor) XXX_Size added in v0.8.4

func (m *ServiceDescriptor) XXX_Size() int

func (*ServiceDescriptor) XXX_Unmarshal added in v0.8.4

func (m *ServiceDescriptor) XXX_Unmarshal(b []byte) error

type ServiceDescriptor_Properties added in v0.8.4

type ServiceDescriptor_Properties struct {
	IsAggregate          bool     `protobuf:"varint,1,opt,name=is_aggregate,json=isAggregate,proto3" json:"is_aggregate,omitempty"`
	CanBeAggregated      bool     `protobuf:"varint,2,opt,name=can_be_aggregated,json=canBeAggregated,proto3" json:"can_be_aggregated,omitempty"`
	SingleItem           bool     `protobuf:"varint,3,opt,name=single_item,json=singleItem,proto3" json:"single_item,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServiceDescriptor_Properties) Descriptor added in v0.8.4

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

func (*ServiceDescriptor_Properties) GetCanBeAggregated added in v0.8.4

func (m *ServiceDescriptor_Properties) GetCanBeAggregated() bool

func (*ServiceDescriptor_Properties) GetIsAggregate added in v0.8.4

func (m *ServiceDescriptor_Properties) GetIsAggregate() bool

func (*ServiceDescriptor_Properties) GetSingleItem added in v0.8.4

func (m *ServiceDescriptor_Properties) GetSingleItem() bool

func (*ServiceDescriptor_Properties) ProtoMessage added in v0.8.4

func (*ServiceDescriptor_Properties) ProtoMessage()

func (*ServiceDescriptor_Properties) Reset added in v0.8.4

func (m *ServiceDescriptor_Properties) Reset()

func (*ServiceDescriptor_Properties) String added in v0.8.4

func (*ServiceDescriptor_Properties) XXX_DiscardUnknown added in v0.8.4

func (m *ServiceDescriptor_Properties) XXX_DiscardUnknown()

func (*ServiceDescriptor_Properties) XXX_Marshal added in v0.8.4

func (m *ServiceDescriptor_Properties) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceDescriptor_Properties) XXX_Merge added in v0.8.4

func (m *ServiceDescriptor_Properties) XXX_Merge(src proto.Message)

func (*ServiceDescriptor_Properties) XXX_Size added in v0.8.4

func (m *ServiceDescriptor_Properties) XXX_Size() int

func (*ServiceDescriptor_Properties) XXX_Unmarshal added in v0.8.4

func (m *ServiceDescriptor_Properties) XXX_Unmarshal(b []byte) error

type ServiceRole

type ServiceRole struct {
	ServiceArgs          map[string]*ServiceRole_ServiceArg `` /* 182-byte string literal not displayed */
	DamRoleCategories    []string                           `protobuf:"bytes,2,rep,name=dam_role_categories,json=damRoleCategories,proto3" json:"dam_role_categories,omitempty"`
	Ui                   map[string]string                  `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*ServiceRole) Descriptor

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

func (*ServiceRole) GetDamRoleCategories

func (m *ServiceRole) GetDamRoleCategories() []string

func (*ServiceRole) GetServiceArgs added in v0.8.4

func (m *ServiceRole) GetServiceArgs() map[string]*ServiceRole_ServiceArg

func (*ServiceRole) GetUi

func (m *ServiceRole) GetUi() map[string]string

func (*ServiceRole) ProtoMessage

func (*ServiceRole) ProtoMessage()

func (*ServiceRole) Reset

func (m *ServiceRole) Reset()

func (*ServiceRole) String

func (m *ServiceRole) String() string

func (*ServiceRole) XXX_DiscardUnknown

func (m *ServiceRole) XXX_DiscardUnknown()

func (*ServiceRole) XXX_Marshal

func (m *ServiceRole) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceRole) XXX_Merge

func (m *ServiceRole) XXX_Merge(src proto.Message)

func (*ServiceRole) XXX_Size

func (m *ServiceRole) XXX_Size() int

func (*ServiceRole) XXX_Unmarshal

func (m *ServiceRole) XXX_Unmarshal(b []byte) error

type ServiceRole_ServiceArg added in v0.8.4

type ServiceRole_ServiceArg struct {
	Values               []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServiceRole_ServiceArg) Descriptor added in v0.8.4

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

func (*ServiceRole_ServiceArg) GetValues added in v0.8.4

func (m *ServiceRole_ServiceArg) GetValues() []string

func (*ServiceRole_ServiceArg) ProtoMessage added in v0.8.4

func (*ServiceRole_ServiceArg) ProtoMessage()

func (*ServiceRole_ServiceArg) Reset added in v0.8.4

func (m *ServiceRole_ServiceArg) Reset()

func (*ServiceRole_ServiceArg) String added in v0.8.4

func (m *ServiceRole_ServiceArg) String() string

func (*ServiceRole_ServiceArg) XXX_DiscardUnknown added in v0.8.4

func (m *ServiceRole_ServiceArg) XXX_DiscardUnknown()

func (*ServiceRole_ServiceArg) XXX_Marshal added in v0.8.4

func (m *ServiceRole_ServiceArg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceRole_ServiceArg) XXX_Merge added in v0.8.4

func (m *ServiceRole_ServiceArg) XXX_Merge(src proto.Message)

func (*ServiceRole_ServiceArg) XXX_Size added in v0.8.4

func (m *ServiceRole_ServiceArg) XXX_Size() int

func (*ServiceRole_ServiceArg) XXX_Unmarshal added in v0.8.4

func (m *ServiceRole_ServiceArg) XXX_Unmarshal(b []byte) error

type ServiceTemplate

type ServiceTemplate struct {
	ServiceName          string                  `protobuf:"bytes,1,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	Interfaces           map[string]string       `` /* 161-byte string literal not displayed */
	ServiceRoles         map[string]*ServiceRole `` /* 178-byte string literal not displayed */
	Ui                   map[string]string       `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ServiceTemplate) Descriptor

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

func (*ServiceTemplate) GetInterfaces

func (m *ServiceTemplate) GetInterfaces() map[string]string

func (*ServiceTemplate) GetServiceName added in v0.8.4

func (m *ServiceTemplate) GetServiceName() string

func (*ServiceTemplate) GetServiceRoles

func (m *ServiceTemplate) GetServiceRoles() map[string]*ServiceRole

func (*ServiceTemplate) GetUi

func (m *ServiceTemplate) GetUi() map[string]string

func (*ServiceTemplate) ProtoMessage

func (*ServiceTemplate) ProtoMessage()

func (*ServiceTemplate) Reset

func (m *ServiceTemplate) Reset()

func (*ServiceTemplate) String

func (m *ServiceTemplate) String() string

func (*ServiceTemplate) XXX_DiscardUnknown

func (m *ServiceTemplate) XXX_DiscardUnknown()

func (*ServiceTemplate) XXX_Marshal

func (m *ServiceTemplate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceTemplate) XXX_Merge

func (m *ServiceTemplate) XXX_Merge(src proto.Message)

func (*ServiceTemplate) XXX_Size

func (m *ServiceTemplate) XXX_Size() int

func (*ServiceTemplate) XXX_Unmarshal

func (m *ServiceTemplate) XXX_Unmarshal(b []byte) error

type ServicesRequest added in v0.8.4

type ServicesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServicesRequest) Descriptor added in v0.8.4

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

func (*ServicesRequest) ProtoMessage added in v0.8.4

func (*ServicesRequest) ProtoMessage()

func (*ServicesRequest) Reset added in v0.8.4

func (m *ServicesRequest) Reset()

func (*ServicesRequest) String added in v0.8.4

func (m *ServicesRequest) String() string

func (*ServicesRequest) XXX_DiscardUnknown added in v0.8.4

func (m *ServicesRequest) XXX_DiscardUnknown()

func (*ServicesRequest) XXX_Marshal added in v0.8.4

func (m *ServicesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServicesRequest) XXX_Merge added in v0.8.4

func (m *ServicesRequest) XXX_Merge(src proto.Message)

func (*ServicesRequest) XXX_Size added in v0.8.4

func (m *ServicesRequest) XXX_Size() int

func (*ServicesRequest) XXX_Unmarshal added in v0.8.4

func (m *ServicesRequest) XXX_Unmarshal(b []byte) error

type ServicesResponse added in v0.8.4

type ServicesResponse struct {
	Services             map[string]*ServiceDescriptor `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*ServicesResponse) Descriptor added in v0.8.4

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

func (*ServicesResponse) GetServices added in v0.8.4

func (m *ServicesResponse) GetServices() map[string]*ServiceDescriptor

func (*ServicesResponse) ProtoMessage added in v0.8.4

func (*ServicesResponse) ProtoMessage()

func (*ServicesResponse) Reset added in v0.8.4

func (m *ServicesResponse) Reset()

func (*ServicesResponse) String added in v0.8.4

func (m *ServicesResponse) String() string

func (*ServicesResponse) XXX_DiscardUnknown added in v0.8.4

func (m *ServicesResponse) XXX_DiscardUnknown()

func (*ServicesResponse) XXX_Marshal added in v0.8.4

func (m *ServicesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServicesResponse) XXX_Merge added in v0.8.4

func (m *ServicesResponse) XXX_Merge(src proto.Message)

func (*ServicesResponse) XXX_Size added in v0.8.4

func (m *ServicesResponse) XXX_Size() int

func (*ServicesResponse) XXX_Unmarshal added in v0.8.4

func (m *ServicesResponse) XXX_Unmarshal(b []byte) error

type TokenRequest

type TokenRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TokenRequest) Descriptor

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

func (*TokenRequest) ProtoMessage

func (*TokenRequest) ProtoMessage()

func (*TokenRequest) Reset

func (m *TokenRequest) Reset()

func (*TokenRequest) String

func (m *TokenRequest) String() string

func (*TokenRequest) XXX_DiscardUnknown

func (m *TokenRequest) XXX_DiscardUnknown()

func (*TokenRequest) XXX_Marshal

func (m *TokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokenRequest) XXX_Merge

func (m *TokenRequest) XXX_Merge(src proto.Message)

func (*TokenRequest) XXX_Size

func (m *TokenRequest) XXX_Size() int

func (*TokenRequest) XXX_Unmarshal

func (m *TokenRequest) XXX_Unmarshal(b []byte) error

type TokenResponse

type TokenResponse struct {
	Token                *v1.TokenMetadata `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*TokenResponse) Descriptor

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

func (*TokenResponse) GetToken

func (m *TokenResponse) GetToken() *v1.TokenMetadata

func (*TokenResponse) ProtoMessage

func (*TokenResponse) ProtoMessage()

func (*TokenResponse) Reset

func (m *TokenResponse) Reset()

func (*TokenResponse) String

func (m *TokenResponse) String() string

func (*TokenResponse) XXX_DiscardUnknown

func (m *TokenResponse) XXX_DiscardUnknown()

func (*TokenResponse) XXX_Marshal

func (m *TokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokenResponse) XXX_Merge

func (m *TokenResponse) XXX_Merge(src proto.Message)

func (*TokenResponse) XXX_Size

func (m *TokenResponse) XXX_Size() int

func (*TokenResponse) XXX_Unmarshal

func (m *TokenResponse) XXX_Unmarshal(b []byte) error

type TokensRequest

type TokensRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TokensRequest) Descriptor

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

func (*TokensRequest) ProtoMessage

func (*TokensRequest) ProtoMessage()

func (*TokensRequest) Reset

func (m *TokensRequest) Reset()

func (*TokensRequest) String

func (m *TokensRequest) String() string

func (*TokensRequest) XXX_DiscardUnknown

func (m *TokensRequest) XXX_DiscardUnknown()

func (*TokensRequest) XXX_Marshal

func (m *TokensRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokensRequest) XXX_Merge

func (m *TokensRequest) XXX_Merge(src proto.Message)

func (*TokensRequest) XXX_Size

func (m *TokensRequest) XXX_Size() int

func (*TokensRequest) XXX_Unmarshal

func (m *TokensRequest) XXX_Unmarshal(b []byte) error

type TokensResponse

type TokensResponse struct {
	Tokens               []*v1.TokenMetadata `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*TokensResponse) Descriptor

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

func (*TokensResponse) GetTokens

func (m *TokensResponse) GetTokens() []*v1.TokenMetadata

func (*TokensResponse) ProtoMessage

func (*TokensResponse) ProtoMessage()

func (*TokensResponse) Reset

func (m *TokensResponse) Reset()

func (*TokensResponse) String

func (m *TokensResponse) String() string

func (*TokensResponse) XXX_DiscardUnknown

func (m *TokensResponse) XXX_DiscardUnknown()

func (*TokensResponse) XXX_Marshal

func (m *TokensResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokensResponse) XXX_Merge

func (m *TokensResponse) XXX_Merge(src proto.Message)

func (*TokensResponse) XXX_Size

func (m *TokensResponse) XXX_Size() int

func (*TokensResponse) XXX_Unmarshal

func (m *TokensResponse) XXX_Unmarshal(b []byte) error

type TrustedIssuer added in v0.8.4

type TrustedIssuer struct {
	Issuer               string            `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"`
	TranslateUsing       string            `protobuf:"bytes,2,opt,name=translate_using,json=translateUsing,proto3" json:"translate_using,omitempty"`
	ClientId             string            `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	AuthUrl              string            `protobuf:"bytes,4,opt,name=auth_url,json=authUrl,proto3" json:"auth_url,omitempty"`
	TokenUrl             string            `protobuf:"bytes,5,opt,name=token_url,json=tokenUrl,proto3" json:"token_url,omitempty"`
	Ui                   map[string]string `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*TrustedIssuer) Descriptor added in v0.8.4

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

func (*TrustedIssuer) GetAuthUrl added in v0.8.4

func (m *TrustedIssuer) GetAuthUrl() string

func (*TrustedIssuer) GetClientId added in v0.8.4

func (m *TrustedIssuer) GetClientId() string

func (*TrustedIssuer) GetIssuer added in v0.8.4

func (m *TrustedIssuer) GetIssuer() string

func (*TrustedIssuer) GetTokenUrl added in v0.8.4

func (m *TrustedIssuer) GetTokenUrl() string

func (*TrustedIssuer) GetTranslateUsing added in v0.8.4

func (m *TrustedIssuer) GetTranslateUsing() string

func (*TrustedIssuer) GetUi added in v0.8.4

func (m *TrustedIssuer) GetUi() map[string]string

func (*TrustedIssuer) ProtoMessage added in v0.8.4

func (*TrustedIssuer) ProtoMessage()

func (*TrustedIssuer) Reset added in v0.8.4

func (m *TrustedIssuer) Reset()

func (*TrustedIssuer) String added in v0.8.4

func (m *TrustedIssuer) String() string

func (*TrustedIssuer) XXX_DiscardUnknown added in v0.8.4

func (m *TrustedIssuer) XXX_DiscardUnknown()

func (*TrustedIssuer) XXX_Marshal added in v0.8.4

func (m *TrustedIssuer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TrustedIssuer) XXX_Merge added in v0.8.4

func (m *TrustedIssuer) XXX_Merge(src proto.Message)

func (*TrustedIssuer) XXX_Size added in v0.8.4

func (m *TrustedIssuer) XXX_Size() int

func (*TrustedIssuer) XXX_Unmarshal added in v0.8.4

func (m *TrustedIssuer) XXX_Unmarshal(b []byte) error

type TrustedSource

type TrustedSource struct {
	Sources              []string          `protobuf:"bytes,1,rep,name=sources,proto3" json:"sources,omitempty"`
	VisaTypes            []string          `protobuf:"bytes,2,rep,name=visa_types,json=visaTypes,proto3" json:"visa_types,omitempty"`
	Ui                   map[string]string `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*TrustedSource) Descriptor

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

func (*TrustedSource) GetSources

func (m *TrustedSource) GetSources() []string

func (*TrustedSource) GetUi

func (m *TrustedSource) GetUi() map[string]string

func (*TrustedSource) GetVisaTypes added in v0.8.4

func (m *TrustedSource) GetVisaTypes() []string

func (*TrustedSource) ProtoMessage

func (*TrustedSource) ProtoMessage()

func (*TrustedSource) Reset

func (m *TrustedSource) Reset()

func (*TrustedSource) String

func (m *TrustedSource) String() string

func (*TrustedSource) XXX_DiscardUnknown

func (m *TrustedSource) XXX_DiscardUnknown()

func (*TrustedSource) XXX_Marshal

func (m *TrustedSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TrustedSource) XXX_Merge

func (m *TrustedSource) XXX_Merge(src proto.Message)

func (*TrustedSource) XXX_Size

func (m *TrustedSource) XXX_Size() int

func (*TrustedSource) XXX_Unmarshal

func (m *TrustedSource) XXX_Unmarshal(b []byte) error

type VariableFormat

type VariableFormat struct {
	Regexp   string            `protobuf:"bytes,1,opt,name=regexp,proto3" json:"regexp,omitempty"`
	Optional bool              `protobuf:"varint,2,opt,name=optional,proto3" json:"optional,omitempty"`
	Ui       map[string]string `` /* 145-byte string literal not displayed */
	Type     string            `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	// A variable marked with `experimental` will only be available when the
	// experimental flag is set to true. Otherwise any configuration usage of an
	// experimental variable in a non-experimental environment will invalidate
	// the configuration.
	Experimental         bool     `protobuf:"varint,5,opt,name=experimental,proto3" json:"experimental,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VariableFormat) Descriptor

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

func (*VariableFormat) GetExperimental added in v0.8.4

func (m *VariableFormat) GetExperimental() bool

func (*VariableFormat) GetOptional

func (m *VariableFormat) GetOptional() bool

func (*VariableFormat) GetRegexp

func (m *VariableFormat) GetRegexp() string

func (*VariableFormat) GetType

func (m *VariableFormat) GetType() string

func (*VariableFormat) GetUi

func (m *VariableFormat) GetUi() map[string]string

func (*VariableFormat) ProtoMessage

func (*VariableFormat) ProtoMessage()

func (*VariableFormat) Reset

func (m *VariableFormat) Reset()

func (*VariableFormat) String

func (m *VariableFormat) String() string

func (*VariableFormat) XXX_DiscardUnknown

func (m *VariableFormat) XXX_DiscardUnknown()

func (*VariableFormat) XXX_Marshal

func (m *VariableFormat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VariableFormat) XXX_Merge

func (m *VariableFormat) XXX_Merge(src proto.Message)

func (*VariableFormat) XXX_Size

func (m *VariableFormat) XXX_Size() int

func (*VariableFormat) XXX_Unmarshal

func (m *VariableFormat) XXX_Unmarshal(b []byte) error

type View

type View struct {
	ServiceTemplate string               `protobuf:"bytes,1,opt,name=service_template,json=serviceTemplate,proto3" json:"service_template,omitempty"`
	Labels          map[string]string    `` /* 153-byte string literal not displayed */
	ContentTypes    []string             `protobuf:"bytes,3,rep,name=content_types,json=contentTypes,proto3" json:"content_types,omitempty"`
	Roles           map[string]*ViewRole `` /* 151-byte string literal not displayed */
	DefaultRole     string               `protobuf:"bytes,5,opt,name=default_role,json=defaultRole,proto3" json:"default_role,omitempty"`
	Items           []*View_Item         `protobuf:"bytes,6,rep,name=items,proto3" json:"items,omitempty"`
	Ui              map[string]string    `` /* 145-byte string literal not displayed */
	// Computed fields.
	ComputedInterfaces   map[string]*Interface `` /* 195-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*View) Descriptor

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

func (*View) GetComputedInterfaces

func (m *View) GetComputedInterfaces() map[string]*Interface

func (*View) GetContentTypes

func (m *View) GetContentTypes() []string

func (*View) GetDefaultRole

func (m *View) GetDefaultRole() string

func (*View) GetItems

func (m *View) GetItems() []*View_Item

func (*View) GetLabels added in v0.8.5

func (m *View) GetLabels() map[string]string

func (*View) GetRoles added in v0.8.4

func (m *View) GetRoles() map[string]*ViewRole

func (*View) GetServiceTemplate

func (m *View) GetServiceTemplate() string

func (*View) GetUi

func (m *View) GetUi() map[string]string

func (*View) ProtoMessage

func (*View) ProtoMessage()

func (*View) Reset

func (m *View) Reset()

func (*View) String

func (m *View) String() string

func (*View) XXX_DiscardUnknown

func (m *View) XXX_DiscardUnknown()

func (*View) XXX_Marshal

func (m *View) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*View) XXX_Merge

func (m *View) XXX_Merge(src proto.Message)

func (*View) XXX_Size

func (m *View) XXX_Size() int

func (*View) XXX_Unmarshal

func (m *View) XXX_Unmarshal(b []byte) error

type ViewRole added in v0.8.4

type ViewRole struct {
	Policies               []*ViewRole_ViewPolicy `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"`
	ComputedRoleCategories []string               `protobuf:"bytes,2,rep,name=computed_role_categories,json=roleCategories,proto3" json:"computed_role_categories,omitempty"`
	ComputedPolicyBasis    map[string]bool        `` /* 201-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}               `json:"-"`
	XXX_unrecognized       []byte                 `json:"-"`
	XXX_sizecache          int32                  `json:"-"`
}

func (*ViewRole) Descriptor added in v0.8.4

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

func (*ViewRole) GetComputedPolicyBasis added in v0.8.4

func (m *ViewRole) GetComputedPolicyBasis() map[string]bool

func (*ViewRole) GetComputedRoleCategories added in v0.8.4

func (m *ViewRole) GetComputedRoleCategories() []string

func (*ViewRole) GetPolicies added in v0.8.4

func (m *ViewRole) GetPolicies() []*ViewRole_ViewPolicy

func (*ViewRole) ProtoMessage added in v0.8.4

func (*ViewRole) ProtoMessage()

func (*ViewRole) Reset added in v0.8.4

func (m *ViewRole) Reset()

func (*ViewRole) String added in v0.8.4

func (m *ViewRole) String() string

func (*ViewRole) XXX_DiscardUnknown added in v0.8.4

func (m *ViewRole) XXX_DiscardUnknown()

func (*ViewRole) XXX_Marshal added in v0.8.4

func (m *ViewRole) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ViewRole) XXX_Merge added in v0.8.4

func (m *ViewRole) XXX_Merge(src proto.Message)

func (*ViewRole) XXX_Size added in v0.8.4

func (m *ViewRole) XXX_Size() int

func (*ViewRole) XXX_Unmarshal added in v0.8.4

func (m *ViewRole) XXX_Unmarshal(b []byte) error

type ViewRole_ViewPolicy added in v0.8.4

type ViewRole_ViewPolicy struct {
	Name                 string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Args                 map[string]string `` /* 149-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ViewRole_ViewPolicy) Descriptor added in v0.8.4

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

func (*ViewRole_ViewPolicy) GetArgs added in v0.8.4

func (m *ViewRole_ViewPolicy) GetArgs() map[string]string

func (*ViewRole_ViewPolicy) GetName added in v0.8.4

func (m *ViewRole_ViewPolicy) GetName() string

func (*ViewRole_ViewPolicy) ProtoMessage added in v0.8.4

func (*ViewRole_ViewPolicy) ProtoMessage()

func (*ViewRole_ViewPolicy) Reset added in v0.8.4

func (m *ViewRole_ViewPolicy) Reset()

func (*ViewRole_ViewPolicy) String added in v0.8.4

func (m *ViewRole_ViewPolicy) String() string

func (*ViewRole_ViewPolicy) XXX_DiscardUnknown added in v0.8.4

func (m *ViewRole_ViewPolicy) XXX_DiscardUnknown()

func (*ViewRole_ViewPolicy) XXX_Marshal added in v0.8.4

func (m *ViewRole_ViewPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ViewRole_ViewPolicy) XXX_Merge added in v0.8.4

func (m *ViewRole_ViewPolicy) XXX_Merge(src proto.Message)

func (*ViewRole_ViewPolicy) XXX_Size added in v0.8.4

func (m *ViewRole_ViewPolicy) XXX_Size() int

func (*ViewRole_ViewPolicy) XXX_Unmarshal added in v0.8.4

func (m *ViewRole_ViewPolicy) XXX_Unmarshal(b []byte) error

type View_Item

type View_Item struct {
	Args                 map[string]string `` /* 149-byte string literal not displayed */
	Labels               map[string]string `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*View_Item) Descriptor

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

func (*View_Item) GetArgs added in v0.8.4

func (m *View_Item) GetArgs() map[string]string

func (*View_Item) GetLabels added in v0.8.5

func (m *View_Item) GetLabels() map[string]string

func (*View_Item) ProtoMessage

func (*View_Item) ProtoMessage()

func (*View_Item) Reset

func (m *View_Item) Reset()

func (*View_Item) String

func (m *View_Item) String() string

func (*View_Item) XXX_DiscardUnknown

func (m *View_Item) XXX_DiscardUnknown()

func (*View_Item) XXX_Marshal

func (m *View_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*View_Item) XXX_Merge

func (m *View_Item) XXX_Merge(src proto.Message)

func (*View_Item) XXX_Size

func (m *View_Item) XXX_Size() int

func (*View_Item) XXX_Unmarshal

func (m *View_Item) XXX_Unmarshal(b []byte) error

type VisaType added in v0.8.4

type VisaType struct {
	Ui                   map[string]string `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*VisaType) Descriptor added in v0.8.4

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

func (*VisaType) GetUi added in v0.8.4

func (m *VisaType) GetUi() map[string]string

func (*VisaType) ProtoMessage added in v0.8.4

func (*VisaType) ProtoMessage()

func (*VisaType) Reset added in v0.8.4

func (m *VisaType) Reset()

func (*VisaType) String added in v0.8.4

func (m *VisaType) String() string

func (*VisaType) XXX_DiscardUnknown added in v0.8.4

func (m *VisaType) XXX_DiscardUnknown()

func (*VisaType) XXX_Marshal added in v0.8.4

func (m *VisaType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VisaType) XXX_Merge added in v0.8.4

func (m *VisaType) XXX_Merge(src proto.Message)

func (*VisaType) XXX_Size added in v0.8.4

func (m *VisaType) XXX_Size() int

func (*VisaType) XXX_Unmarshal added in v0.8.4

func (m *VisaType) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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