Show / Hide Table of Contents

Enum DatabaseToolsExternalAuthenticationStatus

The status of the external authentication. AVAILABLE if the external authentication can be used with this connection. UNAVAILABLE if not. ENABLED if the external authentication is enabled. UNKNOWN if the user has insufficient privilege.

Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public enum DatabaseToolsExternalAuthenticationStatus

Fields

Name Description
Available
Enabled
Unavailable
Unknown
UnknownEnumValue
In this article
Back to top