OdaInstanceAttachmentOwner¶
- 
class oci.oda.models.OdaInstanceAttachmentOwner(**kwargs)¶
- Bases: - object- Details about an attachment owner - Methods - __init__(**kwargs)- Initializes a new OdaInstanceAttachmentOwner object with values from keyword arguments. - Attributes - owner_service_name- [Required] Gets the owner_service_name of this OdaInstanceAttachmentOwner. - owner_service_tenancy- [Required] Gets the owner_service_tenancy of this OdaInstanceAttachmentOwner. - 
__init__(**kwargs)¶
- Initializes a new OdaInstanceAttachmentOwner 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 OdaInstanceAttachmentOwner.
- owner_service_tenancy (str) – The value to assign to the owner_service_tenancy property of this OdaInstanceAttachmentOwner.
 
 - 
owner_service_name¶
- [Required] Gets the owner_service_name of this OdaInstanceAttachmentOwner. Name of the owner service principal - Returns: - The owner_service_name of this OdaInstanceAttachmentOwner. - Return type: - str 
 - 
owner_service_tenancy¶
- [Required] Gets the owner_service_tenancy of this OdaInstanceAttachmentOwner. Tenancy OCID of the owner service principal - Returns: - The owner_service_tenancy of this OdaInstanceAttachmentOwner. - Return type: - str 
 
-