Show / Hide Table of Contents

Class RoleCondition

The audit policy provisioning conditions.

Inheritance
object
PolicyCondition
RoleCondition
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 RoleCondition : PolicyCondition

Properties

RoleNames

Declaration
[Required(ErrorMessage = "RoleNames is required.")]
[JsonProperty(PropertyName = "roleNames")]
public List<string> RoleNames { get; set; }
Property Value
Type Description
List<string>

List of roles that the policy must be enabled for.

Remarks

Required

In this article
Back to top