Show / Hide Table of Contents

Class OdaInstanceOwner

Details about an ODA instance owner

Inheritance
object
OdaInstanceOwner
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class OdaInstanceOwner

Properties

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

In this article
Back to top