OrganizationSummary¶
-
class
oci.tenant_manager_control_plane.models.OrganizationSummary(**kwargs)¶ Bases:
objectAn organization entity.
Methods
__init__(**kwargs)Initializes a new OrganizationSummary object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this OrganizationSummary. default_ucm_subscription_id[Required] Gets the default_ucm_subscription_id of this OrganizationSummary. display_nameGets the display_name of this OrganizationSummary. id[Required] Gets the id of this OrganizationSummary. lifecycle_state[Required] Gets the lifecycle_state of this OrganizationSummary. parent_nameGets the parent_name of this OrganizationSummary. system_tagsGets the system_tags of this OrganizationSummary. time_created[Required] Gets the time_created of this OrganizationSummary. time_updatedGets the time_updated of this OrganizationSummary. -
__init__(**kwargs)¶ Initializes a new OrganizationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this OrganizationSummary.
- display_name (str) – The value to assign to the display_name property of this OrganizationSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this OrganizationSummary.
- parent_name (str) – The value to assign to the parent_name property of this OrganizationSummary.
- default_ucm_subscription_id (str) – The value to assign to the default_ucm_subscription_id property of this OrganizationSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OrganizationSummary.
- time_created (datetime) – The value to assign to the time_created property of this OrganizationSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this OrganizationSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OrganizationSummary.
-
compartment_id¶ [Required] Gets the compartment_id of this OrganizationSummary. OCID of the compartment containing the organization. Always a tenancy OCID.
Returns: The compartment_id of this OrganizationSummary. Return type: str
-
default_ucm_subscription_id¶ [Required] Gets the default_ucm_subscription_id of this OrganizationSummary. OCID of the default Universal Credits Model subscription. Any tenancy joining the organization will automatically get assigned this subscription, if a subscription is not explictly assigned.
Returns: The default_ucm_subscription_id of this OrganizationSummary. Return type: str
-
display_name¶ Gets the display_name of this OrganizationSummary. A display name for the organization. Avoid entering confidential information.
Returns: The display_name of this OrganizationSummary. Return type: str
-
id¶ [Required] Gets the id of this OrganizationSummary. OCID of the organization.
Returns: The id of this OrganizationSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this OrganizationSummary. Lifecycle state of the organization.
Returns: The lifecycle_state of this OrganizationSummary. Return type: str
-
parent_name¶ Gets the parent_name of this OrganizationSummary. The name of the tenancy that is the organization parent.
Returns: The parent_name of this OrganizationSummary. Return type: str
Gets the system_tags of this OrganizationSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this OrganizationSummary. Return type: dict(str, dict(str, object))
-
time_created¶ [Required] Gets the time_created of this OrganizationSummary. Date and time when the organization was created.
Returns: The time_created of this OrganizationSummary. Return type: datetime
-
time_updated¶ Gets the time_updated of this OrganizationSummary. Date and time when the organization was last updated.
Returns: The time_updated of this OrganizationSummary. Return type: datetime
-