Show / Hide Table of Contents

Class SourceRegionInformation

Details for the source that the source secret has.

Inheritance
object
SourceRegionInformation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VaultService.Models
Assembly: OCI.DotNetSDK.Vault.dll
Syntax
public class SourceRegionInformation

Properties

SourceKeyId

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

The OCID of the source region KMS key.

Remarks

Required

SourceRegion

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

The name of the source's region.

Remarks

Required

SourceVaultId

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

The OCID of the source region's Vault.

Remarks

Required

In this article
Back to top