LanSecret_1_0_0
LanSecret_1_0_0 Document
LAN secret information used by a globus identity to access a tunnel.
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
id |
string <uuid> |
ID of the secret. Usable for deleting this secreet before its timeout |
identity_id |
string |
Globus identity id this secret is associated_with |
secret |
string |
LAN secret used to make connections to a Globus streaming tunnel. |
stream_access_point_id |
string <uuid> |
ID of the stream access point that this secret can be used with. |
expires |
integer |
Expiration time for this lan secret (as a posix timestamp) |
tunnel_id |
string <uuid> |
ID of the tunnel that this secret can be used with. |
username |
string |
Username this secret is associated_with |
{
"DATA_TYPE": "lan_secret#1.0.0",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identity_id": "string",
"secret": "string",
"stream_access_point_id": "d7d6c4f7-b541-46f4-ac63-8485a05f42c6",
"expires": 0,
"tunnel_id": "02c85b8b-41a6-4131-a170-70d62bfc42a8",
"username": "string"
}