Show / Hide Table of Contents

Class FirewallPolicyEntryDetails

SQL Firewall policy details.

Inheritance
object
EntryDetails
FirewallPolicyEntryDetails
Inherited Members
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 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.

In this article
Back to top