Show / Hide Table of Contents

Class Constants

Inheritance
object
Constants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Common.Auth.Internal
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class Constants

Fields

ACCEPT_HEADER

Declaration
public static readonly string ACCEPT_HEADER
Field Value
Type Description
string

ACCEPT_TYPE

Declaration
public static readonly string ACCEPT_TYPE
Field Value
Type Description
string

AUTHORIZATION_HEADER

Declaration
public static readonly string AUTHORIZATION_HEADER
Field Value
Type Description
string

AUTH_SERVICE_PATH

Declaration
public static readonly string AUTH_SERVICE_PATH
Field Value
Type Description
string

DEFAULT_AUTH_CIRCUIT_BREAKER_THRESHOLD

Declaration
public static readonly int DEFAULT_AUTH_CIRCUIT_BREAKER_THRESHOLD
Field Value
Type Description
int

DEFAULT_AUTH_CLIENT_RETRIES

Declaration
public static readonly int DEFAULT_AUTH_CLIENT_RETRIES
Field Value
Type Description
int

FED_KEY_PATH

Declaration
public static readonly string FED_KEY_PATH
Field Value
Type Description
string

INSTANCE_CERT

Declaration
public static readonly string INSTANCE_CERT
Field Value
Type Description
string

INSTANCE_REGION

Declaration
public static readonly string INSTANCE_REGION
Field Value
Type Description
string

INTERMEDIATE_KEY_CERT

Declaration
public static readonly string INTERMEDIATE_KEY_CERT
Field Value
Type Description
string

OCI_SDK_AUTH_CLIENT_CIRCUIT_BREAKER_ENABLED

Declaration
public static readonly string OCI_SDK_AUTH_CLIENT_CIRCUIT_BREAKER_ENABLED
Field Value
Type Description
string

OPC_IDENTITY

Declaration
public static readonly string OPC_IDENTITY
Field Value
Type Description
string

OPC_TENANT

Declaration
public static readonly string OPC_TENANT
Field Value
Type Description
string

PRIVATE_KEY_CERT

Declaration
public static readonly string PRIVATE_KEY_CERT
Field Value
Type Description
string

RETRY_MILLIS

Declaration
public static readonly int RETRY_MILLIS
Field Value
Type Description
int
In this article
Back to top