Class IdentityPlatformInboundSamlConfigIdpConfigOutputReference

  • 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.678Z")
    @Stability(Stable)
    public class IdentityPlatformInboundSamlConfigIdpConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • IdentityPlatformInboundSamlConfigIdpConfigOutputReference

        protected IdentityPlatformInboundSamlConfigIdpConfigOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • IdentityPlatformInboundSamlConfigIdpConfigOutputReference

        protected IdentityPlatformInboundSamlConfigIdpConfigOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • IdentityPlatformInboundSamlConfigIdpConfigOutputReference

        @Stability(Stable)
        public IdentityPlatformInboundSamlConfigIdpConfigOutputReference​(@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

      • putIdpCertificates

        @Stability(Stable)
        public void putIdpCertificates​(@NotNull
                                       Object value)
        Parameters:
        value - This parameter is required.
      • resetSignRequest

        @Stability(Stable)
        public void resetSignRequest()
      • getIdpCertificatesInput

        @Stability(Stable)
        @Nullable
        public Object getIdpCertificatesInput()
      • getIdpEntityIdInput

        @Stability(Stable)
        @Nullable
        public String getIdpEntityIdInput()
      • getSignRequestInput

        @Stability(Stable)
        @Nullable
        public Object getSignRequestInput()
      • getSsoUrlInput

        @Stability(Stable)
        @Nullable
        public String getSsoUrlInput()
      • getIdpEntityId

        @Stability(Stable)
        @NotNull
        public String getIdpEntityId()
      • setIdpEntityId

        @Stability(Stable)
        public void setIdpEntityId​(@NotNull
                                   String value)
      • getSignRequest

        @Stability(Stable)
        @NotNull
        public Object getSignRequest()
      • setSignRequest

        @Stability(Stable)
        public void setSignRequest​(@NotNull
                                   Boolean value)
      • setSignRequest

        @Stability(Stable)
        public void setSignRequest​(@NotNull
                                   com.hashicorp.cdktf.IResolvable value)
      • getSsoUrl

        @Stability(Stable)
        @NotNull
        public String getSsoUrl()
      • setSsoUrl

        @Stability(Stable)
        public void setSsoUrl​(@NotNull
                              String value)