You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/admin_directory_v1.asps.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -121,12 +121,12 @@ <h3>Method Details</h3>
121
121
Returns:
122
122
An object of the form:
123
123
124
-
{ # An application-specific password (ASP) is used with applications that do not accept a verification code when logging into the application on certain devices. The ASP access code is used instead of the login and password you commonly use when accessing an application through a browser. For more information about ASPs and how to create one, see the [help center](//http://support.google.com/a/bin/answer.py?amp;answer=1032419).
124
+
{ # An application-specific password (ASP) is used with applications that do not accept a verification code when logging into the application on certain devices. The ASP access code is used instead of the login and password you commonly use when accessing an application through a browser. For more information about ASPs and how to create one, see the [help center](https://support.google.com/a/answer/2537800#asp).
125
125
"codeId": 42, # The unique ID of the ASP.
126
-
"creationTime": "A String", # The time when the ASP was created. Expressed in [Unix time](http://en.wikipedia.org/wiki/Epoch_time) format.
126
+
"creationTime": "A String", # The time when the ASP was created. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format.
127
127
"etag": "A String", # ETag of the ASP.
128
128
"kind": "admin#directory#asp", # The type of the API resource. This is always `admin#directory#asp`.
129
-
"lastTimeUsed": "A String", # The time when the ASP was last used. Expressed in [Unix time](http://en.wikipedia.org/wiki/Epoch_time) format.
129
+
"lastTimeUsed": "A String", # The time when the ASP was last used. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format.
130
130
"name": "A String", # The name of the application that the user, represented by their `userId`, entered when the ASP was created.
131
131
"userKey": "A String", # The unique ID of the user who issued the ASP.
132
132
}</pre>
@@ -149,12 +149,12 @@ <h3>Method Details</h3>
149
149
{
150
150
"etag": "A String", # ETag of the resource.
151
151
"items": [ # A list of ASP resources.
152
-
{ # An application-specific password (ASP) is used with applications that do not accept a verification code when logging into the application on certain devices. The ASP access code is used instead of the login and password you commonly use when accessing an application through a browser. For more information about ASPs and how to create one, see the [help center](//http://support.google.com/a/bin/answer.py?amp;answer=1032419).
152
+
{ # An application-specific password (ASP) is used with applications that do not accept a verification code when logging into the application on certain devices. The ASP access code is used instead of the login and password you commonly use when accessing an application through a browser. For more information about ASPs and how to create one, see the [help center](https://support.google.com/a/answer/2537800#asp).
153
153
"codeId": 42, # The unique ID of the ASP.
154
-
"creationTime": "A String", # The time when the ASP was created. Expressed in [Unix time](http://en.wikipedia.org/wiki/Epoch_time) format.
154
+
"creationTime": "A String", # The time when the ASP was created. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format.
155
155
"etag": "A String", # ETag of the ASP.
156
156
"kind": "admin#directory#asp", # The type of the API resource. This is always `admin#directory#asp`.
157
-
"lastTimeUsed": "A String", # The time when the ASP was last used. Expressed in [Unix time](http://en.wikipedia.org/wiki/Epoch_time) format.
157
+
"lastTimeUsed": "A String", # The time when the ASP was last used. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format.
158
158
"name": "A String", # The name of the application that the user, represented by their `userId`, entered when the ASP was created.
159
159
"userKey": "A String", # The unique ID of the user who issued the ASP.
0 commit comments