Show / Hide Table of Contents

Class EntitlementSummary

Provides summary information for an entitlement.

Inheritance
object
EntitlementSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class EntitlementSummary

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the tenancy containing the entitlement.

Remarks

Required

Csi

Declaration
[Required(ErrorMessage = "Csi is required.")]
[JsonProperty(PropertyName = "csi")]
public string Csi { get; set; }
Property Value
Type Description
string

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.

Remarks

Required

VendorName

Declaration
[Required(ErrorMessage = "VendorName is required.")]
[JsonProperty(PropertyName = "vendorName")]
public string VendorName { get; set; }
Property Value
Type Description
string

The vendor for the entitlement.

Remarks

Required

In this article
Back to top