Class TenantInboundSamlConfigIdpConfigArgs
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 TenantInboundSamlConfigIdpConfigArgs : ResourceArgs
Constructors
View SourceTenantInboundSamlConfigIdpConfigArgs()
Declaration
public TenantInboundSamlConfigIdpConfigArgs()
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<TenantInboundSamlConfigIdpConfigIdpCertificateArgs> IdpCertificates { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TenantInboundSamlConfigIdpConfigIdpCertificateArgs> |
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> |