Class IdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.identity_platform_tenant_inbound_saml_config.IdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.699Z") @Stability(Stable) public class IdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description IdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedIdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityPlatformTenantInboundSamlConfigIdpConfigIdpCertificatesListgetIdpCertificates()ObjectgetIdpCertificatesInput()StringgetIdpEntityId()StringgetIdpEntityIdInput()IdentityPlatformTenantInboundSamlConfigIdpConfiggetInternalValue()ObjectgetSignRequest()ObjectgetSignRequestInput()StringgetSsoUrl()StringgetSsoUrlInput()voidputIdpCertificates(Object value)voidresetSignRequest()voidsetIdpEntityId(String value)voidsetInternalValue(IdentityPlatformTenantInboundSamlConfigIdpConfig value)voidsetSignRequest(com.hashicorp.cdktf.IResolvable value)voidsetSignRequest(Boolean value)voidsetSsoUrl(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
IdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference
protected IdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
IdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference
protected IdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
IdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference
@Stability(Stable) public IdentityPlatformTenantInboundSamlConfigIdpConfigOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putIdpCertificates
@Stability(Stable) public void putIdpCertificates(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetSignRequest
@Stability(Stable) public void resetSignRequest()
-
getIdpCertificates
@Stability(Stable) @NotNull public IdentityPlatformTenantInboundSamlConfigIdpConfigIdpCertificatesList getIdpCertificates()
-
getIdpCertificatesInput
@Stability(Stable) @Nullable public Object getIdpCertificatesInput()
-
getIdpEntityIdInput
@Stability(Stable) @Nullable public String getIdpEntityIdInput()
-
getSignRequestInput
@Stability(Stable) @Nullable public Object getSignRequestInput()
-
getSsoUrlInput
@Stability(Stable) @Nullable public String getSsoUrlInput()
-
getIdpEntityId
@Stability(Stable) @NotNull public String getIdpEntityId()
-
setIdpEntityId
@Stability(Stable) public void setIdpEntityId(@NotNull String value)
-
getSignRequest
@Stability(Stable) @NotNull public Object getSignRequest()
-
setSignRequest
@Stability(Stable) public void setSignRequest(@NotNull Boolean value)
-
setSignRequest
@Stability(Stable) public void setSignRequest(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getSsoUrl
@Stability(Stable) @NotNull public String getSsoUrl()
-
setSsoUrl
@Stability(Stable) public void setSsoUrl(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public IdentityPlatformTenantInboundSamlConfigIdpConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable IdentityPlatformTenantInboundSamlConfigIdpConfig value)
-
-