Show / Hide Table of Contents

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 Source

CallbackUri

Callback URI where responses from IDP are handled. Must start with https://.

Declaration
public readonly string CallbackUri
Field Value
Type Description
System.String
View Source

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>
View Source

SpEntityId

Unique identifier for all SAML entities.

Declaration
public readonly string SpEntityId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.