TenancyInformation

class oci.cims.models.TenancyInformation(**kwargs)

Bases: object

Details about the tenancy.

Methods

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

Attributes

customer_support_key [Required] Gets the customer_support_key of this TenancyInformation.
tenancy_id [Required] Gets the tenancy_id of this TenancyInformation.
__init__(**kwargs)

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

Parameters:
  • customer_support_key (str) – The value to assign to the customer_support_key property of this TenancyInformation.
  • tenancy_id (str) – The value to assign to the tenancy_id property of this TenancyInformation.
customer_support_key

[Required] Gets the customer_support_key of this TenancyInformation. The Customer Support Identifier (CSI) number associated with the tenancy.

Returns:The customer_support_key of this TenancyInformation.
Return type:str
tenancy_id

[Required] Gets the tenancy_id of this TenancyInformation. The OCID of the tenancy.

Returns:The tenancy_id of this TenancyInformation.
Return type:str