CreateDashboardGroupDetails

class oci.dashboard_service.models.CreateDashboardGroupDetails(**kwargs)

Bases: object

The data to create a new dashboard group.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CreateDashboardGroupDetails.
defined_tags Gets the defined_tags of this CreateDashboardGroupDetails.
description Gets the description of this CreateDashboardGroupDetails.
display_name Gets the display_name of this CreateDashboardGroupDetails.
freeform_tags Gets the freeform_tags of this CreateDashboardGroupDetails.
__init__(**kwargs)

Initializes a new CreateDashboardGroupDetails 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 CreateDashboardGroupDetails.
  • description (str) – The value to assign to the description property of this CreateDashboardGroupDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateDashboardGroupDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDashboardGroupDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDashboardGroupDetails.
compartment_id

[Required] Gets the compartment_id of this CreateDashboardGroupDetails. The OCID of the compartment containing the dashboard group.

Returns:The compartment_id of this CreateDashboardGroupDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateDashboardGroupDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this CreateDashboardGroupDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this CreateDashboardGroupDetails. A short description of the dashboard group. It can be changed. Avoid entering confidential information. The following special characters are not allowed: <>()=/’”&

Returns:The description of this CreateDashboardGroupDetails.
Return type:str
display_name

Gets the display_name of this CreateDashboardGroupDetails. A user-friendly name for the dashboard. Does not have to be unique, and it can be changed. Avoid entering confidential information. Leading and trailing spaces and the following special characters are not allowed: <>()=/’”&

Returns:The display_name of this CreateDashboardGroupDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateDashboardGroupDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this CreateDashboardGroupDetails.
Return type:dict(str, str)