Class 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
    • 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)