Show / Hide Table of Contents

Enum DatabaseToolsMcpServerRuntimeIdentity

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 MCP Server\u2019s resource principal (RPST).

Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public enum DatabaseToolsMcpServerRuntimeIdentity

Fields

Name Description
AuthenticatedPrincipal
ResourcePrincipal
UnknownEnumValue
In this article
Back to top