Class IntegrationsAuthConfigDecryptedCredential.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.integrations_auth_config.IntegrationsAuthConfigDecryptedCredential.Jsii$Proxy
-
- All Implemented Interfaces:
IntegrationsAuthConfigDecryptedCredential,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IntegrationsAuthConfigDecryptedCredential
@Stability(Stable) @Internal public static final class IntegrationsAuthConfigDecryptedCredential.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationsAuthConfigDecryptedCredential
An implementation forIntegrationsAuthConfigDecryptedCredential
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.integrations_auth_config.IntegrationsAuthConfigDecryptedCredential
IntegrationsAuthConfigDecryptedCredential.Builder, IntegrationsAuthConfigDecryptedCredential.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IntegrationsAuthConfigDecryptedCredential.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegrationsAuthConfigDecryptedCredential.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)IntegrationsAuthConfigDecryptedCredentialAuthTokengetAuthToken()auth_token block.StringgetCredentialType()Credential type associated with auth configs.IntegrationsAuthConfigDecryptedCredentialJwtgetJwt()jwt block.IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodegetOauth2AuthorizationCode()oauth2_authorization_code block.IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsgetOauth2ClientCredentials()oauth2_client_credentials block.IntegrationsAuthConfigDecryptedCredentialOidcTokengetOidcToken()oidc_token block.IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsgetServiceAccountCredentials()service_account_credentials block.IntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordgetUsernameAndPassword()username_and_password block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IntegrationsAuthConfigDecryptedCredential.Builder builder)
Constructor that initializes the object based on literal property values passed by theIntegrationsAuthConfigDecryptedCredential.Builder.
-
-
Method Detail
-
getCredentialType
public final String getCredentialType()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialCredential type associated with auth configs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#credential_type IntegrationsAuthConfig#credential_type}
- Specified by:
getCredentialTypein interfaceIntegrationsAuthConfigDecryptedCredential
-
getAuthToken
public final IntegrationsAuthConfigDecryptedCredentialAuthToken getAuthToken()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialauth_token block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#auth_token IntegrationsAuthConfig#auth_token}
- Specified by:
getAuthTokenin interfaceIntegrationsAuthConfigDecryptedCredential
-
getJwt
public final IntegrationsAuthConfigDecryptedCredentialJwt getJwt()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialjwt block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#jwt IntegrationsAuthConfig#jwt}
- Specified by:
getJwtin interfaceIntegrationsAuthConfigDecryptedCredential
-
getOauth2AuthorizationCode
public final IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode getOauth2AuthorizationCode()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialoauth2_authorization_code block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#oauth2_authorization_code IntegrationsAuthConfig#oauth2_authorization_code}
- Specified by:
getOauth2AuthorizationCodein interfaceIntegrationsAuthConfigDecryptedCredential
-
getOauth2ClientCredentials
public final IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials getOauth2ClientCredentials()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialoauth2_client_credentials block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#oauth2_client_credentials IntegrationsAuthConfig#oauth2_client_credentials}
- Specified by:
getOauth2ClientCredentialsin interfaceIntegrationsAuthConfigDecryptedCredential
-
getOidcToken
public final IntegrationsAuthConfigDecryptedCredentialOidcToken getOidcToken()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialoidc_token block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#oidc_token IntegrationsAuthConfig#oidc_token}
- Specified by:
getOidcTokenin interfaceIntegrationsAuthConfigDecryptedCredential
-
getServiceAccountCredentials
public final IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials getServiceAccountCredentials()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialservice_account_credentials block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#service_account_credentials IntegrationsAuthConfig#service_account_credentials}
- Specified by:
getServiceAccountCredentialsin interfaceIntegrationsAuthConfigDecryptedCredential
-
getUsernameAndPassword
public final IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword getUsernameAndPassword()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialusername_and_password block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#username_and_password IntegrationsAuthConfig#username_and_password}
- Specified by:
getUsernameAndPasswordin interfaceIntegrationsAuthConfigDecryptedCredential
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-