ChangeDomainLicenseTypeDetails¶
-
class
oci.identity.models.
ChangeDomainLicenseTypeDetails
(**kwargs)¶ Bases:
object
(For tenancies that support identity domains) Details for updating the license type of the identity domain.
Methods
__init__
(**kwargs)Initializes a new ChangeDomainLicenseTypeDetails object with values from keyword arguments. Attributes
license_type
Gets the license_type of this ChangeDomainLicenseTypeDetails. -
__init__
(**kwargs)¶ Initializes a new ChangeDomainLicenseTypeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: license_type (str) – The value to assign to the license_type property of this ChangeDomainLicenseTypeDetails.
-
license_type
¶ Gets the license_type of this ChangeDomainLicenseTypeDetails. The license type of the identity domain.
Returns: The license_type of this ChangeDomainLicenseTypeDetails. Return type: str
-