[]
触发一次同步Windows域用户。
Responses
[200] OK
Type: [text/plain]
Example:
{
"Result": false,
"Message": "Error message.",
"ErrorCode": 0,
"MessageProperties": null
}
Type: [application/json]
Example:
{
"Result": false,
"Message": "Error message.",
"ErrorCode": 0,
"MessageProperties": null
}
Type: [text/json]
Example:
{
"Result": false,
"Message": "Error message.",
"ErrorCode": 0,
"MessageProperties": null
}
触发指定第三方提供程序的指定配置的一次同步。
Request Body
Type: application/json-patch+json
SecurityProviderConfigurationParam
Example:
{
"SecurityProviderName": "ADSecurityProvider",
"AuthInfoName": "ADSecurityProvider1"
}
Type: application/json
SecurityProviderConfigurationParam
Example:
{
"SecurityProviderName": "ADSecurityProvider",
"AuthInfoName": "ADSecurityProvider1"
}
Type: text/json
SecurityProviderConfigurationParam
Example:
{
"SecurityProviderName": "ADSecurityProvider",
"AuthInfoName": "ADSecurityProvider1"
}
Type: application/*+json
SecurityProviderConfigurationParam
Example:
{
"SecurityProviderName": "ADSecurityProvider",
"AuthInfoName": "ADSecurityProvider1"
}
Responses
[200] OK
Type: [text/plain]
Example:
{
"Result": false,
"Message": "Error message.",
"ErrorCode": 0,
"MessageProperties": null
}
Type: [application/json]
Example:
{
"Result": false,
"Message": "Error message.",
"ErrorCode": 0,
"MessageProperties": null
}
Type: [text/json]
Example:
{
"Result": false,
"Message": "Error message.",
"ErrorCode": 0,
"MessageProperties": null
}
请求结果。
属性名 | 类型 | 说明 | Example |
---|---|---|---|
Result | Boolean | 请求是否成功。 | |
MessageNullable | string | 请求返回的信息。 | |
ErrorCode | int32 | 请求返回的错误码。 | |
MessagePropertiesNullable | Array |
请求返回信息中的数据。 |
属性名 | 类型 | 说明 | Example |
---|---|---|---|
SecurityProviderNameNullable | string | ||
AuthInfoNameNullable | string |