Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteOktaOIDCURL ¶
func WriteOktaOIDCURL(data, fileName string)
WriteOktaOIDCURL will write in okta url to the file
Types ¶
type Request ¶
type Request struct {
Code string `json:"code"`
}
airgap activate rel2integ12 --activation-url http://localhost:9000/api/access/activation
type Response ¶
type Response struct {
ActivationCode string `json:"activation_code"`
Bhost string `json:"bhost"`
Bip string `json:"bip"`
Ca string `json:"ca"`
Company string `json:"company"`
DNS string `json:"dns"`
Domain string `json:"domain"`
Email string `json:"email"`
Error bool `json:"error"`
Fprint string `json:"fprint"`
JSONVersion string `json:"json_version"`
Khost string `json:"khost"`
Ksecret string `json:"ksecret"`
Message string `json:"message"`
Rdport string `json:"rdport"`
Sso string `json:"sso"`
}
Click to show internal directories.
Click to hide internal directories.