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)


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

def callback_url: () -> ::String

#client_secret_arnTypes::Secret

Returns:



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

def client_secret_arn: () -> Types::Secret

#client_secret_json_key::String

Returns:

  • (::String)


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

def client_secret_json_key: () -> ::String

#client_secret_source"MANAGED", "EXTERNAL"

Returns:

  • ("MANAGED", "EXTERNAL")


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

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

#created_time::Time

Returns:

  • (::Time)


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

def created_time: () -> ::Time

#credential_provider_arn::String

Returns:

  • (::String)


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

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")


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

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)


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

def failure_reason: () -> ::String

#last_updated_time::Time

Returns:

  • (::Time)


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

def last_updated_time: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#oauth2_provider_config_outputTypes::Oauth2ProviderConfigOutput



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

def oauth2_provider_config_output: () -> Types::Oauth2ProviderConfigOutput

#status"CREATING", ...

Returns:

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


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

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