Class IdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference

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

      • IdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference

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

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

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