Show / Hide Table of Contents

Class NetworkPolicy

Network policy, which consists of a list of network source IDs.

Inheritance
object
NetworkPolicy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class NetworkPolicy

Properties

NetworkSourceIds

Declaration
[JsonProperty(PropertyName = "networkSourceIds")]
public List<string> NetworkSourceIds { get; set; }
Property Value
Type Description
List<string>

Network Source ids

In this article
Back to top