Show / Hide Table of Contents

Class SqlEndpointSecureAccessConfig

Access control rules for secure access selection.

Inheritance
object
SqlEndpointNetworkConfiguration
SqlEndpointSecureAccessConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataflowService.Models
Assembly: OCI.DotNetSDK.Dataflow.dll
Syntax
public class SqlEndpointSecureAccessConfig : SqlEndpointNetworkConfiguration

Properties

AccessControlRules

Declaration
[JsonProperty(PropertyName = "accessControlRules")]
public List<SecureAccessControlRule> AccessControlRules { get; set; }
Property Value
Type Description
List<SecureAccessControlRule>

A list of SecureAccessControlRule's to which access is limited to

PublicEndpointIp

Declaration
[JsonProperty(PropertyName = "publicEndpointIp")]
public string PublicEndpointIp { get; set; }
Property Value
Type Description
string

Ip Address of public endpoint

In this article
Back to top