Enum RuntimeIdentity
Determines the identity used when accessing OCI resources at runtime. AUTHENTICATED_PRINCIPAL to use the caller\u2019s identity (On-Behalf-Of token), or RESOURCE_PRINCIPAL to use the connection\u2019s resource principal (RPST).
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public enum RuntimeIdentity
Fields
| Name | Description |
|---|---|
| AuthenticatedPrincipal | |
| ResourcePrincipal | |
| UnknownEnumValue |