Interface IdentityPlatformInboundSamlConfigConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
IdentityPlatformInboundSamlConfigConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.676Z") @Stability(Stable) public interface IdentityPlatformInboundSamlConfigConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformInboundSamlConfigConfig.BuilderA builder forIdentityPlatformInboundSamlConfigConfigstatic classIdentityPlatformInboundSamlConfigConfig.Jsii$ProxyAn implementation forIdentityPlatformInboundSamlConfigConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IdentityPlatformInboundSamlConfigConfig.Builderbuilder()StringgetDisplayName()Human friendly display name.default ObjectgetEnabled()If this config allows users to sign in with the provider.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#id IdentityPlatformInboundSamlConfig#id}.IdentityPlatformInboundSamlConfigIdpConfiggetIdpConfig()idp_config block.StringgetName()The name of the InboundSamlConfig resource.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#project IdentityPlatformInboundSamlConfig#project}.IdentityPlatformInboundSamlConfigSpConfiggetSpConfig()sp_config block.default IdentityPlatformInboundSamlConfigTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
Human friendly display name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#display_name IdentityPlatformInboundSamlConfig#display_name}
-
getIdpConfig
@Stability(Stable) @NotNull IdentityPlatformInboundSamlConfigIdpConfig getIdpConfig()
idp_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#idp_config IdentityPlatformInboundSamlConfig#idp_config}
-
getName
@Stability(Stable) @NotNull String getName()
The name of the InboundSamlConfig resource.Must start with 'saml.' and can only have alphanumeric characters, hyphens, underscores or periods. The part after 'saml.' must also start with a lowercase letter, end with an alphanumeric character, and have at least 2 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#name IdentityPlatformInboundSamlConfig#name}
-
getSpConfig
@Stability(Stable) @NotNull IdentityPlatformInboundSamlConfigSpConfig getSpConfig()
sp_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#sp_config IdentityPlatformInboundSamlConfig#sp_config}
-
getEnabled
@Stability(Stable) @Nullable default Object getEnabled()
If this config allows users to sign in with the provider.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#enabled IdentityPlatformInboundSamlConfig#enabled}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#id IdentityPlatformInboundSamlConfig#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#project IdentityPlatformInboundSamlConfig#project}.
-
getTimeouts
@Stability(Stable) @Nullable default IdentityPlatformInboundSamlConfigTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#timeouts IdentityPlatformInboundSamlConfig#timeouts}
-
builder
@Stability(Stable) static IdentityPlatformInboundSamlConfigConfig.Builder builder()
-
-