LanSecretCreate_1_0_0
LanSecretCreate_1_0_0 Document
Request to create a LAN secret
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
expires_in_mins |
integer |
Expiration time for this lan secret |
identity_id |
string <uuid> |
Optional requested identity_id to be used with the lan_secret. If present, the caller must have the identity in the active identity set and have a valid mapping for that identity in the stream gateway policy. If not present the first identity in the caller’s identity set which meets the stream gateway’s access policy will be used. |
stream_access_point_id |
string <uuid> |
ID of the stream access point that this secret can be used with. |
tunnel_id |
string <uuid> |
ID of the tunnel that this secret can be used with. |
username |
string |
Optional requested username to be used with the lan_secret. If present, the caller’s identity (perhaps constrained by the identity_id property of the create document) must be mappable to this username by the stream gateway’s identity policy. |
{
"DATA_TYPE": "lan_secret_create#1.0.0",
"expires_in_mins": 0,
"identity_id": "011a42b9-62d7-49eb-8328-c2e454af88a1",
"stream_access_point_id": "d7d6c4f7-b541-46f4-ac63-8485a05f42c6",
"tunnel_id": "02c85b8b-41a6-4131-a170-70d62bfc42a8",
"username": "string"
}