Show / Hide Table of Contents

Class ChangeTasDomainLicenseTypeDetails

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

Inheritance
System.Object
ChangeTasDomainLicenseTypeDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ChangeTasDomainLicenseTypeDetails : object

Properties

LicenseType

Declaration
public string LicenseType { get; set; }
Property Value
Type Description
System.String

The license type of the identity domain.

In This Article
Back to top