Class ResourcePrincipalAuthConfig
Authentication configuration that uses OCI Resource Principal Auth for Generic REST invocation.
Inherited Members
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 |