All Products
Search
Document Center

CloudSSO:UpdateUserProvisioningConfiguration

Last Updated:Mar 29, 2024

Modifies the global configurations of a Resource Access Management (RAM) user provisioning.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DirectoryIdstringYes

The ID of the resource directory.

d-003qew84****
NewDefaultLandingPagestringNo

The new default URL for a CloudSSO user who logs on to the Alibaba Cloud Management Console.

Default value: https://homenew.console.aliyun.com.

https://home.console.aliyun.com/home/dashboard/ProductAndService
NewSessionDurationintegerNo

The new duration of the logon session.

Unit: hours.

Valid values: 1 to 24.

Default value: 6.

6

Response parameters

ParameterTypeDescriptionExample
object

The returned results.

RequestIdstring

The request ID.

BBC2ED1D-FAC5-3DF8-B63C-992B85B08DD9
UserProvisioningConfigurationobject

The global configurations of the RAM user provisioning.

SessionDurationinteger

The duration of the logon session.

Unit: hours.

Valid values: 1 to 24.

Default value: 6.

6
CreateTimestring

The creation time.

2022-11-28T03:55:42Z
DirectoryIdstring

The ID of the resource directory.

d-003qew84****
DefaultLandingPagestring

The default URL for a CloudSSO user who logs on to the Alibaba Cloud Management Console.

Default value: https://homenew.console.aliyun.com.

https://homenew.console.aliyun.com
UpdateTimestring

The modification time.

2022-11-28T03:55:42Z

Examples

Sample success responses

JSONformat

{
  "RequestId": "BBC2ED1D-FAC5-3DF8-B63C-992B85B08DD9",
  "UserProvisioningConfiguration": {
    "SessionDuration": 6,
    "CreateTime": "2022-11-28T03:55:42Z",
    "DirectoryId": "d-003qew84****",
    "DefaultLandingPage": "https://homenew.console.aliyun.com",
    "UpdateTime": "2022-11-28T03:55:42Z"
  }
}

Error codes

For a list of error codes, visit the Service error codes.