From fb225114a19214adf9421a38e8cae01b5d311b51 Mon Sep 17 00:00:00 2001 From: ImMin5 Date: Thu, 31 Oct 2024 10:06:23 +0000 Subject: [PATCH] Update file(s) "dist/json/." from "cloudforet-io/api" --- .../json/cloudforet/api/identity/v2/User.json | 59 +++++++++++++++++++ .../api/identity/v2/User_profile.json | 47 --------------- 2 files changed, 59 insertions(+), 47 deletions(-) diff --git a/dist/json/cloudforet/api/identity/v2/User.json b/dist/json/cloudforet/api/identity/v2/User.json index 7ef24cf8..f038e9f9 100755 --- a/dist/json/cloudforet/api/identity/v2/User.json +++ b/dist/json/cloudforet/api/identity/v2/User.json @@ -342,6 +342,42 @@ } ] }, + { + "name": "SetRefreshTimeout", + "longName": "SetRefreshTimeout", + "fullName": "spaceone.api.identity.v2.SetRefreshTimeout", + "description": "{\n \"user_id\": \"wony@cloudforet.io\"\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": "", diff --git a/dist/json/cloudforet/api/identity/v2/User_profile.json b/dist/json/cloudforet/api/identity/v2/User_profile.json index c1795fb9..38cd8df9 100755 --- a/dist/json/cloudforet/api/identity/v2/User_profile.json +++ b/dist/json/cloudforet/api/identity/v2/User_profile.json @@ -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", @@ -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": "",