OrganizationTenancy¶
-
class
oci.tenant_manager_control_plane.models.
OrganizationTenancy
(**kwargs)¶ Bases:
object
The information about the OrganizationTenancy.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a OrganizationTenancy. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a OrganizationTenancy. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a OrganizationTenancy. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a OrganizationTenancy. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a OrganizationTenancy. LIFECYCLE_STATE_INACTIVE
A constant which can be used with the lifecycle_state property of a OrganizationTenancy. ROLE_CHILD
A constant which can be used with the role property of a OrganizationTenancy. ROLE_NONE
A constant which can be used with the role property of a OrganizationTenancy. ROLE_PARENT
A constant which can be used with the role property of a OrganizationTenancy. is_approved_for_transfer
Gets the is_approved_for_transfer of this OrganizationTenancy. lifecycle_state
Gets the lifecycle_state of this OrganizationTenancy. name
Gets the name of this OrganizationTenancy. role
Gets the role of this OrganizationTenancy. tenancy_id
[Required] Gets the tenancy_id of this OrganizationTenancy. time_joined
Gets the time_joined of this OrganizationTenancy. time_left
Gets the time_left of this OrganizationTenancy. Methods
__init__
(**kwargs)Initializes a new OrganizationTenancy object with values from keyword arguments. -
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.
-
is_approved_for_transfer
¶ Gets the is_approved_for_transfer of this OrganizationTenancy. Flag 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 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’.
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 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’.
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-time when this tenancy joined the organization.
Returns: The time_joined of this OrganizationTenancy. Return type: datetime
-
time_left
¶ Gets the time_left of this OrganizationTenancy. Date-time when this tenancy left the organization.
Returns: The time_left of this OrganizationTenancy. Return type: datetime
-