Class RoverNodeEncryptionKey
The response containing encryption key for a rover node.
Inherited Members
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class RoverNodeEncryptionKeyProperties
EncryptionKey
Declaration
[Required(ErrorMessage = "EncryptionKey is required.")]
[JsonProperty(PropertyName = "encryptionKey")]
public string EncryptionKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The encryption key key for a rover node. | 
Remarks
Required