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
1478 |
# File 'sig/client.rbs', line 1478
def callback_url: () -> ::String
|
#client_secret_arn ⇒ Types::Secret
1472 |
# File 'sig/client.rbs', line 1472
def client_secret_arn: () -> Types::Secret
|
#client_secret_json_key ⇒ ::String
1473 |
# File 'sig/client.rbs', line 1473
def client_secret_json_key: () -> ::String
|
#client_secret_source ⇒ "MANAGED", "EXTERNAL"
1474 |
# File 'sig/client.rbs', line 1474
def client_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#created_time ⇒ ::Time
1480 |
# File 'sig/client.rbs', line 1480
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
1476 |
# File 'sig/client.rbs', line 1476
def credential_provider_arn: () -> ::String
|
#credential_provider_vendor ⇒ "GoogleOauth2", ...
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
1483 |
# File 'sig/client.rbs', line 1483
def failure_reason: () -> ::String
|
#last_updated_time ⇒ ::Time
1481 |
# File 'sig/client.rbs', line 1481
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
1475 |
# File 'sig/client.rbs', line 1475
def name: () -> ::String
|
#oauth2_provider_config_output ⇒ Types::Oauth2ProviderConfigOutput
1479 |
# File 'sig/client.rbs', line 1479
def oauth2_provider_config_output: () -> Types::Oauth2ProviderConfigOutput
|
#status ⇒ "CREATING", ...
1482 |
# File 'sig/client.rbs', line 1482
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|