Uses of Class
com.oracle.bmc.devops.model.VerificationKeySource
-
Packages that use VerificationKeySource Package Description com.oracle.bmc.devops.model -
-
Uses of VerificationKeySource in com.oracle.bmc.devops.model
Subclasses of VerificationKeySource in com.oracle.bmc.devops.model Modifier and Type Class Description class
InlinePublicKeyVerificationKeySource
Specifies the Inline public key verification source details
Note: Objects should always be created or deserialized using theInlinePublicKeyVerificationKeySource.Builder
.class
NoneVerificationKeySource
Allows user to opt out of Verification key source
Note: Objects should always be created or deserialized using theNoneVerificationKeySource.Builder
.class
VaultSecretVerificationKeySource
Specifies the Vault verification source details
Note: Objects should always be created or deserialized using theVaultSecretVerificationKeySource.Builder
.Methods in com.oracle.bmc.devops.model that return VerificationKeySource Modifier and Type Method Description VerificationKeySource
HelmRepositoryDeployArtifactSource. getHelmVerificationKeySource()
Methods in com.oracle.bmc.devops.model with parameters of type VerificationKeySource Modifier and Type Method Description HelmRepositoryDeployArtifactSource.Builder
HelmRepositoryDeployArtifactSource.Builder. helmVerificationKeySource(VerificationKeySource helmVerificationKeySource)
Constructors in com.oracle.bmc.devops.model with parameters of type VerificationKeySource Constructor Description HelmRepositoryDeployArtifactSource(String chartUrl, String deployArtifactVersion, VerificationKeySource helmVerificationKeySource)
Deprecated.
-