Show / Hide Table of Contents

Class TenantInboundSamlConfigIdpConfig

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

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<TenantInboundSamlConfigIdpConfigIdpCertificate> IdpCertificates
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<TenantInboundSamlConfigIdpConfigIdpCertificate>
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.