SAMLUpdateAuthProviderRequest class

The request interface for updating a SAML Auth provider. This is used when updating a SAML provider's configuration via _BaseAuth.updateProviderConfig.

Implemented types

Constructors

SAMLUpdateAuthProviderRequest({String? displayName, bool? enabled, String? idpEntityId, String? ssoURL, List<String>? x509Certificates, String? rpEntityId, String? callbackURL})

Properties

callbackURL String?
The SAML provider's callback URL. If not provided, the existing configuration's value is not modified.
finalinherited
displayName String?
The SAML provider's updated display name. If not provided, the existing configuration's value is not modified.
finalinherited
enabled bool?
Whether the SAML provider is enabled or not. If not provided, the existing configuration's setting is not modified.
finalinherited
enableRequestSigning bool?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
idpEntityId String?
The SAML provider's updated IdP entity ID. If not provided, the existing configuration's value is not modified.
finalinherited
issuer String?
finalinherited
providerId String?
The SAML provider's updated provider ID. If not provided, the existing configuration's value is not modified.
finalinherited
rpEntityId String?
The SAML provider's updated RP entity ID. If not provided, the existing configuration's value is not modified.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssoURL String?
The SAML provider's updated SSO URL. If not provided, the existing configuration's value is not modified.
finalinherited
x509Certificates List<String>?
The SAML provider's updated list of X.509 certificated. If not provided, the existing configuration list is not modified.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited