Class SourceRegionInformation
Details for the source that the source secret has.
Inherited Members
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