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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformInboundSamlConfigSpConfig.BuilderA builder forIdentityPlatformInboundSamlConfigSpConfigstatic classIdentityPlatformInboundSamlConfigSpConfig.Jsii$ProxyAn implementation forIdentityPlatformInboundSamlConfigSpConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IdentityPlatformInboundSamlConfigSpConfig.Builderbuilder()default StringgetCallbackUri()Callback URI where responses from IDP are handled.default StringgetSpEntityId()Unique identifier for all SAML entities.
-
-
-
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}
-
builder
@Stability(Stable) static IdentityPlatformInboundSamlConfigSpConfig.Builder builder()
-
-