Module: Aws::BedrockAgentCoreControl::Client::_GetOauth2CredentialProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOauth2CredentialProviderResponse]
- 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", ...
- #failure_reason ⇒ ::String
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #oauth2_provider_config_output ⇒ Types::Oauth2ProviderConfigOutput
- #status ⇒ "CREATING", ...
Instance Method Details
#callback_url ⇒ ::String
1693 |
# File 'sig/client.rbs', line 1693
def callback_url: () -> ::String
|
#client_secret_arn ⇒ Types::Secret
1687 |
# File 'sig/client.rbs', line 1687
def client_secret_arn: () -> Types::Secret
|
#client_secret_json_key ⇒ ::String
1688 |
# File 'sig/client.rbs', line 1688
def client_secret_json_key: () -> ::String
|
#client_secret_source ⇒ "MANAGED", "EXTERNAL"
1689 |
# File 'sig/client.rbs', line 1689
def client_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#created_time ⇒ ::Time
1695 |
# File 'sig/client.rbs', line 1695
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
1691 |
# File 'sig/client.rbs', line 1691
def credential_provider_arn: () -> ::String
|
#credential_provider_vendor ⇒ "GoogleOauth2", ...
1692 |
# File 'sig/client.rbs', line 1692
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
1698 |
# File 'sig/client.rbs', line 1698
def failure_reason: () -> ::String
|
#last_updated_time ⇒ ::Time
1696 |
# File 'sig/client.rbs', line 1696
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
1690 |
# File 'sig/client.rbs', line 1690
def name: () -> ::String
|
#oauth2_provider_config_output ⇒ Types::Oauth2ProviderConfigOutput
1694 |
# File 'sig/client.rbs', line 1694
def oauth2_provider_config_output: () -> Types::Oauth2ProviderConfigOutput
|
#status ⇒ "CREATING", ...
1697 |
# File 'sig/client.rbs', line 1697
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|