Show / Hide Table of Contents

Class ConfigureIotDomainGroupDataAccessDetails

The configuration details for an IoT Domain Group Data Access through allowlisted vcn ids.

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

Properties

DbAllowListedVcnIds

Declaration
[Required(ErrorMessage = "DbAllowListedVcnIds is required.")]
[JsonProperty(PropertyName = "dbAllowListedVcnIds")]
public List<string> DbAllowListedVcnIds { get; set; }
Property Value
Type Description
List<string>

This is an array of VCN OCID (virtual cloud network Oracle Cloud ID) that is allowed to connect the data host.

Remarks

Required

In this article
Back to top