TenancyInformation¶
-
class
oci.cims.models.TenancyInformation(**kwargs)¶ Bases:
objectDetails about the tenancy.
Methods
__init__(**kwargs)Initializes a new TenancyInformation object with values from keyword arguments. Attributes
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: tenancy_id (str) – The value to assign to the tenancy_id property of this TenancyInformation.
-
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
-