Class InboundSamlConfigSpConfigArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InboundSamlConfigSpConfigArgs : ResourceArgs
Constructors
View SourceInboundSamlConfigSpConfigArgs()
Declaration
public InboundSamlConfigSpConfigArgs()
Properties
View SourceCallbackUri
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> |
SpCertificates
The IDP's certificate data to verify the signature in the SAMLResponse issued by the IDP. Structure is documented below.
Declaration
public InputList<InboundSamlConfigSpConfigSpCertificateArgs> SpCertificates { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<InboundSamlConfigSpConfigSpCertificateArgs> |
SpEntityId
Unique identifier for all SAML entities.
Declaration
public Input<string> SpEntityId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |