Class: Aws::QuickSight::Types::UpdateOAuthClientApplicationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:client_id, :client_secret, :o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id ⇒ String

The Amazon Web Services account ID.

Returns:

  • (String)


51048
51049
51050
51051
51052
51053
51054
51055
51056
51057
51058
51059
51060
51061
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51048

class UpdateOAuthClientApplicationRequest < Struct.new(
  :aws_account_id,
  :o_auth_client_application_id,
  :name,
  :client_id,
  :client_secret,
  :o_auth_token_endpoint_url,
  :o_auth_authorization_endpoint_url,
  :o_auth_scopes,
  :data_source_type,
  :identity_provider_vpc_connection_properties)
  SENSITIVE = [:client_id, :client_secret, :o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url]
  include Aws::Structure
end

#client_id ⇒ String

The client ID of the OAuth application that is registered with the identity provider.

Returns:

  • (String)


51048
51049
51050
51051
51052
51053
51054
51055
51056
51057
51058
51059
51060
51061
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51048

class UpdateOAuthClientApplicationRequest < Struct.new(
  :aws_account_id,
  :o_auth_client_application_id,
  :name,
  :client_id,
  :client_secret,
  :o_auth_token_endpoint_url,
  :o_auth_authorization_endpoint_url,
  :o_auth_scopes,
  :data_source_type,
  :identity_provider_vpc_connection_properties)
  SENSITIVE = [:client_id, :client_secret, :o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url]
  include Aws::Structure
end

#client_secret ⇒ String

The client secret of the OAuth application that is registered with the identity provider.

Returns:

  • (String)


51048
51049
51050
51051
51052
51053
51054
51055
51056
51057
51058
51059
51060
51061
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51048

class UpdateOAuthClientApplicationRequest < Struct.new(
  :aws_account_id,
  :o_auth_client_application_id,
  :name,
  :client_id,
  :client_secret,
  :o_auth_token_endpoint_url,
  :o_auth_authorization_endpoint_url,
  :o_auth_scopes,
  :data_source_type,
  :identity_provider_vpc_connection_properties)
  SENSITIVE = [:client_id, :client_secret, :o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url]
  include Aws::Structure
end

#data_source_type ⇒ String

The type of data source that the OAuthClientApplication is used with. Valid values are SNOWFLAKE.

Returns:

  • (String)


51048
51049
51050
51051
51052
51053
51054
51055
51056
51057
51058
51059
51060
51061
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51048

class UpdateOAuthClientApplicationRequest < Struct.new(
  :aws_account_id,
  :o_auth_client_application_id,
  :name,
  :client_id,
  :client_secret,
  :o_auth_token_endpoint_url,
  :o_auth_authorization_endpoint_url,
  :o_auth_scopes,
  :data_source_type,
  :identity_provider_vpc_connection_properties)
  SENSITIVE = [:client_id, :client_secret, :o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url]
  include Aws::Structure
end

#identity_provider_vpc_connection_properties ⇒ Types::VpcConnectionProperties

VPC connection properties.



51048
51049
51050
51051
51052
51053
51054
51055
51056
51057
51058
51059
51060
51061
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51048

class UpdateOAuthClientApplicationRequest < Struct.new(
  :aws_account_id,
  :o_auth_client_application_id,
  :name,
  :client_id,
  :client_secret,
  :o_auth_token_endpoint_url,
  :o_auth_authorization_endpoint_url,
  :o_auth_scopes,
  :data_source_type,
  :identity_provider_vpc_connection_properties)
  SENSITIVE = [:client_id, :client_secret, :o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url]
  include Aws::Structure
end

#name ⇒ String

The display name for the OAuthClientApplication.

Returns:

  • (String)


51048
51049
51050
51051
51052
51053
51054
51055
51056
51057
51058
51059
51060
51061
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51048

class UpdateOAuthClientApplicationRequest < Struct.new(
  :aws_account_id,
  :o_auth_client_application_id,
  :name,
  :client_id,
  :client_secret,
  :o_auth_token_endpoint_url,
  :o_auth_authorization_endpoint_url,
  :o_auth_scopes,
  :data_source_type,
  :identity_provider_vpc_connection_properties)
  SENSITIVE = [:client_id, :client_secret, :o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url]
  include Aws::Structure
end

#o_auth_authorization_endpoint_url ⇒ String

The authorization endpoint URL of the identity provider that is used to obtain authorization codes.

Returns:

  • (String)


51048
51049
51050
51051
51052
51053
51054
51055
51056
51057
51058
51059
51060
51061
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51048

class UpdateOAuthClientApplicationRequest < Struct.new(
  :aws_account_id,
  :o_auth_client_application_id,
  :name,
  :client_id,
  :client_secret,
  :o_auth_token_endpoint_url,
  :o_auth_authorization_endpoint_url,
  :o_auth_scopes,
  :data_source_type,
  :identity_provider_vpc_connection_properties)
  SENSITIVE = [:client_id, :client_secret, :o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url]
  include Aws::Structure
end

#o_auth_client_application_id ⇒ String

The ID of the OAuthClientApplication that you want to update.

Returns:

  • (String)


51048
51049
51050
51051
51052
51053
51054
51055
51056
51057
51058
51059
51060
51061
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51048

class UpdateOAuthClientApplicationRequest < Struct.new(
  :aws_account_id,
  :o_auth_client_application_id,
  :name,
  :client_id,
  :client_secret,
  :o_auth_token_endpoint_url,
  :o_auth_authorization_endpoint_url,
  :o_auth_scopes,
  :data_source_type,
  :identity_provider_vpc_connection_properties)
  SENSITIVE = [:client_id, :client_secret, :o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url]
  include Aws::Structure
end

#o_auth_scopes ⇒ String

The OAuth scopes that are requested when the OAuthClientApplication obtains an access token from the identity provider.

Returns:

  • (String)


51048
51049
51050
51051
51052
51053
51054
51055
51056
51057
51058
51059
51060
51061
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51048

class UpdateOAuthClientApplicationRequest < Struct.new(
  :aws_account_id,
  :o_auth_client_application_id,
  :name,
  :client_id,
  :client_secret,
  :o_auth_token_endpoint_url,
  :o_auth_authorization_endpoint_url,
  :o_auth_scopes,
  :data_source_type,
  :identity_provider_vpc_connection_properties)
  SENSITIVE = [:client_id, :client_secret, :o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url]
  include Aws::Structure
end

#o_auth_token_endpoint_url ⇒ String

The token endpoint URL of the identity provider that is used to obtain access tokens.

Returns:

  • (String)


51048
51049
51050
51051
51052
51053
51054
51055
51056
51057
51058
51059
51060
51061
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51048

class UpdateOAuthClientApplicationRequest < Struct.new(
  :aws_account_id,
  :o_auth_client_application_id,
  :name,
  :client_id,
  :client_secret,
  :o_auth_token_endpoint_url,
  :o_auth_authorization_endpoint_url,
  :o_auth_scopes,
  :data_source_type,
  :identity_provider_vpc_connection_properties)
  SENSITIVE = [:client_id, :client_secret, :o_auth_token_endpoint_url, :o_auth_authorization_endpoint_url]
  include Aws::Structure
end