class Google::Apis::ClouduseraccountsBeta::AuthorizedKeysView
A list of authorized public keys for a user account.
Attributes
keys[RW]
- Output Only
-
The list of authorized public keys in SSH format.
Corresponds to the JSON property `keys` @return [Array<String>]
sudoer[RW]
- Output Only
-
Whether the user has the ability to elevate on the instance that
requested the authorized keys. Corresponds to the JSON property `sudoer` @return [Boolean]
sudoer?[RW]
- Output Only
-
Whether the user has the ability to elevate on the instance that
requested the authorized keys. Corresponds to the JSON property `sudoer` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/clouduseraccounts_beta/classes.rb, line 41 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/clouduseraccounts_beta/classes.rb, line 46 def update!(**args) @keys = args[:keys] if args.key?(:keys) @sudoer = args[:sudoer] if args.key?(:sudoer) end