Show / Hide Table of Contents

Class ProxyUserSummary

A summary of the proxy user.

Inheritance
object
ProxyUserSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ProxyUserSummary

Properties

Authentication

Declaration
[JsonProperty(PropertyName = "authentication")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ProxyUserSummary.AuthenticationEnum? Authentication { get; set; }
Property Value
Type Description
ProxyUserSummary.AuthenticationEnum?

Indicates whether the proxy is required to supply the client credentials (YES) or not (NO).

Flags

Declaration
[JsonProperty(PropertyName = "flags")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ProxyUserSummary.FlagsEnum? Flags { get; set; }
Property Value
Type Description
ProxyUserSummary.FlagsEnum?

The flags associated with the proxy/client pair.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The name of a proxy user or the name of the client user.

In this article
Back to top