Show / Hide Table of Contents

Interface IUserDelegationDetailsProvider

An interface of user-based delegation details provider.

Inherited Members
IBasicAuthenticationDetailsProvider.KeyId
IBasicAuthenticationDetailsProvider.GetPrivateKey()
IBasicAuthenticationDetailsProvider.PassPhraseCharacters
Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public interface IUserDelegationDetailsProvider : IBasicAuthenticationDetailsProvider, IAbstractAuthenticationDetailsProvider

Properties

TenantId

Declaration
string TenantId { get; }
Property Value
Type Description
string

Methods

GetDelegationToken()

Declaration
string GetDelegationToken()
Returns
Type Description
string
In this article
Back to top