Class OdaInstanceOwner
Details about an ODA instance owner
Inherited Members
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class OdaInstanceOwnerProperties
OwnerServiceName
Declaration
[Required(ErrorMessage = "OwnerServiceName is required.")]
[JsonProperty(PropertyName = "ownerServiceName")]
public string OwnerServiceName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Name of the owner service principal | 
Remarks
Required
OwnerServiceTenancy
Declaration
[Required(ErrorMessage = "OwnerServiceTenancy is required.")]
[JsonProperty(PropertyName = "ownerServiceTenancy")]
public string OwnerServiceTenancy { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Tenancy OCID of the owner service principal | 
Remarks
Required