Show / Hide Table of Contents

Class DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetect

Proxy client information for user name auto detect based proxy authentication.

Inheritance
object
DatabaseToolsConnectionOracleDatabaseProxyClient
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetect
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetect : DatabaseToolsConnectionOracleDatabaseProxyClient

Properties

Roles

Declaration
[JsonProperty(PropertyName = "roles")]
public List<string> Roles { get; set; }
Property Value
Type Description
List<string>

A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.

In this article
Back to top