Lines Matching +full:format +full:- +full:security
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
42 margin-top: 0.5em;
46 font-family: Arial, sans serif;
50 border-bottom: solid #CCC 1px;
54 margin-top: 0.5em;
58 margin-left: 2 em;
62 margin-top: 1em;
69 font-weight: bold;
70 font-size: 14px;
107 name: string, Required. The unique ID for the user in format `users/{user}`. (required)
110 …OPERATING_SYSTEM_TYPE_UNSPECIFIED - The operating system type associated with the user account inf…
111 LINUX - Linux user account information.
112 WINDOWS - Windows user account information.
115 view: string, The view configures whether to retrieve security keys information.
117 …LOGIN_PROFILE_VIEW_UNSPECIFIED - The default login profile view. The API defaults to the BASIC vie…
118 BASIC - Includes POSIX and SSH key information.
119 SECURITY_KEY - Include security key information for the user.
120 x__xgafv: string, V1 error format.
122 1 - v1 error format
123 2 - v2 error format
145 "securityKeys": [ # The registered security key credentials for a user.
146 { # The credential information for a Google registered security key.
147 … "privateKey": "A String", # Hardware-backed private key text in SSH format.
148 …"publicKey": "A String", # Public key text in SSH format, defined by [RFC4253]…
149 …"universalTwoFactor": { # Security key information specific to the U2F protocol. # The U…
152 …"webAuthn": { # Security key information specific to the Web Authentication protocol. # …
160 …"fingerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH p…
161 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…
173 parent: string, The unique ID for the user in format `users/{user}`. (required)
179 …"fingerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH p…
180 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…
185 view: string, The view configures whether to retrieve security keys information.
187 …LOGIN_PROFILE_VIEW_UNSPECIFIED - The default login profile view. The API defaults to the BASIC vie…
188 BASIC - Includes POSIX and SSH key information.
189 SECURITY_KEY - Include security key information for the user.
190 x__xgafv: string, V1 error format.
192 1 - v1 error format
193 2 - v2 error format
217 "securityKeys": [ # The registered security key credentials for a user.
218 { # The credential information for a Google registered security key.
219 … "privateKey": "A String", # Hardware-backed private key text in SSH format.
220 …"publicKey": "A String", # Public key text in SSH format, defined by [RFC4253]…
221 …"universalTwoFactor": { # Security key information specific to the U2F protocol. # The U…
224 …"webAuthn": { # Security key information specific to the Web Authentication protocol. # …
232 …"fingerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH p…
233 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…