Module: Aws::BedrockAgentCoreControl::Client::_GetOauth2CredentialProviderResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetOauth2CredentialProviderResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#callback_url::String

Returns:

  • (::String)


1708
# File 'sig/client.rbs', line 1708

def callback_url: () -> ::String

#client_secret_arnTypes::Secret

Returns:



1702
# File 'sig/client.rbs', line 1702

def client_secret_arn: () -> Types::Secret

#client_secret_json_key::String

Returns:

  • (::String)


1703
# File 'sig/client.rbs', line 1703

def client_secret_json_key: () -> ::String

#client_secret_source"MANAGED", "EXTERNAL"

Returns:

  • ("MANAGED", "EXTERNAL")


1704
# File 'sig/client.rbs', line 1704

def client_secret_source: () -> ("MANAGED" | "EXTERNAL")

#created_time::Time

Returns:

  • (::Time)


1710
# File 'sig/client.rbs', line 1710

def created_time: () -> ::Time

#credential_provider_arn::String

Returns:

  • (::String)


1706
# File 'sig/client.rbs', line 1706

def credential_provider_arn: () -> ::String

#credential_provider_vendor"GoogleOauth2", ...

Returns:

  • ("GoogleOauth2", "GithubOauth2", "SlackOauth2", "SalesforceOauth2", "MicrosoftOauth2", "CustomOauth2", "AtlassianOauth2", "LinkedinOauth2", "XOauth2", "OktaOauth2", "OneLoginOauth2", "PingOneOauth2", "FacebookOauth2", "YandexOauth2", "RedditOauth2", "ZoomOauth2", "TwitchOauth2", "SpotifyOauth2", "DropboxOauth2", "NotionOauth2", "HubspotOauth2", "CyberArkOauth2", "FusionAuthOauth2", "Auth0Oauth2", "CognitoOauth2")


1707
# File 'sig/client.rbs', line 1707

def credential_provider_vendor: () -> ("GoogleOauth2" | "GithubOauth2" | "SlackOauth2" | "SalesforceOauth2" | "MicrosoftOauth2" | "CustomOauth2" | "AtlassianOauth2" | "LinkedinOauth2" | "XOauth2" | "OktaOauth2" | "OneLoginOauth2" | "PingOneOauth2" | "FacebookOauth2" | "YandexOauth2" | "RedditOauth2" | "ZoomOauth2" | "TwitchOauth2" | "SpotifyOauth2" | "DropboxOauth2" | "NotionOauth2" | "HubspotOauth2" | "CyberArkOauth2" | "FusionAuthOauth2" | "Auth0Oauth2" | "CognitoOauth2")

#failure_reason::String

Returns:

  • (::String)


1713
# File 'sig/client.rbs', line 1713

def failure_reason: () -> ::String

#last_updated_time::Time

Returns:

  • (::Time)


1711
# File 'sig/client.rbs', line 1711

def last_updated_time: () -> ::Time

#name::String

Returns:

  • (::String)


1705
# File 'sig/client.rbs', line 1705

def name: () -> ::String

#oauth2_provider_config_outputTypes::Oauth2ProviderConfigOutput



1709
# File 'sig/client.rbs', line 1709

def oauth2_provider_config_output: () -> Types::Oauth2ProviderConfigOutput

#status"CREATING", ...

Returns:

  • ("CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED")


1712
# File 'sig/client.rbs', line 1712

def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")