Modifies the global configurations of a Resource Access Management (RAM) user provisioning.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| DirectoryId | string | Yes | The ID of the resource directory. | d-003qew84**** |
| NewDefaultLandingPage | string | No | The new default URL for a CloudSSO user who logs on to the Alibaba Cloud Management Console. Default value: https://home.console.alibabacloud.com. | https://home.console.alibabacloud.com/home/dashboard/ProductAndService |
| NewSessionDuration | integer | No | The new duration of the logon session. Unit: hours. Valid values: 1 to 24. Default value: 6. | 6 |
Response parameters
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://home.console.alibabacloud.com",
"UpdateTime": "2022-11-28T03:55:42Z"
}
}Error codes
For a list of error codes, visit the Service error codes.
