Tenant

class oci.identity_data_plane.models.Tenant(**kwargs)

Bases: object

Tenant model.

Methods

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

Attributes

id [Required] Gets the id of this Tenant.
name [Required] Gets the name of this Tenant.
service_namespace Gets the service_namespace of this Tenant.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this Tenant.
  • name (str) – The value to assign to the name property of this Tenant.
  • service_namespace (str) – The value to assign to the service_namespace property of this Tenant.
id

[Required] Gets the id of this Tenant. The tenant’s Oracle ID (OCID).

Returns:The id of this Tenant.
Return type:str
name

[Required] Gets the name of this Tenant. The name of the tenancy.

Returns:The name of this Tenant.
Return type:str
service_namespace

Gets the service_namespace of this Tenant. The service namespace.

Returns:The service_namespace of this Tenant.
Return type:str