Class IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.integrations_auth_config.IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference
-
- 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.750Z") @Stability(Stable) public class IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference 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 IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference(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
-
IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference
protected IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference
protected IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsOutputReference(@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
-
putTokenParams
@Stability(Stable) public void putTokenParams(@NotNull IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams value)- Parameters:
value- This parameter is required.
-
resetClientId
@Stability(Stable) public void resetClientId()
-
resetClientSecret
@Stability(Stable) public void resetClientSecret()
-
resetRequestType
@Stability(Stable) public void resetRequestType()
-
resetScope
@Stability(Stable) public void resetScope()
-
resetTokenEndpoint
@Stability(Stable) public void resetTokenEndpoint()
-
resetTokenParams
@Stability(Stable) public void resetTokenParams()
-
getTokenParams
@Stability(Stable) @NotNull public IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsOutputReference getTokenParams()
-
getClientIdInput
@Stability(Stable) @Nullable public String getClientIdInput()
-
getClientSecretInput
@Stability(Stable) @Nullable public String getClientSecretInput()
-
getRequestTypeInput
@Stability(Stable) @Nullable public String getRequestTypeInput()
-
getScopeInput
@Stability(Stable) @Nullable public String getScopeInput()
-
getTokenEndpointInput
@Stability(Stable) @Nullable public String getTokenEndpointInput()
-
getTokenParamsInput
@Stability(Stable) @Nullable public IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams getTokenParamsInput()
-
getClientId
@Stability(Stable) @NotNull public String getClientId()
-
setClientId
@Stability(Stable) public void setClientId(@NotNull String value)
-
getClientSecret
@Stability(Stable) @NotNull public String getClientSecret()
-
setClientSecret
@Stability(Stable) public void setClientSecret(@NotNull String value)
-
getRequestType
@Stability(Stable) @NotNull public String getRequestType()
-
setRequestType
@Stability(Stable) public void setRequestType(@NotNull String value)
-
getScope
@Stability(Stable) @NotNull public String getScope()
-
setScope
@Stability(Stable) public void setScope(@NotNull String value)
-
getTokenEndpoint
@Stability(Stable) @NotNull public String getTokenEndpoint()
-
setTokenEndpoint
@Stability(Stable) public void setTokenEndpoint(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials value)
-
-