Properties
create
create: ((record) => string)
Type declaration
- (record): string
Returns string
deleteById
deleteById: ((id) => void)
getById
getById: ((id) => IdpConfig)
Type declaration
- (id): IdpConfig
Returns IdpConfig
updateById
updateById: ((id, record) => void)
Type declaration
- (id, record): void
Parameters
- id: string
- record: Partial<IdpConfig>
Returns void
create idp config