Interface IdentityPlatformInboundSamlConfigSpConfig

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

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

      • getCallbackUri

        @Stability(Stable)
        @Nullable
        default String getCallbackUri()
        Callback URI where responses from IDP are handled. Must start with 'https://'.

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

      • getSpEntityId

        @Stability(Stable)
        @Nullable
        default String getSpEntityId()
        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#sp_entity_id IdentityPlatformInboundSamlConfig#sp_entity_id}