mirror of
https://github.com/bitwarden/android.git
synced 2026-06-07 23:11:01 -05:00
Update SyncResponseJson.kt (providerType) (#343)
This commit is contained in:
committed by
Álison Fernandes
parent
ba62eaf6d0
commit
ed970f1956
@@ -204,7 +204,7 @@ data class SyncResponseJson(
|
||||
* @property type The type of organization.
|
||||
* @property seats The number of seats in the organization (nullable).
|
||||
* @property isEnabled If the organization is enabled.
|
||||
* @property providerType They type of provider for the organization.
|
||||
* @property providerType They type of provider for the organization (nullable).
|
||||
* @property isResetPasswordEnrolled If reset password has been
|
||||
* enrolled for the organization.
|
||||
* @property shouldUseSecretsManager If the organization should use the secrets manager.
|
||||
@@ -267,7 +267,7 @@ data class SyncResponseJson(
|
||||
val isEnabled: Boolean,
|
||||
|
||||
@SerialName("providerType")
|
||||
val providerType: Int,
|
||||
val providerType: Int?,
|
||||
|
||||
@SerialName("resetPasswordEnrolled")
|
||||
val isResetPasswordEnrolled: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user