enum

CRE::Domain::CredentialKind

Inherits Enum < Comparable < Value < Object

Constants

AwsSecretsmgr = 0
VaultDynamic = 1
GithubPat = 2
EnvFile = 3

Instance methods

aws_secretsmgr?

Returns true if this enum value equals AwsSecretsmgr

Source
env_file?

Returns true if this enum value equals EnvFile

Source
github_pat?

Returns true if this enum value equals GithubPat

Source
vault_dynamic?

Returns true if this enum value equals VaultDynamic

Source