Class TenantInboundSamlConfigSpConfig
- java.lang.Object
-
- com.pulumi.gcp.identityplatform.outputs.TenantInboundSamlConfigSpConfig
-
public final class TenantInboundSamlConfigSpConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TenantInboundSamlConfigSpConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TenantInboundSamlConfigSpConfig.Builder
builder()
static TenantInboundSamlConfigSpConfig.Builder
builder(TenantInboundSamlConfigSpConfig defaults)
java.lang.String
callbackUri()
java.util.List<TenantInboundSamlConfigSpConfigSpCertificate>
spCertificates()
java.lang.String
spEntityId()
-
-
-
Method Detail
-
callbackUri
public java.lang.String callbackUri()
- Returns:
- Callback URI where responses from IDP are handled. Must start with `https://`.
-
spCertificates
public java.util.List<TenantInboundSamlConfigSpConfigSpCertificate> spCertificates()
- Returns:
- (Output) The IDP's certificate data to verify the signature in the SAMLResponse issued by the IDP. Structure is documented below. <a name="nested_sp_certificates"></a>The `sp_certificates` block contains:
-
spEntityId
public java.lang.String spEntityId()
- Returns:
- Unique identifier for all SAML entities.
-
builder
public static TenantInboundSamlConfigSpConfig.Builder builder()
-
builder
public static TenantInboundSamlConfigSpConfig.Builder builder(TenantInboundSamlConfigSpConfig defaults)
-
-