SAMLUpdateAuthProviderRequest constructor

SAMLUpdateAuthProviderRequest({
  1. String? displayName,
  2. bool? enabled,
  3. String? idpEntityId,
  4. String? ssoURL,
  5. List<String>? x509Certificates,
  6. String? rpEntityId,
  7. String? callbackURL,
})

Implementation

SAMLUpdateAuthProviderRequest({
  super.displayName,
  super.enabled,
  super.idpEntityId,
  super.ssoURL,
  super.x509Certificates,
  super.rpEntityId,
  super.callbackURL,
});