class Google::Apis::IapV1::CsmSettings
Configuration for RCTokens generated for CSM workloads protected by IAP. RCTokens are IAP generated JWTs that can be verified at the application. The RCToken is primarily used for ISTIO deployments, and can be scoped to a single mesh by configuring the audience field accordingly
Attributes
rctoken_aud[RW]
Audience claim set in the generated RCToken. This value is not validated by IAP. Corresponds to the JSON property `rctokenAud` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/iap_v1/classes.rb, line 283 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/iap_v1/classes.rb, line 288 def update!(**args) @rctoken_aud = args[:rctoken_aud] if args.key?(:rctoken_aud) end