Class KeyEncryptionCredentialDetails
Details for the Credentials that use key encryption.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class KeyEncryptionCredentialDetails : CredentialDetailsProperties
KeyId
Declaration
[Required(ErrorMessage = "KeyId is required.")]
[JsonProperty(PropertyName = "keyId")]
public string KeyId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | OCID for the Vault Key that will be used to encrypt/decrypt the value given. | 
Remarks
Required
KeyVersion
Declaration
[JsonProperty(PropertyName = "keyVersion")]
public string KeyVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Vault Key version. | 
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The value corresponding to the credential. | 
Remarks
Required
VaultId
Declaration
[Required(ErrorMessage = "VaultId is required.")]
[JsonProperty(PropertyName = "vaultId")]
public string VaultId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given. | 
Remarks
Required