GoogleCloudIdentitytoolkitAdminV2IdpConfig class
The SAML IdP (Identity Provider) configuration when the project acts as the relying party.
Constructors
- 
          GoogleCloudIdentitytoolkitAdminV2IdpConfig({List<GoogleCloudIdentitytoolkitAdminV2IdpCertificate> ? idpCertificates, String? idpEntityId, bool? signRequest, String? ssoUrl})
- GoogleCloudIdentitytoolkitAdminV2IdpConfig.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  idpCertificates
  ↔ List<GoogleCloudIdentitytoolkitAdminV2IdpCertificate> ?
- 
  IDP's public keys for verifying signature in the assertions.
  getter/setter pair
- idpEntityId ↔ String?
- 
  Unique identifier for all SAML entities.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- signRequest ↔ bool?
- 
  Indicates if outbounding SAMLRequest should be signed.
  getter/setter pair
- ssoUrl ↔ String?
- 
  URL to send Authentication request to.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited