mirror of
https://github.com/bitwarden/android.git
synced 2025-03-15 18:58:59 +03:00
Update SyncResponseJson.kt (providerType) (#343)
This commit is contained in:
parent
ba62eaf6d0
commit
ed970f1956
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue