Property UseResourcePrincipal
UseResourcePrincipal
Gets or sets the value that determines whether to use a resource
principal.
Declaration
public bool UseResourcePrincipal { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
true to use a resource principal, otherwise false.
The default is false. The true value is exclusive
with Credentials, ConfigFile,
ProfileName, CredentialsProvider,
UseInstancePrincipal, UseSessionToken
and UseOKEWorkloadIdentity.
|