Class DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectSummary
Proxy client information for user name auto detect based proxy authentication.
Inheritance
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectSummary
Inherited Members
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectSummary : DatabaseToolsConnectionOracleDatabaseProxyClientSummary
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. |