Class TenantInboundSamlConfigIdpConfig
Inheritance
System.Object
TenantInboundSamlConfigIdpConfig
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TenantInboundSamlConfigIdpConfig
Fields
View SourceIdpCertificates
The IDP's certificate data to verify the signature in the SAMLResponse issued by the IDP. Structure is documented below.
Declaration
public readonly ImmutableArray<TenantInboundSamlConfigIdpConfigIdpCertificate> IdpCertificates
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<TenantInboundSamlConfigIdpConfigIdpCertificate> |
IdpEntityId
Unique identifier for all SAML entities
Declaration
public readonly string IdpEntityId
Field Value
| Type | Description |
|---|---|
| System.String |
SignRequest
Indicates if outbounding SAMLRequest should be signed.
Declaration
public readonly bool? SignRequest
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
SsoUrl
URL to send Authentication request to.
Declaration
public readonly string SsoUrl
Field Value
| Type | Description |
|---|---|
| System.String |