MattermostMigrateApi class

Constructors

MattermostMigrateApi(MattermostApiClient apiClient)

Properties

apiClient MattermostApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

migrateAuthToLdap({MmMigrateAuthToLdapRequest? mmMigrateAuthToLdapRequest}) Future<void>
Migrate user accounts authentication type to LDAP.
migrateAuthToLdapWithHttpInfo({MmMigrateAuthToLdapRequest? mmMigrateAuthToLdapRequest}) Future<Response>
Migrate user accounts authentication type to LDAP.
migrateAuthToSaml({MmMigrateAuthToSamlRequest? mmMigrateAuthToSamlRequest}) Future<void>
Migrate user accounts authentication type to SAML.
migrateAuthToSamlWithHttpInfo({MmMigrateAuthToSamlRequest? mmMigrateAuthToSamlRequest}) Future<Response>
Migrate user accounts authentication type to SAML.
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