Show / Hide Table of Contents

Class UpdateManagementAgentInstallKeyDetails

Details required to change Management Agent install key.

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

Properties

DisplayName

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

New displayName of Agent install key.

IsKeyActive

Declaration
[JsonProperty(PropertyName = "isKeyActive")]
public bool? IsKeyActive { get; set; }
Property Value
Type Description
bool?

if set to true the install key state would be set to Active and if false to Inactive

In this article
Back to top