Show / Hide Table of Contents

Class ChangeTasDomainLicenseTypeDetails

(For tenancies that support identity domains) Update the identity domain license type.

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

Properties

LicenseType

Declaration
[JsonProperty(PropertyName = "licenseType")]
public string LicenseType { get; set; }
Property Value
Type Description
string

The license type of the identity domain.

In this article
Back to top