Class AzureMsiAuthenticationOptions

java.lang.Object
org.springframework.vault.authentication.AzureMsiAuthenticationOptions

public class AzureMsiAuthenticationOptions extends Object
Authentication options for AzureMsiAuthentication.

Authentication options provide the path, role, an optional AzureVmEnvironment, and instance metadata/OAuth2 token URIs. AzureMsiAuthenticationOptions can be constructed using builder(). Instances of this class are immutable once constructed.

Since:
2.1
Author:
Mark Paluch
See Also: