Class ConfigureIotDomainGroupDataAccessDetails
The configuration details for an IoT Domain Group Data Access through allowlisted vcn ids.
Inherited Members
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