Show / Hide Table of Contents

Class TenancyAssociation

Tenancy association represents the tenancy id to which the governance rule will be applied.

Inheritance
object
Association
TenancyAssociation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GovernancerulescontrolplaneService.Models
Assembly: OCI.DotNetSDK.Governancerulescontrolplane.dll
Syntax
public class TenancyAssociation : Association

Properties

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

In this article
Back to top