@wix/bex-utils 2.109.0 → 2.111.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@wix/ambassador-authorization-server/builders.d.ts +2542 -0
- package/@wix/ambassador-authorization-server/builders.js +10330 -0
- package/@wix/ambassador-authorization-server/builders.js.map +1 -0
- package/@wix/ambassador-authorization-server/export-erb.js +101 -0
- package/@wix/ambassador-authorization-server/http.d.ts +109 -0
- package/@wix/ambassador-authorization-server/http.js +394 -0
- package/@wix/ambassador-authorization-server/http.js.map +1 -0
- package/@wix/ambassador-authorization-server/index.js +1 -0
- package/@wix/ambassador-authorization-server/package.json +30 -0
- package/@wix/ambassador-authorization-server/rpc.d.ts +252 -0
- package/@wix/ambassador-authorization-server/rpc.js +820 -0
- package/@wix/ambassador-authorization-server/rpc.js.map +1 -0
- package/@wix/ambassador-authorization-server/src/builders.ts +10663 -0
- package/@wix/ambassador-authorization-server/src/http.ts +666 -0
- package/@wix/ambassador-authorization-server/src/rpc.ts +1111 -0
- package/@wix/ambassador-authorization-server/src/types.ts +1616 -0
- package/@wix/ambassador-authorization-server/types.d.ts +1294 -0
- package/@wix/ambassador-authorization-server/types.js +62 -0
- package/@wix/ambassador-authorization-server/types.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/README.md +34 -0
- package/@wix/ambassador-data-v1-external-database-connection/builders/package.json +7 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/builders.impl.d.ts +32 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/builders.impl.js +363 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/builders.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/crud/http.impl.d.ts +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/crud/http.impl.js +5 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/crud/http.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/crud/rpc.impl.d.ts +11 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/crud/rpc.impl.js +41 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/crud/rpc.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/http.impl.d.ts +24 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/http.impl.js +530 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/http.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/meta.impl.d.ts +22 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/meta.impl.js +136 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/proto/client/proto-generated.d.ts +7218 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/proto/proto-generated.d.ts +3606 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/proto/proto-generated.js +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/proto/server/proto-generated.d.ts +7207 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/rpc.impl.d.ts +33 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/rpc.impl.js +121 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/rpc.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/types.impl.d.ts +424 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/types.impl.js +97 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/build/types.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/cjs/package.json +3 -0
- package/@wix/ambassador-data-v1-external-database-connection/crud/http/package.json +7 -0
- package/@wix/ambassador-data-v1-external-database-connection/crud/rpc/package.json +6 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/builders.impl.d.ts +32 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/builders.impl.js +314 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/builders.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/crud/http.impl.d.ts +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/crud/http.impl.js +2 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/crud/http.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/crud/rpc.impl.d.ts +11 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/crud/rpc.impl.js +34 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/crud/rpc.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/http.impl.d.ts +24 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/http.impl.js +523 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/http.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/meta.impl.d.ts +22 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/meta.impl.js +96 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/proto/client/proto-generated.d.ts +7218 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/proto/client/proto-generated.js +5 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/proto/proto-generated.d.ts +3606 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/proto/proto-generated.js +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/proto/server/proto-generated.d.ts +7207 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/proto/server/proto-generated.js +5 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/rpc.impl.d.ts +33 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/rpc.impl.js +81 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/rpc.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/types.impl.d.ts +424 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/types.impl.js +94 -0
- package/@wix/ambassador-data-v1-external-database-connection/es/build/types.impl.js.map +1 -0
- package/@wix/ambassador-data-v1-external-database-connection/http/package.json +7 -0
- package/@wix/ambassador-data-v1-external-database-connection/meta/package.json +7 -0
- package/@wix/ambassador-data-v1-external-database-connection/package.json +108 -0
- package/@wix/ambassador-data-v1-external-database-connection/rpc/package.json +6 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/com/wixpress/cloud/data/api/common.proto +63 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/com/wixpress/cloud/data/api/externaldatabase/external-database-connection-service.proto +305 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/com/wixpress/cloud/data/api/externaldatabase/upstream/externaldatabase/wix/common/paging.proto +112 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/com/wixpress/iptf/webhooks/debug.proto +34 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/com/wixpress/iptf/webhooks/kv.proto +42 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/com/wixpress/iptf/webhooks/message_envelope.proto +54 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/webhooks_debug_service.proto +32 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/webhooks_sync_service.proto +33 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/api/annotations.proto +559 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/api/api_errors.proto +142 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/api/callback.proto +173 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/api/entity.proto +133 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/api/errors.proto +127 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/api/idempotency.proto +25 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/api/permissions.proto +46 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/api/subscription.proto +32 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/api/validations.proto +147 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/address.proto +148 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/bulk.proto +53 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/domainevents/attributeupdated.proto +20 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/domainevents/domainevents.proto +112 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/media.proto +280 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/paging.proto +121 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/sorting.proto +36 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/spi.proto +85 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/common/wixlink.proto +203 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/spi/definitions.proto +188 -0
- package/@wix/ambassador-data-v1-external-database-connection/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-data-v1-external-database-connection/types/package.json +7 -0
- package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +8 -0
- package/@wix/bex-bundled-mini-essentials/package.json +1 -1
- package/package.json +8 -5
|
@@ -0,0 +1,1294 @@
|
|
|
1
|
+
declare type Boolean = boolean;
|
|
2
|
+
declare type DateTime = string;
|
|
3
|
+
declare type Double = number;
|
|
4
|
+
declare type Int = number;
|
|
5
|
+
declare type Long = number;
|
|
6
|
+
declare type String = string;
|
|
7
|
+
declare type Struct = any;
|
|
8
|
+
declare type Timestamp = string;
|
|
9
|
+
declare type UserGuid = string;
|
|
10
|
+
declare type Value = any;
|
|
11
|
+
declare type guid = string;
|
|
12
|
+
declare type JsonMap<T> = {
|
|
13
|
+
[key: string]: T;
|
|
14
|
+
};
|
|
15
|
+
export interface AbacAttribute {
|
|
16
|
+
attributeType?: String;
|
|
17
|
+
attributeValue?: String;
|
|
18
|
+
}
|
|
19
|
+
export interface AcceptAppInviteRequest {
|
|
20
|
+
inviteId?: String;
|
|
21
|
+
}
|
|
22
|
+
export interface AcceptAppInviteResponse {
|
|
23
|
+
invite?: AppInvite;
|
|
24
|
+
}
|
|
25
|
+
export interface AcceptInviteRequest {
|
|
26
|
+
inviteId?: String;
|
|
27
|
+
}
|
|
28
|
+
export interface AcceptInviteResponse {
|
|
29
|
+
invite?: InviteData;
|
|
30
|
+
}
|
|
31
|
+
export interface AccountPartialPath {
|
|
32
|
+
accountContext?: AccountResourceContext;
|
|
33
|
+
all?: Boolean;
|
|
34
|
+
}
|
|
35
|
+
export interface AccountPolicyAssignment {
|
|
36
|
+
assignmentId?: String;
|
|
37
|
+
condition?: PolicyCondition;
|
|
38
|
+
policyId?: String;
|
|
39
|
+
site?: String;
|
|
40
|
+
siteRestriction?: Site;
|
|
41
|
+
}
|
|
42
|
+
export interface AccountResourceContext {
|
|
43
|
+
accountId?: String;
|
|
44
|
+
}
|
|
45
|
+
export interface AccountResourceContextV2 {
|
|
46
|
+
accountId?: String;
|
|
47
|
+
all?: Boolean;
|
|
48
|
+
allSitesForAccount?: AllSitesForAccount;
|
|
49
|
+
}
|
|
50
|
+
export interface AccountWithRoles {
|
|
51
|
+
accountId: guid;
|
|
52
|
+
roles: any;
|
|
53
|
+
}
|
|
54
|
+
export interface ActionsFilter {
|
|
55
|
+
actions?: String[];
|
|
56
|
+
}
|
|
57
|
+
export interface AddStatementToPolicyRequest {
|
|
58
|
+
policyId?: String;
|
|
59
|
+
policyStatement?: PolicyStatement;
|
|
60
|
+
}
|
|
61
|
+
export interface AddStatementToPolicyResponse {
|
|
62
|
+
statementId?: String;
|
|
63
|
+
}
|
|
64
|
+
export interface AllResources {
|
|
65
|
+
}
|
|
66
|
+
export interface AllSitesForAccount {
|
|
67
|
+
accountId?: String;
|
|
68
|
+
}
|
|
69
|
+
export interface And {
|
|
70
|
+
conditions: any[];
|
|
71
|
+
}
|
|
72
|
+
export interface AppInvite {
|
|
73
|
+
acceptedBy?: String;
|
|
74
|
+
acceptedByAccountId?: String;
|
|
75
|
+
appId?: String;
|
|
76
|
+
appName?: String;
|
|
77
|
+
brandDomain?: String;
|
|
78
|
+
dateCreated?: Timestamp;
|
|
79
|
+
dateUpdated?: Timestamp;
|
|
80
|
+
destEmail?: String;
|
|
81
|
+
expirationDate?: Timestamp;
|
|
82
|
+
givenByAccountId?: String;
|
|
83
|
+
givenByUserId?: String;
|
|
84
|
+
id?: String;
|
|
85
|
+
invitePurpose?: String;
|
|
86
|
+
invitedToAccountId?: String;
|
|
87
|
+
policyIds?: String[];
|
|
88
|
+
status?: String;
|
|
89
|
+
}
|
|
90
|
+
export interface ApplicationError {
|
|
91
|
+
code: String;
|
|
92
|
+
data?: Struct;
|
|
93
|
+
description: String;
|
|
94
|
+
unknownFields: UnknownFieldSet;
|
|
95
|
+
}
|
|
96
|
+
export interface AssignPoliciesRequest {
|
|
97
|
+
accountId?: String;
|
|
98
|
+
assignments?: SitePolicyAssignment[];
|
|
99
|
+
}
|
|
100
|
+
export interface AssignPoliciesResponse {
|
|
101
|
+
assignments?: SitePolicyAssignment[];
|
|
102
|
+
}
|
|
103
|
+
export interface AssignPoliciesToTeamMemberRequest {
|
|
104
|
+
assignments?: AccountPolicyAssignment[];
|
|
105
|
+
teamAccountId?: String;
|
|
106
|
+
userId?: String;
|
|
107
|
+
}
|
|
108
|
+
export interface AssignPoliciesToTeamMemberResponse {
|
|
109
|
+
assignments?: AccountPolicyAssignment[];
|
|
110
|
+
}
|
|
111
|
+
export interface AssignPolicyResponse {
|
|
112
|
+
assignmentId?: String;
|
|
113
|
+
}
|
|
114
|
+
export interface Assignment {
|
|
115
|
+
policyId?: String;
|
|
116
|
+
statements?: Statement[];
|
|
117
|
+
}
|
|
118
|
+
export interface AssignmentData {
|
|
119
|
+
assignmentId?: String;
|
|
120
|
+
policyId?: String;
|
|
121
|
+
resource?: FullNameResource;
|
|
122
|
+
resourceConditions?: PolicyCondition;
|
|
123
|
+
subject?: Subject;
|
|
124
|
+
}
|
|
125
|
+
export interface AssignmentUpdateField {
|
|
126
|
+
assignmentCondition?: ConditionUpdate;
|
|
127
|
+
assignmentResource?: ResourceUpdate;
|
|
128
|
+
}
|
|
129
|
+
export interface AttributeUpdateResourceResult {
|
|
130
|
+
fullNameResource?: FullNameResource;
|
|
131
|
+
result?: UpdateResult;
|
|
132
|
+
}
|
|
133
|
+
export interface AttributeUpdateWithOperatorResult {
|
|
134
|
+
operator?: AttributesOperator;
|
|
135
|
+
result?: UpdateResult;
|
|
136
|
+
}
|
|
137
|
+
export interface AttributeValue {
|
|
138
|
+
boolValue?: Boolean;
|
|
139
|
+
stringValue?: String;
|
|
140
|
+
}
|
|
141
|
+
export interface AttributesOperator {
|
|
142
|
+
exactMatch?: ExactMatch;
|
|
143
|
+
startsWith?: StartsWith;
|
|
144
|
+
}
|
|
145
|
+
export interface AuthorizationEmptyResponse {
|
|
146
|
+
}
|
|
147
|
+
export interface AuthorizationRequest {
|
|
148
|
+
metaSiteId?: String;
|
|
149
|
+
permission?: String;
|
|
150
|
+
}
|
|
151
|
+
export interface AuthorizationResponse {
|
|
152
|
+
isPermitted?: Boolean;
|
|
153
|
+
}
|
|
154
|
+
export interface AuthorizationSiteOwner {
|
|
155
|
+
metasiteId: guid;
|
|
156
|
+
ownerId: UserGuid;
|
|
157
|
+
}
|
|
158
|
+
export interface BackOfficeIsPermitted {
|
|
159
|
+
request?: IsPermittedRequest;
|
|
160
|
+
subject?: Subject;
|
|
161
|
+
}
|
|
162
|
+
export interface BoolValue {
|
|
163
|
+
value: Boolean;
|
|
164
|
+
}
|
|
165
|
+
export interface BooleanLiteral {
|
|
166
|
+
value: Boolean;
|
|
167
|
+
}
|
|
168
|
+
export interface BulkActionMetadata {
|
|
169
|
+
totalFailures: Int;
|
|
170
|
+
totalSuccesses: Int;
|
|
171
|
+
undetailedFailures: Int;
|
|
172
|
+
unknownFields: UnknownFieldSet;
|
|
173
|
+
}
|
|
174
|
+
export interface BulkBackOfficeIsPermittedRequest {
|
|
175
|
+
request?: BulkIsPermittedRequest;
|
|
176
|
+
subject?: Subject;
|
|
177
|
+
}
|
|
178
|
+
export interface BulkGetPermittedSubjectsCountRequest {
|
|
179
|
+
action?: String;
|
|
180
|
+
fullNameResources?: FullNameResource[];
|
|
181
|
+
}
|
|
182
|
+
export interface BulkGetPermittedSubjectsCountResponse {
|
|
183
|
+
permittedSubjectsCount?: ResourceContributorCount[];
|
|
184
|
+
}
|
|
185
|
+
export interface BulkGetSubjectRolesRequest {
|
|
186
|
+
action?: String;
|
|
187
|
+
resourcesFilter?: ResourceFilter[];
|
|
188
|
+
subjects?: Subject[];
|
|
189
|
+
}
|
|
190
|
+
export interface BulkGetSubjectRolesResponse {
|
|
191
|
+
subjectRoles?: SubjectRoles[];
|
|
192
|
+
}
|
|
193
|
+
export interface BulkIsPermittedRequest {
|
|
194
|
+
permission?: String;
|
|
195
|
+
resources?: IsPermittedResource[];
|
|
196
|
+
}
|
|
197
|
+
export interface BulkIsPermittedResponse {
|
|
198
|
+
resourcesIsPermitted?: ResourceIsPermitted[];
|
|
199
|
+
}
|
|
200
|
+
export interface BulkIsPolicyAssignedRequest {
|
|
201
|
+
policyIds?: String[];
|
|
202
|
+
}
|
|
203
|
+
export interface BulkIsPolicyAssignedResponse {
|
|
204
|
+
policiesAssigned?: IsPolicyAssigned[];
|
|
205
|
+
}
|
|
206
|
+
export interface BulkOverrideSubjectPoliciesRequest {
|
|
207
|
+
subjectAssignments?: SubjectAssignments[];
|
|
208
|
+
}
|
|
209
|
+
export interface BulkOverrideSubjectPoliciesResponse {
|
|
210
|
+
bulkActionMetadata?: BulkActionMetadata;
|
|
211
|
+
results?: BulkSubjectPoliciesResult[];
|
|
212
|
+
}
|
|
213
|
+
export interface BulkResourceAttributeUpdateRequest {
|
|
214
|
+
fullNameResources?: FullNameResource[];
|
|
215
|
+
updateEvent?: ResourceAttributeUpdateEvent;
|
|
216
|
+
}
|
|
217
|
+
export interface BulkResourceAttributeUpdateResponse {
|
|
218
|
+
resourceUpdateResults?: AttributeUpdateResourceResult[];
|
|
219
|
+
}
|
|
220
|
+
export interface BulkSubjectBackOfficeIsPermittedRequest {
|
|
221
|
+
request?: IsPermittedRequest;
|
|
222
|
+
subjects?: Subject[];
|
|
223
|
+
}
|
|
224
|
+
export interface BulkSubjectIsPermittedResponse {
|
|
225
|
+
subjectsIsPermitted?: SubjectIsPermitted[];
|
|
226
|
+
}
|
|
227
|
+
export interface BulkSubjectPoliciesResult {
|
|
228
|
+
itemMetadata?: ItemMetadata;
|
|
229
|
+
subjectAssignments?: SubjectAssignments;
|
|
230
|
+
}
|
|
231
|
+
export interface BulkUpdateResourcesWithAttributeRequest {
|
|
232
|
+
operators?: AttributesOperator[];
|
|
233
|
+
replacementAttributeValue?: String;
|
|
234
|
+
}
|
|
235
|
+
export interface BulkUpdateResourcesWithAttributeResponse {
|
|
236
|
+
operatorUpdateResults?: AttributeUpdateWithOperatorResult[];
|
|
237
|
+
}
|
|
238
|
+
export interface ByPermissions {
|
|
239
|
+
permission?: String[];
|
|
240
|
+
}
|
|
241
|
+
export interface ChangeInvitePoliciesRequest {
|
|
242
|
+
inviteId?: String;
|
|
243
|
+
policies?: String[];
|
|
244
|
+
}
|
|
245
|
+
export interface ChangePolicyOwnerRequest {
|
|
246
|
+
policyId?: String;
|
|
247
|
+
policyOwnerId?: String;
|
|
248
|
+
policyOwnerType?: String;
|
|
249
|
+
}
|
|
250
|
+
export interface ChangePolicyOwnerResponse {
|
|
251
|
+
}
|
|
252
|
+
export interface ClearAssignedAppPoliciesRequest {
|
|
253
|
+
accountId?: String;
|
|
254
|
+
appId?: String;
|
|
255
|
+
}
|
|
256
|
+
export interface ClearAssignedAppPoliciesResponse {
|
|
257
|
+
deletedAssignmentIds?: String[];
|
|
258
|
+
}
|
|
259
|
+
export interface ClearAssignedPoliciesRequest {
|
|
260
|
+
accountId?: String;
|
|
261
|
+
}
|
|
262
|
+
export interface ClearAssignedPoliciesResponse {
|
|
263
|
+
assignmentsCount?: Int;
|
|
264
|
+
}
|
|
265
|
+
export interface ClearTeamMemberPoliciesRequest {
|
|
266
|
+
teamAccountId?: String;
|
|
267
|
+
userId?: String;
|
|
268
|
+
}
|
|
269
|
+
export interface ClearTeamMemberPoliciesResponse {
|
|
270
|
+
assignmentsCount?: Int;
|
|
271
|
+
}
|
|
272
|
+
export declare enum ConditionAttributeType {
|
|
273
|
+
UNKNOWN_CONDITION_TYPE = "UNKNOWN_CONDITION_TYPE",
|
|
274
|
+
FOLDER = "FOLDER"
|
|
275
|
+
}
|
|
276
|
+
export interface ConditionOperator {
|
|
277
|
+
dependOn?: DependOnOperator;
|
|
278
|
+
equals?: EqualOperator;
|
|
279
|
+
experiment?: ExperimentOperator;
|
|
280
|
+
like?: LikeOperator;
|
|
281
|
+
}
|
|
282
|
+
export interface ConditionType {
|
|
283
|
+
condition?: ManagementCondition;
|
|
284
|
+
environmentCondition?: EnvironmentCondition;
|
|
285
|
+
joinedConditions?: JoinedCondition;
|
|
286
|
+
simpleCondition?: SimpleCondition;
|
|
287
|
+
}
|
|
288
|
+
export interface ConditionUpdate {
|
|
289
|
+
condition?: PolicyCondition;
|
|
290
|
+
noCondition?: NoCondition;
|
|
291
|
+
}
|
|
292
|
+
export interface ConditionValue {
|
|
293
|
+
attrName?: String;
|
|
294
|
+
boolValue?: Boolean;
|
|
295
|
+
stringValue?: String;
|
|
296
|
+
}
|
|
297
|
+
export declare enum ConsistencyLevel {
|
|
298
|
+
WEAK = "WEAK",
|
|
299
|
+
STRONG = "STRONG"
|
|
300
|
+
}
|
|
301
|
+
export interface Contributor {
|
|
302
|
+
id?: String;
|
|
303
|
+
}
|
|
304
|
+
export interface ContributorLimit {
|
|
305
|
+
leftInvites: Int;
|
|
306
|
+
limit: Int;
|
|
307
|
+
}
|
|
308
|
+
export interface CreateAppInviteRequest {
|
|
309
|
+
invite?: AppInvite;
|
|
310
|
+
}
|
|
311
|
+
export interface CreateAppInviteResponse {
|
|
312
|
+
invite?: AppInvite;
|
|
313
|
+
}
|
|
314
|
+
export interface CreateInviteRequest {
|
|
315
|
+
assignments?: ServiceInviteResourceAssignment[];
|
|
316
|
+
brandDomain?: String;
|
|
317
|
+
destEmail?: String;
|
|
318
|
+
givenByAccountId?: String;
|
|
319
|
+
givenById?: String;
|
|
320
|
+
invitePurpose?: String;
|
|
321
|
+
invitedToAccountId?: String;
|
|
322
|
+
policies?: String[];
|
|
323
|
+
}
|
|
324
|
+
export interface CreateInviteResponse {
|
|
325
|
+
invite?: InviteData;
|
|
326
|
+
}
|
|
327
|
+
export interface CreatePolicyRequest {
|
|
328
|
+
policy?: Policy;
|
|
329
|
+
}
|
|
330
|
+
export interface CreatePolicyResponse {
|
|
331
|
+
policy?: Policy;
|
|
332
|
+
}
|
|
333
|
+
export interface CustomResource {
|
|
334
|
+
all?: Boolean;
|
|
335
|
+
resource?: Resource;
|
|
336
|
+
}
|
|
337
|
+
export interface DeleteAccountInviteRequest {
|
|
338
|
+
inviteId?: String;
|
|
339
|
+
mailAndAccount?: MailAndAccountId;
|
|
340
|
+
}
|
|
341
|
+
export interface DeleteAccountInvitesRequest {
|
|
342
|
+
accountId?: String;
|
|
343
|
+
hardDelete?: Boolean;
|
|
344
|
+
}
|
|
345
|
+
export interface DeleteAppInviteRequest {
|
|
346
|
+
inviteId?: String;
|
|
347
|
+
}
|
|
348
|
+
export interface DeleteAppInviteResponse {
|
|
349
|
+
}
|
|
350
|
+
export interface DeleteAssignmentsRequest {
|
|
351
|
+
assignmentIds?: String[];
|
|
352
|
+
}
|
|
353
|
+
export interface DeleteAssignmentsResponse {
|
|
354
|
+
deletedAssignmentIds?: String[];
|
|
355
|
+
}
|
|
356
|
+
export interface DeleteAttributesByTenantRequest {
|
|
357
|
+
attributeType?: String;
|
|
358
|
+
tenant?: String;
|
|
359
|
+
}
|
|
360
|
+
export interface DeleteInviteRequest {
|
|
361
|
+
inviteId?: String;
|
|
362
|
+
}
|
|
363
|
+
export interface DeletePolicyRequest {
|
|
364
|
+
policyId?: String;
|
|
365
|
+
}
|
|
366
|
+
export interface DeletePolicyResponse {
|
|
367
|
+
deleted?: Boolean;
|
|
368
|
+
}
|
|
369
|
+
export interface DeletePolicyStatementRequest {
|
|
370
|
+
statementId?: String;
|
|
371
|
+
}
|
|
372
|
+
export interface DeletePolicyStatementResponse {
|
|
373
|
+
deleted?: Boolean;
|
|
374
|
+
policy?: Policy;
|
|
375
|
+
}
|
|
376
|
+
export interface DeleteTeamMemberAssignmentsRequest {
|
|
377
|
+
assignmentIds?: String[];
|
|
378
|
+
}
|
|
379
|
+
export interface DeleteTeamMemberAssignmentsResponse {
|
|
380
|
+
assignmentsCount?: Int;
|
|
381
|
+
}
|
|
382
|
+
export interface DependOnOperator {
|
|
383
|
+
dependOnSubject?: Subject;
|
|
384
|
+
}
|
|
385
|
+
export interface DevAssignPolicyRequest {
|
|
386
|
+
contextKeys?: JsonMap<string>;
|
|
387
|
+
policyId?: String;
|
|
388
|
+
subject?: Subject;
|
|
389
|
+
}
|
|
390
|
+
export interface DevEmptyResponse {
|
|
391
|
+
}
|
|
392
|
+
export interface DevPolicyPermissions {
|
|
393
|
+
flattenedPermissions?: String[];
|
|
394
|
+
globalScopes?: String[];
|
|
395
|
+
missingPermissionsInRoleFromFlattened?: String[];
|
|
396
|
+
missingPermissionsInRoleFromScopes?: String[];
|
|
397
|
+
missingPermissionsInScopes?: String[];
|
|
398
|
+
otherScopes?: String[];
|
|
399
|
+
policyId?: String;
|
|
400
|
+
rolePermissions?: String[];
|
|
401
|
+
scopesPermissions?: String[];
|
|
402
|
+
}
|
|
403
|
+
export declare enum Effect {
|
|
404
|
+
UNKNOWN_EFFECT = "UNKNOWN_EFFECT",
|
|
405
|
+
ALLOW = "ALLOW",
|
|
406
|
+
DENY = "DENY"
|
|
407
|
+
}
|
|
408
|
+
export interface EnvironmentCondition {
|
|
409
|
+
experimentCondition?: ExperimentCondition;
|
|
410
|
+
}
|
|
411
|
+
export interface EqAttr {
|
|
412
|
+
id: String;
|
|
413
|
+
left: ModelAttribute;
|
|
414
|
+
right: ModelAttribute;
|
|
415
|
+
}
|
|
416
|
+
export interface EqLiteral {
|
|
417
|
+
id: String;
|
|
418
|
+
left: ModelAttribute;
|
|
419
|
+
right: any;
|
|
420
|
+
}
|
|
421
|
+
export interface EqualOperator {
|
|
422
|
+
attrName?: String;
|
|
423
|
+
value?: ConditionValue;
|
|
424
|
+
}
|
|
425
|
+
export interface ExactMatch {
|
|
426
|
+
attribute?: AbacAttribute;
|
|
427
|
+
}
|
|
428
|
+
export interface ExperimentCondition {
|
|
429
|
+
expectedValue?: String;
|
|
430
|
+
fallbackValue?: String;
|
|
431
|
+
spec?: String;
|
|
432
|
+
}
|
|
433
|
+
export interface ExperimentOperator {
|
|
434
|
+
expectedValue?: String;
|
|
435
|
+
fallbackValue?: String;
|
|
436
|
+
spec?: String;
|
|
437
|
+
}
|
|
438
|
+
export interface Field {
|
|
439
|
+
fixed32: Int[];
|
|
440
|
+
fixed64: Long[];
|
|
441
|
+
lengthDelimited: any[];
|
|
442
|
+
varint: Long[];
|
|
443
|
+
}
|
|
444
|
+
export interface FieldMask {
|
|
445
|
+
paths?: String[];
|
|
446
|
+
}
|
|
447
|
+
export interface FilterPoliciesRequest {
|
|
448
|
+
byPermissions?: ByPermissions;
|
|
449
|
+
fromPolicyIds?: String[];
|
|
450
|
+
}
|
|
451
|
+
export interface FilterPoliciesResponse {
|
|
452
|
+
permissionFilteredPolicies?: PermissionsFilteredPolicies;
|
|
453
|
+
}
|
|
454
|
+
export interface FixTeamMemberAssignmentsRequest {
|
|
455
|
+
accountId?: String;
|
|
456
|
+
userId?: String;
|
|
457
|
+
}
|
|
458
|
+
export interface FoldExperimentRequest {
|
|
459
|
+
policyId?: String;
|
|
460
|
+
spec?: String;
|
|
461
|
+
winningValue?: String;
|
|
462
|
+
}
|
|
463
|
+
export interface FoldExperimentResponse {
|
|
464
|
+
}
|
|
465
|
+
export interface ForceDeleteAssignmentsRequest {
|
|
466
|
+
assignmentIds?: String[];
|
|
467
|
+
}
|
|
468
|
+
export interface ForceDeleteAssignmentsResponse {
|
|
469
|
+
isDeleted?: Boolean;
|
|
470
|
+
}
|
|
471
|
+
export interface FullNameResource {
|
|
472
|
+
accountContext?: AccountResourceContext;
|
|
473
|
+
organizationContext?: OrganizationResourceContext;
|
|
474
|
+
resource?: Resource;
|
|
475
|
+
siteContext?: SiteResourceContext;
|
|
476
|
+
}
|
|
477
|
+
export interface GetAppInviteRequest {
|
|
478
|
+
inviteId?: String;
|
|
479
|
+
}
|
|
480
|
+
export interface GetAppInviteResponse {
|
|
481
|
+
invite?: AppInvite;
|
|
482
|
+
}
|
|
483
|
+
export interface GetAppInvitesRequest {
|
|
484
|
+
acceptedByAccountIds?: String[];
|
|
485
|
+
appId?: String;
|
|
486
|
+
statuses?: String[];
|
|
487
|
+
}
|
|
488
|
+
export interface GetAppInvitesResponse {
|
|
489
|
+
invites?: AppInvite[];
|
|
490
|
+
}
|
|
491
|
+
export interface GetAssignmentsRequest {
|
|
492
|
+
assignmentIds?: String[];
|
|
493
|
+
}
|
|
494
|
+
export interface GetAssignmentsResponse {
|
|
495
|
+
assignments?: AssignmentData[];
|
|
496
|
+
}
|
|
497
|
+
export interface GetAttributesRequest {
|
|
498
|
+
attributeType?: String;
|
|
499
|
+
fullNameResource?: FullNameResource;
|
|
500
|
+
}
|
|
501
|
+
export interface GetAttributesResponse {
|
|
502
|
+
attributes?: AbacAttribute[];
|
|
503
|
+
}
|
|
504
|
+
export interface GetBulkSubjectPoliciesBySubjectContextRequest {
|
|
505
|
+
subjects?: Subject[];
|
|
506
|
+
}
|
|
507
|
+
export interface GetBulkSubjectPoliciesBySubjectContextResponse {
|
|
508
|
+
subjectPolicies?: SubjectPolicies[];
|
|
509
|
+
}
|
|
510
|
+
export interface GetContainedPoliciesRequest {
|
|
511
|
+
fromPolicyIds?: String[];
|
|
512
|
+
inPolicyIds?: String[];
|
|
513
|
+
}
|
|
514
|
+
export interface GetContainedPoliciesResponse {
|
|
515
|
+
policyIds?: String[];
|
|
516
|
+
}
|
|
517
|
+
export interface GetCurrentSubjectContainedPoliciesRequest {
|
|
518
|
+
policyIds?: String[];
|
|
519
|
+
resourceFilter?: ResourceFilter;
|
|
520
|
+
}
|
|
521
|
+
export interface GetCurrentSubjectContainedPoliciesResponse {
|
|
522
|
+
policyIds?: String[];
|
|
523
|
+
}
|
|
524
|
+
export interface GetCurrentSubjectPermissionsOnResourceRequest {
|
|
525
|
+
context?: ResourceContext;
|
|
526
|
+
resource?: Resource;
|
|
527
|
+
}
|
|
528
|
+
export interface GetCurrentSubjectPermissionsOnResourceResponse {
|
|
529
|
+
permissions?: String[];
|
|
530
|
+
}
|
|
531
|
+
export interface GetCurrentSubjectPermissionsOnResourcesRequest {
|
|
532
|
+
consistencyLevel?: ConsistencyLevel;
|
|
533
|
+
filter?: PermissionsFilter;
|
|
534
|
+
resourceWithOwner?: ResourceWithOwner[];
|
|
535
|
+
}
|
|
536
|
+
export interface GetCurrentSubjectPermissionsOnResourcesResponse {
|
|
537
|
+
resourcePermissions?: ResourcePermissions[];
|
|
538
|
+
}
|
|
539
|
+
export interface GetInviteRequest {
|
|
540
|
+
inviteId?: String;
|
|
541
|
+
}
|
|
542
|
+
export interface GetInviteResponse {
|
|
543
|
+
invite?: InviteData;
|
|
544
|
+
}
|
|
545
|
+
export interface GetInvitesByAccountRequest {
|
|
546
|
+
accountId?: String;
|
|
547
|
+
}
|
|
548
|
+
export interface GetInvitesByAccountResponse {
|
|
549
|
+
invites?: InviteData[];
|
|
550
|
+
}
|
|
551
|
+
export interface GetPermissionsRequest {
|
|
552
|
+
role?: String;
|
|
553
|
+
}
|
|
554
|
+
export interface GetPermissionsResponse {
|
|
555
|
+
permissions?: LegacyPermission[];
|
|
556
|
+
}
|
|
557
|
+
export interface GetPermittedSubjectsRolesRequest {
|
|
558
|
+
exceptPolicies?: String[];
|
|
559
|
+
inSpecificAccount?: String;
|
|
560
|
+
paging?: Paging;
|
|
561
|
+
resource?: FullNameResource;
|
|
562
|
+
resourceAttributes?: JsonMap<AttributeValue>;
|
|
563
|
+
subjectTypes?: SubjectTypesFilter;
|
|
564
|
+
}
|
|
565
|
+
export interface GetPermittedSubjectsRolesResponse {
|
|
566
|
+
subjectAssignments?: SubjectAssignment[];
|
|
567
|
+
}
|
|
568
|
+
export interface GetPermittedSubjectsStatementsRequest {
|
|
569
|
+
action?: String;
|
|
570
|
+
fullNameResource?: FullNameResource;
|
|
571
|
+
inSpecificAccount?: String;
|
|
572
|
+
paging?: Paging;
|
|
573
|
+
resourceAttributes?: JsonMap<AttributeValue>;
|
|
574
|
+
}
|
|
575
|
+
export interface GetPermittedSubjectsStatementsResponse {
|
|
576
|
+
subjects?: SubjectView[];
|
|
577
|
+
}
|
|
578
|
+
export interface GetPoliciesApplicableRestrictionsRequest {
|
|
579
|
+
policyIds?: String[];
|
|
580
|
+
}
|
|
581
|
+
export interface GetPoliciesApplicableRestrictionsResponse {
|
|
582
|
+
policyRestrictions?: PolicyRestrictions[];
|
|
583
|
+
}
|
|
584
|
+
export interface GetPoliciesAssignedOnResourceFilter {
|
|
585
|
+
policyIds?: String[];
|
|
586
|
+
}
|
|
587
|
+
export interface GetPoliciesAssignedOnResourceRequest {
|
|
588
|
+
filter?: GetPoliciesAssignedOnResourceFilter;
|
|
589
|
+
resource?: ResourceContext;
|
|
590
|
+
}
|
|
591
|
+
export interface GetPoliciesAssignedOnResourceResponse {
|
|
592
|
+
subjectAssignments?: SubjectAssignment[];
|
|
593
|
+
}
|
|
594
|
+
export interface GetPoliciesMissingSubPoliciesPermissionsRequest {
|
|
595
|
+
notifyEmails?: String[];
|
|
596
|
+
}
|
|
597
|
+
export interface GetPoliciesMissingSubPoliciesPermissionsResponse {
|
|
598
|
+
policiesMissingPermissions?: PolicyMissingPermissions[];
|
|
599
|
+
}
|
|
600
|
+
export interface GetPoliciesPermissionsRequest {
|
|
601
|
+
policyIds?: String[];
|
|
602
|
+
}
|
|
603
|
+
export interface GetPoliciesPermissionsResponse {
|
|
604
|
+
policiesPermissions?: QueryPolicyPermissions[];
|
|
605
|
+
}
|
|
606
|
+
export interface GetPoliciesScopeDiffsRequest {
|
|
607
|
+
policyIds?: String[];
|
|
608
|
+
}
|
|
609
|
+
export interface GetPoliciesScopesDiffResponse {
|
|
610
|
+
policiesPermissions?: DevPolicyPermissions[];
|
|
611
|
+
}
|
|
612
|
+
export interface GetRestrictedSubjectsRequest {
|
|
613
|
+
metaSiteIds?: String[];
|
|
614
|
+
}
|
|
615
|
+
export interface GetRestrictedSubjectsResponse {
|
|
616
|
+
siteRestrictedSubjects?: SiteRestrictedSubjects[];
|
|
617
|
+
}
|
|
618
|
+
export interface GetRestrictionsRequest {
|
|
619
|
+
resources?: RestrictedResource[];
|
|
620
|
+
subject?: Subject;
|
|
621
|
+
}
|
|
622
|
+
export interface GetRestrictionsResponse {
|
|
623
|
+
restrictions?: RestrictedResource[];
|
|
624
|
+
}
|
|
625
|
+
export interface GetSubjectAssignedPoliciesRequest {
|
|
626
|
+
subject?: Subject;
|
|
627
|
+
}
|
|
628
|
+
export interface GetSubjectAssignedPoliciesResponse {
|
|
629
|
+
policiesAssignedOnResources?: RolesOnResource[];
|
|
630
|
+
}
|
|
631
|
+
export interface GetSubjectPermissionsOnResourceRequest {
|
|
632
|
+
context?: ResourceContext;
|
|
633
|
+
resource?: Resource;
|
|
634
|
+
subject?: Subject;
|
|
635
|
+
}
|
|
636
|
+
export interface GetSubjectPermissionsOnResourceResponse {
|
|
637
|
+
permissions?: String[];
|
|
638
|
+
}
|
|
639
|
+
export interface GetSubjectPermittedResourcesRequest {
|
|
640
|
+
action?: String;
|
|
641
|
+
paging?: Paging;
|
|
642
|
+
resourceAttributes?: JsonMap<AttributeValue>;
|
|
643
|
+
resourcesFilter?: ResourceFilter[];
|
|
644
|
+
}
|
|
645
|
+
export interface GetSubjectPermittedResourcesResponse {
|
|
646
|
+
resources?: PermittedResource[];
|
|
647
|
+
}
|
|
648
|
+
export interface GetSubjectPermittingAssignmentsRequest {
|
|
649
|
+
actionsFilter?: ActionsFilter;
|
|
650
|
+
consistencyLevel?: ConsistencyLevel;
|
|
651
|
+
paging?: Paging;
|
|
652
|
+
resourcesFilter?: ResourceFilter[];
|
|
653
|
+
}
|
|
654
|
+
export interface GetSubjectPermittingAssignmentsResponse {
|
|
655
|
+
resources?: ResourceAssignment[];
|
|
656
|
+
}
|
|
657
|
+
export interface GetSubjectPoliciesBySubjectContextRequest {
|
|
658
|
+
subject?: Subject;
|
|
659
|
+
}
|
|
660
|
+
export interface GetSubjectPoliciesBySubjectContextResponse {
|
|
661
|
+
policies?: PolicyData[];
|
|
662
|
+
}
|
|
663
|
+
export interface GetSubjectPoliciesOnCurrentAccountRequest {
|
|
664
|
+
}
|
|
665
|
+
export interface GetSubjectPoliciesOnCurrentAccountResponse {
|
|
666
|
+
policies?: PolicyData[];
|
|
667
|
+
}
|
|
668
|
+
export interface GetSubjectRolesRequest {
|
|
669
|
+
resourcesFilter?: ResourceFilter[];
|
|
670
|
+
}
|
|
671
|
+
export interface GetSubjectRolesResponse {
|
|
672
|
+
rolesOnResources?: RolesOnResource[];
|
|
673
|
+
}
|
|
674
|
+
export interface HardDeleteStatementRequest {
|
|
675
|
+
statementId?: String;
|
|
676
|
+
}
|
|
677
|
+
export interface HardDeleteStatementResponse {
|
|
678
|
+
success?: Boolean;
|
|
679
|
+
}
|
|
680
|
+
export interface ImplicitIsPermittedRequest {
|
|
681
|
+
permission?: String;
|
|
682
|
+
}
|
|
683
|
+
export interface Invite {
|
|
684
|
+
acceptedBy?: UserGuid;
|
|
685
|
+
acceptedByAccount?: any;
|
|
686
|
+
assignments: InviteInviteResourceAssignment[];
|
|
687
|
+
brandDomain: String;
|
|
688
|
+
dateUpdated: DateTime;
|
|
689
|
+
expirationDate: DateTime;
|
|
690
|
+
givenByAccountId: any;
|
|
691
|
+
givenById: UserGuid;
|
|
692
|
+
givenToEmail: String;
|
|
693
|
+
inviteId: any;
|
|
694
|
+
invitePurpose?: String;
|
|
695
|
+
invitedToAccountId: any;
|
|
696
|
+
metasiteId: any;
|
|
697
|
+
policyIds: String[];
|
|
698
|
+
roles: any;
|
|
699
|
+
staffId?: guid;
|
|
700
|
+
status: Value;
|
|
701
|
+
}
|
|
702
|
+
export interface InviteAccount {
|
|
703
|
+
account: String;
|
|
704
|
+
resource?: InviteAssignmentResource;
|
|
705
|
+
}
|
|
706
|
+
export interface InviteAssignmentResource {
|
|
707
|
+
resourceId: String;
|
|
708
|
+
resourceType: String;
|
|
709
|
+
}
|
|
710
|
+
export interface InviteData {
|
|
711
|
+
acceptedBy?: String;
|
|
712
|
+
acceptedByAccountId?: String;
|
|
713
|
+
assignments?: ServiceInviteResourceAssignment[];
|
|
714
|
+
brandDomain?: String;
|
|
715
|
+
dateCreated?: Timestamp;
|
|
716
|
+
dateUpdated?: Timestamp;
|
|
717
|
+
destEmail?: String;
|
|
718
|
+
expirationDate?: Timestamp;
|
|
719
|
+
givenByAccountId?: String;
|
|
720
|
+
givenById?: String;
|
|
721
|
+
inviteId?: String;
|
|
722
|
+
invitedToAccountId?: String;
|
|
723
|
+
policyIds?: String[];
|
|
724
|
+
status?: String;
|
|
725
|
+
}
|
|
726
|
+
export interface InviteFilter {
|
|
727
|
+
acceptedByAccount: any[];
|
|
728
|
+
}
|
|
729
|
+
export interface InviteFullNameResource {
|
|
730
|
+
account?: InviteAccount;
|
|
731
|
+
site?: InviteSite;
|
|
732
|
+
}
|
|
733
|
+
export interface InviteInviteAssignment {
|
|
734
|
+
condition?: any;
|
|
735
|
+
resource: InviteFullNameResource;
|
|
736
|
+
}
|
|
737
|
+
export interface InviteInviteResourceAssignment {
|
|
738
|
+
assignments: InviteInviteAssignment[];
|
|
739
|
+
policyId: String;
|
|
740
|
+
}
|
|
741
|
+
export interface InviteReq {
|
|
742
|
+
destEmail: String;
|
|
743
|
+
destUser?: UserGuid;
|
|
744
|
+
givenById: UserGuid;
|
|
745
|
+
inviteBrand?: String;
|
|
746
|
+
inviteLocationRestrictions?: String[];
|
|
747
|
+
invitePurpose?: String;
|
|
748
|
+
metaSiteId: any;
|
|
749
|
+
policyIds: String[];
|
|
750
|
+
roles: any;
|
|
751
|
+
staffId?: guid;
|
|
752
|
+
}
|
|
753
|
+
export interface InviteSite {
|
|
754
|
+
resource?: InviteAssignmentResource;
|
|
755
|
+
site: String;
|
|
756
|
+
}
|
|
757
|
+
export interface IsPermittedByAppInstanceRequest {
|
|
758
|
+
appInstance?: String;
|
|
759
|
+
permission?: String;
|
|
760
|
+
}
|
|
761
|
+
export interface IsPermittedRequest {
|
|
762
|
+
customAttributes?: JsonMap<AttributeValue>;
|
|
763
|
+
permission?: String;
|
|
764
|
+
resourceContext?: ResourceContext;
|
|
765
|
+
resourceId?: String;
|
|
766
|
+
}
|
|
767
|
+
export interface IsPermittedResource {
|
|
768
|
+
customAttributes?: JsonMap<AttributeValue>;
|
|
769
|
+
resourceContext?: ResourceContext;
|
|
770
|
+
resourceId?: String;
|
|
771
|
+
}
|
|
772
|
+
export interface IsPermittedResponse {
|
|
773
|
+
isPermitted?: Boolean;
|
|
774
|
+
}
|
|
775
|
+
export interface IsPolicyAssigned {
|
|
776
|
+
assigned?: Boolean;
|
|
777
|
+
policyId?: String;
|
|
778
|
+
}
|
|
779
|
+
export interface ItemMetadata {
|
|
780
|
+
error?: ApplicationError;
|
|
781
|
+
id?: String;
|
|
782
|
+
originalIndex: Int;
|
|
783
|
+
success: Boolean;
|
|
784
|
+
unknownFields: UnknownFieldSet;
|
|
785
|
+
}
|
|
786
|
+
export interface JoinedCondition {
|
|
787
|
+
conditions?: ConditionType[];
|
|
788
|
+
op?: JoinedConditionOperator;
|
|
789
|
+
}
|
|
790
|
+
export declare enum JoinedConditionOperator {
|
|
791
|
+
UNKNOWN_JOIN_OP = "UNKNOWN_JOIN_OP",
|
|
792
|
+
OR = "OR",
|
|
793
|
+
AND = "AND"
|
|
794
|
+
}
|
|
795
|
+
export interface KindListValue {
|
|
796
|
+
value: StructListValue;
|
|
797
|
+
}
|
|
798
|
+
export interface LegacyPermission {
|
|
799
|
+
action?: String;
|
|
800
|
+
scope?: String;
|
|
801
|
+
}
|
|
802
|
+
export interface Like {
|
|
803
|
+
id: String;
|
|
804
|
+
left: ModelAttribute;
|
|
805
|
+
right: String[];
|
|
806
|
+
}
|
|
807
|
+
export interface LikeOperator {
|
|
808
|
+
attrName?: String;
|
|
809
|
+
values?: String[];
|
|
810
|
+
}
|
|
811
|
+
export interface MailAndAccountId {
|
|
812
|
+
accountId?: String;
|
|
813
|
+
mail?: String;
|
|
814
|
+
}
|
|
815
|
+
export interface ManagementAssignPolicyRequest {
|
|
816
|
+
condition?: PolicyCondition;
|
|
817
|
+
policyId?: String;
|
|
818
|
+
resource?: Resource;
|
|
819
|
+
resourceContext?: ResourceContext;
|
|
820
|
+
subject?: Subject;
|
|
821
|
+
}
|
|
822
|
+
export interface ManagementCondition {
|
|
823
|
+
conditionModelId?: String;
|
|
824
|
+
operator?: ConditionOperator;
|
|
825
|
+
}
|
|
826
|
+
export interface ManagementGetPoliciesRequest {
|
|
827
|
+
}
|
|
828
|
+
export interface ManagementGetPoliciesResponse {
|
|
829
|
+
policies?: Policy[];
|
|
830
|
+
}
|
|
831
|
+
export interface ManagementGetPolicyRequest {
|
|
832
|
+
policyId?: String;
|
|
833
|
+
}
|
|
834
|
+
export interface ManagementGetPolicyResponse {
|
|
835
|
+
policy?: Policy;
|
|
836
|
+
}
|
|
837
|
+
export interface MigrateInviteRequest {
|
|
838
|
+
inviteId?: String;
|
|
839
|
+
}
|
|
840
|
+
export interface MissingPermissions {
|
|
841
|
+
permissions?: String[];
|
|
842
|
+
policyId?: String;
|
|
843
|
+
}
|
|
844
|
+
export interface ModelAttribute {
|
|
845
|
+
name: String;
|
|
846
|
+
}
|
|
847
|
+
export interface NoCondition {
|
|
848
|
+
}
|
|
849
|
+
export interface NullValue {
|
|
850
|
+
value: any;
|
|
851
|
+
}
|
|
852
|
+
export interface NumberValue {
|
|
853
|
+
value: Double;
|
|
854
|
+
}
|
|
855
|
+
export interface Or {
|
|
856
|
+
conditions: any[];
|
|
857
|
+
}
|
|
858
|
+
export interface OrganizationPartialPath {
|
|
859
|
+
all?: Boolean;
|
|
860
|
+
organizationContext?: OrganizationResourceContext;
|
|
861
|
+
}
|
|
862
|
+
export interface OrganizationResourceContext {
|
|
863
|
+
}
|
|
864
|
+
export interface Paging {
|
|
865
|
+
limit?: Int;
|
|
866
|
+
offset?: Int;
|
|
867
|
+
unknownFields: UnknownFieldSet;
|
|
868
|
+
}
|
|
869
|
+
export interface PermissionPolicies {
|
|
870
|
+
permission?: String;
|
|
871
|
+
policyIds?: String[];
|
|
872
|
+
}
|
|
873
|
+
export interface PermissionsFilter {
|
|
874
|
+
byPermissions?: ByPermissions;
|
|
875
|
+
}
|
|
876
|
+
export interface PermissionsFilteredPolicies {
|
|
877
|
+
permissionPolicies?: PermissionPolicies[];
|
|
878
|
+
}
|
|
879
|
+
export interface PermittedResource {
|
|
880
|
+
resource?: ResourceResponse;
|
|
881
|
+
resourceConditions?: PolicyCondition[];
|
|
882
|
+
}
|
|
883
|
+
export interface Policy {
|
|
884
|
+
description?: String;
|
|
885
|
+
id?: String;
|
|
886
|
+
name?: String;
|
|
887
|
+
policyType?: PolicyType;
|
|
888
|
+
statements?: PolicyStatement[];
|
|
889
|
+
status?: String;
|
|
890
|
+
}
|
|
891
|
+
export interface PolicyAssignment {
|
|
892
|
+
assignedAt?: Timestamp;
|
|
893
|
+
assignmentId?: String;
|
|
894
|
+
condition?: PolicyCondition;
|
|
895
|
+
policyDescription?: String;
|
|
896
|
+
policyId?: String;
|
|
897
|
+
policyName?: String;
|
|
898
|
+
resource?: Resource;
|
|
899
|
+
subject?: Subject;
|
|
900
|
+
}
|
|
901
|
+
export interface PolicyCondition {
|
|
902
|
+
condition?: ConditionType;
|
|
903
|
+
}
|
|
904
|
+
export interface PolicyData {
|
|
905
|
+
permissions?: String[];
|
|
906
|
+
policyId?: String;
|
|
907
|
+
policyName?: String;
|
|
908
|
+
}
|
|
909
|
+
export interface PolicyMissingPermissions {
|
|
910
|
+
missingPermissions?: MissingPermissions[];
|
|
911
|
+
policyId?: String;
|
|
912
|
+
}
|
|
913
|
+
export interface PolicyRestrictions {
|
|
914
|
+
conditions?: ConditionAttributeType[];
|
|
915
|
+
policyId?: String;
|
|
916
|
+
resourceTypes?: ResourceType[];
|
|
917
|
+
}
|
|
918
|
+
export interface PolicyStatement {
|
|
919
|
+
condition?: PolicyCondition;
|
|
920
|
+
effect?: Effect;
|
|
921
|
+
id?: String;
|
|
922
|
+
permissions?: String[];
|
|
923
|
+
scopes?: String[];
|
|
924
|
+
}
|
|
925
|
+
export declare enum PolicyType {
|
|
926
|
+
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
927
|
+
PREDEFINED = "PREDEFINED",
|
|
928
|
+
CUSTOM = "CUSTOM",
|
|
929
|
+
INLINE_CUSTOM = "INLINE_CUSTOM"
|
|
930
|
+
}
|
|
931
|
+
export interface QueryCondition {
|
|
932
|
+
condition?: PolicyCondition;
|
|
933
|
+
}
|
|
934
|
+
export interface QueryGetPoliciesRequest {
|
|
935
|
+
actionsFilter?: PermissionsFilter;
|
|
936
|
+
mask?: FieldMask;
|
|
937
|
+
type?: PolicyType;
|
|
938
|
+
}
|
|
939
|
+
export interface QueryGetPoliciesResponse {
|
|
940
|
+
policies?: Policy[];
|
|
941
|
+
}
|
|
942
|
+
export interface QueryGetPolicyRequest {
|
|
943
|
+
policyId?: String;
|
|
944
|
+
}
|
|
945
|
+
export interface QueryGetPolicyResponse {
|
|
946
|
+
policy?: Policy;
|
|
947
|
+
}
|
|
948
|
+
export interface QueryPolicyPermissions {
|
|
949
|
+
permissions?: String[];
|
|
950
|
+
policyId?: String;
|
|
951
|
+
}
|
|
952
|
+
export interface ReplaceAllAssignedPoliciesConditionRequest {
|
|
953
|
+
accountId?: String;
|
|
954
|
+
condition?: PolicyCondition;
|
|
955
|
+
}
|
|
956
|
+
export interface ReplaceAllAssignedPoliciesConditionResponse {
|
|
957
|
+
createdAssignments?: SitePolicyAssignment[];
|
|
958
|
+
}
|
|
959
|
+
export interface ReplaceAllAssignedPoliciesRequest {
|
|
960
|
+
accountId?: String;
|
|
961
|
+
newAssignments?: SitePolicyAssignment[];
|
|
962
|
+
}
|
|
963
|
+
export interface ReplaceAllAssignedPoliciesResponse {
|
|
964
|
+
createdAssignments?: SitePolicyAssignment[];
|
|
965
|
+
}
|
|
966
|
+
export interface ReplaceAllTeamMemberPoliciesRequest {
|
|
967
|
+
newAssignments?: AccountPolicyAssignment[];
|
|
968
|
+
teamAccountId?: String;
|
|
969
|
+
userId?: String;
|
|
970
|
+
}
|
|
971
|
+
export interface ReplaceAllTeamMemberPoliciesResponse {
|
|
972
|
+
createdAssignments?: AccountPolicyAssignment[];
|
|
973
|
+
}
|
|
974
|
+
export interface ReplaceTeamMemberPoliciesRequest {
|
|
975
|
+
assignmentIdsToReplace?: String[];
|
|
976
|
+
newAssignments?: AccountPolicyAssignment[];
|
|
977
|
+
teamAccountId?: String;
|
|
978
|
+
userId?: String;
|
|
979
|
+
}
|
|
980
|
+
export interface ReplaceTeamMemberPoliciesResponse {
|
|
981
|
+
createdAssignments?: AccountPolicyAssignment[];
|
|
982
|
+
}
|
|
983
|
+
export interface ResetAppInviteRequest {
|
|
984
|
+
inviteId?: String;
|
|
985
|
+
}
|
|
986
|
+
export interface ResetAppInviteResponse {
|
|
987
|
+
invite?: AppInvite;
|
|
988
|
+
}
|
|
989
|
+
export interface ResetInviteRequest {
|
|
990
|
+
inviteId?: String;
|
|
991
|
+
}
|
|
992
|
+
export interface ResetInviteResponse {
|
|
993
|
+
invite?: InviteData;
|
|
994
|
+
}
|
|
995
|
+
export interface Resource {
|
|
996
|
+
id?: String;
|
|
997
|
+
type?: String;
|
|
998
|
+
}
|
|
999
|
+
export interface ResourceAssignment {
|
|
1000
|
+
assignments?: Assignment[];
|
|
1001
|
+
resource?: ResourceResponse;
|
|
1002
|
+
}
|
|
1003
|
+
export interface ResourceAttributeUpdate {
|
|
1004
|
+
fullNameResource?: FullNameResource;
|
|
1005
|
+
updateEvent?: ResourceAttributeUpdateEvent;
|
|
1006
|
+
}
|
|
1007
|
+
export interface ResourceAttributeUpdateEvent {
|
|
1008
|
+
setAttribute?: SetAttribute;
|
|
1009
|
+
unsetAttribute?: UnsetAttribute;
|
|
1010
|
+
updateAttribute?: UpdateAttribute;
|
|
1011
|
+
}
|
|
1012
|
+
export interface ResourceContext {
|
|
1013
|
+
accountContext?: AccountResourceContext;
|
|
1014
|
+
accountContextV2?: AccountResourceContextV2;
|
|
1015
|
+
organizationContext?: OrganizationResourceContext;
|
|
1016
|
+
siteContext?: SiteResourceContext;
|
|
1017
|
+
}
|
|
1018
|
+
export interface ResourceContributorCount {
|
|
1019
|
+
resource?: FullNameResource;
|
|
1020
|
+
subjects?: Int;
|
|
1021
|
+
}
|
|
1022
|
+
export interface ResourceEntity {
|
|
1023
|
+
resourceConditions?: QueryCondition[];
|
|
1024
|
+
}
|
|
1025
|
+
export interface ResourceFilter {
|
|
1026
|
+
accountResourceContext?: AccountResourceContext;
|
|
1027
|
+
organizationContext?: OrganizationResourceContext;
|
|
1028
|
+
resource?: Resource;
|
|
1029
|
+
resourceAttributes?: JsonMap<AttributeValue>;
|
|
1030
|
+
siteContext?: SiteResourceContext;
|
|
1031
|
+
}
|
|
1032
|
+
export interface ResourceIsPermitted {
|
|
1033
|
+
isPermitted?: Boolean;
|
|
1034
|
+
resource?: IsPermittedResource;
|
|
1035
|
+
}
|
|
1036
|
+
export interface ResourcePermissions {
|
|
1037
|
+
context?: ResourceContext;
|
|
1038
|
+
permissions?: String[];
|
|
1039
|
+
}
|
|
1040
|
+
export interface ResourceResponse {
|
|
1041
|
+
accountContext?: AccountPartialPath;
|
|
1042
|
+
organizationContext?: OrganizationPartialPath;
|
|
1043
|
+
resource?: CustomResource;
|
|
1044
|
+
siteContext?: SitePartialPath;
|
|
1045
|
+
}
|
|
1046
|
+
export declare enum ResourceType {
|
|
1047
|
+
UNKNOWN_RESOURCE_TYPE = "UNKNOWN_RESOURCE_TYPE",
|
|
1048
|
+
SITE = "SITE"
|
|
1049
|
+
}
|
|
1050
|
+
export interface ResourceUpdate {
|
|
1051
|
+
allResources?: AllResources;
|
|
1052
|
+
resource?: Resource;
|
|
1053
|
+
}
|
|
1054
|
+
export interface ResourceWithOwner {
|
|
1055
|
+
context?: ResourceContext;
|
|
1056
|
+
ownerId?: String;
|
|
1057
|
+
}
|
|
1058
|
+
export interface RestrictedResource {
|
|
1059
|
+
resource?: ResourceContext;
|
|
1060
|
+
}
|
|
1061
|
+
export interface RestrictedSubject {
|
|
1062
|
+
contributor?: Contributor;
|
|
1063
|
+
restrictedTeamMember?: RestrictedTeamMember;
|
|
1064
|
+
}
|
|
1065
|
+
export interface RestrictedTeamMember {
|
|
1066
|
+
accountId?: String;
|
|
1067
|
+
id?: String;
|
|
1068
|
+
}
|
|
1069
|
+
export interface Role {
|
|
1070
|
+
role: String;
|
|
1071
|
+
}
|
|
1072
|
+
export interface RolesOnResource {
|
|
1073
|
+
resource?: ResourceResponse;
|
|
1074
|
+
roles?: PolicyAssignment[];
|
|
1075
|
+
}
|
|
1076
|
+
export interface RunSingleMigrationRequest {
|
|
1077
|
+
customParam?: String[];
|
|
1078
|
+
input?: String;
|
|
1079
|
+
}
|
|
1080
|
+
export interface RunSingleMigrationResponse {
|
|
1081
|
+
result?: String;
|
|
1082
|
+
skipped?: Boolean;
|
|
1083
|
+
}
|
|
1084
|
+
export interface ServiceEmptyResponse {
|
|
1085
|
+
}
|
|
1086
|
+
export interface ServiceInviteAssignment {
|
|
1087
|
+
condition?: PolicyCondition;
|
|
1088
|
+
fullNameResource?: FullNameResource;
|
|
1089
|
+
}
|
|
1090
|
+
export interface ServiceInviteResourceAssignment {
|
|
1091
|
+
assignments?: ServiceInviteAssignment[];
|
|
1092
|
+
policyId?: String;
|
|
1093
|
+
}
|
|
1094
|
+
export interface SetAttribute {
|
|
1095
|
+
attribute?: AbacAttribute;
|
|
1096
|
+
}
|
|
1097
|
+
export interface SimpleCondition {
|
|
1098
|
+
attrName?: String;
|
|
1099
|
+
conditionModelId?: String;
|
|
1100
|
+
op?: SimpleConditionOperator;
|
|
1101
|
+
value?: SimpleConditionValue;
|
|
1102
|
+
}
|
|
1103
|
+
export declare enum SimpleConditionOperator {
|
|
1104
|
+
UNKNOWN_SIMPLE_OP = "UNKNOWN_SIMPLE_OP",
|
|
1105
|
+
EQUAL = "EQUAL"
|
|
1106
|
+
}
|
|
1107
|
+
export interface SimpleConditionValue {
|
|
1108
|
+
attrName?: String;
|
|
1109
|
+
boolValue?: Boolean;
|
|
1110
|
+
stringValue?: String;
|
|
1111
|
+
}
|
|
1112
|
+
export interface Site {
|
|
1113
|
+
id?: String;
|
|
1114
|
+
resource?: Resource;
|
|
1115
|
+
}
|
|
1116
|
+
export interface SiteAccountsWithRoles {
|
|
1117
|
+
accountWithRoles: AccountWithRoles[];
|
|
1118
|
+
resourceId: String;
|
|
1119
|
+
}
|
|
1120
|
+
export interface SitePartialPath {
|
|
1121
|
+
all?: Boolean;
|
|
1122
|
+
siteContext?: SiteResourceContext;
|
|
1123
|
+
}
|
|
1124
|
+
export interface SitePolicyAssignment {
|
|
1125
|
+
assignmentId?: String;
|
|
1126
|
+
condition?: PolicyCondition;
|
|
1127
|
+
policyId?: String;
|
|
1128
|
+
}
|
|
1129
|
+
export interface SiteResourceContext {
|
|
1130
|
+
metasiteId?: String;
|
|
1131
|
+
}
|
|
1132
|
+
export interface SiteRestrictedSubjects {
|
|
1133
|
+
metaSiteId?: String;
|
|
1134
|
+
subjects?: RestrictedSubject[];
|
|
1135
|
+
}
|
|
1136
|
+
export interface SiteUsersWithRoles {
|
|
1137
|
+
resourceId: String;
|
|
1138
|
+
userWithRoles: UserWithRoles[];
|
|
1139
|
+
}
|
|
1140
|
+
export interface StartsWith {
|
|
1141
|
+
attribute?: AbacAttribute;
|
|
1142
|
+
}
|
|
1143
|
+
export interface Statement {
|
|
1144
|
+
actions?: String[];
|
|
1145
|
+
resourceConditions?: PolicyCondition[];
|
|
1146
|
+
scopes?: String[];
|
|
1147
|
+
}
|
|
1148
|
+
export interface StringLiteral {
|
|
1149
|
+
value: String;
|
|
1150
|
+
}
|
|
1151
|
+
export interface StringValue {
|
|
1152
|
+
value: String;
|
|
1153
|
+
}
|
|
1154
|
+
export interface StructListValue {
|
|
1155
|
+
unknownFields: UnknownFieldSet;
|
|
1156
|
+
values: Value[];
|
|
1157
|
+
}
|
|
1158
|
+
export interface StructValue {
|
|
1159
|
+
value: Struct;
|
|
1160
|
+
}
|
|
1161
|
+
export interface Subject {
|
|
1162
|
+
context?: SubjectContext;
|
|
1163
|
+
id?: String;
|
|
1164
|
+
subjectType?: SubjectType;
|
|
1165
|
+
}
|
|
1166
|
+
export interface SubjectAssignment {
|
|
1167
|
+
policies?: PolicyAssignment[];
|
|
1168
|
+
subject?: Subject;
|
|
1169
|
+
}
|
|
1170
|
+
export interface SubjectAssignments {
|
|
1171
|
+
assignments?: AccountPolicyAssignment[];
|
|
1172
|
+
subject?: Subject;
|
|
1173
|
+
}
|
|
1174
|
+
export interface SubjectContext {
|
|
1175
|
+
contextType?: SubjectContextType;
|
|
1176
|
+
id?: String;
|
|
1177
|
+
}
|
|
1178
|
+
export declare enum SubjectContextType {
|
|
1179
|
+
UNKNOWN_CTX = "UNKNOWN_CTX",
|
|
1180
|
+
ORG_CTX = "ORG_CTX",
|
|
1181
|
+
ACCOUNT_CTX = "ACCOUNT_CTX"
|
|
1182
|
+
}
|
|
1183
|
+
export interface SubjectIsPermitted {
|
|
1184
|
+
isPermitted?: Boolean;
|
|
1185
|
+
subject?: Subject;
|
|
1186
|
+
}
|
|
1187
|
+
export interface SubjectPolicies {
|
|
1188
|
+
policies?: PolicyData[];
|
|
1189
|
+
subject?: Subject;
|
|
1190
|
+
}
|
|
1191
|
+
export interface SubjectRoles {
|
|
1192
|
+
rolesOnResources?: RolesOnResource[];
|
|
1193
|
+
subject?: Subject;
|
|
1194
|
+
}
|
|
1195
|
+
export declare enum SubjectType {
|
|
1196
|
+
UNKNOWN = "UNKNOWN",
|
|
1197
|
+
ACCOUNT = "ACCOUNT",
|
|
1198
|
+
USER = "USER",
|
|
1199
|
+
USER_GROUP = "USER_GROUP",
|
|
1200
|
+
MEMBER_GROUP = "MEMBER_GROUP",
|
|
1201
|
+
VISITOR_GROUP = "VISITOR_GROUP",
|
|
1202
|
+
EXTERNAL_APP = "EXTERNAL_APP",
|
|
1203
|
+
ACCOUNT_GROUP = "ACCOUNT_GROUP",
|
|
1204
|
+
WIX_APP = "WIX_APP"
|
|
1205
|
+
}
|
|
1206
|
+
export interface SubjectTypesFilter {
|
|
1207
|
+
subjectTypes?: SubjectType[];
|
|
1208
|
+
}
|
|
1209
|
+
export interface SubjectView {
|
|
1210
|
+
resourceEntities?: ResourceEntity[];
|
|
1211
|
+
subject?: Subject;
|
|
1212
|
+
}
|
|
1213
|
+
export interface TriggerGdprDeleteUserDataRequest {
|
|
1214
|
+
requestId?: String;
|
|
1215
|
+
userGuid?: String;
|
|
1216
|
+
}
|
|
1217
|
+
export interface TriggerGdprDeleteUserDataResponse {
|
|
1218
|
+
}
|
|
1219
|
+
export interface UnassignPolicyFromSubjectRequest {
|
|
1220
|
+
policyId?: String;
|
|
1221
|
+
resource?: Resource;
|
|
1222
|
+
resourceContext?: ResourceContext;
|
|
1223
|
+
subject?: Subject;
|
|
1224
|
+
}
|
|
1225
|
+
export interface UnassignPolicyFromSubjectResponse {
|
|
1226
|
+
assignmentsCount?: Int;
|
|
1227
|
+
}
|
|
1228
|
+
export interface UnknownFieldSet {
|
|
1229
|
+
fields$access$0: JsonMap<Field>;
|
|
1230
|
+
}
|
|
1231
|
+
export interface UnsetAttribute {
|
|
1232
|
+
attribute?: AbacAttribute;
|
|
1233
|
+
}
|
|
1234
|
+
export interface UpdateAssignmentRequest {
|
|
1235
|
+
assignmentFields?: AssignmentUpdateField[];
|
|
1236
|
+
assignmentId?: String;
|
|
1237
|
+
}
|
|
1238
|
+
export interface UpdateAssignmentResponse {
|
|
1239
|
+
}
|
|
1240
|
+
export interface UpdateAttribute {
|
|
1241
|
+
newAttribute?: AbacAttribute;
|
|
1242
|
+
oldAttribute?: AbacAttribute;
|
|
1243
|
+
}
|
|
1244
|
+
export interface UpdateFailure {
|
|
1245
|
+
errorMessage?: String;
|
|
1246
|
+
}
|
|
1247
|
+
export interface UpdateInviteAssignmentsRequest {
|
|
1248
|
+
assignments?: ServiceInviteResourceAssignment[];
|
|
1249
|
+
inviteId?: String;
|
|
1250
|
+
}
|
|
1251
|
+
export interface UpdatePoliciesOnSiteTransferRequest {
|
|
1252
|
+
keepOriginalOwnerAsContributor?: Boolean;
|
|
1253
|
+
metaSiteId?: String;
|
|
1254
|
+
newOwnerAccountId?: String;
|
|
1255
|
+
originalOwnerAccountId?: String;
|
|
1256
|
+
}
|
|
1257
|
+
export interface UpdatePoliciesOnSiteTransferResponse {
|
|
1258
|
+
}
|
|
1259
|
+
export interface UpdatePolicyAuthorizationDataRequest {
|
|
1260
|
+
policyId?: String;
|
|
1261
|
+
policyStatements?: PolicyStatement[];
|
|
1262
|
+
}
|
|
1263
|
+
export interface UpdatePolicyMetadataRequest {
|
|
1264
|
+
description?: String;
|
|
1265
|
+
name?: String;
|
|
1266
|
+
policyId?: String;
|
|
1267
|
+
status?: String;
|
|
1268
|
+
}
|
|
1269
|
+
export interface UpdatePolicyResponse {
|
|
1270
|
+
policy?: Policy;
|
|
1271
|
+
updated?: Boolean;
|
|
1272
|
+
}
|
|
1273
|
+
export interface UpdateResourcesWithAttributeMessage {
|
|
1274
|
+
operator?: AttributesOperator;
|
|
1275
|
+
replacementAttributeValue?: String;
|
|
1276
|
+
}
|
|
1277
|
+
export interface UpdateResult {
|
|
1278
|
+
failure?: UpdateFailure;
|
|
1279
|
+
success?: UpdateSuccess;
|
|
1280
|
+
}
|
|
1281
|
+
export interface UpdateSiteContextAssignmentsRequest {
|
|
1282
|
+
metaSiteId?: String;
|
|
1283
|
+
oldOwnerId?: String;
|
|
1284
|
+
}
|
|
1285
|
+
export interface UpdateSiteContextAssignmentsResponse {
|
|
1286
|
+
resultsInfo?: String;
|
|
1287
|
+
}
|
|
1288
|
+
export interface UpdateSuccess {
|
|
1289
|
+
}
|
|
1290
|
+
export interface UserWithRoles {
|
|
1291
|
+
roles: any;
|
|
1292
|
+
userId: UserGuid;
|
|
1293
|
+
}
|
|
1294
|
+
export {};
|