Class TenantInboundSamlConfigSpConfigArgs
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 TenantInboundSamlConfigSpConfigArgs : ResourceArgs
Constructors
View SourceTenantInboundSamlConfigSpConfigArgs()
Declaration
public TenantInboundSamlConfigSpConfigArgs()
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<TenantInboundSamlConfigSpConfigSpCertificateArgs> SpCertificates { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TenantInboundSamlConfigSpConfigSpCertificateArgs> |
SpEntityId
Unique identifier for all SAML entities.
Declaration
public Input<string> SpEntityId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |