/AWS1/IF_IAM=>DISABLEOUTBOUNDWEBIDFEDR8N()¶
About DisableOutboundWebIdentityFederation¶
Disables the outbound identity federation feature for your Amazon Web Services account. When disabled, IAM principals in the account cannot
use the GetWebIdentityToken API to obtain JSON Web Tokens (JWTs) for authentication with external services. This operation
does not affect tokens that were issued before the feature was disabled.
Method Signature¶
METHODS /AWS1/IF_IAM~DISABLEOUTBOUNDWEBIDFEDR8N
RAISING
/AWS1/CX_IAMFEATUREDISABLEDEX
/AWS1/CX_IAMCLIENTEXC
/AWS1/CX_IAMSERVEREXC
/AWS1/CX_RT_TECHNICAL_GENERIC
/AWS1/CX_RT_SERVICE_GENERIC.
Examples¶
Syntax Example¶
This is an example of the syntax for calling the method. It includes every possible argument and initializes every possible value. The data provided is not necessarily semantically accurate (for example the value "string" may be provided for something that is intended to be an instance ID, or in some cases two arguments may be mutually exclusive). The syntax shows the ABAP syntax for creating the various data structures.
lo_client->disableoutboundwebidfedr8n( ).