CreateEntitlementDetails¶
-
class
oci.os_management_hub.models.
CreateEntitlementDetails
(**kwargs)¶ Bases:
object
Provides the information used to create an entitlement using the Customer Support Identifier (CSI).
Methods
__init__
(**kwargs)Initializes a new CreateEntitlementDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateEntitlementDetails. csi
[Required] Gets the csi of this CreateEntitlementDetails. -
__init__
(**kwargs)¶ Initializes a new CreateEntitlementDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateEntitlementDetails.
- csi (str) – The value to assign to the csi property of this CreateEntitlementDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateEntitlementDetails. The OCID of the tenancy containing the entitlement.
Returns: The compartment_id of this CreateEntitlementDetails. Return type: str
-
csi
¶ [Required] Gets the csi of this CreateEntitlementDetails. The Customer Support Identifier (CSI) which unlocks the software sources. The CSI is is a unique key given to a customer and it uniquely identifies the entitlement.
Returns: The csi of this CreateEntitlementDetails. Return type: str
-