Class IdentityPlatformTenantInboundSamlConfigIdpConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.identity_platform_tenant_inbound_saml_config.IdentityPlatformTenantInboundSamlConfigIdpConfig.Jsii$Proxy
-
- All Implemented Interfaces:
IdentityPlatformTenantInboundSamlConfigIdpConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IdentityPlatformTenantInboundSamlConfigIdpConfig
@Stability(Stable) @Internal public static final class IdentityPlatformTenantInboundSamlConfigIdpConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IdentityPlatformTenantInboundSamlConfigIdpConfig
An implementation forIdentityPlatformTenantInboundSamlConfigIdpConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.identity_platform_tenant_inbound_saml_config.IdentityPlatformTenantInboundSamlConfigIdpConfig
IdentityPlatformTenantInboundSamlConfigIdpConfig.Builder, IdentityPlatformTenantInboundSamlConfigIdpConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IdentityPlatformTenantInboundSamlConfigIdpConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theIdentityPlatformTenantInboundSamlConfigIdpConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetIdpCertificates()idp_certificates block.StringgetIdpEntityId()Unique identifier for all SAML entities.ObjectgetSignRequest()Indicates if outbounding SAMLRequest should be signed.StringgetSsoUrl()URL to send Authentication request to.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IdentityPlatformTenantInboundSamlConfigIdpConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theIdentityPlatformTenantInboundSamlConfigIdpConfig.Builder.
-
-
Method Detail
-
getIdpCertificates
public final Object getIdpCertificates()
Description copied from interface:IdentityPlatformTenantInboundSamlConfigIdpConfigidp_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}
- Specified by:
getIdpCertificatesin interfaceIdentityPlatformTenantInboundSamlConfigIdpConfig
-
getIdpEntityId
public final String getIdpEntityId()
Description copied from interface:IdentityPlatformTenantInboundSamlConfigIdpConfigUnique 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}
- Specified by:
getIdpEntityIdin interfaceIdentityPlatformTenantInboundSamlConfigIdpConfig
-
getSsoUrl
public final String getSsoUrl()
Description copied from interface:IdentityPlatformTenantInboundSamlConfigIdpConfigURL 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}
- Specified by:
getSsoUrlin interfaceIdentityPlatformTenantInboundSamlConfigIdpConfig
-
getSignRequest
public final Object getSignRequest()
Description copied from interface:IdentityPlatformTenantInboundSamlConfigIdpConfigIndicates 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}
- Specified by:
getSignRequestin interfaceIdentityPlatformTenantInboundSamlConfigIdpConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-