Show / Hide Table of Contents

Class RoverNodeActionSetKeyDetails

The information required to update a rover node's set key details.

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

Properties

PublicKey

Declaration
[JsonProperty(PropertyName = "publicKey")]
public string PublicKey { get; set; }
Property Value
Type Description
string

The public key of the resource principal

In this article
Back to top