Class IdentityPlatformInboundSamlConfigIdpConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.identity_platform_inbound_saml_config.IdentityPlatformInboundSamlConfigIdpConfigOutputReference
-
- 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.678Z") @Stability(Stable) public class IdentityPlatformInboundSamlConfigIdpConfigOutputReference 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 IdentityPlatformInboundSamlConfigIdpConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedIdentityPlatformInboundSamlConfigIdpConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIdentityPlatformInboundSamlConfigIdpConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityPlatformInboundSamlConfigIdpConfigIdpCertificatesListgetIdpCertificates()ObjectgetIdpCertificatesInput()StringgetIdpEntityId()StringgetIdpEntityIdInput()IdentityPlatformInboundSamlConfigIdpConfiggetInternalValue()ObjectgetSignRequest()ObjectgetSignRequestInput()StringgetSsoUrl()StringgetSsoUrlInput()voidputIdpCertificates(Object value)voidresetSignRequest()voidsetIdpEntityId(String value)voidsetInternalValue(IdentityPlatformInboundSamlConfigIdpConfig 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
-
IdentityPlatformInboundSamlConfigIdpConfigOutputReference
protected IdentityPlatformInboundSamlConfigIdpConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
IdentityPlatformInboundSamlConfigIdpConfigOutputReference
protected IdentityPlatformInboundSamlConfigIdpConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
IdentityPlatformInboundSamlConfigIdpConfigOutputReference
@Stability(Stable) public IdentityPlatformInboundSamlConfigIdpConfigOutputReference(@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 IdentityPlatformInboundSamlConfigIdpConfigIdpCertificatesList 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 IdentityPlatformInboundSamlConfigIdpConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable IdentityPlatformInboundSamlConfigIdpConfig value)
-
-