Interface IntegrationsAuthConfigDecryptedCredentialAuthToken
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationsAuthConfigDecryptedCredentialAuthToken.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.749Z") @Stability(Stable) public interface IntegrationsAuthConfigDecryptedCredentialAuthToken extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationsAuthConfigDecryptedCredentialAuthToken.BuilderA builder forIntegrationsAuthConfigDecryptedCredentialAuthTokenstatic classIntegrationsAuthConfigDecryptedCredentialAuthToken.Jsii$ProxyAn implementation forIntegrationsAuthConfigDecryptedCredentialAuthToken
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IntegrationsAuthConfigDecryptedCredentialAuthToken.Builderbuilder()default StringgetToken()The token for the auth type.default StringgetType()Authentication type, e.g.
-
-
-
Method Detail
-
getToken
@Stability(Stable) @Nullable default String getToken()
The token for the auth type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#token IntegrationsAuthConfig#token}
-
getType
@Stability(Stable) @Nullable default String getType()
Authentication type, e.g. "Basic", "Bearer", etc.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#type IntegrationsAuthConfig#type}
-
builder
@Stability(Stable) static IntegrationsAuthConfigDecryptedCredentialAuthToken.Builder builder()
-
-