Show / Hide Table of Contents

Class ResourcePrincipalAuthConfig

Authentication configuration that uses OCI Resource Principal Auth for Generic REST invocation.

Inheritance
object
AuthConfig
ResourcePrincipalAuthConfig
Inherited Members
AuthConfig.Key
AuthConfig.ModelVersion
AuthConfig.ParentRef
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class ResourcePrincipalAuthConfig : AuthConfig

Properties

ResourcePrincipalSource

Declaration
[JsonProperty(PropertyName = "resourcePrincipalSource")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ResourcePrincipalAuthConfig.ResourcePrincipalSourceEnum? ResourcePrincipalSource { get; set; }
Property Value
Type Description
ResourcePrincipalAuthConfig.ResourcePrincipalSourceEnum?

The OCI resource type that will supply the authentication token

In this article
Back to top