Class IdentityPlatformInboundSamlConfigIdpConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.identity_platform_inbound_saml_config.IdentityPlatformInboundSamlConfigIdpConfig.Jsii$Proxy
-
- All Implemented Interfaces:
IdentityPlatformInboundSamlConfigIdpConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IdentityPlatformInboundSamlConfigIdpConfig
@Stability(Stable) @Internal public static final class IdentityPlatformInboundSamlConfigIdpConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IdentityPlatformInboundSamlConfigIdpConfig
An implementation forIdentityPlatformInboundSamlConfigIdpConfig
-
-
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_inbound_saml_config.IdentityPlatformInboundSamlConfigIdpConfig
IdentityPlatformInboundSamlConfigIdpConfig.Builder, IdentityPlatformInboundSamlConfigIdpConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IdentityPlatformInboundSamlConfigIdpConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theIdentityPlatformInboundSamlConfigIdpConfig.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(IdentityPlatformInboundSamlConfigIdpConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theIdentityPlatformInboundSamlConfigIdpConfig.Builder.
-
-
Method Detail
-
getIdpCertificates
public final Object getIdpCertificates()
Description copied from interface:IdentityPlatformInboundSamlConfigIdpConfigidp_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}
- Specified by:
getIdpCertificatesin interfaceIdentityPlatformInboundSamlConfigIdpConfig
-
getIdpEntityId
public final String getIdpEntityId()
Description copied from interface:IdentityPlatformInboundSamlConfigIdpConfigUnique 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}
- Specified by:
getIdpEntityIdin interfaceIdentityPlatformInboundSamlConfigIdpConfig
-
getSsoUrl
public final String getSsoUrl()
Description copied from interface:IdentityPlatformInboundSamlConfigIdpConfigURL 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}
- Specified by:
getSsoUrlin interfaceIdentityPlatformInboundSamlConfigIdpConfig
-
getSignRequest
public final Object getSignRequest()
Description copied from interface:IdentityPlatformInboundSamlConfigIdpConfigIndicates 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}
- Specified by:
getSignRequestin interfaceIdentityPlatformInboundSamlConfigIdpConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-