Class: Google::Apis::StsV1::GoogleIdentityStsV1Jwks
- Inherits:
-
Object
- Object
- Google::Apis::StsV1::GoogleIdentityStsV1Jwks
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sts_v1/classes.rb,
lib/google/apis/sts_v1/representations.rb,
lib/google/apis/sts_v1/representations.rb
Overview
Response message for GetJwks.
Instance Attribute Summary collapse
-
#keys ⇒ Array<Google::Apis::StsV1::GoogleIdentityStsV1Jwk>
The JWKS for this OP.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleIdentityStsV1Jwks
constructor
A new instance of GoogleIdentityStsV1Jwks.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleIdentityStsV1Jwks
Returns a new instance of GoogleIdentityStsV1Jwks.
469 470 471 |
# File 'lib/google/apis/sts_v1/classes.rb', line 469 def initialize(**args) update!(**args) end |
Instance Attribute Details
#keys ⇒ Array<Google::Apis::StsV1::GoogleIdentityStsV1Jwk>
The JWKS for this OP.
Corresponds to the JSON property keys
467 468 469 |
# File 'lib/google/apis/sts_v1/classes.rb', line 467 def keys @keys end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
474 475 476 |
# File 'lib/google/apis/sts_v1/classes.rb', line 474 def update!(**args) @keys = args[:keys] if args.key?(:keys) end |