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
whdalsrnt committed Nov 25, 2023
1 parent b7618b7 commit 1bf8780
Show file tree
Hide file tree
Showing 4 changed files with 1,357 additions and 62 deletions.
154 changes: 154 additions & 0 deletions dist/json/cloudforet/api/identity/v2/Api_key.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,29 @@
"description": ""
}
]
},
{
"name": "API_KEY_TYPE",
"longName": "VerifyAPIKeyRequest.API_KEY_TYPE",
"fullName": "spaceone.api.identity.v2.VerifyAPIKeyRequest.API_KEY_TYPE",
"description": "",
"values": [
{
"name": "NONE_API_KEY_TYPE",
"number": "0",
"description": ""
},
{
"name": "ACCESS_KEY",
"number": "1",
"description": ""
},
{
"name": "SECRET_KEY",
"number": "2",
"description": ""
}
]
}
],
"extensions": [],
Expand Down Expand Up @@ -92,6 +115,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "name",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "state",
"description": "",
Expand Down Expand Up @@ -151,6 +186,18 @@
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "expired_at",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
Expand Down Expand Up @@ -368,6 +415,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "expired_at",
"description": "+optional",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "",
Expand Down Expand Up @@ -429,6 +488,78 @@
"defaultValue": ""
}
]
},
{
"name": "VerifyAPIKeyRequest",
"longName": "VerifyAPIKeyRequest",
"fullName": "spaceone.api.identity.v2.VerifyAPIKeyRequest",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "api_key_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "api_key_type",
"description": "",
"label": "",
"type": "API_KEY_TYPE",
"longType": "VerifyAPIKeyRequest.API_KEY_TYPE",
"fullType": "spaceone.api.identity.v2.VerifyAPIKeyRequest.API_KEY_TYPE",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "app_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "user_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
}
],
"services": [
Expand Down Expand Up @@ -553,6 +684,29 @@
}
}
},
{
"name": "verify",
"description": "",
"requestType": "VerifyAPIKeyRequest",
"requestLongType": "VerifyAPIKeyRequest",
"requestFullType": "spaceone.api.identity.v2.VerifyAPIKeyRequest",
"requestStreaming": false,
"responseType": "APIKeyInfo",
"responseLongType": "APIKeyInfo",
"responseFullType": "spaceone.api.identity.v2.APIKeyInfo",
"responseStreaming": false,
"options": {
"google.api.http": {
"rules": [
{
"method": "POST",
"pattern": "/identity/v2/api-key/verify",
"body": "*"
}
]
}
}
},
{
"name": "get",
"description": "",
Expand Down
Loading

0 comments on commit 1bf8780

Please sign in to comment.