• Home
  • Raw
  • Download

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 view: string, The view configures whether to retrieve security keys information.
112 …LOGIN_PROFILE_VIEW_UNSPECIFIED - The default login profile view. The API defaults to the BASIC vie…
113 BASIC - Includes POSIX and SSH key information.
114 SECURITY_KEY - Include security key information for the user.
115 x__xgafv: string, V1 error format.
117 1 - v1 error format
118 2 - v2 error format
140 "securityKeys": [ # The registered security key credentials for a user.
141 { # The credential information for a Google registered security key.
142 … "privateKey": "A String", # Hardware-backed private key text in SSH format.
143 …"publicKey": "A String", # Public key text in SSH format, defined by [RFC4253]…
144 …"universalTwoFactor": { # Security key information specific to the U2F protocol. # The U…
147 …"webAuthn": { # Security key information specific to the Web Authentication protocol. # …
155 …"fingerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH p…
156 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…
168 parent: string, The unique ID for the user in format `users/{user}`. (required)
174 …"fingerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH p…
175 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…
180 view: string, The view configures whether to retrieve security keys information.
182 …LOGIN_PROFILE_VIEW_UNSPECIFIED - The default login profile view. The API defaults to the BASIC vie…
183 BASIC - Includes POSIX and SSH key information.
184 SECURITY_KEY - Include security key information for the user.
185 x__xgafv: string, V1 error format.
187 1 - v1 error format
188 2 - v2 error format
212 "securityKeys": [ # The registered security key credentials for a user.
213 { # The credential information for a Google registered security key.
214 … "privateKey": "A String", # Hardware-backed private key text in SSH format.
215 …"publicKey": "A String", # Public key text in SSH format, defined by [RFC4253]…
216 …"universalTwoFactor": { # Security key information specific to the U2F protocol. # The U…
219 …"webAuthn": { # Security key information specific to the Web Authentication protocol. # …
227 …"fingerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH p…
228 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…