Interface IdentityPlatformTenantInboundSamlConfigIdpConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IdentityPlatformTenantInboundSamlConfigIdpConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.698Z") @Stability(Stable) public interface IdentityPlatformTenantInboundSamlConfigIdpConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformTenantInboundSamlConfigIdpConfig.BuilderA builder forIdentityPlatformTenantInboundSamlConfigIdpConfigstatic classIdentityPlatformTenantInboundSamlConfigIdpConfig.Jsii$ProxyAn implementation forIdentityPlatformTenantInboundSamlConfigIdpConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IdentityPlatformTenantInboundSamlConfigIdpConfig.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_tenant_inbound_saml_config#idp_certificates IdentityPlatformTenantInboundSamlConfig#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_tenant_inbound_saml_config#idp_entity_id IdentityPlatformTenantInboundSamlConfig#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_tenant_inbound_saml_config#sso_url IdentityPlatformTenantInboundSamlConfig#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_tenant_inbound_saml_config#sign_request IdentityPlatformTenantInboundSamlConfig#sign_request}
-
builder
@Stability(Stable) static IdentityPlatformTenantInboundSamlConfigIdpConfig.Builder builder()
-
-