Class FirewallPolicyEntryDetails
SQL Firewall policy details.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class FirewallPolicyEntryDetails : EntryDetails
Properties
TimeGenerated
Declaration
[Required(ErrorMessage = "TimeGenerated is required.")]
[JsonProperty(PropertyName = "timeGenerated")]
public DateTime? TimeGenerated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time the the SQL Firewall policy was generated on the target database, in the format defined by RFC3339. |
Remarks
Required
TimeStatusUpdated
Declaration
[JsonProperty(PropertyName = "timeStatusUpdated")]
public DateTime? TimeStatusUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The last date and time the status of the SQL Firewall policy was updated on the target database, in the format defined by RFC3339. |