Interface IdentityPlatformTenantInboundSamlConfigConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
IdentityPlatformTenantInboundSamlConfigConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.697Z") @Stability(Stable) public interface IdentityPlatformTenantInboundSamlConfigConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformTenantInboundSamlConfigConfig.BuilderA builder forIdentityPlatformTenantInboundSamlConfigConfigstatic classIdentityPlatformTenantInboundSamlConfigConfig.Jsii$ProxyAn implementation forIdentityPlatformTenantInboundSamlConfigConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IdentityPlatformTenantInboundSamlConfigConfig.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_tenant_inbound_saml_config#id IdentityPlatformTenantInboundSamlConfig#id}.IdentityPlatformTenantInboundSamlConfigIdpConfiggetIdpConfig()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_tenant_inbound_saml_config#project IdentityPlatformTenantInboundSamlConfig#project}.IdentityPlatformTenantInboundSamlConfigSpConfiggetSpConfig()sp_config block.StringgetTenant()The name of the tenant where this inbound SAML config resource exists.default IdentityPlatformTenantInboundSamlConfigTimeoutsgetTimeouts()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_tenant_inbound_saml_config#display_name IdentityPlatformTenantInboundSamlConfig#display_name}
-
getIdpConfig
@Stability(Stable) @NotNull IdentityPlatformTenantInboundSamlConfigIdpConfig getIdpConfig()
idp_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_inbound_saml_config#idp_config IdentityPlatformTenantInboundSamlConfig#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_tenant_inbound_saml_config#name IdentityPlatformTenantInboundSamlConfig#name}
-
getSpConfig
@Stability(Stable) @NotNull IdentityPlatformTenantInboundSamlConfigSpConfig getSpConfig()
sp_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_inbound_saml_config#sp_config IdentityPlatformTenantInboundSamlConfig#sp_config}
-
getTenant
@Stability(Stable) @NotNull String getTenant()
The name of the tenant where this inbound SAML config resource exists.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_inbound_saml_config#tenant IdentityPlatformTenantInboundSamlConfig#tenant}
-
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_tenant_inbound_saml_config#enabled IdentityPlatformTenantInboundSamlConfig#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_tenant_inbound_saml_config#id IdentityPlatformTenantInboundSamlConfig#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_tenant_inbound_saml_config#project IdentityPlatformTenantInboundSamlConfig#project}.
-
getTimeouts
@Stability(Stable) @Nullable default IdentityPlatformTenantInboundSamlConfigTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_inbound_saml_config#timeouts IdentityPlatformTenantInboundSamlConfig#timeouts}
-
builder
@Stability(Stable) static IdentityPlatformTenantInboundSamlConfigConfig.Builder builder()
-
-