Show / Hide Table of Contents

Class DirectDataAccessDetails

This contains configuration for direct data access.

Inheritance
object
ConfigureIotDomainDataAccessDetails
DirectDataAccessDetails
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 DirectDataAccessDetails : ConfigureIotDomainDataAccessDetails

Properties

DbAllowListedIdentityGroupNames

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

List of IAM groups of form described in here that are allowed to directly connect to the data host.

Remarks

Required

In this article
Back to top