UpdateOrganizationDetails

class oci.tenant_manager_control_plane.models.UpdateOrganizationDetails(**kwargs)

Bases: object

The parameters for updating an organization.

Methods

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

Attributes

default_ucm_subscription_id [Required] Gets the default_ucm_subscription_id of this UpdateOrganizationDetails.
__init__(**kwargs)

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

Parameters:default_ucm_subscription_id (str) – The value to assign to the default_ucm_subscription_id property of this UpdateOrganizationDetails.
default_ucm_subscription_id

[Required] Gets the default_ucm_subscription_id of this UpdateOrganizationDetails. 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 UpdateOrganizationDetails.
Return type:str