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