Module: Aws::BedrockAgentCoreControl::Client::_UpdateOauth2CredentialProviderResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#callback_url::String

Returns:

  • (::String)


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

def callback_url: () -> ::String

#client_secret_arnTypes::Secret

Returns:



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

def client_secret_arn: () -> Types::Secret

#client_secret_json_key::String

Returns:

  • (::String)


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

def client_secret_json_key: () -> ::String

#client_secret_source"MANAGED", "EXTERNAL"

Returns:

  • ("MANAGED", "EXTERNAL")


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

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

#created_time::Time

Returns:

  • (::Time)


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

def created_time: () -> ::Time

#credential_provider_arn::String

Returns:

  • (::String)


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

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


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

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

#last_updated_time::Time

Returns:

  • (::Time)


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

def last_updated_time: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#oauth2_provider_config_outputTypes::Oauth2ProviderConfigOutput



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

def oauth2_provider_config_output: () -> Types::Oauth2ProviderConfigOutput

#status"CREATING", ...

Returns:

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


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

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