UpdateManagementAgentInstallKeyDetails

class oci.management_agent.models.UpdateManagementAgentInstallKeyDetails(**kwargs)

Bases: object

Details required to change Management Agent install key.

Methods

__init__(**kwargs) Initializes a new UpdateManagementAgentInstallKeyDetails object with values from keyword arguments.

Attributes

display_name Gets the display_name of this UpdateManagementAgentInstallKeyDetails.
is_key_active Gets the is_key_active of this UpdateManagementAgentInstallKeyDetails.
__init__(**kwargs)

Initializes a new UpdateManagementAgentInstallKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • is_key_active (bool) – The value to assign to the is_key_active property of this UpdateManagementAgentInstallKeyDetails.
  • display_name (str) – The value to assign to the display_name property of this UpdateManagementAgentInstallKeyDetails.
display_name

Gets the display_name of this UpdateManagementAgentInstallKeyDetails. New displayName of Agent install key.

Returns:The display_name of this UpdateManagementAgentInstallKeyDetails.
Return type:str
is_key_active

Gets the is_key_active of this UpdateManagementAgentInstallKeyDetails. if set to true the install key state would be set to Active and if false to Inactive

Returns:The is_key_active of this UpdateManagementAgentInstallKeyDetails.
Return type:bool