Class IamWorkforcePoolProviderSaml.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.iam_workforce_pool_provider.IamWorkforcePoolProviderSaml.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IamWorkforcePoolProviderSaml>
- Enclosing interface:
- IamWorkforcePoolProviderSaml
@Stability(Stable) public static final class IamWorkforcePoolProviderSaml.Builder extends Object implements software.amazon.jsii.Builder<IamWorkforcePoolProviderSaml>
A builder forIamWorkforcePoolProviderSaml
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IamWorkforcePoolProviderSamlbuild()Builds the configured instance.IamWorkforcePoolProviderSaml.BuilderidpMetadataXml(String idpMetadataXml)Sets the value ofIamWorkforcePoolProviderSaml.getIdpMetadataXml()
-
-
-
Method Detail
-
idpMetadataXml
@Stability(Stable) public IamWorkforcePoolProviderSaml.Builder idpMetadataXml(String idpMetadataXml)
Sets the value ofIamWorkforcePoolProviderSaml.getIdpMetadataXml()- Parameters:
idpMetadataXml- SAML Identity provider configuration metadata xml doc. This parameter is required. The xml document should comply with [SAML 2.0 specification](https://docs.oasis-open.org/security/saml/v2.0/saml-metadata-2.0-os.pdf). The max size of the acceptable xml document will be bounded to 128k characters. The metadata xml document should satisfy the following constraints: 1) Must contain an Identity Provider Entity ID. 2) Must contain at least one non-expired signing key certificate. 3) For each signing key: a) Valid from should be no more than 7 days from now. b) Valid to should be no more than 10 years in the future. 4) Up to 3 IdP signing keys are allowed in the metadata xml. When updating the provider's metadata xml, at least one non-expired signing key must overlap with the existing metadata. This requirement is skipped if there are no non-expired signing keys present in the existing metadata. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workforce_pool_provider#idp_metadata_xml IamWorkforcePoolProvider#idp_metadata_xml}- Returns:
this
-
build
@Stability(Stable) public IamWorkforcePoolProviderSaml build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IamWorkforcePoolProviderSaml>- Returns:
- a new instance of
IamWorkforcePoolProviderSaml - Throws:
NullPointerException- if any required attribute was not provided
-
-