GoogleApi.Container.V1.Model.Jwk (google_api_container v0.25.0) View Source
Jwk is a JSON Web Key as specified in RFC 7517
Attributes
-
alg
(type:String.t
, default:nil
) - Algorithm. -
crv
(type:String.t
, default:nil
) - Used for ECDSA keys. -
e
(type:String.t
, default:nil
) - Used for RSA keys. -
kid
(type:String.t
, default:nil
) - Key ID. -
kty
(type:String.t
, default:nil
) - Key Type. -
n
(type:String.t
, default:nil
) - Used for RSA keys. -
use
(type:String.t
, default:nil
) - Permitted uses for the public keys. -
x
(type:String.t
, default:nil
) - Used for ECDSA keys. -
y
(type:String.t
, default:nil
) - Used for ECDSA keys.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.