Class UserCondition
The audit policy provisioning conditions.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class UserCondition : PolicyCondition
Properties
UserNames
Declaration
[Required(ErrorMessage = "UserNames is required.")]
[JsonProperty(PropertyName = "userNames")]
public List<string> UserNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The list of users that the unified audit policy is enabled for. |
Remarks
Required