Documentation ¶
Overview ¶
authorization.go
cockroachdb.go
Index ¶
- Constants
- Variables
- func New(version string) func() *schema.Provider
- type AWSCLIIntegrationConfiguration
- type AWSDocumentDBIntegrationConfiguration
- type AWSRedshiftIntegrationConfiguration
- type AdaptiveCLISVCToken
- type AuthorizationConfiguration
- type AzureIntegrationConfiguration
- type CockroachDBIntegrationConfiguration
- type GCPIntegrationConfiguration
- type GoogleOAuthIntegrationConfiguration
- type KubernetesIntegrationConfiguration
- type MongoAtlasIntegrationConfiguration
- type MongoIntegrationConfiguration
- type MySQLIntegrationConfiguration
- type OktaOAuthIntegrationConfiguration
- type PostgresIntegrationConfiguration
- type RDPWindowsIntegrationConfiguration
- type SSHIntegrationConfiguration
- type ServiceListIntegrationConfiguration
- type ZeroTierConfiguration
Constants ¶
View Source
const ( SessionTTLOptionNone = "" // hours SessionTTLOption3Hours = "3h" SessionTTLOption6Hours = "6h" // days SessionTTLOption1days = "1d" SessionTTLOption3days = "3d" SessionTTLOption7days = "7d" SessionTTLOption30days = "30d" SessionTTLOption60days = "60d" SessionTTLOption180days = "180d" SessionTTLOption360days = "360d" )
View Source
const ( SessionTypeDefault = "direct" SessionTypeDirect = "direct" SessionTypeScript = "script" SessionTypeClient = "client" )
Variables ¶
Functions ¶
Types ¶
type AWSDocumentDBIntegrationConfiguration ¶ added in v0.0.6
type AWSRedshiftIntegrationConfiguration ¶ added in v0.0.8
type AWSRedshiftIntegrationConfiguration struct { Version string `yaml:"version"` Name string `yaml:"name"` Username string `yaml:"username"` Password string `yaml:"password"` DatabaseName string `yaml:"databaseName"` HostName string `yaml:"hostname"` Port string `yaml:"port"` SSLMode string `yaml:"sslMode"` }
type AdaptiveCLISVCToken ¶
type AuthorizationConfiguration ¶ added in v0.0.3
type CockroachDBIntegrationConfiguration ¶
type CockroachDBIntegrationConfiguration struct { Name string `yaml:"name"` Username string `yaml:"username"` Password string `yaml:"password"` DatabaseName string `yaml:"databaseName"` HostName string `yaml:"hostname"` Port string `yaml:"port"` SSLMode string `yaml:"sslMode"` RootCert string `yaml:"rootCert"` }
type KubernetesIntegrationConfiguration ¶ added in v0.0.3
type MongoAtlasIntegrationConfiguration ¶ added in v0.0.8
type MySQLIntegrationConfiguration ¶
type MySQLIntegrationConfiguration struct { Version string `yaml:"version"` Name string `yaml:"name"` Username string `yaml:"username"` Password string `yaml:"password"` DatabaseName string `yaml:"databaseName"` HostName string `yaml:"hostname"` Port string `yaml:"port"` SSLMode string `yaml:"sslMode"` }
type RDPWindowsIntegrationConfiguration ¶ added in v0.0.15
Source Files ¶
Click to show internal directories.
Click to hide internal directories.