mirror of
https://github.com/openziti/zrok.git
synced 2025-08-10 16:37:57 +02:00
share public; share reserved (#922)
This commit is contained in:
@ -18,15 +18,16 @@ type SharePrivateRequest struct {
|
||||
}
|
||||
|
||||
type SharePublicRequest struct {
|
||||
Target string
|
||||
BasicAuth []string
|
||||
FrontendSelection []string
|
||||
BackendMode string
|
||||
Insecure bool
|
||||
OauthProvider string
|
||||
OauthCheckInterval string
|
||||
Closed bool
|
||||
AccessGrants []string
|
||||
Target string
|
||||
BasicAuth []string
|
||||
FrontendSelection []string
|
||||
BackendMode string
|
||||
Insecure bool
|
||||
OauthProvider string
|
||||
OauthEmailAddressPatterns []string
|
||||
OauthCheckInterval string
|
||||
Closed bool
|
||||
AccessGrants []string
|
||||
}
|
||||
|
||||
type ShareReservedRequest struct {
|
||||
@ -35,6 +36,14 @@ type ShareReservedRequest struct {
|
||||
Insecure bool
|
||||
}
|
||||
|
||||
type ShareReservedResponse struct {
|
||||
Token string
|
||||
BackendMode string
|
||||
ShareMode string
|
||||
FrontendEndpoints []string
|
||||
Target string
|
||||
}
|
||||
|
||||
type share struct {
|
||||
token string
|
||||
frontendEndpoints []string
|
||||
|
Reference in New Issue
Block a user