Show / Hide Table of Contents

Class TenancyInformation

Details about the tenancy.

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

Properties

CustomerSupportKey

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

The Customer Support Identifier (CSI) number associated with the tenancy.

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.

Remarks

Required

In this article
Back to top