Class InlinePublicKeyVerificationKeySource
Specifies the Inline public key verification source details
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class InlinePublicKeyVerificationKeySource : VerificationKeySourceProperties
CurrentPublicKey
Declaration
[Required(ErrorMessage = "CurrentPublicKey is required.")]
[JsonProperty(PropertyName = "currentPublicKey")]
public string CurrentPublicKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Current version of Base64 encoding of the public key which is in binary GPG exported format. | 
Remarks
Required
PreviousPublicKey
Declaration
[JsonProperty(PropertyName = "previousPublicKey")]
public string PreviousPublicKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Previous version of Base64 encoding of the public key which is in binary GPG exported format. This would be used for key rotation scenarios. |