@appsemble/utils
Version:
Utility functions used in Appsemble internally
16 lines • 435 B
JavaScript
export const ScimSecret = {
type: 'object',
additionalProperties: false,
description: 'An app’s SCIM configuration.',
properties: {
enabled: {
type: 'boolean',
description: 'Whether or not SCIM is enabled for the app.',
},
token: {
type: 'string',
description: 'The secret SCIM token',
},
},
};
//# sourceMappingURL=ScimSecret.js.map