Class DirectDataAccessDetails
This contains configuration for direct data access.
Inherited Members
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