Class GcpIamAuthenticationOptions

java.lang.Object
org.springframework.vault.authentication.GcpIamAuthenticationSupport
org.springframework.vault.authentication.GcpIamAuthenticationOptions

@Deprecated public class GcpIamAuthenticationOptions extends GcpIamAuthenticationSupport
Deprecated.
since 2.3.2
Authentication options for GcpIamAuthentication.

Authentication options provide the path, a GcpCredentialSupplier, role and JWT expiry for GCP IAM authentication. Instances of this class are immutable once constructed.

Since:
2.1
Author:
Mark Paluch, Magnus Jungsbluth
See Also: