Module: Aws::BedrockAgentCoreControl::Client::_UpdateOauth2CredentialProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateOauth2CredentialProviderResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #callback_url ⇒ ::String
- #client_secret_arn ⇒ Types::Secret
- #client_secret_json_key ⇒ ::String
- #client_secret_source ⇒ "MANAGED", "EXTERNAL"
- #created_time ⇒ ::Time
- #credential_provider_arn ⇒ ::String
- #credential_provider_vendor ⇒ "GoogleOauth2", ...
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #oauth2_provider_config_output ⇒ Types::Oauth2ProviderConfigOutput
- #status ⇒ "CREATING", ...
Instance Method Details
#callback_url ⇒ ::String
2768 |
# File 'sig/client.rbs', line 2768
def callback_url: () -> ::String
|
#client_secret_arn ⇒ Types::Secret
2762 |
# File 'sig/client.rbs', line 2762
def client_secret_arn: () -> Types::Secret
|
#client_secret_json_key ⇒ ::String
2763 |
# File 'sig/client.rbs', line 2763
def client_secret_json_key: () -> ::String
|
#client_secret_source ⇒ "MANAGED", "EXTERNAL"
2764 |
# File 'sig/client.rbs', line 2764
def client_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#created_time ⇒ ::Time
2770 |
# File 'sig/client.rbs', line 2770
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
2767 |
# File 'sig/client.rbs', line 2767
def credential_provider_arn: () -> ::String
|
#credential_provider_vendor ⇒ "GoogleOauth2", ...
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
2771 |
# File 'sig/client.rbs', line 2771
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
2765 |
# File 'sig/client.rbs', line 2765
def name: () -> ::String
|
#oauth2_provider_config_output ⇒ Types::Oauth2ProviderConfigOutput
2769 |
# File 'sig/client.rbs', line 2769
def oauth2_provider_config_output: () -> Types::Oauth2ProviderConfigOutput
|
#status ⇒ "CREATING", ...
2772 |
# File 'sig/client.rbs', line 2772
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|