Class IntegrationsAuthConfigDecryptedCredentialOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.integrations_auth_config.IntegrationsAuthConfigDecryptedCredentialOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.753Z") @Stability(Stable) public class IntegrationsAuthConfigDecryptedCredentialOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description IntegrationsAuthConfigDecryptedCredentialOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedIntegrationsAuthConfigDecryptedCredentialOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIntegrationsAuthConfigDecryptedCredentialOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
IntegrationsAuthConfigDecryptedCredentialOutputReference
protected IntegrationsAuthConfigDecryptedCredentialOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
IntegrationsAuthConfigDecryptedCredentialOutputReference
protected IntegrationsAuthConfigDecryptedCredentialOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
IntegrationsAuthConfigDecryptedCredentialOutputReference
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putAuthToken
@Stability(Stable) public void putAuthToken(@NotNull IntegrationsAuthConfigDecryptedCredentialAuthToken value)- Parameters:
value- This parameter is required.
-
putJwt
@Stability(Stable) public void putJwt(@NotNull IntegrationsAuthConfigDecryptedCredentialJwt value)- Parameters:
value- This parameter is required.
-
putOauth2AuthorizationCode
@Stability(Stable) public void putOauth2AuthorizationCode(@NotNull IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode value)- Parameters:
value- This parameter is required.
-
putOauth2ClientCredentials
@Stability(Stable) public void putOauth2ClientCredentials(@NotNull IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials value)- Parameters:
value- This parameter is required.
-
putOidcToken
@Stability(Stable) public void putOidcToken(@NotNull IntegrationsAuthConfigDecryptedCredentialOidcToken value)- Parameters:
value- This parameter is required.
-
putServiceAccountCredentials
@Stability(Stable) public void putServiceAccountCredentials(@NotNull IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials value)- Parameters:
value- This parameter is required.
-
putUsernameAndPassword
@Stability(Stable) public void putUsernameAndPassword(@NotNull IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword value)- Parameters:
value- This parameter is required.
-
resetAuthToken
@Stability(Stable) public void resetAuthToken()
-
resetJwt
@Stability(Stable) public void resetJwt()
-
resetOauth2AuthorizationCode
@Stability(Stable) public void resetOauth2AuthorizationCode()
-
resetOauth2ClientCredentials
@Stability(Stable) public void resetOauth2ClientCredentials()
-
resetOidcToken
@Stability(Stable) public void resetOidcToken()
-
resetServiceAccountCredentials
@Stability(Stable) public void resetServiceAccountCredentials()
-
resetUsernameAndPassword
@Stability(Stable) public void resetUsernameAndPassword()
-
getAuthToken
@Stability(Stable) @NotNull public IntegrationsAuthConfigDecryptedCredentialAuthTokenOutputReference getAuthToken()
-
getJwt
@Stability(Stable) @NotNull public IntegrationsAuthConfigDecryptedCredentialJwtOutputReference getJwt()
-
getOauth2AuthorizationCode
@Stability(Stable) @NotNull public IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference getOauth2AuthorizationCode()
-
getOauth2ClientCredentials
@Stability(Stable) @NotNull public IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference getOauth2ClientCredentials()
-
getOidcToken
@Stability(Stable) @NotNull public IntegrationsAuthConfigDecryptedCredentialOidcTokenOutputReference getOidcToken()
-
getServiceAccountCredentials
@Stability(Stable) @NotNull public IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentialsOutputReference getServiceAccountCredentials()
-
getUsernameAndPassword
@Stability(Stable) @NotNull public IntegrationsAuthConfigDecryptedCredentialUsernameAndPasswordOutputReference getUsernameAndPassword()
-
getAuthTokenInput
@Stability(Stable) @Nullable public IntegrationsAuthConfigDecryptedCredentialAuthToken getAuthTokenInput()
-
getCredentialTypeInput
@Stability(Stable) @Nullable public String getCredentialTypeInput()
-
getJwtInput
@Stability(Stable) @Nullable public IntegrationsAuthConfigDecryptedCredentialJwt getJwtInput()
-
getOauth2AuthorizationCodeInput
@Stability(Stable) @Nullable public IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode getOauth2AuthorizationCodeInput()
-
getOauth2ClientCredentialsInput
@Stability(Stable) @Nullable public IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials getOauth2ClientCredentialsInput()
-
getOidcTokenInput
@Stability(Stable) @Nullable public IntegrationsAuthConfigDecryptedCredentialOidcToken getOidcTokenInput()
-
getServiceAccountCredentialsInput
@Stability(Stable) @Nullable public IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials getServiceAccountCredentialsInput()
-
getUsernameAndPasswordInput
@Stability(Stable) @Nullable public IntegrationsAuthConfigDecryptedCredentialUsernameAndPassword getUsernameAndPasswordInput()
-
getCredentialType
@Stability(Stable) @NotNull public String getCredentialType()
-
setCredentialType
@Stability(Stable) public void setCredentialType(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public IntegrationsAuthConfigDecryptedCredential getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable IntegrationsAuthConfigDecryptedCredential value)
-
-