-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_describe_policy_group.go
50 lines (48 loc) · 3.86 KB
/
struct_describe_policy_group.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
package ecd
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// DescribePolicyGroup is a nested struct in ecd response
type DescribePolicyGroup struct {
PolicyStatus string `json:"PolicyStatus" xml:"PolicyStatus"`
Html5Access string `json:"Html5Access" xml:"Html5Access"`
WatermarkType string `json:"WatermarkType" xml:"WatermarkType"`
PreemptLogin string `json:"PreemptLogin" xml:"PreemptLogin"`
WatermarkCustomText string `json:"WatermarkCustomText" xml:"WatermarkCustomText"`
Clipboard string `json:"Clipboard" xml:"Clipboard"`
DomainList string `json:"DomainList" xml:"DomainList"`
PolicyGroupId string `json:"PolicyGroupId" xml:"PolicyGroupId"`
PrinterRedirection string `json:"PrinterRedirection" xml:"PrinterRedirection"`
WatermarkTransparency string `json:"WatermarkTransparency" xml:"WatermarkTransparency"`
Html5FileTransfer string `json:"Html5FileTransfer" xml:"Html5FileTransfer"`
UsbRedirect string `json:"UsbRedirect" xml:"UsbRedirect"`
PolicyGroupType string `json:"PolicyGroupType" xml:"PolicyGroupType"`
Watermark string `json:"Watermark" xml:"Watermark"`
VisualQuality string `json:"VisualQuality" xml:"VisualQuality"`
EdsCount int `json:"EdsCount" xml:"EdsCount"`
Name string `json:"Name" xml:"Name"`
LocalDrive string `json:"LocalDrive" xml:"LocalDrive"`
GpuAcceleration string `json:"GpuAcceleration" xml:"GpuAcceleration"`
Recording string `json:"Recording" xml:"Recording"`
RecordingStartTime string `json:"RecordingStartTime" xml:"RecordingStartTime"`
RecordingEndTime string `json:"RecordingEndTime" xml:"RecordingEndTime"`
RecordingFps int64 `json:"RecordingFps" xml:"RecordingFps"`
CameraRedirect string `json:"CameraRedirect" xml:"CameraRedirect"`
NetRedirect string `json:"NetRedirect" xml:"NetRedirect"`
PreemptLoginUsers []string `json:"PreemptLoginUsers" xml:"PreemptLoginUsers"`
AuthorizeSecurityPolicyRules []AuthorizeSecurityPolicyRule `json:"AuthorizeSecurityPolicyRules" xml:"AuthorizeSecurityPolicyRules"`
AuthorizeAccessPolicyRules []AuthorizeAccessPolicyRule `json:"AuthorizeAccessPolicyRules" xml:"AuthorizeAccessPolicyRules"`
ClientTypes []ClientType `json:"ClientTypes" xml:"ClientTypes"`
UsbSupplyRedirectRule []UsbSupplyRedirectRuleItem `json:"UsbSupplyRedirectRule" xml:"UsbSupplyRedirectRule"`
}