Class InboundSamlConfigIdpConfigArgs
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 InboundSamlConfigIdpConfigArgs : ResourceArgs
Constructors
View SourceInboundSamlConfigIdpConfigArgs()
Declaration
public InboundSamlConfigIdpConfigArgs()
Properties
View SourceIdpCertificates
The IdP's certificate data to verify the signature in the SAMLResponse issued by the IDP. Structure is documented below.
Declaration
public InputList<InboundSamlConfigIdpConfigIdpCertificateArgs> IdpCertificates { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<InboundSamlConfigIdpConfigIdpCertificateArgs> |
IdpEntityId
Unique identifier for all SAML entities
Declaration
public Input<string> IdpEntityId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SignRequest
Indicates if outbounding SAMLRequest should be signed.
Declaration
public Input<bool> SignRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SsoUrl
URL to send Authentication request to.
Declaration
public Input<string> SsoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |