VaultSharp
VaultSharp copied to clipboard
Allow updating of app role by ignoring `local_secret_ids`
This PR fixes #335 by creating a new Model for AppRole roles when updating a role.
When updating a role, we ignore the LocalSecretIds property from being serialized to json.
As an extra measure; the compiler will throw an error when using LocalSecretIds when using the update model.