mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
successful local format
This commit is contained in:
parent
2bb1884886
commit
744d44ccef
@ -14,19 +14,19 @@ public class OrganizationSubscriptionDetailsResponseModel : IValidatableObject
|
||||
}
|
||||
|
||||
yield return ValidationResult.Success;
|
||||
}
|
||||
}
|
||||
public class PasswordManagerSubscriptionDetails
|
||||
{
|
||||
public int? Seats { get; set; }
|
||||
public int? MaxAutoScaleSeats { get; set; }
|
||||
public short? Storage { get; set; }
|
||||
}
|
||||
}
|
||||
public class PasswordManagerSubscriptionDetails
|
||||
{
|
||||
public int? Seats { get; set; }
|
||||
public int? MaxAutoScaleSeats { get; set; }
|
||||
public short? Storage { get; set; }
|
||||
}
|
||||
|
||||
public class SecretsManagerSubscriptionDetails
|
||||
{
|
||||
public int? Seats { get; set; }
|
||||
public int? MaxAutoScaleSeats { get; set; }
|
||||
public int? ServiceAccounts { get; set; }
|
||||
public int? MaxAutoScaleServiceAccounts { get; set; }
|
||||
}
|
||||
public class SecretsManagerSubscriptionDetails
|
||||
{
|
||||
public int? Seats { get; set; }
|
||||
public int? MaxAutoScaleSeats { get; set; }
|
||||
public int? ServiceAccounts { get; set; }
|
||||
public int? MaxAutoScaleServiceAccounts { get; set; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user