Configuration

class oci.license_manager.models.Configuration(**kwargs)

Bases: object

Details of the compartment-specific configuration.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this Configuration.
email_ids [Required] Gets the email_ids of this Configuration.
time_created Gets the time_created of this Configuration.
time_updated Gets the time_updated of this Configuration.
__init__(**kwargs)

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this Configuration.
  • email_ids (list[str]) – The value to assign to the email_ids property of this Configuration.
  • time_created (datetime) – The value to assign to the time_created property of this Configuration.
  • time_updated (datetime) – The value to assign to the time_updated property of this Configuration.
compartment_id

[Required] Gets the compartment_id of this Configuration. The compartment OCID to which the configuration is specified.

Returns:The compartment_id of this Configuration.
Return type:str
email_ids

[Required] Gets the email_ids of this Configuration. The list of associated configuration email IDs.

Returns:The email_ids of this Configuration.
Return type:list[str]
time_created

Gets the time_created of this Configuration. The time the configuration was created. An RFC 3339-formatted datetime string.

Returns:The time_created of this Configuration.
Return type:datetime
time_updated

Gets the time_updated of this Configuration. The time the configuration was updated. An RFC 3339-formatted datetime string.

Returns:The time_updated of this Configuration.
Return type:datetime