RemoveEntityAssociationsDetails

class oci.log_analytics.models.RemoveEntityAssociationsDetails(**kwargs)

Bases: object

Information about the associations to be deleted between source entity and other existing destination entities.

Methods

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

Attributes

association_entities [Required] Gets the association_entities of this RemoveEntityAssociationsDetails.
__init__(**kwargs)

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

Parameters:association_entities (list[str]) – The value to assign to the association_entities property of this RemoveEntityAssociationsDetails.
association_entities

[Required] Gets the association_entities of this RemoveEntityAssociationsDetails. Destination entities OCIDs with which associations are to be deleted

Returns:The association_entities of this RemoveEntityAssociationsDetails.
Return type:list[str]