Show / Hide Table of Contents

Class InboundSamlConfigIdpConfig

Inheritance
System.Object
InboundSamlConfigIdpConfig
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 InboundSamlConfigIdpConfig

Fields

View Source

IdpCertificates

The IdP's certificate data to verify the signature in the SAMLResponse issued by the IDP. Structure is documented below.

Declaration
public readonly ImmutableArray<InboundSamlConfigIdpConfigIdpCertificate> IdpCertificates
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<InboundSamlConfigIdpConfigIdpCertificate>
View Source

IdpEntityId

Unique identifier for all SAML entities

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

SignRequest

Indicates if outbounding SAMLRequest should be signed.

Declaration
public readonly bool? SignRequest
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

SsoUrl

URL to send Authentication request to.

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