Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSIAMCredential ¶ added in v0.3.4
type AWSIAMCredential struct {
IdentityID string
}
type AccessTokenCredential ¶ added in v0.3.4
type AccessTokenCredential struct {
AccessToken string
}
type AzureCredential ¶ added in v0.3.4
type GCPIAMCredential ¶ added in v0.3.4
type GCPIDTokenCredential ¶ added in v0.3.4
type GCPIDTokenCredential struct {
IdentityID string
}
type KubernetesCredential ¶ added in v0.3.4
type OIDCCredential ¶ added in v0.3.4
type Secret ¶
type Secret struct {
ID string `json:"id"`
Workspace string `json:"workspace"`
Environment string `json:"environment"`
Version int `json:"version"`
Type string `json:"type"`
SecretKey string `json:"secretKey"`
SecretValue string `json:"secretValue"`
SecretComment string `json:"secretComment"`
SecretPath string `json:"secretPath,omitempty"`
}
type SecretImport ¶
type TokenType ¶ added in v0.2.0
type TokenType string
const (
BEARER_TOKEN_TYPE TokenType = "Bearer"
)
type UniversalAuthCredential ¶ added in v0.3.4
Click to show internal directories.
Click to hide internal directories.