mirror of
https://github.com/kanidm/kanidm.git
synced 2025-06-11 18:47:47 +02:00
revert some dumb shit from somewhere else
This commit is contained in:
parent
4d20195ce8
commit
67c0b4f4b9
|
@ -91,13 +91,6 @@ pub struct ScimEntryPutKanidm {
|
|||
#[derive(Deserialize, Serialize, Debug, Clone)]
|
||||
pub struct ScimStrings(#[serde_as(as = "OneOrMany<_, PreferMany>")] pub Vec<String>);
|
||||
|
||||
#[derive(Debug, Clone, Deserialize, Default, ToSchema)]
|
||||
pub struct ScimEntryPostGeneric {
|
||||
// Create an attribute to contain the following value state.
|
||||
#[serde(flatten)]
|
||||
pub attrs: BTreeMap<Attribute, JsonValue>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize, Default)]
|
||||
pub struct ScimEntryPutGeneric {
|
||||
// id is only used to target the entry in question
|
||||
|
|
|
@ -211,7 +211,6 @@ impl Modify for SecurityAddon {
|
|||
schemas(
|
||||
attribute::Attribute,
|
||||
|
||||
scim_v1::client::ScimEntryPostGeneric,
|
||||
scim_v1::ScimSyncState,
|
||||
scim_v1::ScimSyncRequest,
|
||||
scim_v1::ScimSyncRetentionMode,
|
||||
|
|
Loading…
Reference in a new issue