Skip to content

Commit

Permalink
Update file(s) "dist/json/." from "cloudforet-io/api"
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Oct 31, 2024
1 parent 5d4487c commit fb22511
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 47 deletions.
59 changes: 59 additions & 0 deletions dist/json/cloudforet/api/identity/v2/User.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": "",
Expand Down
47 changes: 0 additions & 47 deletions dist/json/cloudforet/api/identity/v2/User_profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,30 +554,6 @@
}
]
},
{
"name": "SetRefreshTimeout",
"longName": "SetRefreshTimeout",
"fullName": "spaceone.api.identity.v2.SetRefreshTimeout",
"description": "{\n \"refresh_token_timout\": 604800\n}",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "refresh_timeout",
"description": "",
"label": "",
"type": "int32",
"longType": "int32",
"fullType": "int32",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "UpdateUserProfileRequest",
"longName": "UpdateUserProfileRequest",
Expand Down Expand Up @@ -788,29 +764,6 @@
}
}
},
{
"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-profile/set-refresh-timeout",
"body": "*"
}
]
}
}
},
{
"name": "verify_email",
"description": "",
Expand Down

0 comments on commit fb22511

Please sign in to comment.