APIs.io Engineering Platform · Schema
SetSecurityTokenServicePreferencesRequest
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| GlobalEndpointTokenVersion | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SetSecurityTokenServicePreferencesRequest",
"title": "SetSecurityTokenServicePreferencesRequest",
"type": "object",
"required": [
"GlobalEndpointTokenVersion"
],
"properties": {
"GlobalEndpointTokenVersion": {
"allOf": [
{
"$ref": "#/components/schemas/globalEndpointTokenVersion"
},
{
"description": "<p>The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.</p> <p>For information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html\">Activating and deactivating STS in an Amazon Web Services Region</a> in the <i>IAM User Guide</i>.</p>"
}
]
}
}
}