Show / Hide Table of Contents

Class VaultSecretVerificationKeySource

Specifies the Vault verification source details

Inheritance
object
VerificationKeySource
VaultSecretVerificationKeySource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class VaultSecretVerificationKeySource : VerificationKeySource

Properties

VaultSecretId

Declaration
[Required(ErrorMessage = "VaultSecretId is required.")]
[JsonProperty(PropertyName = "vaultSecretId")]
public string VaultSecretId { get; set; }
Property Value
Type Description
string

The OCID of the Vault Secret containing the verification key versions.

Remarks

Required

In this article
Back to top