OdaInstanceOwner¶
-
class
oci.oda.models.
OdaInstanceOwner
(**kwargs)¶ Bases:
object
Details about an ODA instance owner
Methods
__init__
(**kwargs)Initializes a new OdaInstanceOwner object with values from keyword arguments. Attributes
owner_service_name
[Required] Gets the owner_service_name of this OdaInstanceOwner. owner_service_tenancy
[Required] Gets the owner_service_tenancy of this OdaInstanceOwner. -
__init__
(**kwargs)¶ Initializes a new OdaInstanceOwner object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - owner_service_name (str) – The value to assign to the owner_service_name property of this OdaInstanceOwner.
- owner_service_tenancy (str) – The value to assign to the owner_service_tenancy property of this OdaInstanceOwner.
-
owner_service_name
¶ [Required] Gets the owner_service_name of this OdaInstanceOwner. Name of the owner service principal
Returns: The owner_service_name of this OdaInstanceOwner. Return type: str
-
owner_service_tenancy
¶ [Required] Gets the owner_service_tenancy of this OdaInstanceOwner. Tenancy OCID of the owner service principal
Returns: The owner_service_tenancy of this OdaInstanceOwner. Return type: str
-