-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update file(s) "dist/json/." from "cloudforet-io/api"
- Loading branch information
Showing
2 changed files
with
59 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -342,6 +342,42 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"name": "SetRefreshTimeout", | ||
"longName": "SetRefreshTimeout", | ||
"fullName": "spaceone.api.identity.v2.SetRefreshTimeout", | ||
"description": "{\n \"user_id\": \"[email protected]\"\n \"refresh_token_timout\": 10800\n}", | ||
"hasExtensions": false, | ||
"hasFields": true, | ||
"hasOneofs": false, | ||
"extensions": [], | ||
"fields": [ | ||
{ | ||
"name": "user_id", | ||
"description": "", | ||
"label": "", | ||
"type": "string", | ||
"longType": "string", | ||
"fullType": "string", | ||
"ismap": false, | ||
"isoneof": false, | ||
"oneofdecl": "", | ||
"defaultValue": "" | ||
}, | ||
{ | ||
"name": "refresh_timeout", | ||
"description": "", | ||
"label": "", | ||
"type": "int32", | ||
"longType": "int32", | ||
"fullType": "int32", | ||
"ismap": false, | ||
"isoneof": false, | ||
"oneofdecl": "", | ||
"defaultValue": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "SetRequiredActionsUserRequest", | ||
"longName": "SetRequiredActionsUserRequest", | ||
|
@@ -1029,6 +1065,29 @@ | |
} | ||
} | ||
}, | ||
{ | ||
"name": "set_refresh_timeout", | ||
"description": "Sets the user's refresh token timeout. This API can only be used by users with the `DOMAIN_ADMIN` role.\nMin value is `1800` seconds and max value is `2592000` seconds", | ||
"requestType": "SetRefreshTimeout", | ||
"requestLongType": "SetRefreshTimeout", | ||
"requestFullType": "spaceone.api.identity.v2.SetRefreshTimeout", | ||
"requestStreaming": false, | ||
"responseType": "UserInfo", | ||
"responseLongType": "UserInfo", | ||
"responseFullType": "spaceone.api.identity.v2.UserInfo", | ||
"responseStreaming": false, | ||
"options": { | ||
"google.api.http": { | ||
"rules": [ | ||
{ | ||
"method": "POST", | ||
"pattern": "/identity/v2/user/set-refresh-timeout", | ||
"body": "*" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "enable", | ||
"description": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters