Skip to content

Bedrock Agentcore Control  >  Structures  >  AtlassianOauth2ProviderConfigOutput

AtlassianOauth2ProviderConfigOutput

Structure Class

AtlassianOauth2ProviderConfigOutput dataclass

The configuration details returned for an Atlassian OAuth2 provider, including the client ID and OAuth2 discovery information.

Attributes

client_id class-attribute instance-attribute
client_id: str | None = None

The client ID for the Atlassian OAuth2 provider.

oauth_discovery instance-attribute
oauth_discovery: Oauth2Discovery

Contains the discovery information for an OAuth2 provider.