Class CreateSubscriptionMappingDetails
CreateSubscriptionMappingDetails contains subscription and compartment identified by the tenancy, and OCID information.
Inherited Members
Namespace: Oci.TenantmanagercontrolplaneService.Models
Assembly: OCI.DotNetSDK.Tenantmanagercontrolplane.dll
Syntax
public class CreateSubscriptionMappingDetailsProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | OCID of the compartment. Always a tenancy OCID. | 
Remarks
Required
SubscriptionId
Declaration
[Required(ErrorMessage = "SubscriptionId is required.")]
[JsonProperty(PropertyName = "subscriptionId")]
public string SubscriptionId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | OCID of Subscription. | 
Remarks
Required