Interface IdentityPlatformInboundSamlConfigIdpConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    IdentityPlatformInboundSamlConfigIdpConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.677Z")
    @Stability(Stable)
    public interface IdentityPlatformInboundSamlConfigIdpConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getIdpCertificates

        @Stability(Stable)
        @NotNull
        Object getIdpCertificates()
        idp_certificates block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#idp_certificates IdentityPlatformInboundSamlConfig#idp_certificates}

      • getIdpEntityId

        @Stability(Stable)
        @NotNull
        String getIdpEntityId()
        Unique identifier for all SAML entities.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#idp_entity_id IdentityPlatformInboundSamlConfig#idp_entity_id}

      • getSsoUrl

        @Stability(Stable)
        @NotNull
        String getSsoUrl()
        URL to send Authentication request to.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#sso_url IdentityPlatformInboundSamlConfig#sso_url}

      • getSignRequest

        @Stability(Stable)
        @Nullable
        default Object getSignRequest()
        Indicates if outbounding SAMLRequest should be signed.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#sign_request IdentityPlatformInboundSamlConfig#sign_request}