Package com.pulumi.gcp.iam.inputs
Class WorkforcePoolProviderSamlArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.iam.inputs.WorkforcePoolProviderSamlArgs
-
public final class WorkforcePoolProviderSamlArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkforcePoolProviderSamlArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WorkforcePoolProviderSamlArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkforcePoolProviderSamlArgs.Builder
builder()
static WorkforcePoolProviderSamlArgs.Builder
builder(WorkforcePoolProviderSamlArgs defaults)
com.pulumi.core.Output<java.lang.String>
idpMetadataXml()
-
-
-
Field Detail
-
Empty
public static final WorkforcePoolProviderSamlArgs Empty
-
-
Method Detail
-
idpMetadataXml
public com.pulumi.core.Output<java.lang.String> idpMetadataXml()
- Returns:
- SAML Identity provider configuration metadata xml doc. 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.
-
builder
public static WorkforcePoolProviderSamlArgs.Builder builder()
-
builder
public static WorkforcePoolProviderSamlArgs.Builder builder(WorkforcePoolProviderSamlArgs defaults)
-
-