34 lines
896 B
Go
34 lines
896 B
Go
// Code generated from ace.jar fields *.json files
|
|
// DO NOT EDIT.
|
|
|
|
package unifi
|
|
|
|
import (
|
|
"context"
|
|
"fmt"
|
|
)
|
|
|
|
// just to fix compile issues with the import
|
|
var (
|
|
_ fmt.Formatter
|
|
_ context.Context
|
|
)
|
|
|
|
type SettingSuperCloudaccess struct {
|
|
ID string `json:"_id,omitempty"`
|
|
SiteID string `json:"site_id,omitempty"`
|
|
|
|
Hidden bool `json:"attr_hidden,omitempty"`
|
|
HiddenID string `json:"attr_hidden_id,omitempty"`
|
|
NoDelete bool `json:"attr_no_delete,omitempty"`
|
|
NoEdit bool `json:"attr_no_edit,omitempty"`
|
|
|
|
DeviceAuth string `json:"device_auth,omitempty"`
|
|
DeviceID string `json:"device_id"`
|
|
Enabled bool `json:"enabled"`
|
|
UbicUuid string `json:"ubic_uuid,omitempty"`
|
|
XCertificateArn string `json:"x_certificate_arn,omitempty"`
|
|
XCertificatePem string `json:"x_certificate_pem,omitempty"`
|
|
XPrivateKey string `json:"x_private_key,omitempty"`
|
|
}
|