ChangeTasDomainLicenseTypeDetails¶
-
class
oci.identity.models.ChangeTasDomainLicenseTypeDetails(**kwargs)¶ Bases:
object(For tenancies that support identity domains) Update the identity domain license type.
Methods
__init__(**kwargs)Initializes a new ChangeTasDomainLicenseTypeDetails object with values from keyword arguments. Attributes
license_typeGets the license_type of this ChangeTasDomainLicenseTypeDetails. -
__init__(**kwargs)¶ Initializes a new ChangeTasDomainLicenseTypeDetails 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 ChangeTasDomainLicenseTypeDetails.
-
license_type¶ Gets the license_type of this ChangeTasDomainLicenseTypeDetails. The license type of the identity domain.
Returns: The license_type of this ChangeTasDomainLicenseTypeDetails. Return type: str
-