[]
Get all security providers.
Responses
[200] Success
Get enabled security providers.
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| nameRequired | path | string |
Update the specified security provider's settings.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| nameRequired | path | string |
Delete the specified security provider.
Responses
[200] Success
Enable the specified security provider.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Update the ordinal of the specified security provider.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Reload all security providers.
Responses
[200] Success
Export security providers.
Responses
[200] Success
Import security providers.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Testing the specified security provider's settings.
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
| Name | Type | Description | Example |
|---|---|---|---|
| providerNameNullable | string | The name of the security provider. | "AD Security Provider" |
| descriptionNullable | string | The description text of the security provider. | "The built-in AD security provider." |
| ordinal | int32 | The ordinal of the security provider. | 1 |
| enabled | Boolean | Whether the security provider is enabled. | true |
| settingsNullable | Array<ConfigurationItem> |
The configuration items. |
| Name | Type |
|---|---|
| nameNullable | string |
| displayNameNullable | string |
| descriptionNullable | string |
| valueType | ConfigurationItemValueType |
| valueNullable | any |
| restriction | ConfigurationItemRestriction |
Enum:
TextBooleanNumberPasswordEnum:
MandatoryOptional| Name | Type |
|---|---|
| providerNamesNullable | Array<string> |
| enable | Boolean |
| Name | Type |
|---|---|
| providerNameNullable | string |
| offset | int32 |
| Name | Type |
|---|---|
| securityProvidersNullable | Array<SecurityProviderModel> |
| Name | Type |
|---|---|
| providerNameNullable | string |
| usernameNullable | string |
| passwordNullable | string |
| settingsNullable | Array<ConfigurationItem> |
| customParameterNullable | Array<string> |