Show / Hide Table of Contents

Class ApexDataAccessDetails

This contains configuration for apex data access.

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

Properties

DbWorkspaceAdminInitialPassword

Declaration
[Required(ErrorMessage = "DbWorkspaceAdminInitialPassword is required.")]
[JsonProperty(PropertyName = "dbWorkspaceAdminInitialPassword")]
public string DbWorkspaceAdminInitialPassword { get; set; }
Property Value
Type Description
string

Initial admin password for APEX workspace associated with the IoT domain.

Remarks

Required

In this article
Back to top