Show / Hide Table of Contents

Class NetworkPolicy

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

Inheritance
System.Object
NetworkPolicy
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class NetworkPolicy : object

Properties

NetworkSourceIds

Declaration
public System.Collections.Generic.List<string> NetworkSourceIds { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

Network Source ids

In This Article
Back to top