Class TenantInboundSamlConfigSpConfig
Inheritance
System.Object
TenantInboundSamlConfigSpConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.IdentityPlatform.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TenantInboundSamlConfigSpConfig
Fields
View SourceCallbackUri
Callback URI where responses from IDP are handled. Must start with https://.
Declaration
public readonly string CallbackUri
Field Value
| Type | Description |
|---|---|
| System.String |
SpCertificates
The IDP's certificate data to verify the signature in the SAMLResponse issued by the IDP. Structure is documented below.
Declaration
public readonly ImmutableArray<TenantInboundSamlConfigSpConfigSpCertificate> SpCertificates
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<TenantInboundSamlConfigSpConfigSpCertificate> |
SpEntityId
Unique identifier for all SAML entities.
Declaration
public readonly string SpEntityId
Field Value
| Type | Description |
|---|---|
| System.String |