View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1AttestationCredential (google_api_chrome_management v0.9.0)
Information of public key associated with a Chrome browser profile.
Attributes
-
keyRotationTime
(type:DateTime.t
, default:nil
) - Output only. Latest rotation timestamp of the public key rotation. -
keyTrustLevel
(type:String.t
, default:nil
) - Output only. Trust level of the public key. -
keyType
(type:String.t
, default:nil
) - Output only. Type of the public key. -
publicKey
(type:String.t
, default:nil
) - Output only. Value of the public key.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1AttestationCredential{ keyRotationTime: DateTime.t() | nil, keyTrustLevel: String.t() | nil, keyType: String.t() | nil, publicKey: String.t() | nil }