Class: Aws::Kafka::Types::KafkaClusterOAuthClientCredentialsAssertion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaClusterOAuthClientCredentialsAssertion
- 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
-
#audience ⇒ String
The audience for the JWT client assertion.
-
#signing_algorithm ⇒ String
The signing algorithm for the JWT client assertion.
-
#token_request_secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Secrets Manager secret containing the signing key.
Instance Attribute Details
#audience ⇒ String
The audience for the JWT client assertion.
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_algorithm ⇒ String
The signing algorithm for the JWT client assertion.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the Secrets Manager secret containing the signing key.
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 |