Variable SynchronizePermissionsFinishedEventSchemaConst
SynchronizePermissionsFinishedEventSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
permissions_removed: {
additionalItems: boolean;
description: string;
items: {
type: string;
};
type: string;
};
permissions_stored: {
additionalItems: boolean;
description: string;
items: {
type: string;
};
type: string;
};
service_id: {
description: string;
type: string;
};
};
required: string[];
title: string;
type: string;
} = SynchronizePermissionsFinishedEvent
Type declaration
-
$schema: string
-
additionalProperties: boolean
-
description: string
-
properties: {
permissions_removed: {
additionalItems: boolean;
description: string;
items: {
type: string;
};
type: string;
};
permissions_stored: {
additionalItems: boolean;
description: string;
items: {
type: string;
};
type: string;
};
service_id: {
description: string;
type: string;
};
}
-
permissions_removed: {
additionalItems: boolean;
description: string;
items: {
type: string;
};
type: string;
}
-
additionalItems: boolean
-
description: string
-
items: {
type: string;
}
-
type: string
-
permissions_stored: {
additionalItems: boolean;
description: string;
items: {
type: string;
};
type: string;
}
-
additionalItems: boolean
-
description: string
-
items: {
type: string;
}
-
type: string
-
service_id: {
description: string;
type: string;
}
-
description: string
-
type: string
-
required: string[]
-
title: string
-
type: string