EntityDetails

class oci.cloud_guard.models.EntityDetails(**kwargs)

Bases: object

Entities Details for a data source

Methods

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

Attributes

display_name Gets the display_name of this EntityDetails.
type Gets the type of this EntityDetails.
value Gets the value of this EntityDetails.
__init__(**kwargs)

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

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

Gets the display_name of this EntityDetails. The display name of entity

Returns:The display_name of this EntityDetails.
Return type:str
type

Gets the type of this EntityDetails. Type of entity

Returns:The type of this EntityDetails.
Return type:str
value

Gets the value of this EntityDetails. The entity value

Returns:The value of this EntityDetails.
Return type:str