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]
-