Show / Hide Table of Contents

Class ChangeDomainLicenseTypeDetails

(For tenancies that support identity domains) Details for updating the license type of the identity domain.

Inheritance
object
ChangeDomainLicenseTypeDetails
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 ChangeDomainLicenseTypeDetails

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