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