Show / Hide Table of Contents

Class TenantInboundSamlConfigSpConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TenantInboundSamlConfigSpConfigArgs
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 TenantInboundSamlConfigSpConfigArgs : ResourceArgs

Constructors

View Source

TenantInboundSamlConfigSpConfigArgs()

Declaration
public TenantInboundSamlConfigSpConfigArgs()

Properties

View Source

CallbackUri

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

Declaration
public Input<string> CallbackUri { get; set; }
Property Value
Type Description
Input<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 InputList<TenantInboundSamlConfigSpConfigSpCertificateArgs> SpCertificates { get; set; }
Property Value
Type Description
InputList<TenantInboundSamlConfigSpConfigSpCertificateArgs>
View Source

SpEntityId

Unique identifier for all SAML entities.

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