Class IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.integrations_auth_config.IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference
-
- 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 IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference 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 IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthEndpoint()StringgetAuthEndpointInput()StringgetClientId()StringgetClientIdInput()StringgetClientSecret()StringgetClientSecretInput()IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodegetInternalValue()StringgetScope()StringgetScopeInput()StringgetTokenEndpoint()StringgetTokenEndpointInput()voidresetAuthEndpoint()voidresetClientId()voidresetClientSecret()voidresetScope()voidresetTokenEndpoint()voidsetAuthEndpoint(String value)voidsetClientId(String value)voidsetClientSecret(String value)voidsetInternalValue(IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode value)voidsetScope(String value)voidsetTokenEndpoint(String value)-
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
-
IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference
protected IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference
protected IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference
@Stability(Stable) public IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCodeOutputReference(@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
-
resetAuthEndpoint
@Stability(Stable) public void resetAuthEndpoint()
-
resetClientId
@Stability(Stable) public void resetClientId()
-
resetClientSecret
@Stability(Stable) public void resetClientSecret()
-
resetScope
@Stability(Stable) public void resetScope()
-
resetTokenEndpoint
@Stability(Stable) public void resetTokenEndpoint()
-
getAuthEndpointInput
@Stability(Stable) @Nullable public String getAuthEndpointInput()
-
getClientIdInput
@Stability(Stable) @Nullable public String getClientIdInput()
-
getClientSecretInput
@Stability(Stable) @Nullable public String getClientSecretInput()
-
getScopeInput
@Stability(Stable) @Nullable public String getScopeInput()
-
getTokenEndpointInput
@Stability(Stable) @Nullable public String getTokenEndpointInput()
-
getAuthEndpoint
@Stability(Stable) @NotNull public String getAuthEndpoint()
-
setAuthEndpoint
@Stability(Stable) public void setAuthEndpoint(@NotNull String value)
-
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)
-
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 IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode value)
-
-