Class OccCustomer
The details about the customer.
Inherited Members
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class OccCustomerProperties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The description about the customer group. | 
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The display name for the customer | 
Remarks
Required
OccCustomerGroupId
Declaration
[Required(ErrorMessage = "OccCustomerGroupId is required.")]
[JsonProperty(PropertyName = "occCustomerGroupId")]
public string OccCustomerGroupId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the customer group. | 
Remarks
Required
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public OccCustomer.StatusEnum? Status { get; set; }Property Value
| Type | Description | 
|---|---|
| OccCustomer.StatusEnum? | To determine whether the customer is enabled/disabled.` | 
Remarks
Required
TenancyId
Declaration
[Required(ErrorMessage = "TenancyId is required.")]
[JsonProperty(PropertyName = "tenancyId")]
public string TenancyId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the tenancy belonging to the customer. | 
Remarks
Required