Class TenancyAssociation
Tenancy association represents the tenancy id to which the governance rule will be applied.
Inherited Members
Namespace: Oci.GovernancerulescontrolplaneService.Models
Assembly: OCI.DotNetSDK.Governancerulescontrolplane.dll
Syntax
public class TenancyAssociation : AssociationProperties
TenancyId
Declaration
[Required(ErrorMessage = "TenancyId is required.")]
[JsonProperty(PropertyName = "tenancyId")]
public string TenancyId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Oracle ID (OCID) of the tenancy to which the governance rule will be applied as part of this tenancy inclusion criterion. | 
Remarks
Required