AllowedDomainLicenseTypeSummary¶
-
class
oci.identity.models.AllowedDomainLicenseTypeSummary(**kwargs)¶ Bases:
object(For tenancies that support identity domains) The ‘AllowedDomainLicenseTypeSummary’ object contains information about the license type of the identity domain.
Methods
__init__(**kwargs)Initializes a new AllowedDomainLicenseTypeSummary object with values from keyword arguments. Attributes
description[Required] Gets the description of this AllowedDomainLicenseTypeSummary. license_type[Required] Gets the license_type of this AllowedDomainLicenseTypeSummary. name[Required] Gets the name of this AllowedDomainLicenseTypeSummary. -
__init__(**kwargs)¶ Initializes a new AllowedDomainLicenseTypeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this AllowedDomainLicenseTypeSummary.
- license_type (str) – The value to assign to the license_type property of this AllowedDomainLicenseTypeSummary.
- description (str) – The value to assign to the description property of this AllowedDomainLicenseTypeSummary.
-
description¶ [Required] Gets the description of this AllowedDomainLicenseTypeSummary. The license type description.
Returns: The description of this AllowedDomainLicenseTypeSummary. Return type: str
-
license_type¶ [Required] Gets the license_type of this AllowedDomainLicenseTypeSummary. The license type identifier.
Example: “oracle-apps-premium”
Returns: The license_type of this AllowedDomainLicenseTypeSummary. Return type: str
-
name¶ [Required] Gets the name of this AllowedDomainLicenseTypeSummary. The license type name.
Example: “Oracle Apps Premium”
Returns: The name of this AllowedDomainLicenseTypeSummary. Return type: str
-