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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformInboundSamlConfigIdpConfig.BuilderA builder forIdentityPlatformInboundSamlConfigIdpConfigstatic classIdentityPlatformInboundSamlConfigIdpConfig.Jsii$ProxyAn implementation forIdentityPlatformInboundSamlConfigIdpConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IdentityPlatformInboundSamlConfigIdpConfig.Builderbuilder()ObjectgetIdpCertificates()idp_certificates block.StringgetIdpEntityId()Unique identifier for all SAML entities.default ObjectgetSignRequest()Indicates if outbounding SAMLRequest should be signed.StringgetSsoUrl()URL to send Authentication request to.
-
-
-
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}
-
builder
@Stability(Stable) static IdentityPlatformInboundSamlConfigIdpConfig.Builder builder()
-
-