Class: Aws::Kafka::Types::KafkaClusterOAuthClientCredentialsAssertion

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

Overview

Details for SASL/OAUTHBEARER using client credentials grant with JWT client assertion (RFC 7521/7523).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audienceString

The audience for the JWT client assertion.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2975

class KafkaClusterOAuthClientCredentialsAssertion < Struct.new(
  :audience,
  :signing_algorithm,
  :token_request_secret_arn)
  SENSITIVE = []
  include Aws::Structure
end

#signing_algorithmString

The signing algorithm for the JWT client assertion.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2975

class KafkaClusterOAuthClientCredentialsAssertion < Struct.new(
  :audience,
  :signing_algorithm,
  :token_request_secret_arn)
  SENSITIVE = []
  include Aws::Structure
end

#token_request_secret_arnString

The Amazon Resource Name (ARN) of the Secrets Manager secret containing the signing key.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2975

class KafkaClusterOAuthClientCredentialsAssertion < Struct.new(
  :audience,
  :signing_algorithm,
  :token_request_secret_arn)
  SENSITIVE = []
  include Aws::Structure
end