OrganizationTenancy¶
-
class
oci.tenant_manager_control_plane.models.OrganizationTenancy(**kwargs)¶ Bases:
objectThe information about the organization tenancy.
Attributes
GOVERNANCE_STATUS_OPTED_INA constant which can be used with the governance_status property of a OrganizationTenancy. GOVERNANCE_STATUS_OPTED_OUTA constant which can be used with the governance_status property of a OrganizationTenancy. LIFECYCLE_STATE_ACTIVEA constant which can be used with the lifecycle_state property of a OrganizationTenancy. LIFECYCLE_STATE_CREATINGA constant which can be used with the lifecycle_state property of a OrganizationTenancy. LIFECYCLE_STATE_DELETEDA constant which can be used with the lifecycle_state property of a OrganizationTenancy. LIFECYCLE_STATE_DELETINGA constant which can be used with the lifecycle_state property of a OrganizationTenancy. LIFECYCLE_STATE_FAILEDA constant which can be used with the lifecycle_state property of a OrganizationTenancy. LIFECYCLE_STATE_INACTIVEA constant which can be used with the lifecycle_state property of a OrganizationTenancy. ROLE_CHILDA constant which can be used with the role property of a OrganizationTenancy. ROLE_NONEA constant which can be used with the role property of a OrganizationTenancy. ROLE_PARENTA constant which can be used with the role property of a OrganizationTenancy. governance_status[Required] Gets the governance_status of this OrganizationTenancy. is_approved_for_transferGets the is_approved_for_transfer of this OrganizationTenancy. lifecycle_stateGets the lifecycle_state of this OrganizationTenancy. nameGets the name of this OrganizationTenancy. roleGets the role of this OrganizationTenancy. tenancy_id[Required] Gets the tenancy_id of this OrganizationTenancy. time_joinedGets the time_joined of this OrganizationTenancy. time_leftGets the time_left of this OrganizationTenancy. Methods
__init__(**kwargs)Initializes a new OrganizationTenancy object with values from keyword arguments. -
GOVERNANCE_STATUS_OPTED_IN= 'OPTED_IN'¶ A constant which can be used with the governance_status property of a OrganizationTenancy. This constant has a value of “OPTED_IN”
-
GOVERNANCE_STATUS_OPTED_OUT= 'OPTED_OUT'¶ A constant which can be used with the governance_status property of a OrganizationTenancy. This constant has a value of “OPTED_OUT”
-
LIFECYCLE_STATE_ACTIVE= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a OrganizationTenancy. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a OrganizationTenancy. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a OrganizationTenancy. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a OrganizationTenancy. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a OrganizationTenancy. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_INACTIVE= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a OrganizationTenancy. This constant has a value of “INACTIVE”
-
ROLE_CHILD= 'CHILD'¶ A constant which can be used with the role property of a OrganizationTenancy. This constant has a value of “CHILD”
-
ROLE_NONE= 'NONE'¶ A constant which can be used with the role property of a OrganizationTenancy. This constant has a value of “NONE”
-
ROLE_PARENT= 'PARENT'¶ A constant which can be used with the role property of a OrganizationTenancy. This constant has a value of “PARENT”
-
__init__(**kwargs)¶ Initializes a new OrganizationTenancy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - tenancy_id (str) – The value to assign to the tenancy_id property of this OrganizationTenancy.
- name (str) – The value to assign to the name property of this OrganizationTenancy.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OrganizationTenancy. Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “DELETED”, “FAILED”, “DELETING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- role (str) – The value to assign to the role property of this OrganizationTenancy. Allowed values for this property are: “PARENT”, “CHILD”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_joined (datetime) – The value to assign to the time_joined property of this OrganizationTenancy.
- time_left (datetime) – The value to assign to the time_left property of this OrganizationTenancy.
- is_approved_for_transfer (bool) – The value to assign to the is_approved_for_transfer property of this OrganizationTenancy.
- governance_status (str) – The value to assign to the governance_status property of this OrganizationTenancy. Allowed values for this property are: “OPTED_IN”, “OPTED_OUT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
governance_status¶ [Required] Gets the governance_status of this OrganizationTenancy. The governance status of the tenancy.
Allowed values for this property are: “OPTED_IN”, “OPTED_OUT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The governance_status of this OrganizationTenancy. Return type: str
-
is_approved_for_transfer¶ Gets the is_approved_for_transfer of this OrganizationTenancy. Parameter to indicate the tenancy is approved for transfer to another organization.
Returns: The is_approved_for_transfer of this OrganizationTenancy. Return type: bool
-
lifecycle_state¶ Gets the lifecycle_state of this OrganizationTenancy. Lifecycle state of the organization tenancy.
Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “DELETED”, “FAILED”, “DELETING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this OrganizationTenancy. Return type: str
-
name¶ Gets the name of this OrganizationTenancy. Name of the tenancy.
Returns: The name of this OrganizationTenancy. Return type: str
-
role¶ Gets the role of this OrganizationTenancy. Role of the organization tenancy.
Allowed values for this property are: “PARENT”, “CHILD”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The role of this OrganizationTenancy. Return type: str
-
tenancy_id¶ [Required] Gets the tenancy_id of this OrganizationTenancy. OCID of the tenancy.
Returns: The tenancy_id of this OrganizationTenancy. Return type: str
-
time_joined¶ Gets the time_joined of this OrganizationTenancy. Date and time when the tenancy joined the organization.
Returns: The time_joined of this OrganizationTenancy. Return type: datetime
-
time_left¶ Gets the time_left of this OrganizationTenancy. Date and time when the tenancy left the organization.
Returns: The time_left of this OrganizationTenancy. Return type: datetime
-