Class IdentityPlatformInboundSamlConfigSpConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.identity_platform_inbound_saml_config.IdentityPlatformInboundSamlConfigSpConfig.Jsii$Proxy
-
- All Implemented Interfaces:
IdentityPlatformInboundSamlConfigSpConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IdentityPlatformInboundSamlConfigSpConfig
@Stability(Stable) @Internal public static final class IdentityPlatformInboundSamlConfigSpConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IdentityPlatformInboundSamlConfigSpConfig
An implementation forIdentityPlatformInboundSamlConfigSpConfig
-
-
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.IdentityPlatformInboundSamlConfigSpConfig
IdentityPlatformInboundSamlConfigSpConfig.Builder, IdentityPlatformInboundSamlConfigSpConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IdentityPlatformInboundSamlConfigSpConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theIdentityPlatformInboundSamlConfigSpConfig.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)StringgetCallbackUri()Callback URI where responses from IDP are handled.StringgetSpEntityId()Unique identifier for all SAML entities.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(IdentityPlatformInboundSamlConfigSpConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theIdentityPlatformInboundSamlConfigSpConfig.Builder.
-
-
Method Detail
-
getCallbackUri
public final String getCallbackUri()
Description copied from interface:IdentityPlatformInboundSamlConfigSpConfigCallback 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}
- Specified by:
getCallbackUriin interfaceIdentityPlatformInboundSamlConfigSpConfig
-
getSpEntityId
public final String getSpEntityId()
Description copied from interface:IdentityPlatformInboundSamlConfigSpConfigUnique 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}
- Specified by:
getSpEntityIdin interfaceIdentityPlatformInboundSamlConfigSpConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-