Show / Hide Table of Contents

Class AllowedDomainLicenseTypeSummary

(For tenancies that support identity domains) The 'AllowedDomainLicenseTypeSummary' object contains information about the license type of the identity domain.

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

Properties

Description

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

The license type description.

Remarks

Required

LicenseType

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

The license type identifier.
Example: "oracle-apps-premium"

Remarks

Required

Name

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

The license type name.
Example: "Oracle Apps Premium"

Remarks

Required

In This Article
Back to top