Class UnifiedAuditPolicySummary
Resource represents a single unified audit policy on the target database.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class UnifiedAuditPolicySummary
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment containing the unified audit policy. |
Remarks
Required
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations": {"CostCenter": "42"}} |
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | The description of the unified audit policy. |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The display name of the unified audit policy. |
Remarks
Required
EnabledEntities
Declaration
[JsonProperty(PropertyName = "enabledEntities")]
[JsonConverter(typeof(ResponseEnumConverter))]
public UnifiedAuditPolicy.EnabledEntitiesEnum? EnabledEntities { get; set; }
Property Value
Type | Description |
---|---|
UnifiedAuditPolicy.EnabledEntitiesEnum? | Indicates the users for which the unified audit policy is enabled. |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
|
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the unified audit policy. |
Remarks
Required
IsSeeded
Declaration
[JsonProperty(PropertyName = "isSeeded")]
public bool? IsSeeded { get; set; }
Property Value
Type | Description |
---|---|
bool? | Signifies whether the unified audit policy is seeded or not. |
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type | Description |
---|---|
string | The details of the current state of the unified audit policy in Data Safe. |
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public UnifiedAuditPolicyLifecycleState? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
UnifiedAuditPolicyLifecycleState? | The current state of the unified audit policy. |
Remarks
Required
SecurityPolicyId
Declaration
[JsonProperty(PropertyName = "securityPolicyId")]
public string SecurityPolicyId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the security policy corresponding to the unified audit policy. |
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public UnifiedAuditPolicy.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
UnifiedAuditPolicy.StatusEnum? | Indicates whether the policy has been enabled or disabled. |
SystemTags
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time the the unified audit policy was created, in the format defined by RFC3339. |
Remarks
Required
TimeUpdated
Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The last date and time the unified audit policy was updated, in the format defined by RFC3339. |
UnifiedAuditPolicyDefinitionId
Declaration
[JsonProperty(PropertyName = "unifiedAuditPolicyDefinitionId")]
public string UnifiedAuditPolicyDefinitionId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the associated unified audit policy definition. |