Documentation ¶
Index ¶
- Variables
- func DecodeTags(tags map[string]*TagValue) map[string]interface{}
- func EncodeTags(tags map[string]interface{}) (map[string]*TagValue, error)
- type ApiAddress
- type ApiAddressList
- type AuthPolicy
- func (*AuthPolicy) Descriptor() ([]byte, []int)deprecated
- func (x *AuthPolicy) GetId() string
- func (x *AuthPolicy) GetName() string
- func (x *AuthPolicy) GetPrimary() *AuthPolicy_Primary
- func (x *AuthPolicy) GetSecondary() *AuthPolicy_Secondary
- func (x *AuthPolicy) GetTags() map[string]*TagValue
- func (*AuthPolicy) ProtoMessage()
- func (x *AuthPolicy) ProtoReflect() protoreflect.Message
- func (x *AuthPolicy) Reset()
- func (x *AuthPolicy) String() string
- type AuthPolicy_Primary
- func (*AuthPolicy_Primary) Descriptor() ([]byte, []int)deprecated
- func (x *AuthPolicy_Primary) GetCert() *AuthPolicy_Primary_Cert
- func (x *AuthPolicy_Primary) GetExtJwt() *AuthPolicy_Primary_ExtJwt
- func (x *AuthPolicy_Primary) GetUpdb() *AuthPolicy_Primary_Updb
- func (*AuthPolicy_Primary) ProtoMessage()
- func (x *AuthPolicy_Primary) ProtoReflect() protoreflect.Message
- func (x *AuthPolicy_Primary) Reset()
- func (x *AuthPolicy_Primary) String() string
- type AuthPolicy_Primary_Cert
- func (*AuthPolicy_Primary_Cert) Descriptor() ([]byte, []int)deprecated
- func (x *AuthPolicy_Primary_Cert) GetAllowExpiredCerts() bool
- func (x *AuthPolicy_Primary_Cert) GetAllowed() bool
- func (*AuthPolicy_Primary_Cert) ProtoMessage()
- func (x *AuthPolicy_Primary_Cert) ProtoReflect() protoreflect.Message
- func (x *AuthPolicy_Primary_Cert) Reset()
- func (x *AuthPolicy_Primary_Cert) String() string
- type AuthPolicy_Primary_ExtJwt
- func (*AuthPolicy_Primary_ExtJwt) Descriptor() ([]byte, []int)deprecated
- func (x *AuthPolicy_Primary_ExtJwt) GetAllowAllSigners() bool
- func (x *AuthPolicy_Primary_ExtJwt) GetAllowed() bool
- func (x *AuthPolicy_Primary_ExtJwt) GetAllowedExtJwtSigners() []string
- func (*AuthPolicy_Primary_ExtJwt) ProtoMessage()
- func (x *AuthPolicy_Primary_ExtJwt) ProtoReflect() protoreflect.Message
- func (x *AuthPolicy_Primary_ExtJwt) Reset()
- func (x *AuthPolicy_Primary_ExtJwt) String() string
- type AuthPolicy_Primary_Updb
- func (*AuthPolicy_Primary_Updb) Descriptor() ([]byte, []int)deprecated
- func (x *AuthPolicy_Primary_Updb) GetAllowed() bool
- func (x *AuthPolicy_Primary_Updb) GetLockoutDurationMinutes() int64
- func (x *AuthPolicy_Primary_Updb) GetMaxAttempts() int64
- func (x *AuthPolicy_Primary_Updb) GetMinPasswordLength() int64
- func (x *AuthPolicy_Primary_Updb) GetRequireMixedCase() bool
- func (x *AuthPolicy_Primary_Updb) GetRequireNumberChar() bool
- func (x *AuthPolicy_Primary_Updb) GetRequireSpecialChar() bool
- func (*AuthPolicy_Primary_Updb) ProtoMessage()
- func (x *AuthPolicy_Primary_Updb) ProtoReflect() protoreflect.Message
- func (x *AuthPolicy_Primary_Updb) Reset()
- func (x *AuthPolicy_Primary_Updb) String() string
- type AuthPolicy_Secondary
- func (*AuthPolicy_Secondary) Descriptor() ([]byte, []int)deprecated
- func (x *AuthPolicy_Secondary) GetRequireTotp() bool
- func (x *AuthPolicy_Secondary) GetRequiredExtJwtSigner() string
- func (*AuthPolicy_Secondary) ProtoMessage()
- func (x *AuthPolicy_Secondary) ProtoReflect() protoreflect.Message
- func (x *AuthPolicy_Secondary) Reset()
- func (x *AuthPolicy_Secondary) String() string
- type Authenticator
- func (*Authenticator) Descriptor() ([]byte, []int)deprecated
- func (x *Authenticator) GetCert() *Authenticator_Cert
- func (x *Authenticator) GetId() string
- func (x *Authenticator) GetIdentityId() string
- func (m *Authenticator) GetSubtype() isAuthenticator_Subtype
- func (x *Authenticator) GetTags() map[string]*TagValue
- func (x *Authenticator) GetUpdb() *Authenticator_Updb
- func (*Authenticator) ProtoMessage()
- func (x *Authenticator) ProtoReflect() protoreflect.Message
- func (x *Authenticator) Reset()
- func (x *Authenticator) String() string
- type Authenticator_Cert
- func (*Authenticator_Cert) Descriptor() ([]byte, []int)deprecated
- func (x *Authenticator_Cert) GetFingerprint() string
- func (x *Authenticator_Cert) GetIsIssuedByNetwork() bool
- func (x *Authenticator_Cert) GetPem() string
- func (x *Authenticator_Cert) GetUnverifiedFingerprint() string
- func (x *Authenticator_Cert) GetUnverifiedPem() string
- func (*Authenticator_Cert) ProtoMessage()
- func (x *Authenticator_Cert) ProtoReflect() protoreflect.Message
- func (x *Authenticator_Cert) Reset()
- func (x *Authenticator_Cert) String() string
- type Authenticator_Cert_
- type Authenticator_Updb
- func (*Authenticator_Updb) Descriptor() ([]byte, []int)deprecated
- func (x *Authenticator_Updb) GetPassword() string
- func (x *Authenticator_Updb) GetSalt() string
- func (x *Authenticator_Updb) GetUsername() string
- func (*Authenticator_Updb) ProtoMessage()
- func (x *Authenticator_Updb) ProtoReflect() protoreflect.Message
- func (x *Authenticator_Updb) Reset()
- func (x *Authenticator_Updb) String() string
- type Authenticator_Updb_
- type Ca
- func (*Ca) Descriptor() ([]byte, []int)deprecated
- func (x *Ca) GetCertPem() string
- func (x *Ca) GetExternalIdClaim() *Ca_ExternalIdClaim
- func (x *Ca) GetFingerprint() string
- func (x *Ca) GetId() string
- func (x *Ca) GetIdentityNameFormat() string
- func (x *Ca) GetIdentityRoles() []string
- func (x *Ca) GetIsAuthEnabled() bool
- func (x *Ca) GetIsAutoCaEnrollmentEnabled() bool
- func (x *Ca) GetIsOttCaEnrollmentEnabled() bool
- func (x *Ca) GetIsVerified() bool
- func (x *Ca) GetName() string
- func (x *Ca) GetTags() map[string]*TagValue
- func (x *Ca) GetVerificationToken() string
- func (*Ca) ProtoMessage()
- func (x *Ca) ProtoReflect() protoreflect.Message
- func (x *Ca) Reset()
- func (x *Ca) String() string
- type Ca_ExternalIdClaim
- func (*Ca_ExternalIdClaim) Descriptor() ([]byte, []int)deprecated
- func (x *Ca_ExternalIdClaim) GetIndex() int64
- func (x *Ca_ExternalIdClaim) GetLocation() string
- func (x *Ca_ExternalIdClaim) GetMatcher() string
- func (x *Ca_ExternalIdClaim) GetMatcherCriteria() string
- func (x *Ca_ExternalIdClaim) GetParser() string
- func (x *Ca_ExternalIdClaim) GetParserCriteria() string
- func (*Ca_ExternalIdClaim) ProtoMessage()
- func (x *Ca_ExternalIdClaim) ProtoReflect() protoreflect.Message
- func (x *Ca_ExternalIdClaim) Reset()
- func (x *Ca_ExternalIdClaim) String() string
- type ChangeContext
- func (*ChangeContext) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeContext) GetAttributes() map[string]string
- func (x *ChangeContext) GetRaftIndex() uint64
- func (*ChangeContext) ProtoMessage()
- func (x *ChangeContext) ProtoReflect() protoreflect.Message
- func (x *ChangeContext) Reset()
- func (x *ChangeContext) String() string
- type CommandType
- func (CommandType) Descriptor() protoreflect.EnumDescriptor
- func (x CommandType) Enum() *CommandType
- func (CommandType) EnumDescriptor() ([]byte, []int)deprecated
- func (x CommandType) Number() protoreflect.EnumNumber
- func (x CommandType) String() string
- func (CommandType) Type() protoreflect.EnumType
- type Config
- func (*Config) Descriptor() ([]byte, []int)deprecated
- func (x *Config) GetConfigTypeId() string
- func (x *Config) GetData() []byte
- func (x *Config) GetId() string
- func (x *Config) GetName() string
- func (x *Config) GetTags() map[string]*TagValue
- func (*Config) ProtoMessage()
- func (x *Config) ProtoReflect() protoreflect.Message
- func (x *Config) Reset()
- func (x *Config) String() string
- type ConfigType
- func (*ConfigType) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigType) GetId() string
- func (x *ConfigType) GetName() string
- func (x *ConfigType) GetSchema() []byte
- func (x *ConfigType) GetTags() map[string]*TagValue
- func (*ConfigType) ProtoMessage()
- func (x *ConfigType) ProtoReflect() protoreflect.Message
- func (x *ConfigType) Reset()
- func (x *ConfigType) String() string
- type Controller
- func (*Controller) Descriptor() ([]byte, []int)deprecated
- func (x *Controller) GetAddress() string
- func (x *Controller) GetApiAddresses() map[string]*ApiAddressList
- func (x *Controller) GetCertPem() string
- func (x *Controller) GetFingerprint() string
- func (x *Controller) GetId() string
- func (x *Controller) GetIsOnline() bool
- func (x *Controller) GetLastJoinedAt() *timestamppb.Timestamp
- func (x *Controller) GetName() string
- func (x *Controller) GetTags() map[string]*TagValue
- func (*Controller) ProtoMessage()
- func (x *Controller) ProtoReflect() protoreflect.Message
- func (x *Controller) Reset()
- func (x *Controller) String() string
- type CreateEdgeRouterCmd
- func (*CreateEdgeRouterCmd) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEdgeRouterCmd) GetCommandType() int32
- func (x *CreateEdgeRouterCmd) GetCtx() *ChangeContext
- func (x *CreateEdgeRouterCmd) GetEdgeRouter() *EdgeRouter
- func (x *CreateEdgeRouterCmd) GetEnrollment() *Enrollment
- func (*CreateEdgeRouterCmd) ProtoMessage()
- func (x *CreateEdgeRouterCmd) ProtoReflect() protoreflect.Message
- func (x *CreateEdgeRouterCmd) Reset()
- func (x *CreateEdgeRouterCmd) String() string
- type CreateEdgeTerminatorCommand
- func (*CreateEdgeTerminatorCommand) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEdgeTerminatorCommand) GetCommandType() int32
- func (x *CreateEdgeTerminatorCommand) GetCtx() *ChangeContext
- func (x *CreateEdgeTerminatorCommand) GetTerminatorData() []byte
- func (*CreateEdgeTerminatorCommand) ProtoMessage()
- func (x *CreateEdgeTerminatorCommand) ProtoReflect() protoreflect.Message
- func (x *CreateEdgeTerminatorCommand) Reset()
- func (x *CreateEdgeTerminatorCommand) String() string
- type CreateIdentityWithEnrollmentsCmd
- func (*CreateIdentityWithEnrollmentsCmd) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIdentityWithEnrollmentsCmd) GetCommandType() int32
- func (x *CreateIdentityWithEnrollmentsCmd) GetCtx() *ChangeContext
- func (x *CreateIdentityWithEnrollmentsCmd) GetEnrollments() []*Enrollment
- func (x *CreateIdentityWithEnrollmentsCmd) GetIdentity() *Identity
- func (*CreateIdentityWithEnrollmentsCmd) ProtoMessage()
- func (x *CreateIdentityWithEnrollmentsCmd) ProtoReflect() protoreflect.Message
- func (x *CreateIdentityWithEnrollmentsCmd) Reset()
- func (x *CreateIdentityWithEnrollmentsCmd) String() string
- type CreateTransitRouterCmd
- func (*CreateTransitRouterCmd) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTransitRouterCmd) GetCommandType() int32
- func (x *CreateTransitRouterCmd) GetCtx() *ChangeContext
- func (x *CreateTransitRouterCmd) GetEnrollment() *Enrollment
- func (x *CreateTransitRouterCmd) GetRouter() *TransitRouter
- func (*CreateTransitRouterCmd) ProtoMessage()
- func (x *CreateTransitRouterCmd) ProtoReflect() protoreflect.Message
- func (x *CreateTransitRouterCmd) Reset()
- func (x *CreateTransitRouterCmd) String() string
- type EdgeRouter
- func (*EdgeRouter) Descriptor() ([]byte, []int)deprecated
- func (x *EdgeRouter) GetAppData() []byte
- func (x *EdgeRouter) GetCertPem() string
- func (x *EdgeRouter) GetCost() uint32
- func (x *EdgeRouter) GetDisabled() bool
- func (x *EdgeRouter) GetFingerprint() string
- func (x *EdgeRouter) GetHostname() string
- func (x *EdgeRouter) GetId() string
- func (x *EdgeRouter) GetIsTunnelerEnabled() bool
- func (x *EdgeRouter) GetIsVerified() bool
- func (x *EdgeRouter) GetName() string
- func (x *EdgeRouter) GetNoTraversal() bool
- func (x *EdgeRouter) GetRoleAttributes() []string
- func (x *EdgeRouter) GetTags() map[string]*TagValue
- func (x *EdgeRouter) GetUnverifiedCertPem() string
- func (x *EdgeRouter) GetUnverifiedFingerprint() string
- func (*EdgeRouter) ProtoMessage()
- func (x *EdgeRouter) ProtoReflect() protoreflect.Message
- func (x *EdgeRouter) Reset()
- func (x *EdgeRouter) String() string
- type EdgeRouterPolicy
- func (*EdgeRouterPolicy) Descriptor() ([]byte, []int)deprecated
- func (x *EdgeRouterPolicy) GetEdgeRouterRoles() []string
- func (x *EdgeRouterPolicy) GetId() string
- func (x *EdgeRouterPolicy) GetIdentityRoles() []string
- func (x *EdgeRouterPolicy) GetName() string
- func (x *EdgeRouterPolicy) GetSemantic() string
- func (x *EdgeRouterPolicy) GetTags() map[string]*TagValue
- func (*EdgeRouterPolicy) ProtoMessage()
- func (x *EdgeRouterPolicy) ProtoReflect() protoreflect.Message
- func (x *EdgeRouterPolicy) Reset()
- func (x *EdgeRouterPolicy) String() string
- type Enrollment
- func (*Enrollment) Descriptor() ([]byte, []int)deprecated
- func (x *Enrollment) GetCaId() string
- func (x *Enrollment) GetEdgeRouterId() string
- func (x *Enrollment) GetExpiresAt() *timestamppb.Timestamp
- func (x *Enrollment) GetId() string
- func (x *Enrollment) GetIdentityId() string
- func (x *Enrollment) GetIssuedAt() *timestamppb.Timestamp
- func (x *Enrollment) GetJwt() string
- func (x *Enrollment) GetMethod() string
- func (x *Enrollment) GetTags() map[string]*TagValue
- func (x *Enrollment) GetToken() string
- func (x *Enrollment) GetTransitRouterId() string
- func (x *Enrollment) GetUsername() string
- func (*Enrollment) ProtoMessage()
- func (x *Enrollment) ProtoReflect() protoreflect.Message
- func (x *Enrollment) Reset()
- func (x *Enrollment) String() string
- type ExternalJwtSigner
- func (*ExternalJwtSigner) Descriptor() ([]byte, []int)deprecated
- func (x *ExternalJwtSigner) GetAudience() string
- func (x *ExternalJwtSigner) GetCertPem() string
- func (x *ExternalJwtSigner) GetClaimsProperty() string
- func (x *ExternalJwtSigner) GetClientId() string
- func (x *ExternalJwtSigner) GetCommonName() string
- func (x *ExternalJwtSigner) GetEnabled() bool
- func (x *ExternalJwtSigner) GetExternalAuthUrl() string
- func (x *ExternalJwtSigner) GetFingerprint() string
- func (x *ExternalJwtSigner) GetId() string
- func (x *ExternalJwtSigner) GetIssuer() string
- func (x *ExternalJwtSigner) GetJwksEndpoint() string
- func (x *ExternalJwtSigner) GetKid() string
- func (x *ExternalJwtSigner) GetName() string
- func (x *ExternalJwtSigner) GetNotAfter() *timestamppb.Timestamp
- func (x *ExternalJwtSigner) GetNotBefore() *timestamppb.Timestamp
- func (x *ExternalJwtSigner) GetScopes() []string
- func (x *ExternalJwtSigner) GetTags() map[string]*TagValue
- func (x *ExternalJwtSigner) GetUseExternalId() bool
- func (*ExternalJwtSigner) ProtoMessage()
- func (x *ExternalJwtSigner) ProtoReflect() protoreflect.Message
- func (x *ExternalJwtSigner) Reset()
- func (x *ExternalJwtSigner) String() string
- type Identity
- func (*Identity) Descriptor() ([]byte, []int)deprecated
- func (x *Identity) GetAppData() []byte
- func (x *Identity) GetAuthPolicyId() string
- func (x *Identity) GetDefaultHostingCost() uint32
- func (x *Identity) GetDefaultHostingPrecedence() uint32
- func (x *Identity) GetDisabled() bool
- func (x *Identity) GetDisabledAt() *timestamppb.Timestamp
- func (x *Identity) GetDisabledUntil() *timestamppb.Timestamp
- func (x *Identity) GetEnvInfo() *Identity_EnvInfo
- func (x *Identity) GetExternalId() string
- func (x *Identity) GetId() string
- func (x *Identity) GetIdentityTypeId() string
- func (x *Identity) GetIsAdmin() bool
- func (x *Identity) GetIsDefaultAdmin() bool
- func (x *Identity) GetName() string
- func (x *Identity) GetRoleAttributes() []string
- func (x *Identity) GetSdkInfo() *Identity_SdkInfo
- func (x *Identity) GetServiceConfigs() []*Identity_ServiceConfig
- func (x *Identity) GetServiceHostingCosts() map[string]uint32
- func (x *Identity) GetServiceHostingPrecedences() map[string]uint32
- func (x *Identity) GetTags() map[string]*TagValue
- func (*Identity) ProtoMessage()
- func (x *Identity) ProtoReflect() protoreflect.Message
- func (x *Identity) Reset()
- func (x *Identity) String() string
- type Identity_EnvInfo
- func (*Identity_EnvInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Identity_EnvInfo) GetArch() string
- func (x *Identity_EnvInfo) GetDomain() string
- func (x *Identity_EnvInfo) GetHostname() string
- func (x *Identity_EnvInfo) GetOs() string
- func (x *Identity_EnvInfo) GetOsRelease() string
- func (x *Identity_EnvInfo) GetOsVersion() string
- func (*Identity_EnvInfo) ProtoMessage()
- func (x *Identity_EnvInfo) ProtoReflect() protoreflect.Message
- func (x *Identity_EnvInfo) Reset()
- func (x *Identity_EnvInfo) String() string
- type Identity_SdkInfo
- func (*Identity_SdkInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Identity_SdkInfo) GetAppId() string
- func (x *Identity_SdkInfo) GetAppVersion() string
- func (x *Identity_SdkInfo) GetBranch() string
- func (x *Identity_SdkInfo) GetRevision() string
- func (x *Identity_SdkInfo) GetType() string
- func (x *Identity_SdkInfo) GetVersion() string
- func (*Identity_SdkInfo) ProtoMessage()
- func (x *Identity_SdkInfo) ProtoReflect() protoreflect.Message
- func (x *Identity_SdkInfo) Reset()
- func (x *Identity_SdkInfo) String() string
- type Identity_ServiceConfig
- func (*Identity_ServiceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *Identity_ServiceConfig) GetConfigId() string
- func (x *Identity_ServiceConfig) GetConfigTypeId() string
- func (x *Identity_ServiceConfig) GetServiceId() string
- func (*Identity_ServiceConfig) ProtoMessage()
- func (x *Identity_ServiceConfig) ProtoReflect() protoreflect.Message
- func (x *Identity_ServiceConfig) Reset()
- func (x *Identity_ServiceConfig) String() string
- type JsonList
- type JsonMap
- type JsonValue
- func (*JsonValue) Descriptor() ([]byte, []int)deprecated
- func (x *JsonValue) GetBoolValue() bool
- func (x *JsonValue) GetFpValue() float64
- func (x *JsonValue) GetInt64Value() int64
- func (x *JsonValue) GetListValue() *JsonList
- func (x *JsonValue) GetMapValue() *JsonMap
- func (x *JsonValue) GetNilValue() bool
- func (x *JsonValue) GetStringValue() string
- func (m *JsonValue) GetValue() isJsonValue_Value
- func (*JsonValue) ProtoMessage()
- func (x *JsonValue) ProtoReflect() protoreflect.Message
- func (x *JsonValue) Reset()
- func (x *JsonValue) String() string
- type JsonValue_BoolValue
- type JsonValue_FpValue
- type JsonValue_Int64Value
- type JsonValue_ListValue
- type JsonValue_MapValue
- type JsonValue_NilValue
- type JsonValue_StringValue
- type Mfa
- func (*Mfa) Descriptor() ([]byte, []int)deprecated
- func (x *Mfa) GetId() string
- func (x *Mfa) GetIdentityId() string
- func (x *Mfa) GetIsVerified() bool
- func (x *Mfa) GetRecoveryCodes() []string
- func (x *Mfa) GetSecret() string
- func (x *Mfa) GetTags() map[string]*TagValue
- func (*Mfa) ProtoMessage()
- func (x *Mfa) ProtoReflect() protoreflect.Message
- func (x *Mfa) Reset()
- func (x *Mfa) String() string
- type PostureCheck
- func (*PostureCheck) Descriptor() ([]byte, []int)deprecated
- func (x *PostureCheck) GetDomains() *PostureCheck_Domains
- func (x *PostureCheck) GetId() string
- func (x *PostureCheck) GetMac() *PostureCheck_Mac
- func (x *PostureCheck) GetMfa() *PostureCheck_Mfa
- func (x *PostureCheck) GetName() string
- func (x *PostureCheck) GetOsList() *PostureCheck_OsList
- func (x *PostureCheck) GetProcess() *PostureCheck_Process
- func (x *PostureCheck) GetProcessMulti() *PostureCheck_ProcessMulti
- func (x *PostureCheck) GetRoleAttributes() []string
- func (m *PostureCheck) GetSubtype() isPostureCheck_Subtype
- func (x *PostureCheck) GetTags() map[string]*TagValue
- func (x *PostureCheck) GetTypeId() string
- func (x *PostureCheck) GetVersion() int64
- func (*PostureCheck) ProtoMessage()
- func (x *PostureCheck) ProtoReflect() protoreflect.Message
- func (x *PostureCheck) Reset()
- func (x *PostureCheck) String() string
- type PostureCheck_Domains
- func (*PostureCheck_Domains) Descriptor() ([]byte, []int)deprecated
- func (x *PostureCheck_Domains) GetDomains() []string
- func (*PostureCheck_Domains) ProtoMessage()
- func (x *PostureCheck_Domains) ProtoReflect() protoreflect.Message
- func (x *PostureCheck_Domains) Reset()
- func (x *PostureCheck_Domains) String() string
- type PostureCheck_Domains_
- type PostureCheck_Mac
- type PostureCheck_Mac_
- type PostureCheck_Mfa
- func (*PostureCheck_Mfa) Descriptor() ([]byte, []int)deprecated
- func (x *PostureCheck_Mfa) GetIgnoreLegacyEndpoints() bool
- func (x *PostureCheck_Mfa) GetPromptOnUnlock() bool
- func (x *PostureCheck_Mfa) GetPromptOnWake() bool
- func (x *PostureCheck_Mfa) GetTimeoutSeconds() int64
- func (*PostureCheck_Mfa) ProtoMessage()
- func (x *PostureCheck_Mfa) ProtoReflect() protoreflect.Message
- func (x *PostureCheck_Mfa) Reset()
- func (x *PostureCheck_Mfa) String() string
- type PostureCheck_Mfa_
- type PostureCheck_Os
- func (*PostureCheck_Os) Descriptor() ([]byte, []int)deprecated
- func (x *PostureCheck_Os) GetOsType() string
- func (x *PostureCheck_Os) GetOsVersions() []string
- func (*PostureCheck_Os) ProtoMessage()
- func (x *PostureCheck_Os) ProtoReflect() protoreflect.Message
- func (x *PostureCheck_Os) Reset()
- func (x *PostureCheck_Os) String() string
- type PostureCheck_OsList
- func (*PostureCheck_OsList) Descriptor() ([]byte, []int)deprecated
- func (x *PostureCheck_OsList) GetOsList() []*PostureCheck_Os
- func (*PostureCheck_OsList) ProtoMessage()
- func (x *PostureCheck_OsList) ProtoReflect() protoreflect.Message
- func (x *PostureCheck_OsList) Reset()
- func (x *PostureCheck_OsList) String() string
- type PostureCheck_OsList_
- type PostureCheck_Process
- func (*PostureCheck_Process) Descriptor() ([]byte, []int)deprecated
- func (x *PostureCheck_Process) GetFingerprints() []string
- func (x *PostureCheck_Process) GetHashes() []string
- func (x *PostureCheck_Process) GetOsType() string
- func (x *PostureCheck_Process) GetPath() string
- func (*PostureCheck_Process) ProtoMessage()
- func (x *PostureCheck_Process) ProtoReflect() protoreflect.Message
- func (x *PostureCheck_Process) Reset()
- func (x *PostureCheck_Process) String() string
- type PostureCheck_ProcessMulti
- func (*PostureCheck_ProcessMulti) Descriptor() ([]byte, []int)deprecated
- func (x *PostureCheck_ProcessMulti) GetProcesses() []*PostureCheck_Process
- func (x *PostureCheck_ProcessMulti) GetSemantic() string
- func (*PostureCheck_ProcessMulti) ProtoMessage()
- func (x *PostureCheck_ProcessMulti) ProtoReflect() protoreflect.Message
- func (x *PostureCheck_ProcessMulti) Reset()
- func (x *PostureCheck_ProcessMulti) String() string
- type PostureCheck_ProcessMulti_
- type PostureCheck_Process_
- type ReEnrollEdgeRouterCmd
- func (*ReEnrollEdgeRouterCmd) Descriptor() ([]byte, []int)deprecated
- func (x *ReEnrollEdgeRouterCmd) GetCommandType() int32
- func (x *ReEnrollEdgeRouterCmd) GetCtx() *ChangeContext
- func (x *ReEnrollEdgeRouterCmd) GetEdgeRouterId() string
- func (*ReEnrollEdgeRouterCmd) ProtoMessage()
- func (x *ReEnrollEdgeRouterCmd) ProtoReflect() protoreflect.Message
- func (x *ReEnrollEdgeRouterCmd) Reset()
- func (x *ReEnrollEdgeRouterCmd) String() string
- type ReplaceEnrollmentWithAuthenticatorCmd
- func (*ReplaceEnrollmentWithAuthenticatorCmd) Descriptor() ([]byte, []int)deprecated
- func (x *ReplaceEnrollmentWithAuthenticatorCmd) GetAuthenticator() *Authenticator
- func (x *ReplaceEnrollmentWithAuthenticatorCmd) GetCommandType() int32
- func (x *ReplaceEnrollmentWithAuthenticatorCmd) GetCtx() *ChangeContext
- func (x *ReplaceEnrollmentWithAuthenticatorCmd) GetEnrollmentId() string
- func (*ReplaceEnrollmentWithAuthenticatorCmd) ProtoMessage()
- func (x *ReplaceEnrollmentWithAuthenticatorCmd) ProtoReflect() protoreflect.Message
- func (x *ReplaceEnrollmentWithAuthenticatorCmd) Reset()
- func (x *ReplaceEnrollmentWithAuthenticatorCmd) String() string
- type Revocation
- func (*Revocation) Descriptor() ([]byte, []int)deprecated
- func (x *Revocation) GetExpiresAt() *timestamppb.Timestamp
- func (x *Revocation) GetId() string
- func (x *Revocation) GetTags() map[string]*TagValue
- func (*Revocation) ProtoMessage()
- func (x *Revocation) ProtoReflect() protoreflect.Message
- func (x *Revocation) Reset()
- func (x *Revocation) String() string
- type Service
- func (*Service) Descriptor() ([]byte, []int)deprecated
- func (x *Service) GetConfigs() []string
- func (x *Service) GetEncryptionRequired() bool
- func (x *Service) GetId() string
- func (x *Service) GetMaxIdleTime() int64
- func (x *Service) GetName() string
- func (x *Service) GetRoleAttributes() []string
- func (x *Service) GetTags() map[string]*TagValue
- func (x *Service) GetTerminatorStrategy() string
- func (*Service) ProtoMessage()
- func (x *Service) ProtoReflect() protoreflect.Message
- func (x *Service) Reset()
- func (x *Service) String() string
- type ServiceEdgeRouterPolicy
- func (*ServiceEdgeRouterPolicy) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceEdgeRouterPolicy) GetEdgeRouterRoles() []string
- func (x *ServiceEdgeRouterPolicy) GetId() string
- func (x *ServiceEdgeRouterPolicy) GetName() string
- func (x *ServiceEdgeRouterPolicy) GetSemantic() string
- func (x *ServiceEdgeRouterPolicy) GetServiceRoles() []string
- func (x *ServiceEdgeRouterPolicy) GetTags() map[string]*TagValue
- func (*ServiceEdgeRouterPolicy) ProtoMessage()
- func (x *ServiceEdgeRouterPolicy) ProtoReflect() protoreflect.Message
- func (x *ServiceEdgeRouterPolicy) Reset()
- func (x *ServiceEdgeRouterPolicy) String() string
- type ServicePolicy
- func (*ServicePolicy) Descriptor() ([]byte, []int)deprecated
- func (x *ServicePolicy) GetId() string
- func (x *ServicePolicy) GetIdentityRoles() []string
- func (x *ServicePolicy) GetName() string
- func (x *ServicePolicy) GetPolicyType() string
- func (x *ServicePolicy) GetPostureCheckRoles() []string
- func (x *ServicePolicy) GetSemantic() string
- func (x *ServicePolicy) GetServiceRoles() []string
- func (x *ServicePolicy) GetTags() map[string]*TagValue
- func (*ServicePolicy) ProtoMessage()
- func (x *ServicePolicy) ProtoReflect() protoreflect.Message
- func (x *ServicePolicy) Reset()
- func (x *ServicePolicy) String() string
- type TagValue
- func (*TagValue) Descriptor() ([]byte, []int)deprecated
- func (x *TagValue) GetBoolValue() bool
- func (x *TagValue) GetFpValue() float64
- func (x *TagValue) GetNilValue() bool
- func (x *TagValue) GetStringValue() string
- func (m *TagValue) GetValue() isTagValue_Value
- func (*TagValue) ProtoMessage()
- func (x *TagValue) ProtoReflect() protoreflect.Message
- func (x *TagValue) Reset()
- func (x *TagValue) String() string
- type TagValue_BoolValue
- type TagValue_FpValue
- type TagValue_NilValue
- type TagValue_StringValue
- type TransitRouter
- func (*TransitRouter) Descriptor() ([]byte, []int)deprecated
- func (x *TransitRouter) GetCost() uint32
- func (x *TransitRouter) GetDisabled() bool
- func (x *TransitRouter) GetFingerprint() string
- func (x *TransitRouter) GetId() string
- func (x *TransitRouter) GetIsVerified() bool
- func (x *TransitRouter) GetName() string
- func (x *TransitRouter) GetNoTraversal() bool
- func (x *TransitRouter) GetTags() map[string]*TagValue
- func (x *TransitRouter) GetUnverifiedCertPem() string
- func (x *TransitRouter) GetUnverifiedFingerprint() string
- func (*TransitRouter) ProtoMessage()
- func (x *TransitRouter) ProtoReflect() protoreflect.Message
- func (x *TransitRouter) Reset()
- func (x *TransitRouter) String() string
- type UpdateServiceConfigsCmd
- func (*UpdateServiceConfigsCmd) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateServiceConfigsCmd) GetAdd() bool
- func (x *UpdateServiceConfigsCmd) GetCommandType() int32
- func (x *UpdateServiceConfigsCmd) GetCtx() *ChangeContext
- func (x *UpdateServiceConfigsCmd) GetIdentityId() string
- func (x *UpdateServiceConfigsCmd) GetServiceConfigs() []*UpdateServiceConfigsCmd_ServiceConfig
- func (*UpdateServiceConfigsCmd) ProtoMessage()
- func (x *UpdateServiceConfigsCmd) ProtoReflect() protoreflect.Message
- func (x *UpdateServiceConfigsCmd) Reset()
- func (x *UpdateServiceConfigsCmd) String() string
- type UpdateServiceConfigsCmd_ServiceConfig
- func (*UpdateServiceConfigsCmd_ServiceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateServiceConfigsCmd_ServiceConfig) GetConfigId() string
- func (x *UpdateServiceConfigsCmd_ServiceConfig) GetServiceId() string
- func (*UpdateServiceConfigsCmd_ServiceConfig) ProtoMessage()
- func (x *UpdateServiceConfigsCmd_ServiceConfig) ProtoReflect() protoreflect.Message
- func (x *UpdateServiceConfigsCmd_ServiceConfig) Reset()
- func (x *UpdateServiceConfigsCmd_ServiceConfig) String() string
Constants ¶
This section is empty.
Variables ¶
var ( CommandType_name = map[int32]string{ 0: "Zero", 1000: "CreateEdgeTerminatorType", 1001: "ReplaceEnrollmentWithAuthenticatorType", 1002: "CreateEdgeRouterType", 1003: "CreateTransitRouterType", 1004: "CreateIdentityWithEnrollmentsType", 1005: "UpdateServiceConfigsType", 1006: "ReEnrollEdgeRouterType", } CommandType_value = map[string]int32{ "Zero": 0, "CreateEdgeTerminatorType": 1000, "ReplaceEnrollmentWithAuthenticatorType": 1001, "CreateEdgeRouterType": 1002, "CreateTransitRouterType": 1003, "CreateIdentityWithEnrollmentsType": 1004, "UpdateServiceConfigsType": 1005, "ReEnrollEdgeRouterType": 1006, } )
Enum value maps for CommandType.
var File_edge_cmd_proto protoreflect.FileDescriptor
Functions ¶
func DecodeTags ¶
Types ¶
type ApiAddress ¶ added in v0.34.2
type ApiAddress struct { Url string `protobuf:"bytes,1,opt,name=Url,proto3" json:"Url,omitempty"` Version string `protobuf:"bytes,2,opt,name=Version,proto3" json:"Version,omitempty"` // contains filtered or unexported fields }
func (*ApiAddress) Descriptor
deprecated
added in
v0.34.2
func (*ApiAddress) Descriptor() ([]byte, []int)
Deprecated: Use ApiAddress.ProtoReflect.Descriptor instead.
func (*ApiAddress) GetUrl ¶ added in v0.34.2
func (x *ApiAddress) GetUrl() string
func (*ApiAddress) GetVersion ¶ added in v0.34.2
func (x *ApiAddress) GetVersion() string
func (*ApiAddress) ProtoMessage ¶ added in v0.34.2
func (*ApiAddress) ProtoMessage()
func (*ApiAddress) ProtoReflect ¶ added in v0.34.2
func (x *ApiAddress) ProtoReflect() protoreflect.Message
func (*ApiAddress) Reset ¶ added in v0.34.2
func (x *ApiAddress) Reset()
func (*ApiAddress) String ¶ added in v0.34.2
func (x *ApiAddress) String() string
type ApiAddressList ¶ added in v0.34.2
type ApiAddressList struct { Addresses []*ApiAddress `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"` // contains filtered or unexported fields }
func (*ApiAddressList) Descriptor
deprecated
added in
v0.34.2
func (*ApiAddressList) Descriptor() ([]byte, []int)
Deprecated: Use ApiAddressList.ProtoReflect.Descriptor instead.
func (*ApiAddressList) GetAddresses ¶ added in v0.34.2
func (x *ApiAddressList) GetAddresses() []*ApiAddress
func (*ApiAddressList) ProtoMessage ¶ added in v0.34.2
func (*ApiAddressList) ProtoMessage()
func (*ApiAddressList) ProtoReflect ¶ added in v0.34.2
func (x *ApiAddressList) ProtoReflect() protoreflect.Message
func (*ApiAddressList) Reset ¶ added in v0.34.2
func (x *ApiAddressList) Reset()
func (*ApiAddressList) String ¶ added in v0.34.2
func (x *ApiAddressList) String() string
type AuthPolicy ¶
type AuthPolicy struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Primary *AuthPolicy_Primary `protobuf:"bytes,3,opt,name=primary,proto3" json:"primary,omitempty"` Secondary *AuthPolicy_Secondary `protobuf:"bytes,4,opt,name=secondary,proto3" json:"secondary,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
Auth Policies
func (*AuthPolicy) Descriptor
deprecated
func (*AuthPolicy) Descriptor() ([]byte, []int)
Deprecated: Use AuthPolicy.ProtoReflect.Descriptor instead.
func (*AuthPolicy) GetId ¶
func (x *AuthPolicy) GetId() string
func (*AuthPolicy) GetName ¶
func (x *AuthPolicy) GetName() string
func (*AuthPolicy) GetPrimary ¶
func (x *AuthPolicy) GetPrimary() *AuthPolicy_Primary
func (*AuthPolicy) GetSecondary ¶
func (x *AuthPolicy) GetSecondary() *AuthPolicy_Secondary
func (*AuthPolicy) GetTags ¶
func (x *AuthPolicy) GetTags() map[string]*TagValue
func (*AuthPolicy) ProtoMessage ¶
func (*AuthPolicy) ProtoMessage()
func (*AuthPolicy) ProtoReflect ¶
func (x *AuthPolicy) ProtoReflect() protoreflect.Message
func (*AuthPolicy) Reset ¶
func (x *AuthPolicy) Reset()
func (*AuthPolicy) String ¶
func (x *AuthPolicy) String() string
type AuthPolicy_Primary ¶
type AuthPolicy_Primary struct { Cert *AuthPolicy_Primary_Cert `protobuf:"bytes,1,opt,name=cert,proto3" json:"cert,omitempty"` Updb *AuthPolicy_Primary_Updb `protobuf:"bytes,2,opt,name=updb,proto3" json:"updb,omitempty"` ExtJwt *AuthPolicy_Primary_ExtJwt `protobuf:"bytes,3,opt,name=extJwt,proto3" json:"extJwt,omitempty"` // contains filtered or unexported fields }
func (*AuthPolicy_Primary) Descriptor
deprecated
func (*AuthPolicy_Primary) Descriptor() ([]byte, []int)
Deprecated: Use AuthPolicy_Primary.ProtoReflect.Descriptor instead.
func (*AuthPolicy_Primary) GetCert ¶
func (x *AuthPolicy_Primary) GetCert() *AuthPolicy_Primary_Cert
func (*AuthPolicy_Primary) GetExtJwt ¶
func (x *AuthPolicy_Primary) GetExtJwt() *AuthPolicy_Primary_ExtJwt
func (*AuthPolicy_Primary) GetUpdb ¶
func (x *AuthPolicy_Primary) GetUpdb() *AuthPolicy_Primary_Updb
func (*AuthPolicy_Primary) ProtoMessage ¶
func (*AuthPolicy_Primary) ProtoMessage()
func (*AuthPolicy_Primary) ProtoReflect ¶
func (x *AuthPolicy_Primary) ProtoReflect() protoreflect.Message
func (*AuthPolicy_Primary) Reset ¶
func (x *AuthPolicy_Primary) Reset()
func (*AuthPolicy_Primary) String ¶
func (x *AuthPolicy_Primary) String() string
type AuthPolicy_Primary_Cert ¶
type AuthPolicy_Primary_Cert struct { Allowed bool `protobuf:"varint,1,opt,name=allowed,proto3" json:"allowed,omitempty"` AllowExpiredCerts bool `protobuf:"varint,2,opt,name=allowExpiredCerts,proto3" json:"allowExpiredCerts,omitempty"` // contains filtered or unexported fields }
func (*AuthPolicy_Primary_Cert) Descriptor
deprecated
func (*AuthPolicy_Primary_Cert) Descriptor() ([]byte, []int)
Deprecated: Use AuthPolicy_Primary_Cert.ProtoReflect.Descriptor instead.
func (*AuthPolicy_Primary_Cert) GetAllowExpiredCerts ¶
func (x *AuthPolicy_Primary_Cert) GetAllowExpiredCerts() bool
func (*AuthPolicy_Primary_Cert) GetAllowed ¶
func (x *AuthPolicy_Primary_Cert) GetAllowed() bool
func (*AuthPolicy_Primary_Cert) ProtoMessage ¶
func (*AuthPolicy_Primary_Cert) ProtoMessage()
func (*AuthPolicy_Primary_Cert) ProtoReflect ¶
func (x *AuthPolicy_Primary_Cert) ProtoReflect() protoreflect.Message
func (*AuthPolicy_Primary_Cert) Reset ¶
func (x *AuthPolicy_Primary_Cert) Reset()
func (*AuthPolicy_Primary_Cert) String ¶
func (x *AuthPolicy_Primary_Cert) String() string
type AuthPolicy_Primary_ExtJwt ¶
type AuthPolicy_Primary_ExtJwt struct { Allowed bool `protobuf:"varint,1,opt,name=allowed,proto3" json:"allowed,omitempty"` AllowAllSigners bool `protobuf:"varint,2,opt,name=allowAllSigners,proto3" json:"allowAllSigners,omitempty"` AllowedExtJwtSigners []string `protobuf:"bytes,3,rep,name=allowedExtJwtSigners,proto3" json:"allowedExtJwtSigners,omitempty"` // contains filtered or unexported fields }
func (*AuthPolicy_Primary_ExtJwt) Descriptor
deprecated
func (*AuthPolicy_Primary_ExtJwt) Descriptor() ([]byte, []int)
Deprecated: Use AuthPolicy_Primary_ExtJwt.ProtoReflect.Descriptor instead.
func (*AuthPolicy_Primary_ExtJwt) GetAllowAllSigners ¶
func (x *AuthPolicy_Primary_ExtJwt) GetAllowAllSigners() bool
func (*AuthPolicy_Primary_ExtJwt) GetAllowed ¶
func (x *AuthPolicy_Primary_ExtJwt) GetAllowed() bool
func (*AuthPolicy_Primary_ExtJwt) GetAllowedExtJwtSigners ¶
func (x *AuthPolicy_Primary_ExtJwt) GetAllowedExtJwtSigners() []string
func (*AuthPolicy_Primary_ExtJwt) ProtoMessage ¶
func (*AuthPolicy_Primary_ExtJwt) ProtoMessage()
func (*AuthPolicy_Primary_ExtJwt) ProtoReflect ¶
func (x *AuthPolicy_Primary_ExtJwt) ProtoReflect() protoreflect.Message
func (*AuthPolicy_Primary_ExtJwt) Reset ¶
func (x *AuthPolicy_Primary_ExtJwt) Reset()
func (*AuthPolicy_Primary_ExtJwt) String ¶
func (x *AuthPolicy_Primary_ExtJwt) String() string
type AuthPolicy_Primary_Updb ¶
type AuthPolicy_Primary_Updb struct { Allowed bool `protobuf:"varint,1,opt,name=allowed,proto3" json:"allowed,omitempty"` MinPasswordLength int64 `protobuf:"varint,2,opt,name=MinPasswordLength,proto3" json:"MinPasswordLength,omitempty"` RequireSpecialChar bool `protobuf:"varint,3,opt,name=RequireSpecialChar,proto3" json:"RequireSpecialChar,omitempty"` RequireNumberChar bool `protobuf:"varint,4,opt,name=requireNumberChar,proto3" json:"requireNumberChar,omitempty"` RequireMixedCase bool `protobuf:"varint,5,opt,name=RequireMixedCase,proto3" json:"RequireMixedCase,omitempty"` MaxAttempts int64 `protobuf:"varint,6,opt,name=MaxAttempts,proto3" json:"MaxAttempts,omitempty"` LockoutDurationMinutes int64 `protobuf:"varint,7,opt,name=LockoutDurationMinutes,proto3" json:"LockoutDurationMinutes,omitempty"` // contains filtered or unexported fields }
func (*AuthPolicy_Primary_Updb) Descriptor
deprecated
func (*AuthPolicy_Primary_Updb) Descriptor() ([]byte, []int)
Deprecated: Use AuthPolicy_Primary_Updb.ProtoReflect.Descriptor instead.
func (*AuthPolicy_Primary_Updb) GetAllowed ¶
func (x *AuthPolicy_Primary_Updb) GetAllowed() bool
func (*AuthPolicy_Primary_Updb) GetLockoutDurationMinutes ¶
func (x *AuthPolicy_Primary_Updb) GetLockoutDurationMinutes() int64
func (*AuthPolicy_Primary_Updb) GetMaxAttempts ¶
func (x *AuthPolicy_Primary_Updb) GetMaxAttempts() int64
func (*AuthPolicy_Primary_Updb) GetMinPasswordLength ¶
func (x *AuthPolicy_Primary_Updb) GetMinPasswordLength() int64
func (*AuthPolicy_Primary_Updb) GetRequireMixedCase ¶
func (x *AuthPolicy_Primary_Updb) GetRequireMixedCase() bool
func (*AuthPolicy_Primary_Updb) GetRequireNumberChar ¶
func (x *AuthPolicy_Primary_Updb) GetRequireNumberChar() bool
func (*AuthPolicy_Primary_Updb) GetRequireSpecialChar ¶
func (x *AuthPolicy_Primary_Updb) GetRequireSpecialChar() bool
func (*AuthPolicy_Primary_Updb) ProtoMessage ¶
func (*AuthPolicy_Primary_Updb) ProtoMessage()
func (*AuthPolicy_Primary_Updb) ProtoReflect ¶
func (x *AuthPolicy_Primary_Updb) ProtoReflect() protoreflect.Message
func (*AuthPolicy_Primary_Updb) Reset ¶
func (x *AuthPolicy_Primary_Updb) Reset()
func (*AuthPolicy_Primary_Updb) String ¶
func (x *AuthPolicy_Primary_Updb) String() string
type AuthPolicy_Secondary ¶
type AuthPolicy_Secondary struct { RequireTotp bool `protobuf:"varint,1,opt,name=requireTotp,proto3" json:"requireTotp,omitempty"` RequiredExtJwtSigner *string `protobuf:"bytes,2,opt,name=requiredExtJwtSigner,proto3,oneof" json:"requiredExtJwtSigner,omitempty"` // contains filtered or unexported fields }
func (*AuthPolicy_Secondary) Descriptor
deprecated
func (*AuthPolicy_Secondary) Descriptor() ([]byte, []int)
Deprecated: Use AuthPolicy_Secondary.ProtoReflect.Descriptor instead.
func (*AuthPolicy_Secondary) GetRequireTotp ¶
func (x *AuthPolicy_Secondary) GetRequireTotp() bool
func (*AuthPolicy_Secondary) GetRequiredExtJwtSigner ¶
func (x *AuthPolicy_Secondary) GetRequiredExtJwtSigner() string
func (*AuthPolicy_Secondary) ProtoMessage ¶
func (*AuthPolicy_Secondary) ProtoMessage()
func (*AuthPolicy_Secondary) ProtoReflect ¶
func (x *AuthPolicy_Secondary) ProtoReflect() protoreflect.Message
func (*AuthPolicy_Secondary) Reset ¶
func (x *AuthPolicy_Secondary) Reset()
func (*AuthPolicy_Secondary) String ¶
func (x *AuthPolicy_Secondary) String() string
type Authenticator ¶
type Authenticator struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ IdentityId string `protobuf:"bytes,3,opt,name=identityId,proto3" json:"identityId,omitempty"` // Types that are assignable to Subtype: // // *Authenticator_Cert_ // *Authenticator_Updb_ Subtype isAuthenticator_Subtype `protobuf_oneof:"subtype"` // contains filtered or unexported fields }
Authenticators
func (*Authenticator) Descriptor
deprecated
func (*Authenticator) Descriptor() ([]byte, []int)
Deprecated: Use Authenticator.ProtoReflect.Descriptor instead.
func (*Authenticator) GetCert ¶
func (x *Authenticator) GetCert() *Authenticator_Cert
func (*Authenticator) GetId ¶
func (x *Authenticator) GetId() string
func (*Authenticator) GetIdentityId ¶
func (x *Authenticator) GetIdentityId() string
func (*Authenticator) GetSubtype ¶
func (m *Authenticator) GetSubtype() isAuthenticator_Subtype
func (*Authenticator) GetTags ¶
func (x *Authenticator) GetTags() map[string]*TagValue
func (*Authenticator) GetUpdb ¶
func (x *Authenticator) GetUpdb() *Authenticator_Updb
func (*Authenticator) ProtoMessage ¶
func (*Authenticator) ProtoMessage()
func (*Authenticator) ProtoReflect ¶
func (x *Authenticator) ProtoReflect() protoreflect.Message
func (*Authenticator) Reset ¶
func (x *Authenticator) Reset()
func (*Authenticator) String ¶
func (x *Authenticator) String() string
type Authenticator_Cert ¶
type Authenticator_Cert struct { Fingerprint string `protobuf:"bytes,1,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"` Pem string `protobuf:"bytes,2,opt,name=pem,proto3" json:"pem,omitempty"` UnverifiedFingerprint string `protobuf:"bytes,3,opt,name=unverifiedFingerprint,proto3" json:"unverifiedFingerprint,omitempty"` UnverifiedPem string `protobuf:"bytes,4,opt,name=unverifiedPem,proto3" json:"unverifiedPem,omitempty"` IsIssuedByNetwork bool `protobuf:"varint,5,opt,name=isIssuedByNetwork,proto3" json:"isIssuedByNetwork,omitempty"` // contains filtered or unexported fields }
func (*Authenticator_Cert) Descriptor
deprecated
func (*Authenticator_Cert) Descriptor() ([]byte, []int)
Deprecated: Use Authenticator_Cert.ProtoReflect.Descriptor instead.
func (*Authenticator_Cert) GetFingerprint ¶
func (x *Authenticator_Cert) GetFingerprint() string
func (*Authenticator_Cert) GetIsIssuedByNetwork ¶ added in v1.1.10
func (x *Authenticator_Cert) GetIsIssuedByNetwork() bool
func (*Authenticator_Cert) GetPem ¶
func (x *Authenticator_Cert) GetPem() string
func (*Authenticator_Cert) GetUnverifiedFingerprint ¶
func (x *Authenticator_Cert) GetUnverifiedFingerprint() string
func (*Authenticator_Cert) GetUnverifiedPem ¶
func (x *Authenticator_Cert) GetUnverifiedPem() string
func (*Authenticator_Cert) ProtoMessage ¶
func (*Authenticator_Cert) ProtoMessage()
func (*Authenticator_Cert) ProtoReflect ¶
func (x *Authenticator_Cert) ProtoReflect() protoreflect.Message
func (*Authenticator_Cert) Reset ¶
func (x *Authenticator_Cert) Reset()
func (*Authenticator_Cert) String ¶
func (x *Authenticator_Cert) String() string
type Authenticator_Cert_ ¶
type Authenticator_Cert_ struct {
Cert *Authenticator_Cert `protobuf:"bytes,4,opt,name=cert,proto3,oneof"`
}
type Authenticator_Updb ¶
type Authenticator_Updb struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` Salt string `protobuf:"bytes,3,opt,name=salt,proto3" json:"salt,omitempty"` // contains filtered or unexported fields }
func (*Authenticator_Updb) Descriptor
deprecated
func (*Authenticator_Updb) Descriptor() ([]byte, []int)
Deprecated: Use Authenticator_Updb.ProtoReflect.Descriptor instead.
func (*Authenticator_Updb) GetPassword ¶
func (x *Authenticator_Updb) GetPassword() string
func (*Authenticator_Updb) GetSalt ¶
func (x *Authenticator_Updb) GetSalt() string
func (*Authenticator_Updb) GetUsername ¶
func (x *Authenticator_Updb) GetUsername() string
func (*Authenticator_Updb) ProtoMessage ¶
func (*Authenticator_Updb) ProtoMessage()
func (*Authenticator_Updb) ProtoReflect ¶
func (x *Authenticator_Updb) ProtoReflect() protoreflect.Message
func (*Authenticator_Updb) Reset ¶
func (x *Authenticator_Updb) Reset()
func (*Authenticator_Updb) String ¶
func (x *Authenticator_Updb) String() string
type Authenticator_Updb_ ¶
type Authenticator_Updb_ struct {
Updb *Authenticator_Updb `protobuf:"bytes,5,opt,name=updb,proto3,oneof"`
}
type Ca ¶
type Ca struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ Fingerprint string `protobuf:"bytes,4,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"` CertPem string `protobuf:"bytes,5,opt,name=certPem,proto3" json:"certPem,omitempty"` IsVerified bool `protobuf:"varint,6,opt,name=isVerified,proto3" json:"isVerified,omitempty"` VerificationToken string `protobuf:"bytes,7,opt,name=verificationToken,proto3" json:"verificationToken,omitempty"` IsAutoCaEnrollmentEnabled bool `protobuf:"varint,8,opt,name=isAutoCaEnrollmentEnabled,proto3" json:"isAutoCaEnrollmentEnabled,omitempty"` IsOttCaEnrollmentEnabled bool `protobuf:"varint,9,opt,name=isOttCaEnrollmentEnabled,proto3" json:"isOttCaEnrollmentEnabled,omitempty"` IsAuthEnabled bool `protobuf:"varint,10,opt,name=isAuthEnabled,proto3" json:"isAuthEnabled,omitempty"` IdentityRoles []string `protobuf:"bytes,11,rep,name=identityRoles,proto3" json:"identityRoles,omitempty"` IdentityNameFormat string `protobuf:"bytes,12,opt,name=identityNameFormat,proto3" json:"identityNameFormat,omitempty"` ExternalIdClaim *Ca_ExternalIdClaim `protobuf:"bytes,13,opt,name=externalIdClaim,proto3,oneof" json:"externalIdClaim,omitempty"` // contains filtered or unexported fields }
CAs
func (*Ca) Descriptor
deprecated
func (*Ca) GetCertPem ¶
func (*Ca) GetExternalIdClaim ¶
func (x *Ca) GetExternalIdClaim() *Ca_ExternalIdClaim
func (*Ca) GetFingerprint ¶
func (*Ca) GetIdentityNameFormat ¶
func (*Ca) GetIdentityRoles ¶
func (*Ca) GetIsAuthEnabled ¶
func (*Ca) GetIsAutoCaEnrollmentEnabled ¶
func (*Ca) GetIsOttCaEnrollmentEnabled ¶
func (*Ca) GetIsVerified ¶
func (*Ca) GetVerificationToken ¶
func (*Ca) ProtoMessage ¶
func (*Ca) ProtoMessage()
func (*Ca) ProtoReflect ¶
func (x *Ca) ProtoReflect() protoreflect.Message
type Ca_ExternalIdClaim ¶
type Ca_ExternalIdClaim struct { Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"` Matcher string `protobuf:"bytes,2,opt,name=matcher,proto3" json:"matcher,omitempty"` MatcherCriteria string `protobuf:"bytes,3,opt,name=MatcherCriteria,proto3" json:"MatcherCriteria,omitempty"` Parser string `protobuf:"bytes,4,opt,name=Parser,proto3" json:"Parser,omitempty"` ParserCriteria string `protobuf:"bytes,5,opt,name=ParserCriteria,proto3" json:"ParserCriteria,omitempty"` Index int64 `protobuf:"varint,6,opt,name=Index,proto3" json:"Index,omitempty"` // contains filtered or unexported fields }
func (*Ca_ExternalIdClaim) Descriptor
deprecated
func (*Ca_ExternalIdClaim) Descriptor() ([]byte, []int)
Deprecated: Use Ca_ExternalIdClaim.ProtoReflect.Descriptor instead.
func (*Ca_ExternalIdClaim) GetIndex ¶
func (x *Ca_ExternalIdClaim) GetIndex() int64
func (*Ca_ExternalIdClaim) GetLocation ¶
func (x *Ca_ExternalIdClaim) GetLocation() string
func (*Ca_ExternalIdClaim) GetMatcher ¶
func (x *Ca_ExternalIdClaim) GetMatcher() string
func (*Ca_ExternalIdClaim) GetMatcherCriteria ¶
func (x *Ca_ExternalIdClaim) GetMatcherCriteria() string
func (*Ca_ExternalIdClaim) GetParser ¶
func (x *Ca_ExternalIdClaim) GetParser() string
func (*Ca_ExternalIdClaim) GetParserCriteria ¶
func (x *Ca_ExternalIdClaim) GetParserCriteria() string
func (*Ca_ExternalIdClaim) ProtoMessage ¶
func (*Ca_ExternalIdClaim) ProtoMessage()
func (*Ca_ExternalIdClaim) ProtoReflect ¶
func (x *Ca_ExternalIdClaim) ProtoReflect() protoreflect.Message
func (*Ca_ExternalIdClaim) Reset ¶
func (x *Ca_ExternalIdClaim) Reset()
func (*Ca_ExternalIdClaim) String ¶
func (x *Ca_ExternalIdClaim) String() string
type ChangeContext ¶
type ChangeContext struct { Attributes map[string]string `` /* 161-byte string literal not displayed */ RaftIndex uint64 `protobuf:"varint,2,opt,name=raftIndex,proto3" json:"raftIndex,omitempty"` // contains filtered or unexported fields }
func (*ChangeContext) Descriptor
deprecated
func (*ChangeContext) Descriptor() ([]byte, []int)
Deprecated: Use ChangeContext.ProtoReflect.Descriptor instead.
func (*ChangeContext) GetAttributes ¶
func (x *ChangeContext) GetAttributes() map[string]string
func (*ChangeContext) GetRaftIndex ¶
func (x *ChangeContext) GetRaftIndex() uint64
func (*ChangeContext) ProtoMessage ¶
func (*ChangeContext) ProtoMessage()
func (*ChangeContext) ProtoReflect ¶
func (x *ChangeContext) ProtoReflect() protoreflect.Message
func (*ChangeContext) Reset ¶
func (x *ChangeContext) Reset()
func (*ChangeContext) String ¶
func (x *ChangeContext) String() string
type CommandType ¶
type CommandType int32
const ( CommandType_Zero CommandType = 0 CommandType_CreateEdgeTerminatorType CommandType = 1000 CommandType_ReplaceEnrollmentWithAuthenticatorType CommandType = 1001 CommandType_CreateEdgeRouterType CommandType = 1002 CommandType_CreateTransitRouterType CommandType = 1003 CommandType_CreateIdentityWithEnrollmentsType CommandType = 1004 CommandType_UpdateServiceConfigsType CommandType = 1005 CommandType_ReEnrollEdgeRouterType CommandType = 1006 )
func (CommandType) Descriptor ¶
func (CommandType) Descriptor() protoreflect.EnumDescriptor
func (CommandType) Enum ¶
func (x CommandType) Enum() *CommandType
func (CommandType) EnumDescriptor
deprecated
func (CommandType) EnumDescriptor() ([]byte, []int)
Deprecated: Use CommandType.Descriptor instead.
func (CommandType) Number ¶
func (x CommandType) Number() protoreflect.EnumNumber
func (CommandType) String ¶
func (x CommandType) String() string
func (CommandType) Type ¶
func (CommandType) Type() protoreflect.EnumType
type Config ¶
type Config struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` ConfigTypeId string `protobuf:"bytes,3,opt,name=configTypeId,proto3" json:"configTypeId,omitempty"` Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
Configs
func (*Config) Descriptor
deprecated
func (*Config) GetConfigTypeId ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶
func (x *Config) ProtoReflect() protoreflect.Message
type ConfigType ¶
type ConfigType struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Schema []byte `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
Config Types
func (*ConfigType) Descriptor
deprecated
func (*ConfigType) Descriptor() ([]byte, []int)
Deprecated: Use ConfigType.ProtoReflect.Descriptor instead.
func (*ConfigType) GetId ¶
func (x *ConfigType) GetId() string
func (*ConfigType) GetName ¶
func (x *ConfigType) GetName() string
func (*ConfigType) GetSchema ¶
func (x *ConfigType) GetSchema() []byte
func (*ConfigType) GetTags ¶
func (x *ConfigType) GetTags() map[string]*TagValue
func (*ConfigType) ProtoMessage ¶
func (*ConfigType) ProtoMessage()
func (*ConfigType) ProtoReflect ¶
func (x *ConfigType) ProtoReflect() protoreflect.Message
func (*ConfigType) Reset ¶
func (x *ConfigType) Reset()
func (*ConfigType) String ¶
func (x *ConfigType) String() string
type Controller ¶ added in v0.34.0
type Controller struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` CertPem string `protobuf:"bytes,4,opt,name=certPem,proto3" json:"certPem,omitempty"` Fingerprint string `protobuf:"bytes,5,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"` IsOnline bool `protobuf:"varint,6,opt,name=isOnline,proto3" json:"isOnline,omitempty"` LastJoinedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=lastJoinedAt,proto3" json:"lastJoinedAt,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ ApiAddresses map[string]*ApiAddressList `` /* 165-byte string literal not displayed */ // contains filtered or unexported fields }
Controllers
func (*Controller) Descriptor
deprecated
added in
v0.34.0
func (*Controller) Descriptor() ([]byte, []int)
Deprecated: Use Controller.ProtoReflect.Descriptor instead.
func (*Controller) GetAddress ¶ added in v0.34.0
func (x *Controller) GetAddress() string
func (*Controller) GetApiAddresses ¶ added in v0.34.2
func (x *Controller) GetApiAddresses() map[string]*ApiAddressList
func (*Controller) GetCertPem ¶ added in v0.34.0
func (x *Controller) GetCertPem() string
func (*Controller) GetFingerprint ¶ added in v0.34.0
func (x *Controller) GetFingerprint() string
func (*Controller) GetId ¶ added in v0.34.0
func (x *Controller) GetId() string
func (*Controller) GetIsOnline ¶ added in v0.34.0
func (x *Controller) GetIsOnline() bool
func (*Controller) GetLastJoinedAt ¶ added in v0.34.0
func (x *Controller) GetLastJoinedAt() *timestamppb.Timestamp
func (*Controller) GetName ¶ added in v0.34.0
func (x *Controller) GetName() string
func (*Controller) GetTags ¶ added in v0.34.0
func (x *Controller) GetTags() map[string]*TagValue
func (*Controller) ProtoMessage ¶ added in v0.34.0
func (*Controller) ProtoMessage()
func (*Controller) ProtoReflect ¶ added in v0.34.0
func (x *Controller) ProtoReflect() protoreflect.Message
func (*Controller) Reset ¶ added in v0.34.0
func (x *Controller) Reset()
func (*Controller) String ¶ added in v0.34.0
func (x *Controller) String() string
type CreateEdgeRouterCmd ¶
type CreateEdgeRouterCmd struct { EdgeRouter *EdgeRouter `protobuf:"bytes,1,opt,name=edgeRouter,proto3" json:"edgeRouter,omitempty"` Enrollment *Enrollment `protobuf:"bytes,2,opt,name=enrollment,proto3" json:"enrollment,omitempty"` Ctx *ChangeContext `protobuf:"bytes,3,opt,name=ctx,proto3" json:"ctx,omitempty"` // contains filtered or unexported fields }
func (*CreateEdgeRouterCmd) Descriptor
deprecated
func (*CreateEdgeRouterCmd) Descriptor() ([]byte, []int)
Deprecated: Use CreateEdgeRouterCmd.ProtoReflect.Descriptor instead.
func (*CreateEdgeRouterCmd) GetCommandType ¶
func (x *CreateEdgeRouterCmd) GetCommandType() int32
func (*CreateEdgeRouterCmd) GetCtx ¶
func (x *CreateEdgeRouterCmd) GetCtx() *ChangeContext
func (*CreateEdgeRouterCmd) GetEdgeRouter ¶
func (x *CreateEdgeRouterCmd) GetEdgeRouter() *EdgeRouter
func (*CreateEdgeRouterCmd) GetEnrollment ¶
func (x *CreateEdgeRouterCmd) GetEnrollment() *Enrollment
func (*CreateEdgeRouterCmd) ProtoMessage ¶
func (*CreateEdgeRouterCmd) ProtoMessage()
func (*CreateEdgeRouterCmd) ProtoReflect ¶
func (x *CreateEdgeRouterCmd) ProtoReflect() protoreflect.Message
func (*CreateEdgeRouterCmd) Reset ¶
func (x *CreateEdgeRouterCmd) Reset()
func (*CreateEdgeRouterCmd) String ¶
func (x *CreateEdgeRouterCmd) String() string
type CreateEdgeTerminatorCommand ¶
type CreateEdgeTerminatorCommand struct { TerminatorData []byte `protobuf:"bytes,1,opt,name=terminatorData,proto3" json:"terminatorData,omitempty"` Ctx *ChangeContext `protobuf:"bytes,2,opt,name=ctx,proto3" json:"ctx,omitempty"` // contains filtered or unexported fields }
func (*CreateEdgeTerminatorCommand) Descriptor
deprecated
func (*CreateEdgeTerminatorCommand) Descriptor() ([]byte, []int)
Deprecated: Use CreateEdgeTerminatorCommand.ProtoReflect.Descriptor instead.
func (*CreateEdgeTerminatorCommand) GetCommandType ¶
func (x *CreateEdgeTerminatorCommand) GetCommandType() int32
func (*CreateEdgeTerminatorCommand) GetCtx ¶
func (x *CreateEdgeTerminatorCommand) GetCtx() *ChangeContext
func (*CreateEdgeTerminatorCommand) GetTerminatorData ¶
func (x *CreateEdgeTerminatorCommand) GetTerminatorData() []byte
func (*CreateEdgeTerminatorCommand) ProtoMessage ¶
func (*CreateEdgeTerminatorCommand) ProtoMessage()
func (*CreateEdgeTerminatorCommand) ProtoReflect ¶
func (x *CreateEdgeTerminatorCommand) ProtoReflect() protoreflect.Message
func (*CreateEdgeTerminatorCommand) Reset ¶
func (x *CreateEdgeTerminatorCommand) Reset()
func (*CreateEdgeTerminatorCommand) String ¶
func (x *CreateEdgeTerminatorCommand) String() string
type CreateIdentityWithEnrollmentsCmd ¶
type CreateIdentityWithEnrollmentsCmd struct { Identity *Identity `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"` Enrollments []*Enrollment `protobuf:"bytes,2,rep,name=enrollments,proto3" json:"enrollments,omitempty"` Ctx *ChangeContext `protobuf:"bytes,3,opt,name=ctx,proto3" json:"ctx,omitempty"` // contains filtered or unexported fields }
func (*CreateIdentityWithEnrollmentsCmd) Descriptor
deprecated
func (*CreateIdentityWithEnrollmentsCmd) Descriptor() ([]byte, []int)
Deprecated: Use CreateIdentityWithEnrollmentsCmd.ProtoReflect.Descriptor instead.
func (*CreateIdentityWithEnrollmentsCmd) GetCommandType ¶
func (x *CreateIdentityWithEnrollmentsCmd) GetCommandType() int32
func (*CreateIdentityWithEnrollmentsCmd) GetCtx ¶
func (x *CreateIdentityWithEnrollmentsCmd) GetCtx() *ChangeContext
func (*CreateIdentityWithEnrollmentsCmd) GetEnrollments ¶
func (x *CreateIdentityWithEnrollmentsCmd) GetEnrollments() []*Enrollment
func (*CreateIdentityWithEnrollmentsCmd) GetIdentity ¶
func (x *CreateIdentityWithEnrollmentsCmd) GetIdentity() *Identity
func (*CreateIdentityWithEnrollmentsCmd) ProtoMessage ¶
func (*CreateIdentityWithEnrollmentsCmd) ProtoMessage()
func (*CreateIdentityWithEnrollmentsCmd) ProtoReflect ¶
func (x *CreateIdentityWithEnrollmentsCmd) ProtoReflect() protoreflect.Message
func (*CreateIdentityWithEnrollmentsCmd) Reset ¶
func (x *CreateIdentityWithEnrollmentsCmd) Reset()
func (*CreateIdentityWithEnrollmentsCmd) String ¶
func (x *CreateIdentityWithEnrollmentsCmd) String() string
type CreateTransitRouterCmd ¶
type CreateTransitRouterCmd struct { Router *TransitRouter `protobuf:"bytes,1,opt,name=router,proto3" json:"router,omitempty"` Enrollment *Enrollment `protobuf:"bytes,2,opt,name=enrollment,proto3" json:"enrollment,omitempty"` Ctx *ChangeContext `protobuf:"bytes,3,opt,name=ctx,proto3" json:"ctx,omitempty"` // contains filtered or unexported fields }
func (*CreateTransitRouterCmd) Descriptor
deprecated
func (*CreateTransitRouterCmd) Descriptor() ([]byte, []int)
Deprecated: Use CreateTransitRouterCmd.ProtoReflect.Descriptor instead.
func (*CreateTransitRouterCmd) GetCommandType ¶
func (x *CreateTransitRouterCmd) GetCommandType() int32
func (*CreateTransitRouterCmd) GetCtx ¶
func (x *CreateTransitRouterCmd) GetCtx() *ChangeContext
func (*CreateTransitRouterCmd) GetEnrollment ¶
func (x *CreateTransitRouterCmd) GetEnrollment() *Enrollment
func (*CreateTransitRouterCmd) GetRouter ¶
func (x *CreateTransitRouterCmd) GetRouter() *TransitRouter
func (*CreateTransitRouterCmd) ProtoMessage ¶
func (*CreateTransitRouterCmd) ProtoMessage()
func (*CreateTransitRouterCmd) ProtoReflect ¶
func (x *CreateTransitRouterCmd) ProtoReflect() protoreflect.Message
func (*CreateTransitRouterCmd) Reset ¶
func (x *CreateTransitRouterCmd) Reset()
func (*CreateTransitRouterCmd) String ¶
func (x *CreateTransitRouterCmd) String() string
type EdgeRouter ¶
type EdgeRouter struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ RoleAttributes []string `protobuf:"bytes,4,rep,name=roleAttributes,proto3" json:"roleAttributes,omitempty"` IsVerified bool `protobuf:"varint,5,opt,name=isVerified,proto3" json:"isVerified,omitempty"` Fingerprint *string `protobuf:"bytes,6,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"` CertPem *string `protobuf:"bytes,7,opt,name=certPem,proto3,oneof" json:"certPem,omitempty"` Hostname *string `protobuf:"bytes,8,opt,name=hostname,proto3,oneof" json:"hostname,omitempty"` IsTunnelerEnabled bool `protobuf:"varint,9,opt,name=isTunnelerEnabled,proto3" json:"isTunnelerEnabled,omitempty"` AppData []byte `protobuf:"bytes,10,opt,name=appData,proto3" json:"appData,omitempty"` UnverifiedFingerprint *string `protobuf:"bytes,11,opt,name=unverifiedFingerprint,proto3,oneof" json:"unverifiedFingerprint,omitempty"` UnverifiedCertPem *string `protobuf:"bytes,12,opt,name=unverifiedCertPem,proto3,oneof" json:"unverifiedCertPem,omitempty"` Cost uint32 `protobuf:"varint,13,opt,name=cost,proto3" json:"cost,omitempty"` NoTraversal bool `protobuf:"varint,14,opt,name=noTraversal,proto3" json:"noTraversal,omitempty"` Disabled bool `protobuf:"varint,15,opt,name=disabled,proto3" json:"disabled,omitempty"` // contains filtered or unexported fields }
Edge Routers
func (*EdgeRouter) Descriptor
deprecated
func (*EdgeRouter) Descriptor() ([]byte, []int)
Deprecated: Use EdgeRouter.ProtoReflect.Descriptor instead.
func (*EdgeRouter) GetAppData ¶
func (x *EdgeRouter) GetAppData() []byte
func (*EdgeRouter) GetCertPem ¶
func (x *EdgeRouter) GetCertPem() string
func (*EdgeRouter) GetCost ¶
func (x *EdgeRouter) GetCost() uint32
func (*EdgeRouter) GetDisabled ¶
func (x *EdgeRouter) GetDisabled() bool
func (*EdgeRouter) GetFingerprint ¶
func (x *EdgeRouter) GetFingerprint() string
func (*EdgeRouter) GetHostname ¶
func (x *EdgeRouter) GetHostname() string
func (*EdgeRouter) GetId ¶
func (x *EdgeRouter) GetId() string
func (*EdgeRouter) GetIsTunnelerEnabled ¶
func (x *EdgeRouter) GetIsTunnelerEnabled() bool
func (*EdgeRouter) GetIsVerified ¶
func (x *EdgeRouter) GetIsVerified() bool
func (*EdgeRouter) GetName ¶
func (x *EdgeRouter) GetName() string
func (*EdgeRouter) GetNoTraversal ¶
func (x *EdgeRouter) GetNoTraversal() bool
func (*EdgeRouter) GetRoleAttributes ¶
func (x *EdgeRouter) GetRoleAttributes() []string
func (*EdgeRouter) GetTags ¶
func (x *EdgeRouter) GetTags() map[string]*TagValue
func (*EdgeRouter) GetUnverifiedCertPem ¶
func (x *EdgeRouter) GetUnverifiedCertPem() string
func (*EdgeRouter) GetUnverifiedFingerprint ¶
func (x *EdgeRouter) GetUnverifiedFingerprint() string
func (*EdgeRouter) ProtoMessage ¶
func (*EdgeRouter) ProtoMessage()
func (*EdgeRouter) ProtoReflect ¶
func (x *EdgeRouter) ProtoReflect() protoreflect.Message
func (*EdgeRouter) Reset ¶
func (x *EdgeRouter) Reset()
func (*EdgeRouter) String ¶
func (x *EdgeRouter) String() string
type EdgeRouterPolicy ¶
type EdgeRouterPolicy struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ Semantic string `protobuf:"bytes,4,opt,name=semantic,proto3" json:"semantic,omitempty"` EdgeRouterRoles []string `protobuf:"bytes,5,rep,name=edgeRouterRoles,proto3" json:"edgeRouterRoles,omitempty"` IdentityRoles []string `protobuf:"bytes,6,rep,name=identityRoles,proto3" json:"identityRoles,omitempty"` // contains filtered or unexported fields }
Edge Router Policies
func (*EdgeRouterPolicy) Descriptor
deprecated
func (*EdgeRouterPolicy) Descriptor() ([]byte, []int)
Deprecated: Use EdgeRouterPolicy.ProtoReflect.Descriptor instead.
func (*EdgeRouterPolicy) GetEdgeRouterRoles ¶
func (x *EdgeRouterPolicy) GetEdgeRouterRoles() []string
func (*EdgeRouterPolicy) GetId ¶
func (x *EdgeRouterPolicy) GetId() string
func (*EdgeRouterPolicy) GetIdentityRoles ¶
func (x *EdgeRouterPolicy) GetIdentityRoles() []string
func (*EdgeRouterPolicy) GetName ¶
func (x *EdgeRouterPolicy) GetName() string
func (*EdgeRouterPolicy) GetSemantic ¶
func (x *EdgeRouterPolicy) GetSemantic() string
func (*EdgeRouterPolicy) GetTags ¶
func (x *EdgeRouterPolicy) GetTags() map[string]*TagValue
func (*EdgeRouterPolicy) ProtoMessage ¶
func (*EdgeRouterPolicy) ProtoMessage()
func (*EdgeRouterPolicy) ProtoReflect ¶
func (x *EdgeRouterPolicy) ProtoReflect() protoreflect.Message
func (*EdgeRouterPolicy) Reset ¶
func (x *EdgeRouterPolicy) Reset()
func (*EdgeRouterPolicy) String ¶
func (x *EdgeRouterPolicy) String() string
type Enrollment ¶
type Enrollment struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ Method string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"` IdentityId *string `protobuf:"bytes,4,opt,name=identityId,proto3,oneof" json:"identityId,omitempty"` TransitRouterId *string `protobuf:"bytes,5,opt,name=transitRouterId,proto3,oneof" json:"transitRouterId,omitempty"` EdgeRouterId *string `protobuf:"bytes,6,opt,name=edgeRouterId,proto3,oneof" json:"edgeRouterId,omitempty"` Token string `protobuf:"bytes,7,opt,name=token,proto3" json:"token,omitempty"` IssuedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=issuedAt,proto3" json:"issuedAt,omitempty"` ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=expiresAt,proto3" json:"expiresAt,omitempty"` Jwt string `protobuf:"bytes,10,opt,name=jwt,proto3" json:"jwt,omitempty"` CaId *string `protobuf:"bytes,11,opt,name=caId,proto3,oneof" json:"caId,omitempty"` Username *string `protobuf:"bytes,12,opt,name=username,proto3,oneof" json:"username,omitempty"` // contains filtered or unexported fields }
Enrollments
func (*Enrollment) Descriptor
deprecated
func (*Enrollment) Descriptor() ([]byte, []int)
Deprecated: Use Enrollment.ProtoReflect.Descriptor instead.
func (*Enrollment) GetCaId ¶
func (x *Enrollment) GetCaId() string
func (*Enrollment) GetEdgeRouterId ¶
func (x *Enrollment) GetEdgeRouterId() string
func (*Enrollment) GetExpiresAt ¶
func (x *Enrollment) GetExpiresAt() *timestamppb.Timestamp
func (*Enrollment) GetId ¶
func (x *Enrollment) GetId() string
func (*Enrollment) GetIdentityId ¶
func (x *Enrollment) GetIdentityId() string
func (*Enrollment) GetIssuedAt ¶
func (x *Enrollment) GetIssuedAt() *timestamppb.Timestamp
func (*Enrollment) GetJwt ¶
func (x *Enrollment) GetJwt() string
func (*Enrollment) GetMethod ¶
func (x *Enrollment) GetMethod() string
func (*Enrollment) GetTags ¶
func (x *Enrollment) GetTags() map[string]*TagValue
func (*Enrollment) GetToken ¶
func (x *Enrollment) GetToken() string
func (*Enrollment) GetTransitRouterId ¶
func (x *Enrollment) GetTransitRouterId() string
func (*Enrollment) GetUsername ¶
func (x *Enrollment) GetUsername() string
func (*Enrollment) ProtoMessage ¶
func (*Enrollment) ProtoMessage()
func (*Enrollment) ProtoReflect ¶
func (x *Enrollment) ProtoReflect() protoreflect.Message
func (*Enrollment) Reset ¶
func (x *Enrollment) Reset()
func (*Enrollment) String ¶
func (x *Enrollment) String() string
type ExternalJwtSigner ¶
type ExternalJwtSigner struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ CertPem *string `protobuf:"bytes,4,opt,name=certPem,proto3,oneof" json:"certPem,omitempty"` JwksEndpoint *string `protobuf:"bytes,5,opt,name=jwksEndpoint,proto3,oneof" json:"jwksEndpoint,omitempty"` Kid *string `protobuf:"bytes,6,opt,name=kid,proto3,oneof" json:"kid,omitempty"` Enabled bool `protobuf:"varint,7,opt,name=enabled,proto3" json:"enabled,omitempty"` ExternalAuthUrl *string `protobuf:"bytes,8,opt,name=externalAuthUrl,proto3,oneof" json:"externalAuthUrl,omitempty"` UseExternalId bool `protobuf:"varint,9,opt,name=useExternalId,proto3" json:"useExternalId,omitempty"` ClaimsProperty *string `protobuf:"bytes,10,opt,name=claimsProperty,proto3,oneof" json:"claimsProperty,omitempty"` Issuer *string `protobuf:"bytes,11,opt,name=issuer,proto3,oneof" json:"issuer,omitempty"` Audience *string `protobuf:"bytes,12,opt,name=audience,proto3,oneof" json:"audience,omitempty"` CommonName string `protobuf:"bytes,13,opt,name=commonName,proto3" json:"commonName,omitempty"` Fingerprint *string `protobuf:"bytes,14,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"` NotAfter *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=notAfter,proto3" json:"notAfter,omitempty"` NotBefore *timestamppb.Timestamp `protobuf:"bytes,16,opt,name=notBefore,proto3" json:"notBefore,omitempty"` ClientId *string `protobuf:"bytes,17,opt,name=clientId,proto3,oneof" json:"clientId,omitempty"` Scopes []string `protobuf:"bytes,18,rep,name=scopes,proto3" json:"scopes,omitempty"` // contains filtered or unexported fields }
External JWT Signers
func (*ExternalJwtSigner) Descriptor
deprecated
func (*ExternalJwtSigner) Descriptor() ([]byte, []int)
Deprecated: Use ExternalJwtSigner.ProtoReflect.Descriptor instead.
func (*ExternalJwtSigner) GetAudience ¶
func (x *ExternalJwtSigner) GetAudience() string
func (*ExternalJwtSigner) GetCertPem ¶
func (x *ExternalJwtSigner) GetCertPem() string
func (*ExternalJwtSigner) GetClaimsProperty ¶
func (x *ExternalJwtSigner) GetClaimsProperty() string
func (*ExternalJwtSigner) GetClientId ¶ added in v1.1.9
func (x *ExternalJwtSigner) GetClientId() string
func (*ExternalJwtSigner) GetCommonName ¶
func (x *ExternalJwtSigner) GetCommonName() string
func (*ExternalJwtSigner) GetEnabled ¶
func (x *ExternalJwtSigner) GetEnabled() bool
func (*ExternalJwtSigner) GetExternalAuthUrl ¶
func (x *ExternalJwtSigner) GetExternalAuthUrl() string
func (*ExternalJwtSigner) GetFingerprint ¶
func (x *ExternalJwtSigner) GetFingerprint() string
func (*ExternalJwtSigner) GetId ¶
func (x *ExternalJwtSigner) GetId() string
func (*ExternalJwtSigner) GetIssuer ¶
func (x *ExternalJwtSigner) GetIssuer() string
func (*ExternalJwtSigner) GetJwksEndpoint ¶
func (x *ExternalJwtSigner) GetJwksEndpoint() string
func (*ExternalJwtSigner) GetKid ¶
func (x *ExternalJwtSigner) GetKid() string
func (*ExternalJwtSigner) GetName ¶
func (x *ExternalJwtSigner) GetName() string
func (*ExternalJwtSigner) GetNotAfter ¶
func (x *ExternalJwtSigner) GetNotAfter() *timestamppb.Timestamp
func (*ExternalJwtSigner) GetNotBefore ¶
func (x *ExternalJwtSigner) GetNotBefore() *timestamppb.Timestamp
func (*ExternalJwtSigner) GetScopes ¶ added in v1.1.9
func (x *ExternalJwtSigner) GetScopes() []string
func (*ExternalJwtSigner) GetTags ¶
func (x *ExternalJwtSigner) GetTags() map[string]*TagValue
func (*ExternalJwtSigner) GetUseExternalId ¶
func (x *ExternalJwtSigner) GetUseExternalId() bool
func (*ExternalJwtSigner) ProtoMessage ¶
func (*ExternalJwtSigner) ProtoMessage()
func (*ExternalJwtSigner) ProtoReflect ¶
func (x *ExternalJwtSigner) ProtoReflect() protoreflect.Message
func (*ExternalJwtSigner) Reset ¶
func (x *ExternalJwtSigner) Reset()
func (*ExternalJwtSigner) String ¶
func (x *ExternalJwtSigner) String() string
type Identity ¶
type Identity struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ IdentityTypeId string `protobuf:"bytes,4,opt,name=identityTypeId,proto3" json:"identityTypeId,omitempty"` IsDefaultAdmin bool `protobuf:"varint,5,opt,name=isDefaultAdmin,proto3" json:"isDefaultAdmin,omitempty"` IsAdmin bool `protobuf:"varint,6,opt,name=isAdmin,proto3" json:"isAdmin,omitempty"` RoleAttributes []string `protobuf:"bytes,7,rep,name=roleAttributes,proto3" json:"roleAttributes,omitempty"` EnvInfo *Identity_EnvInfo `protobuf:"bytes,8,opt,name=envInfo,proto3,oneof" json:"envInfo,omitempty"` SdkInfo *Identity_SdkInfo `protobuf:"bytes,9,opt,name=sdkInfo,proto3,oneof" json:"sdkInfo,omitempty"` DefaultHostingPrecedence uint32 `protobuf:"varint,10,opt,name=defaultHostingPrecedence,proto3" json:"defaultHostingPrecedence,omitempty"` DefaultHostingCost uint32 `protobuf:"varint,11,opt,name=defaultHostingCost,proto3" json:"defaultHostingCost,omitempty"` ServiceHostingPrecedences map[string]uint32 `` /* 193-byte string literal not displayed */ ServiceHostingCosts map[string]uint32 `` /* 181-byte string literal not displayed */ AppData []byte `protobuf:"bytes,14,opt,name=appData,proto3" json:"appData,omitempty"` AuthPolicyId string `protobuf:"bytes,15,opt,name=authPolicyId,proto3" json:"authPolicyId,omitempty"` ExternalId *string `protobuf:"bytes,16,opt,name=externalId,proto3,oneof" json:"externalId,omitempty"` Disabled bool `protobuf:"varint,17,opt,name=disabled,proto3" json:"disabled,omitempty"` DisabledAt *timestamppb.Timestamp `protobuf:"bytes,18,opt,name=disabledAt,proto3,oneof" json:"disabledAt,omitempty"` DisabledUntil *timestamppb.Timestamp `protobuf:"bytes,19,opt,name=disabledUntil,proto3,oneof" json:"disabledUntil,omitempty"` ServiceConfigs []*Identity_ServiceConfig `protobuf:"bytes,20,rep,name=serviceConfigs,proto3" json:"serviceConfigs,omitempty"` // contains filtered or unexported fields }
Identities
func (*Identity) Descriptor
deprecated
func (*Identity) GetAppData ¶
func (*Identity) GetAuthPolicyId ¶
func (*Identity) GetDefaultHostingCost ¶
func (*Identity) GetDefaultHostingPrecedence ¶
func (*Identity) GetDisabled ¶
func (*Identity) GetDisabledAt ¶
func (x *Identity) GetDisabledAt() *timestamppb.Timestamp
func (*Identity) GetDisabledUntil ¶
func (x *Identity) GetDisabledUntil() *timestamppb.Timestamp
func (*Identity) GetEnvInfo ¶
func (x *Identity) GetEnvInfo() *Identity_EnvInfo
func (*Identity) GetExternalId ¶
func (*Identity) GetIdentityTypeId ¶
func (*Identity) GetIsAdmin ¶
func (*Identity) GetIsDefaultAdmin ¶
func (*Identity) GetRoleAttributes ¶
func (*Identity) GetSdkInfo ¶
func (x *Identity) GetSdkInfo() *Identity_SdkInfo
func (*Identity) GetServiceConfigs ¶ added in v1.1.8
func (x *Identity) GetServiceConfigs() []*Identity_ServiceConfig
func (*Identity) GetServiceHostingCosts ¶
func (*Identity) GetServiceHostingPrecedences ¶
func (*Identity) ProtoMessage ¶
func (*Identity) ProtoMessage()
func (*Identity) ProtoReflect ¶
func (x *Identity) ProtoReflect() protoreflect.Message
type Identity_EnvInfo ¶
type Identity_EnvInfo struct { Arch string `protobuf:"bytes,1,opt,name=Arch,proto3" json:"Arch,omitempty"` Os string `protobuf:"bytes,2,opt,name=Os,proto3" json:"Os,omitempty"` OsRelease string `protobuf:"bytes,3,opt,name=OsRelease,proto3" json:"OsRelease,omitempty"` OsVersion string `protobuf:"bytes,4,opt,name=OsVersion,proto3" json:"OsVersion,omitempty"` Domain string `protobuf:"bytes,5,opt,name=Domain,proto3" json:"Domain,omitempty"` Hostname string `protobuf:"bytes,6,opt,name=Hostname,proto3" json:"Hostname,omitempty"` // contains filtered or unexported fields }
func (*Identity_EnvInfo) Descriptor
deprecated
func (*Identity_EnvInfo) Descriptor() ([]byte, []int)
Deprecated: Use Identity_EnvInfo.ProtoReflect.Descriptor instead.
func (*Identity_EnvInfo) GetArch ¶
func (x *Identity_EnvInfo) GetArch() string
func (*Identity_EnvInfo) GetDomain ¶ added in v0.33.0
func (x *Identity_EnvInfo) GetDomain() string
func (*Identity_EnvInfo) GetHostname ¶ added in v0.33.0
func (x *Identity_EnvInfo) GetHostname() string
func (*Identity_EnvInfo) GetOs ¶
func (x *Identity_EnvInfo) GetOs() string
func (*Identity_EnvInfo) GetOsRelease ¶
func (x *Identity_EnvInfo) GetOsRelease() string
func (*Identity_EnvInfo) GetOsVersion ¶
func (x *Identity_EnvInfo) GetOsVersion() string
func (*Identity_EnvInfo) ProtoMessage ¶
func (*Identity_EnvInfo) ProtoMessage()
func (*Identity_EnvInfo) ProtoReflect ¶
func (x *Identity_EnvInfo) ProtoReflect() protoreflect.Message
func (*Identity_EnvInfo) Reset ¶
func (x *Identity_EnvInfo) Reset()
func (*Identity_EnvInfo) String ¶
func (x *Identity_EnvInfo) String() string
type Identity_SdkInfo ¶
type Identity_SdkInfo struct { AppId string `protobuf:"bytes,1,opt,name=AppId,proto3" json:"AppId,omitempty"` AppVersion string `protobuf:"bytes,2,opt,name=AppVersion,proto3" json:"AppVersion,omitempty"` Branch string `protobuf:"bytes,3,opt,name=Branch,proto3" json:"Branch,omitempty"` Revision string `protobuf:"bytes,4,opt,name=Revision,proto3" json:"Revision,omitempty"` Type string `protobuf:"bytes,5,opt,name=Type,proto3" json:"Type,omitempty"` Version string `protobuf:"bytes,6,opt,name=Version,proto3" json:"Version,omitempty"` // contains filtered or unexported fields }
func (*Identity_SdkInfo) Descriptor
deprecated
func (*Identity_SdkInfo) Descriptor() ([]byte, []int)
Deprecated: Use Identity_SdkInfo.ProtoReflect.Descriptor instead.
func (*Identity_SdkInfo) GetAppId ¶
func (x *Identity_SdkInfo) GetAppId() string
func (*Identity_SdkInfo) GetAppVersion ¶
func (x *Identity_SdkInfo) GetAppVersion() string
func (*Identity_SdkInfo) GetBranch ¶
func (x *Identity_SdkInfo) GetBranch() string
func (*Identity_SdkInfo) GetRevision ¶
func (x *Identity_SdkInfo) GetRevision() string
func (*Identity_SdkInfo) GetType ¶
func (x *Identity_SdkInfo) GetType() string
func (*Identity_SdkInfo) GetVersion ¶
func (x *Identity_SdkInfo) GetVersion() string
func (*Identity_SdkInfo) ProtoMessage ¶
func (*Identity_SdkInfo) ProtoMessage()
func (*Identity_SdkInfo) ProtoReflect ¶
func (x *Identity_SdkInfo) ProtoReflect() protoreflect.Message
func (*Identity_SdkInfo) Reset ¶
func (x *Identity_SdkInfo) Reset()
func (*Identity_SdkInfo) String ¶
func (x *Identity_SdkInfo) String() string
type Identity_ServiceConfig ¶ added in v1.1.8
type Identity_ServiceConfig struct { ServiceId string `protobuf:"bytes,1,opt,name=serviceId,proto3" json:"serviceId,omitempty"` ConfigTypeId string `protobuf:"bytes,2,opt,name=configTypeId,proto3" json:"configTypeId,omitempty"` ConfigId string `protobuf:"bytes,3,opt,name=configId,proto3" json:"configId,omitempty"` // contains filtered or unexported fields }
func (*Identity_ServiceConfig) Descriptor
deprecated
added in
v1.1.8
func (*Identity_ServiceConfig) Descriptor() ([]byte, []int)
Deprecated: Use Identity_ServiceConfig.ProtoReflect.Descriptor instead.
func (*Identity_ServiceConfig) GetConfigId ¶ added in v1.1.8
func (x *Identity_ServiceConfig) GetConfigId() string
func (*Identity_ServiceConfig) GetConfigTypeId ¶ added in v1.1.8
func (x *Identity_ServiceConfig) GetConfigTypeId() string
func (*Identity_ServiceConfig) GetServiceId ¶ added in v1.1.8
func (x *Identity_ServiceConfig) GetServiceId() string
func (*Identity_ServiceConfig) ProtoMessage ¶ added in v1.1.8
func (*Identity_ServiceConfig) ProtoMessage()
func (*Identity_ServiceConfig) ProtoReflect ¶ added in v1.1.8
func (x *Identity_ServiceConfig) ProtoReflect() protoreflect.Message
func (*Identity_ServiceConfig) Reset ¶ added in v1.1.8
func (x *Identity_ServiceConfig) Reset()
func (*Identity_ServiceConfig) String ¶ added in v1.1.8
func (x *Identity_ServiceConfig) String() string
type JsonList ¶
type JsonList struct { Value []*JsonValue `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*JsonList) Descriptor
deprecated
func (*JsonList) ProtoMessage ¶
func (*JsonList) ProtoMessage()
func (*JsonList) ProtoReflect ¶
func (x *JsonList) ProtoReflect() protoreflect.Message
type JsonMap ¶
type JsonMap struct { Value map[string]*JsonValue `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*JsonMap) Descriptor
deprecated
func (*JsonMap) ProtoMessage ¶
func (*JsonMap) ProtoMessage()
func (*JsonMap) ProtoReflect ¶
func (x *JsonMap) ProtoReflect() protoreflect.Message
type JsonValue ¶
type JsonValue struct { // Types that are assignable to Value: // // *JsonValue_BoolValue // *JsonValue_StringValue // *JsonValue_FpValue // *JsonValue_Int64Value // *JsonValue_NilValue // *JsonValue_MapValue // *JsonValue_ListValue Value isJsonValue_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*JsonValue) Descriptor
deprecated
func (*JsonValue) GetBoolValue ¶
func (*JsonValue) GetFpValue ¶
func (*JsonValue) GetInt64Value ¶
func (*JsonValue) GetListValue ¶
func (*JsonValue) GetMapValue ¶
func (*JsonValue) GetNilValue ¶
func (*JsonValue) GetStringValue ¶
func (*JsonValue) ProtoMessage ¶
func (*JsonValue) ProtoMessage()
func (*JsonValue) ProtoReflect ¶
func (x *JsonValue) ProtoReflect() protoreflect.Message
type JsonValue_BoolValue ¶
type JsonValue_BoolValue struct {
BoolValue bool `protobuf:"varint,1,opt,name=boolValue,proto3,oneof"`
}
type JsonValue_FpValue ¶
type JsonValue_FpValue struct {
FpValue float64 `protobuf:"fixed64,3,opt,name=fpValue,proto3,oneof"`
}
type JsonValue_Int64Value ¶
type JsonValue_Int64Value struct {
Int64Value int64 `protobuf:"varint,4,opt,name=int64Value,proto3,oneof"`
}
type JsonValue_ListValue ¶
type JsonValue_ListValue struct {
ListValue *JsonList `protobuf:"bytes,7,opt,name=listValue,proto3,oneof"`
}
type JsonValue_MapValue ¶
type JsonValue_MapValue struct {
MapValue *JsonMap `protobuf:"bytes,6,opt,name=mapValue,proto3,oneof"`
}
type JsonValue_NilValue ¶
type JsonValue_NilValue struct {
NilValue bool `protobuf:"varint,5,opt,name=nilValue,proto3,oneof"`
}
type JsonValue_StringValue ¶
type JsonValue_StringValue struct {
StringValue string `protobuf:"bytes,2,opt,name=stringValue,proto3,oneof"`
}
type Mfa ¶
type Mfa struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ IsVerified bool `protobuf:"varint,3,opt,name=isVerified,proto3" json:"isVerified,omitempty"` IdentityId string `protobuf:"bytes,4,opt,name=identityId,proto3" json:"identityId,omitempty"` Secret string `protobuf:"bytes,5,opt,name=secret,proto3" json:"secret,omitempty"` RecoveryCodes []string `protobuf:"bytes,6,rep,name=recoveryCodes,proto3" json:"recoveryCodes,omitempty"` // contains filtered or unexported fields }
MFA
func (*Mfa) Descriptor
deprecated
func (*Mfa) GetIdentityId ¶
func (*Mfa) GetIsVerified ¶
func (*Mfa) GetRecoveryCodes ¶
func (*Mfa) ProtoMessage ¶
func (*Mfa) ProtoMessage()
func (*Mfa) ProtoReflect ¶
func (x *Mfa) ProtoReflect() protoreflect.Message
type PostureCheck ¶
type PostureCheck struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ TypeId string `protobuf:"bytes,4,opt,name=typeId,proto3" json:"typeId,omitempty"` Version int64 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"` RoleAttributes []string `protobuf:"bytes,6,rep,name=roleAttributes,proto3" json:"roleAttributes,omitempty"` // Types that are assignable to Subtype: // // *PostureCheck_Mac_ // *PostureCheck_Mfa_ // *PostureCheck_OsList_ // *PostureCheck_Process_ // *PostureCheck_ProcessMulti_ // *PostureCheck_Domains_ Subtype isPostureCheck_Subtype `protobuf_oneof:"subtype"` // contains filtered or unexported fields }
func (*PostureCheck) Descriptor
deprecated
func (*PostureCheck) Descriptor() ([]byte, []int)
Deprecated: Use PostureCheck.ProtoReflect.Descriptor instead.
func (*PostureCheck) GetDomains ¶
func (x *PostureCheck) GetDomains() *PostureCheck_Domains
func (*PostureCheck) GetId ¶
func (x *PostureCheck) GetId() string
func (*PostureCheck) GetMac ¶
func (x *PostureCheck) GetMac() *PostureCheck_Mac
func (*PostureCheck) GetMfa ¶
func (x *PostureCheck) GetMfa() *PostureCheck_Mfa
func (*PostureCheck) GetName ¶
func (x *PostureCheck) GetName() string
func (*PostureCheck) GetOsList ¶
func (x *PostureCheck) GetOsList() *PostureCheck_OsList
func (*PostureCheck) GetProcess ¶
func (x *PostureCheck) GetProcess() *PostureCheck_Process
func (*PostureCheck) GetProcessMulti ¶
func (x *PostureCheck) GetProcessMulti() *PostureCheck_ProcessMulti
func (*PostureCheck) GetRoleAttributes ¶
func (x *PostureCheck) GetRoleAttributes() []string
func (*PostureCheck) GetSubtype ¶
func (m *PostureCheck) GetSubtype() isPostureCheck_Subtype
func (*PostureCheck) GetTags ¶
func (x *PostureCheck) GetTags() map[string]*TagValue
func (*PostureCheck) GetTypeId ¶
func (x *PostureCheck) GetTypeId() string
func (*PostureCheck) GetVersion ¶
func (x *PostureCheck) GetVersion() int64
func (*PostureCheck) ProtoMessage ¶
func (*PostureCheck) ProtoMessage()
func (*PostureCheck) ProtoReflect ¶
func (x *PostureCheck) ProtoReflect() protoreflect.Message
func (*PostureCheck) Reset ¶
func (x *PostureCheck) Reset()
func (*PostureCheck) String ¶
func (x *PostureCheck) String() string
type PostureCheck_Domains ¶
type PostureCheck_Domains struct { Domains []string `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains,omitempty"` // contains filtered or unexported fields }
func (*PostureCheck_Domains) Descriptor
deprecated
func (*PostureCheck_Domains) Descriptor() ([]byte, []int)
Deprecated: Use PostureCheck_Domains.ProtoReflect.Descriptor instead.
func (*PostureCheck_Domains) GetDomains ¶
func (x *PostureCheck_Domains) GetDomains() []string
func (*PostureCheck_Domains) ProtoMessage ¶
func (*PostureCheck_Domains) ProtoMessage()
func (*PostureCheck_Domains) ProtoReflect ¶
func (x *PostureCheck_Domains) ProtoReflect() protoreflect.Message
func (*PostureCheck_Domains) Reset ¶
func (x *PostureCheck_Domains) Reset()
func (*PostureCheck_Domains) String ¶
func (x *PostureCheck_Domains) String() string
type PostureCheck_Domains_ ¶
type PostureCheck_Domains_ struct {
Domains *PostureCheck_Domains `protobuf:"bytes,12,opt,name=domains,proto3,oneof"`
}
type PostureCheck_Mac ¶
type PostureCheck_Mac struct { MacAddresses []string `protobuf:"bytes,1,rep,name=macAddresses,proto3" json:"macAddresses,omitempty"` // contains filtered or unexported fields }
func (*PostureCheck_Mac) Descriptor
deprecated
func (*PostureCheck_Mac) Descriptor() ([]byte, []int)
Deprecated: Use PostureCheck_Mac.ProtoReflect.Descriptor instead.
func (*PostureCheck_Mac) GetMacAddresses ¶
func (x *PostureCheck_Mac) GetMacAddresses() []string
func (*PostureCheck_Mac) ProtoMessage ¶
func (*PostureCheck_Mac) ProtoMessage()
func (*PostureCheck_Mac) ProtoReflect ¶
func (x *PostureCheck_Mac) ProtoReflect() protoreflect.Message
func (*PostureCheck_Mac) Reset ¶
func (x *PostureCheck_Mac) Reset()
func (*PostureCheck_Mac) String ¶
func (x *PostureCheck_Mac) String() string
type PostureCheck_Mac_ ¶
type PostureCheck_Mac_ struct {
Mac *PostureCheck_Mac `protobuf:"bytes,7,opt,name=mac,proto3,oneof"`
}
type PostureCheck_Mfa ¶
type PostureCheck_Mfa struct { TimeoutSeconds int64 `protobuf:"varint,1,opt,name=TimeoutSeconds,proto3" json:"TimeoutSeconds,omitempty"` PromptOnWake bool `protobuf:"varint,2,opt,name=PromptOnWake,proto3" json:"PromptOnWake,omitempty"` PromptOnUnlock bool `protobuf:"varint,3,opt,name=PromptOnUnlock,proto3" json:"PromptOnUnlock,omitempty"` IgnoreLegacyEndpoints bool `protobuf:"varint,4,opt,name=IgnoreLegacyEndpoints,proto3" json:"IgnoreLegacyEndpoints,omitempty"` // contains filtered or unexported fields }
func (*PostureCheck_Mfa) Descriptor
deprecated
func (*PostureCheck_Mfa) Descriptor() ([]byte, []int)
Deprecated: Use PostureCheck_Mfa.ProtoReflect.Descriptor instead.
func (*PostureCheck_Mfa) GetIgnoreLegacyEndpoints ¶
func (x *PostureCheck_Mfa) GetIgnoreLegacyEndpoints() bool
func (*PostureCheck_Mfa) GetPromptOnUnlock ¶
func (x *PostureCheck_Mfa) GetPromptOnUnlock() bool
func (*PostureCheck_Mfa) GetPromptOnWake ¶
func (x *PostureCheck_Mfa) GetPromptOnWake() bool
func (*PostureCheck_Mfa) GetTimeoutSeconds ¶
func (x *PostureCheck_Mfa) GetTimeoutSeconds() int64
func (*PostureCheck_Mfa) ProtoMessage ¶
func (*PostureCheck_Mfa) ProtoMessage()
func (*PostureCheck_Mfa) ProtoReflect ¶
func (x *PostureCheck_Mfa) ProtoReflect() protoreflect.Message
func (*PostureCheck_Mfa) Reset ¶
func (x *PostureCheck_Mfa) Reset()
func (*PostureCheck_Mfa) String ¶
func (x *PostureCheck_Mfa) String() string
type PostureCheck_Mfa_ ¶
type PostureCheck_Mfa_ struct {
Mfa *PostureCheck_Mfa `protobuf:"bytes,8,opt,name=mfa,proto3,oneof"`
}
type PostureCheck_Os ¶
type PostureCheck_Os struct { OsType string `protobuf:"bytes,1,opt,name=OsType,proto3" json:"OsType,omitempty"` OsVersions []string `protobuf:"bytes,2,rep,name=OsVersions,proto3" json:"OsVersions,omitempty"` // contains filtered or unexported fields }
func (*PostureCheck_Os) Descriptor
deprecated
func (*PostureCheck_Os) Descriptor() ([]byte, []int)
Deprecated: Use PostureCheck_Os.ProtoReflect.Descriptor instead.
func (*PostureCheck_Os) GetOsType ¶
func (x *PostureCheck_Os) GetOsType() string
func (*PostureCheck_Os) GetOsVersions ¶
func (x *PostureCheck_Os) GetOsVersions() []string
func (*PostureCheck_Os) ProtoMessage ¶
func (*PostureCheck_Os) ProtoMessage()
func (*PostureCheck_Os) ProtoReflect ¶
func (x *PostureCheck_Os) ProtoReflect() protoreflect.Message
func (*PostureCheck_Os) Reset ¶
func (x *PostureCheck_Os) Reset()
func (*PostureCheck_Os) String ¶
func (x *PostureCheck_Os) String() string
type PostureCheck_OsList ¶
type PostureCheck_OsList struct { OsList []*PostureCheck_Os `protobuf:"bytes,1,rep,name=osList,proto3" json:"osList,omitempty"` // contains filtered or unexported fields }
func (*PostureCheck_OsList) Descriptor
deprecated
func (*PostureCheck_OsList) Descriptor() ([]byte, []int)
Deprecated: Use PostureCheck_OsList.ProtoReflect.Descriptor instead.
func (*PostureCheck_OsList) GetOsList ¶
func (x *PostureCheck_OsList) GetOsList() []*PostureCheck_Os
func (*PostureCheck_OsList) ProtoMessage ¶
func (*PostureCheck_OsList) ProtoMessage()
func (*PostureCheck_OsList) ProtoReflect ¶
func (x *PostureCheck_OsList) ProtoReflect() protoreflect.Message
func (*PostureCheck_OsList) Reset ¶
func (x *PostureCheck_OsList) Reset()
func (*PostureCheck_OsList) String ¶
func (x *PostureCheck_OsList) String() string
type PostureCheck_OsList_ ¶
type PostureCheck_OsList_ struct {
OsList *PostureCheck_OsList `protobuf:"bytes,9,opt,name=osList,proto3,oneof"`
}
type PostureCheck_Process ¶
type PostureCheck_Process struct { OsType string `protobuf:"bytes,1,opt,name=OsType,proto3" json:"OsType,omitempty"` Path string `protobuf:"bytes,2,opt,name=Path,proto3" json:"Path,omitempty"` Hashes []string `protobuf:"bytes,3,rep,name=Hashes,proto3" json:"Hashes,omitempty"` Fingerprints []string `protobuf:"bytes,4,rep,name=Fingerprints,proto3" json:"Fingerprints,omitempty"` // contains filtered or unexported fields }
func (*PostureCheck_Process) Descriptor
deprecated
func (*PostureCheck_Process) Descriptor() ([]byte, []int)
Deprecated: Use PostureCheck_Process.ProtoReflect.Descriptor instead.
func (*PostureCheck_Process) GetFingerprints ¶
func (x *PostureCheck_Process) GetFingerprints() []string
func (*PostureCheck_Process) GetHashes ¶
func (x *PostureCheck_Process) GetHashes() []string
func (*PostureCheck_Process) GetOsType ¶
func (x *PostureCheck_Process) GetOsType() string
func (*PostureCheck_Process) GetPath ¶
func (x *PostureCheck_Process) GetPath() string
func (*PostureCheck_Process) ProtoMessage ¶
func (*PostureCheck_Process) ProtoMessage()
func (*PostureCheck_Process) ProtoReflect ¶
func (x *PostureCheck_Process) ProtoReflect() protoreflect.Message
func (*PostureCheck_Process) Reset ¶
func (x *PostureCheck_Process) Reset()
func (*PostureCheck_Process) String ¶
func (x *PostureCheck_Process) String() string
type PostureCheck_ProcessMulti ¶
type PostureCheck_ProcessMulti struct { Semantic string `protobuf:"bytes,1,opt,name=semantic,proto3" json:"semantic,omitempty"` Processes []*PostureCheck_Process `protobuf:"bytes,2,rep,name=processes,proto3" json:"processes,omitempty"` // contains filtered or unexported fields }
func (*PostureCheck_ProcessMulti) Descriptor
deprecated
func (*PostureCheck_ProcessMulti) Descriptor() ([]byte, []int)
Deprecated: Use PostureCheck_ProcessMulti.ProtoReflect.Descriptor instead.
func (*PostureCheck_ProcessMulti) GetProcesses ¶
func (x *PostureCheck_ProcessMulti) GetProcesses() []*PostureCheck_Process
func (*PostureCheck_ProcessMulti) GetSemantic ¶
func (x *PostureCheck_ProcessMulti) GetSemantic() string
func (*PostureCheck_ProcessMulti) ProtoMessage ¶
func (*PostureCheck_ProcessMulti) ProtoMessage()
func (*PostureCheck_ProcessMulti) ProtoReflect ¶
func (x *PostureCheck_ProcessMulti) ProtoReflect() protoreflect.Message
func (*PostureCheck_ProcessMulti) Reset ¶
func (x *PostureCheck_ProcessMulti) Reset()
func (*PostureCheck_ProcessMulti) String ¶
func (x *PostureCheck_ProcessMulti) String() string
type PostureCheck_ProcessMulti_ ¶
type PostureCheck_ProcessMulti_ struct {
ProcessMulti *PostureCheck_ProcessMulti `protobuf:"bytes,11,opt,name=processMulti,proto3,oneof"`
}
type PostureCheck_Process_ ¶
type PostureCheck_Process_ struct {
Process *PostureCheck_Process `protobuf:"bytes,10,opt,name=process,proto3,oneof"`
}
type ReEnrollEdgeRouterCmd ¶ added in v0.32.1
type ReEnrollEdgeRouterCmd struct { EdgeRouterId string `protobuf:"bytes,1,opt,name=edgeRouterId,proto3" json:"edgeRouterId,omitempty"` Ctx *ChangeContext `protobuf:"bytes,2,opt,name=ctx,proto3" json:"ctx,omitempty"` // contains filtered or unexported fields }
func (*ReEnrollEdgeRouterCmd) Descriptor
deprecated
added in
v0.32.1
func (*ReEnrollEdgeRouterCmd) Descriptor() ([]byte, []int)
Deprecated: Use ReEnrollEdgeRouterCmd.ProtoReflect.Descriptor instead.
func (*ReEnrollEdgeRouterCmd) GetCommandType ¶ added in v0.32.1
func (x *ReEnrollEdgeRouterCmd) GetCommandType() int32
func (*ReEnrollEdgeRouterCmd) GetCtx ¶ added in v0.32.1
func (x *ReEnrollEdgeRouterCmd) GetCtx() *ChangeContext
func (*ReEnrollEdgeRouterCmd) GetEdgeRouterId ¶ added in v0.32.1
func (x *ReEnrollEdgeRouterCmd) GetEdgeRouterId() string
func (*ReEnrollEdgeRouterCmd) ProtoMessage ¶ added in v0.32.1
func (*ReEnrollEdgeRouterCmd) ProtoMessage()
func (*ReEnrollEdgeRouterCmd) ProtoReflect ¶ added in v0.32.1
func (x *ReEnrollEdgeRouterCmd) ProtoReflect() protoreflect.Message
func (*ReEnrollEdgeRouterCmd) Reset ¶ added in v0.32.1
func (x *ReEnrollEdgeRouterCmd) Reset()
func (*ReEnrollEdgeRouterCmd) String ¶ added in v0.32.1
func (x *ReEnrollEdgeRouterCmd) String() string
type ReplaceEnrollmentWithAuthenticatorCmd ¶
type ReplaceEnrollmentWithAuthenticatorCmd struct { EnrollmentId string `protobuf:"bytes,1,opt,name=enrollmentId,proto3" json:"enrollmentId,omitempty"` Authenticator *Authenticator `protobuf:"bytes,2,opt,name=authenticator,proto3" json:"authenticator,omitempty"` Ctx *ChangeContext `protobuf:"bytes,3,opt,name=ctx,proto3" json:"ctx,omitempty"` // contains filtered or unexported fields }
func (*ReplaceEnrollmentWithAuthenticatorCmd) Descriptor
deprecated
func (*ReplaceEnrollmentWithAuthenticatorCmd) Descriptor() ([]byte, []int)
Deprecated: Use ReplaceEnrollmentWithAuthenticatorCmd.ProtoReflect.Descriptor instead.
func (*ReplaceEnrollmentWithAuthenticatorCmd) GetAuthenticator ¶
func (x *ReplaceEnrollmentWithAuthenticatorCmd) GetAuthenticator() *Authenticator
func (*ReplaceEnrollmentWithAuthenticatorCmd) GetCommandType ¶
func (x *ReplaceEnrollmentWithAuthenticatorCmd) GetCommandType() int32
func (*ReplaceEnrollmentWithAuthenticatorCmd) GetCtx ¶
func (x *ReplaceEnrollmentWithAuthenticatorCmd) GetCtx() *ChangeContext
func (*ReplaceEnrollmentWithAuthenticatorCmd) GetEnrollmentId ¶
func (x *ReplaceEnrollmentWithAuthenticatorCmd) GetEnrollmentId() string
func (*ReplaceEnrollmentWithAuthenticatorCmd) ProtoMessage ¶
func (*ReplaceEnrollmentWithAuthenticatorCmd) ProtoMessage()
func (*ReplaceEnrollmentWithAuthenticatorCmd) ProtoReflect ¶
func (x *ReplaceEnrollmentWithAuthenticatorCmd) ProtoReflect() protoreflect.Message
func (*ReplaceEnrollmentWithAuthenticatorCmd) Reset ¶
func (x *ReplaceEnrollmentWithAuthenticatorCmd) Reset()
func (*ReplaceEnrollmentWithAuthenticatorCmd) String ¶
func (x *ReplaceEnrollmentWithAuthenticatorCmd) String() string
type Revocation ¶
type Revocation struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expiresAt,proto3" json:"expiresAt,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Revocation) Descriptor
deprecated
func (*Revocation) Descriptor() ([]byte, []int)
Deprecated: Use Revocation.ProtoReflect.Descriptor instead.
func (*Revocation) GetExpiresAt ¶
func (x *Revocation) GetExpiresAt() *timestamppb.Timestamp
func (*Revocation) GetId ¶
func (x *Revocation) GetId() string
func (*Revocation) GetTags ¶
func (x *Revocation) GetTags() map[string]*TagValue
func (*Revocation) ProtoMessage ¶
func (*Revocation) ProtoMessage()
func (*Revocation) ProtoReflect ¶
func (x *Revocation) ProtoReflect() protoreflect.Message
func (*Revocation) Reset ¶
func (x *Revocation) Reset()
func (*Revocation) String ¶
func (x *Revocation) String() string
type Service ¶
type Service struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ TerminatorStrategy string `protobuf:"bytes,4,opt,name=terminatorStrategy,proto3" json:"terminatorStrategy,omitempty"` RoleAttributes []string `protobuf:"bytes,5,rep,name=roleAttributes,proto3" json:"roleAttributes,omitempty"` Configs []string `protobuf:"bytes,6,rep,name=configs,proto3" json:"configs,omitempty"` EncryptionRequired bool `protobuf:"varint,7,opt,name=encryptionRequired,proto3" json:"encryptionRequired,omitempty"` MaxIdleTime int64 `protobuf:"varint,8,opt,name=maxIdleTime,proto3" json:"maxIdleTime,omitempty"` // contains filtered or unexported fields }
Services
func (*Service) Descriptor
deprecated
func (*Service) GetConfigs ¶
func (*Service) GetEncryptionRequired ¶
func (*Service) GetMaxIdleTime ¶ added in v0.31.3
func (*Service) GetRoleAttributes ¶
func (*Service) GetTerminatorStrategy ¶
func (*Service) ProtoMessage ¶
func (*Service) ProtoMessage()
func (*Service) ProtoReflect ¶
func (x *Service) ProtoReflect() protoreflect.Message
type ServiceEdgeRouterPolicy ¶
type ServiceEdgeRouterPolicy struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ Semantic string `protobuf:"bytes,4,opt,name=semantic,proto3" json:"semantic,omitempty"` EdgeRouterRoles []string `protobuf:"bytes,5,rep,name=edgeRouterRoles,proto3" json:"edgeRouterRoles,omitempty"` ServiceRoles []string `protobuf:"bytes,6,rep,name=serviceRoles,proto3" json:"serviceRoles,omitempty"` // contains filtered or unexported fields }
Service Edge Router Policies
func (*ServiceEdgeRouterPolicy) Descriptor
deprecated
func (*ServiceEdgeRouterPolicy) Descriptor() ([]byte, []int)
Deprecated: Use ServiceEdgeRouterPolicy.ProtoReflect.Descriptor instead.
func (*ServiceEdgeRouterPolicy) GetEdgeRouterRoles ¶
func (x *ServiceEdgeRouterPolicy) GetEdgeRouterRoles() []string
func (*ServiceEdgeRouterPolicy) GetId ¶
func (x *ServiceEdgeRouterPolicy) GetId() string
func (*ServiceEdgeRouterPolicy) GetName ¶
func (x *ServiceEdgeRouterPolicy) GetName() string
func (*ServiceEdgeRouterPolicy) GetSemantic ¶
func (x *ServiceEdgeRouterPolicy) GetSemantic() string
func (*ServiceEdgeRouterPolicy) GetServiceRoles ¶
func (x *ServiceEdgeRouterPolicy) GetServiceRoles() []string
func (*ServiceEdgeRouterPolicy) GetTags ¶
func (x *ServiceEdgeRouterPolicy) GetTags() map[string]*TagValue
func (*ServiceEdgeRouterPolicy) ProtoMessage ¶
func (*ServiceEdgeRouterPolicy) ProtoMessage()
func (*ServiceEdgeRouterPolicy) ProtoReflect ¶
func (x *ServiceEdgeRouterPolicy) ProtoReflect() protoreflect.Message
func (*ServiceEdgeRouterPolicy) Reset ¶
func (x *ServiceEdgeRouterPolicy) Reset()
func (*ServiceEdgeRouterPolicy) String ¶
func (x *ServiceEdgeRouterPolicy) String() string
type ServicePolicy ¶
type ServicePolicy struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ Semantic string `protobuf:"bytes,4,opt,name=semantic,proto3" json:"semantic,omitempty"` IdentityRoles []string `protobuf:"bytes,5,rep,name=identityRoles,proto3" json:"identityRoles,omitempty"` ServiceRoles []string `protobuf:"bytes,6,rep,name=serviceRoles,proto3" json:"serviceRoles,omitempty"` PostureCheckRoles []string `protobuf:"bytes,7,rep,name=postureCheckRoles,proto3" json:"postureCheckRoles,omitempty"` PolicyType string `protobuf:"bytes,8,opt,name=policyType,proto3" json:"policyType,omitempty"` // contains filtered or unexported fields }
Service Policies
func (*ServicePolicy) Descriptor
deprecated
func (*ServicePolicy) Descriptor() ([]byte, []int)
Deprecated: Use ServicePolicy.ProtoReflect.Descriptor instead.
func (*ServicePolicy) GetId ¶
func (x *ServicePolicy) GetId() string
func (*ServicePolicy) GetIdentityRoles ¶
func (x *ServicePolicy) GetIdentityRoles() []string
func (*ServicePolicy) GetName ¶
func (x *ServicePolicy) GetName() string
func (*ServicePolicy) GetPolicyType ¶
func (x *ServicePolicy) GetPolicyType() string
func (*ServicePolicy) GetPostureCheckRoles ¶
func (x *ServicePolicy) GetPostureCheckRoles() []string
func (*ServicePolicy) GetSemantic ¶
func (x *ServicePolicy) GetSemantic() string
func (*ServicePolicy) GetServiceRoles ¶
func (x *ServicePolicy) GetServiceRoles() []string
func (*ServicePolicy) GetTags ¶
func (x *ServicePolicy) GetTags() map[string]*TagValue
func (*ServicePolicy) ProtoMessage ¶
func (*ServicePolicy) ProtoMessage()
func (*ServicePolicy) ProtoReflect ¶
func (x *ServicePolicy) ProtoReflect() protoreflect.Message
func (*ServicePolicy) Reset ¶
func (x *ServicePolicy) Reset()
func (*ServicePolicy) String ¶
func (x *ServicePolicy) String() string
type TagValue ¶
type TagValue struct { // Types that are assignable to Value: // // *TagValue_BoolValue // *TagValue_StringValue // *TagValue_FpValue // *TagValue_NilValue Value isTagValue_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*TagValue) Descriptor
deprecated
func (*TagValue) GetBoolValue ¶
func (*TagValue) GetFpValue ¶
func (*TagValue) GetNilValue ¶
func (*TagValue) GetStringValue ¶
func (*TagValue) ProtoMessage ¶
func (*TagValue) ProtoMessage()
func (*TagValue) ProtoReflect ¶
func (x *TagValue) ProtoReflect() protoreflect.Message
type TagValue_BoolValue ¶
type TagValue_BoolValue struct {
BoolValue bool `protobuf:"varint,1,opt,name=boolValue,proto3,oneof"`
}
type TagValue_FpValue ¶
type TagValue_FpValue struct {
FpValue float64 `protobuf:"fixed64,3,opt,name=fpValue,proto3,oneof"`
}
type TagValue_NilValue ¶
type TagValue_NilValue struct {
NilValue bool `protobuf:"varint,4,opt,name=nilValue,proto3,oneof"`
}
type TagValue_StringValue ¶
type TagValue_StringValue struct {
StringValue string `protobuf:"bytes,2,opt,name=stringValue,proto3,oneof"`
}
type TransitRouter ¶
type TransitRouter struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Tags map[string]*TagValue `` /* 149-byte string literal not displayed */ IsVerified bool `protobuf:"varint,4,opt,name=isVerified,proto3" json:"isVerified,omitempty"` Fingerprint *string `protobuf:"bytes,5,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"` UnverifiedFingerprint *string `protobuf:"bytes,6,opt,name=unverifiedFingerprint,proto3,oneof" json:"unverifiedFingerprint,omitempty"` UnverifiedCertPem *string `protobuf:"bytes,7,opt,name=unverifiedCertPem,proto3,oneof" json:"unverifiedCertPem,omitempty"` Cost uint32 `protobuf:"varint,8,opt,name=cost,proto3" json:"cost,omitempty"` NoTraversal bool `protobuf:"varint,9,opt,name=noTraversal,proto3" json:"noTraversal,omitempty"` Disabled bool `protobuf:"varint,10,opt,name=disabled,proto3" json:"disabled,omitempty"` // contains filtered or unexported fields }
Transit Routers
func (*TransitRouter) Descriptor
deprecated
func (*TransitRouter) Descriptor() ([]byte, []int)
Deprecated: Use TransitRouter.ProtoReflect.Descriptor instead.
func (*TransitRouter) GetCost ¶
func (x *TransitRouter) GetCost() uint32
func (*TransitRouter) GetDisabled ¶
func (x *TransitRouter) GetDisabled() bool
func (*TransitRouter) GetFingerprint ¶
func (x *TransitRouter) GetFingerprint() string
func (*TransitRouter) GetId ¶
func (x *TransitRouter) GetId() string
func (*TransitRouter) GetIsVerified ¶
func (x *TransitRouter) GetIsVerified() bool
func (*TransitRouter) GetName ¶
func (x *TransitRouter) GetName() string
func (*TransitRouter) GetNoTraversal ¶
func (x *TransitRouter) GetNoTraversal() bool
func (*TransitRouter) GetTags ¶
func (x *TransitRouter) GetTags() map[string]*TagValue
func (*TransitRouter) GetUnverifiedCertPem ¶
func (x *TransitRouter) GetUnverifiedCertPem() string
func (*TransitRouter) GetUnverifiedFingerprint ¶
func (x *TransitRouter) GetUnverifiedFingerprint() string
func (*TransitRouter) ProtoMessage ¶
func (*TransitRouter) ProtoMessage()
func (*TransitRouter) ProtoReflect ¶
func (x *TransitRouter) ProtoReflect() protoreflect.Message
func (*TransitRouter) Reset ¶
func (x *TransitRouter) Reset()
func (*TransitRouter) String ¶
func (x *TransitRouter) String() string
type UpdateServiceConfigsCmd ¶
type UpdateServiceConfigsCmd struct { IdentityId string `protobuf:"bytes,1,opt,name=identityId,proto3" json:"identityId,omitempty"` Add bool `protobuf:"varint,2,opt,name=add,proto3" json:"add,omitempty"` ServiceConfigs []*UpdateServiceConfigsCmd_ServiceConfig `protobuf:"bytes,3,rep,name=serviceConfigs,proto3" json:"serviceConfigs,omitempty"` Ctx *ChangeContext `protobuf:"bytes,4,opt,name=ctx,proto3" json:"ctx,omitempty"` // contains filtered or unexported fields }
func (*UpdateServiceConfigsCmd) Descriptor
deprecated
func (*UpdateServiceConfigsCmd) Descriptor() ([]byte, []int)
Deprecated: Use UpdateServiceConfigsCmd.ProtoReflect.Descriptor instead.
func (*UpdateServiceConfigsCmd) GetAdd ¶
func (x *UpdateServiceConfigsCmd) GetAdd() bool
func (*UpdateServiceConfigsCmd) GetCommandType ¶
func (x *UpdateServiceConfigsCmd) GetCommandType() int32
func (*UpdateServiceConfigsCmd) GetCtx ¶
func (x *UpdateServiceConfigsCmd) GetCtx() *ChangeContext
func (*UpdateServiceConfigsCmd) GetIdentityId ¶
func (x *UpdateServiceConfigsCmd) GetIdentityId() string
func (*UpdateServiceConfigsCmd) GetServiceConfigs ¶
func (x *UpdateServiceConfigsCmd) GetServiceConfigs() []*UpdateServiceConfigsCmd_ServiceConfig
func (*UpdateServiceConfigsCmd) ProtoMessage ¶
func (*UpdateServiceConfigsCmd) ProtoMessage()
func (*UpdateServiceConfigsCmd) ProtoReflect ¶
func (x *UpdateServiceConfigsCmd) ProtoReflect() protoreflect.Message
func (*UpdateServiceConfigsCmd) Reset ¶
func (x *UpdateServiceConfigsCmd) Reset()
func (*UpdateServiceConfigsCmd) String ¶
func (x *UpdateServiceConfigsCmd) String() string
type UpdateServiceConfigsCmd_ServiceConfig ¶
type UpdateServiceConfigsCmd_ServiceConfig struct { ServiceId string `protobuf:"bytes,1,opt,name=serviceId,proto3" json:"serviceId,omitempty"` ConfigId string `protobuf:"bytes,2,opt,name=configId,proto3" json:"configId,omitempty"` // contains filtered or unexported fields }
func (*UpdateServiceConfigsCmd_ServiceConfig) Descriptor
deprecated
func (*UpdateServiceConfigsCmd_ServiceConfig) Descriptor() ([]byte, []int)
Deprecated: Use UpdateServiceConfigsCmd_ServiceConfig.ProtoReflect.Descriptor instead.
func (*UpdateServiceConfigsCmd_ServiceConfig) GetConfigId ¶
func (x *UpdateServiceConfigsCmd_ServiceConfig) GetConfigId() string
func (*UpdateServiceConfigsCmd_ServiceConfig) GetServiceId ¶
func (x *UpdateServiceConfigsCmd_ServiceConfig) GetServiceId() string
func (*UpdateServiceConfigsCmd_ServiceConfig) ProtoMessage ¶
func (*UpdateServiceConfigsCmd_ServiceConfig) ProtoMessage()
func (*UpdateServiceConfigsCmd_ServiceConfig) ProtoReflect ¶
func (x *UpdateServiceConfigsCmd_ServiceConfig) ProtoReflect() protoreflect.Message
func (*UpdateServiceConfigsCmd_ServiceConfig) Reset ¶
func (x *UpdateServiceConfigsCmd_ServiceConfig) Reset()
func (*UpdateServiceConfigsCmd_ServiceConfig) String ¶
func (x *UpdateServiceConfigsCmd_ServiceConfig) String() string