ConfigAssociationDetails

class oci.fleet_apps_management.models.ConfigAssociationDetails(**kwargs)

Bases: object

Associated Configuration details.

Methods

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

Attributes

display_name Gets the display_name of this ConfigAssociationDetails.
id [Required] Gets the id of this ConfigAssociationDetails.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this ConfigAssociationDetails.
  • display_name (str) – The value to assign to the display_name property of this ConfigAssociationDetails.
display_name

Gets the display_name of this ConfigAssociationDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Example: My new resource

Returns:The display_name of this ConfigAssociationDetails.
Return type:str
id

[Required] Gets the id of this ConfigAssociationDetails. The OCID of the resource.

Returns:The id of this ConfigAssociationDetails.
Return type:str