Show / Hide Table of Contents

Class AttributeSetCondition

The audit policy provisioning conditions.

Inheritance
object
PolicyCondition
AttributeSetCondition
Inherited Members
PolicyCondition.EntitySelection
PolicyCondition.OperationStatus
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class AttributeSetCondition : PolicyCondition

Properties

AttributeSetId

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

The OCID of the attribute set.

Remarks

Required

In this article
Back to top