View Source GoogleApi.Workstations.V1.Model.GenerateAccessTokenRequest (google_api_workstations v0.2.0)
Request message for GenerateAccessToken.
Attributes
-
expireTime
(type:DateTime.t
, default:nil
) - Desired expiration time of the access token. This value must be at most 24 hours in the future. If a value is not specified, the token's expiration time will be set to a default value of 1 hour in the future. -
ttl
(type:String.t
, default:nil
) - Desired lifetime duration of the access token. This value must be at most 24 hours. If a value is not specified, the token's lifetime will be set to a default value of 1 hour.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Workstations.V1.Model.GenerateAccessTokenRequest{ expireTime: DateTime.t() | nil, ttl: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.