Show / Hide Table of Contents

Class TenantInboundSamlConfigIdpConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TenantInboundSamlConfigIdpConfigArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TenantInboundSamlConfigIdpConfigArgs : ResourceArgs

Constructors

View Source

TenantInboundSamlConfigIdpConfigArgs()

Declaration
public TenantInboundSamlConfigIdpConfigArgs()

Properties

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 InputList<TenantInboundSamlConfigIdpConfigIdpCertificateArgs> IdpCertificates { get; set; }
Property Value
Type Description
InputList<TenantInboundSamlConfigIdpConfigIdpCertificateArgs>
View Source

IdpEntityId

Unique identifier for all SAML entities

Declaration
public Input<string> IdpEntityId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SignRequest

Indicates if outbounding SAMLRequest should be signed.

Declaration
public Input<bool> SignRequest { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SsoUrl

URL to send Authentication request to.

Declaration
public Input<string> SsoUrl { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.