Skip to content

Bedrock Agentcore Control  >  Unions  >  AuthorizationData

AuthorizationData

Union Type

AuthorizationData module-attribute

Contains the authorization data that is returned when a gateway target is configured with a credential provider with authorization code grant type and requires user federation.

Union Member Types

AuthorizationDataOauth2 dataclass

OAuth2 authorization data for the gateway target.

Attributes

value instance-attribute

AuthorizationDataUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str