@microsoft/msgraph-sdk 1.0.0-preview.75 → 1.0.0-preview.79
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/models/callRecords/index.d.ts +4 -4
- package/models/externalConnectors/index.d.ts +4 -4
- package/models/externalConnectors/index.d.ts.map +1 -1
- package/models/externalConnectors/index.js.map +1 -1
- package/models/index.d.ts +2047 -323
- package/models/index.d.ts.map +1 -1
- package/models/index.js +1865 -43
- package/models/index.js.map +1 -1
- package/models/partners/billing/index.d.ts +2 -2
- package/models/partners/billing/index.d.ts.map +1 -1
- package/models/partners/billing/index.js.map +1 -1
- package/models/search/index.d.ts +4 -4
- package/models/search/index.d.ts.map +1 -1
- package/models/search/index.js.map +1 -1
- package/models/security/index.d.ts +163 -36
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +130 -6
- package/models/security/index.js.map +1 -1
- package/models/teamsAdministration/index.d.ts +372 -0
- package/models/teamsAdministration/index.d.ts.map +1 -0
- package/models/teamsAdministration/index.js +386 -0
- package/models/teamsAdministration/index.js.map +1 -0
- package/models/termStore/index.d.ts +2 -2
- package/package.json +3 -4
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/LICENSE +0 -21
|
@@ -0,0 +1,372 @@
|
|
|
1
|
+
import { type BaseCollectionPaginationCountResponse, type Entity, type User } from '../index.js';
|
|
2
|
+
import { type AdditionalDataHolder, type BackedModel, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
export type AccountType = (typeof AccountTypeObject)[keyof typeof AccountTypeObject];
|
|
4
|
+
export interface AssignedTelephoneNumber extends AdditionalDataHolder, BackedModel, Parsable {
|
|
5
|
+
/**
|
|
6
|
+
* The assignmentCategory property
|
|
7
|
+
*/
|
|
8
|
+
assignmentCategory?: AssignmentCategory | null;
|
|
9
|
+
/**
|
|
10
|
+
* Stores model information.
|
|
11
|
+
*/
|
|
12
|
+
backingStoreEnabled?: boolean | null;
|
|
13
|
+
/**
|
|
14
|
+
* The OdataType property
|
|
15
|
+
*/
|
|
16
|
+
odataType?: string | null;
|
|
17
|
+
/**
|
|
18
|
+
* The assigned phone number.
|
|
19
|
+
*/
|
|
20
|
+
telephoneNumber?: string | null;
|
|
21
|
+
}
|
|
22
|
+
export type AssignmentCategory = (typeof AssignmentCategoryObject)[keyof typeof AssignmentCategoryObject];
|
|
23
|
+
export type AssignmentType = (typeof AssignmentTypeObject)[keyof typeof AssignmentTypeObject];
|
|
24
|
+
/**
|
|
25
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
26
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
27
|
+
* @returns {AssignedTelephoneNumber}
|
|
28
|
+
*/
|
|
29
|
+
export declare function createAssignedTelephoneNumberFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
30
|
+
/**
|
|
31
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
32
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
33
|
+
* @returns {EffectivePolicyAssignment}
|
|
34
|
+
*/
|
|
35
|
+
export declare function createEffectivePolicyAssignmentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
36
|
+
/**
|
|
37
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
38
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
39
|
+
* @returns {PolicyAssignment}
|
|
40
|
+
*/
|
|
41
|
+
export declare function createPolicyAssignmentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
42
|
+
/**
|
|
43
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
44
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
45
|
+
* @returns {PolicyIdentifierDetail}
|
|
46
|
+
*/
|
|
47
|
+
export declare function createPolicyIdentifierDetailFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
48
|
+
/**
|
|
49
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
50
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
51
|
+
* @returns {TeamsAdminRoot}
|
|
52
|
+
*/
|
|
53
|
+
export declare function createTeamsAdminRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
54
|
+
/**
|
|
55
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
56
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
57
|
+
* @returns {TeamsPolicyAssignment}
|
|
58
|
+
*/
|
|
59
|
+
export declare function createTeamsPolicyAssignmentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
60
|
+
/**
|
|
61
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
62
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
63
|
+
* @returns {TeamsPolicyUserAssignmentCollectionResponse}
|
|
64
|
+
*/
|
|
65
|
+
export declare function createTeamsPolicyUserAssignmentCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
66
|
+
/**
|
|
67
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
68
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
69
|
+
* @returns {TeamsPolicyUserAssignment}
|
|
70
|
+
*/
|
|
71
|
+
export declare function createTeamsPolicyUserAssignmentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
72
|
+
/**
|
|
73
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
74
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
75
|
+
* @returns {TeamsUserConfigurationCollectionResponse}
|
|
76
|
+
*/
|
|
77
|
+
export declare function createTeamsUserConfigurationCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
78
|
+
/**
|
|
79
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
80
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
81
|
+
* @returns {TeamsUserConfiguration}
|
|
82
|
+
*/
|
|
83
|
+
export declare function createTeamsUserConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
84
|
+
/**
|
|
85
|
+
* The deserialization information for the current model
|
|
86
|
+
* @param AssignedTelephoneNumber The instance to deserialize into.
|
|
87
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
88
|
+
*/
|
|
89
|
+
export declare function deserializeIntoAssignedTelephoneNumber(assignedTelephoneNumber?: Partial<AssignedTelephoneNumber> | undefined): Record<string, (node: ParseNode) => void>;
|
|
90
|
+
/**
|
|
91
|
+
* The deserialization information for the current model
|
|
92
|
+
* @param EffectivePolicyAssignment The instance to deserialize into.
|
|
93
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
94
|
+
*/
|
|
95
|
+
export declare function deserializeIntoEffectivePolicyAssignment(effectivePolicyAssignment?: Partial<EffectivePolicyAssignment> | undefined): Record<string, (node: ParseNode) => void>;
|
|
96
|
+
/**
|
|
97
|
+
* The deserialization information for the current model
|
|
98
|
+
* @param PolicyAssignment The instance to deserialize into.
|
|
99
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
100
|
+
*/
|
|
101
|
+
export declare function deserializeIntoPolicyAssignment(policyAssignment?: Partial<PolicyAssignment> | undefined): Record<string, (node: ParseNode) => void>;
|
|
102
|
+
/**
|
|
103
|
+
* The deserialization information for the current model
|
|
104
|
+
* @param PolicyIdentifierDetail The instance to deserialize into.
|
|
105
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
106
|
+
*/
|
|
107
|
+
export declare function deserializeIntoPolicyIdentifierDetail(policyIdentifierDetail?: Partial<PolicyIdentifierDetail> | undefined): Record<string, (node: ParseNode) => void>;
|
|
108
|
+
/**
|
|
109
|
+
* The deserialization information for the current model
|
|
110
|
+
* @param TeamsAdminRoot The instance to deserialize into.
|
|
111
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
112
|
+
*/
|
|
113
|
+
export declare function deserializeIntoTeamsAdminRoot(teamsAdminRoot?: Partial<TeamsAdminRoot> | undefined): Record<string, (node: ParseNode) => void>;
|
|
114
|
+
/**
|
|
115
|
+
* The deserialization information for the current model
|
|
116
|
+
* @param TeamsPolicyAssignment The instance to deserialize into.
|
|
117
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
118
|
+
*/
|
|
119
|
+
export declare function deserializeIntoTeamsPolicyAssignment(teamsPolicyAssignment?: Partial<TeamsPolicyAssignment> | undefined): Record<string, (node: ParseNode) => void>;
|
|
120
|
+
/**
|
|
121
|
+
* The deserialization information for the current model
|
|
122
|
+
* @param TeamsPolicyUserAssignment The instance to deserialize into.
|
|
123
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
124
|
+
*/
|
|
125
|
+
export declare function deserializeIntoTeamsPolicyUserAssignment(teamsPolicyUserAssignment?: Partial<TeamsPolicyUserAssignment> | undefined): Record<string, (node: ParseNode) => void>;
|
|
126
|
+
/**
|
|
127
|
+
* The deserialization information for the current model
|
|
128
|
+
* @param TeamsPolicyUserAssignmentCollectionResponse The instance to deserialize into.
|
|
129
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
130
|
+
*/
|
|
131
|
+
export declare function deserializeIntoTeamsPolicyUserAssignmentCollectionResponse(teamsPolicyUserAssignmentCollectionResponse?: Partial<TeamsPolicyUserAssignmentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
132
|
+
/**
|
|
133
|
+
* The deserialization information for the current model
|
|
134
|
+
* @param TeamsUserConfiguration The instance to deserialize into.
|
|
135
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
136
|
+
*/
|
|
137
|
+
export declare function deserializeIntoTeamsUserConfiguration(teamsUserConfiguration?: Partial<TeamsUserConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
138
|
+
/**
|
|
139
|
+
* The deserialization information for the current model
|
|
140
|
+
* @param TeamsUserConfigurationCollectionResponse The instance to deserialize into.
|
|
141
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
142
|
+
*/
|
|
143
|
+
export declare function deserializeIntoTeamsUserConfigurationCollectionResponse(teamsUserConfigurationCollectionResponse?: Partial<TeamsUserConfigurationCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
144
|
+
export interface EffectivePolicyAssignment extends AdditionalDataHolder, BackedModel, Parsable {
|
|
145
|
+
/**
|
|
146
|
+
* Stores model information.
|
|
147
|
+
*/
|
|
148
|
+
backingStoreEnabled?: boolean | null;
|
|
149
|
+
/**
|
|
150
|
+
* The OdataType property
|
|
151
|
+
*/
|
|
152
|
+
odataType?: string | null;
|
|
153
|
+
/**
|
|
154
|
+
* The policyAssignment property
|
|
155
|
+
*/
|
|
156
|
+
policyAssignment?: PolicyAssignment | null;
|
|
157
|
+
/**
|
|
158
|
+
* The type of the assigned policy; for example, TeamsMeetingPolicy and TeamsCallingPolicy.
|
|
159
|
+
*/
|
|
160
|
+
policyType?: string | null;
|
|
161
|
+
}
|
|
162
|
+
export interface PolicyAssignment extends AdditionalDataHolder, BackedModel, Parsable {
|
|
163
|
+
/**
|
|
164
|
+
* The assignmentType property
|
|
165
|
+
*/
|
|
166
|
+
assignmentType?: AssignmentType | null;
|
|
167
|
+
/**
|
|
168
|
+
* Stores model information.
|
|
169
|
+
*/
|
|
170
|
+
backingStoreEnabled?: boolean | null;
|
|
171
|
+
/**
|
|
172
|
+
* Represents the name of the policy.
|
|
173
|
+
*/
|
|
174
|
+
displayName?: string | null;
|
|
175
|
+
/**
|
|
176
|
+
* Represents the group identifier.
|
|
177
|
+
*/
|
|
178
|
+
groupId?: string | null;
|
|
179
|
+
/**
|
|
180
|
+
* The OdataType property
|
|
181
|
+
*/
|
|
182
|
+
odataType?: string | null;
|
|
183
|
+
/**
|
|
184
|
+
* Represents the unique identifier for the policy.
|
|
185
|
+
*/
|
|
186
|
+
policyId?: string | null;
|
|
187
|
+
}
|
|
188
|
+
export interface PolicyIdentifierDetail extends Entity, Parsable {
|
|
189
|
+
/**
|
|
190
|
+
* The display name of the policy instance.
|
|
191
|
+
*/
|
|
192
|
+
name?: string | null;
|
|
193
|
+
/**
|
|
194
|
+
* The unique ID associated with the policy instance.
|
|
195
|
+
*/
|
|
196
|
+
policyId?: string | null;
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* Serializes information the current object
|
|
200
|
+
* @param AssignedTelephoneNumber The instance to serialize from.
|
|
201
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
202
|
+
* @param writer Serialization writer to use to serialize this model
|
|
203
|
+
*/
|
|
204
|
+
export declare function serializeAssignedTelephoneNumber(writer: SerializationWriter, assignedTelephoneNumber?: Partial<AssignedTelephoneNumber> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
205
|
+
/**
|
|
206
|
+
* Serializes information the current object
|
|
207
|
+
* @param EffectivePolicyAssignment The instance to serialize from.
|
|
208
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
209
|
+
* @param writer Serialization writer to use to serialize this model
|
|
210
|
+
*/
|
|
211
|
+
export declare function serializeEffectivePolicyAssignment(writer: SerializationWriter, effectivePolicyAssignment?: Partial<EffectivePolicyAssignment> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
212
|
+
/**
|
|
213
|
+
* Serializes information the current object
|
|
214
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
215
|
+
* @param PolicyAssignment The instance to serialize from.
|
|
216
|
+
* @param writer Serialization writer to use to serialize this model
|
|
217
|
+
*/
|
|
218
|
+
export declare function serializePolicyAssignment(writer: SerializationWriter, policyAssignment?: Partial<PolicyAssignment> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
219
|
+
/**
|
|
220
|
+
* Serializes information the current object
|
|
221
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
222
|
+
* @param PolicyIdentifierDetail The instance to serialize from.
|
|
223
|
+
* @param writer Serialization writer to use to serialize this model
|
|
224
|
+
*/
|
|
225
|
+
export declare function serializePolicyIdentifierDetail(writer: SerializationWriter, policyIdentifierDetail?: Partial<PolicyIdentifierDetail> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
226
|
+
/**
|
|
227
|
+
* Serializes information the current object
|
|
228
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
229
|
+
* @param TeamsAdminRoot The instance to serialize from.
|
|
230
|
+
* @param writer Serialization writer to use to serialize this model
|
|
231
|
+
*/
|
|
232
|
+
export declare function serializeTeamsAdminRoot(writer: SerializationWriter, teamsAdminRoot?: Partial<TeamsAdminRoot> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
233
|
+
/**
|
|
234
|
+
* Serializes information the current object
|
|
235
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
236
|
+
* @param TeamsPolicyAssignment The instance to serialize from.
|
|
237
|
+
* @param writer Serialization writer to use to serialize this model
|
|
238
|
+
*/
|
|
239
|
+
export declare function serializeTeamsPolicyAssignment(writer: SerializationWriter, teamsPolicyAssignment?: Partial<TeamsPolicyAssignment> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
240
|
+
/**
|
|
241
|
+
* Serializes information the current object
|
|
242
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
243
|
+
* @param TeamsPolicyUserAssignment The instance to serialize from.
|
|
244
|
+
* @param writer Serialization writer to use to serialize this model
|
|
245
|
+
*/
|
|
246
|
+
export declare function serializeTeamsPolicyUserAssignment(writer: SerializationWriter, teamsPolicyUserAssignment?: Partial<TeamsPolicyUserAssignment> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
247
|
+
/**
|
|
248
|
+
* Serializes information the current object
|
|
249
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
250
|
+
* @param TeamsPolicyUserAssignmentCollectionResponse The instance to serialize from.
|
|
251
|
+
* @param writer Serialization writer to use to serialize this model
|
|
252
|
+
*/
|
|
253
|
+
export declare function serializeTeamsPolicyUserAssignmentCollectionResponse(writer: SerializationWriter, teamsPolicyUserAssignmentCollectionResponse?: Partial<TeamsPolicyUserAssignmentCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
254
|
+
/**
|
|
255
|
+
* Serializes information the current object
|
|
256
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
257
|
+
* @param TeamsUserConfiguration The instance to serialize from.
|
|
258
|
+
* @param writer Serialization writer to use to serialize this model
|
|
259
|
+
*/
|
|
260
|
+
export declare function serializeTeamsUserConfiguration(writer: SerializationWriter, teamsUserConfiguration?: Partial<TeamsUserConfiguration> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
261
|
+
/**
|
|
262
|
+
* Serializes information the current object
|
|
263
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
264
|
+
* @param TeamsUserConfigurationCollectionResponse The instance to serialize from.
|
|
265
|
+
* @param writer Serialization writer to use to serialize this model
|
|
266
|
+
*/
|
|
267
|
+
export declare function serializeTeamsUserConfigurationCollectionResponse(writer: SerializationWriter, teamsUserConfigurationCollectionResponse?: Partial<TeamsUserConfigurationCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
268
|
+
export interface TeamsAdminRoot extends Entity, Parsable {
|
|
269
|
+
/**
|
|
270
|
+
* Represents a navigation property to the Teams policy assignment object.
|
|
271
|
+
*/
|
|
272
|
+
policy?: TeamsPolicyAssignment | null;
|
|
273
|
+
/**
|
|
274
|
+
* Represents the configuration information of users who have accounts hosted on Microsoft Teams
|
|
275
|
+
*/
|
|
276
|
+
userConfigurations?: TeamsUserConfiguration[] | null;
|
|
277
|
+
}
|
|
278
|
+
export interface TeamsPolicyAssignment extends Entity, Parsable {
|
|
279
|
+
/**
|
|
280
|
+
* The collection of user policy assignments.
|
|
281
|
+
*/
|
|
282
|
+
userAssignments?: TeamsPolicyUserAssignment[] | null;
|
|
283
|
+
}
|
|
284
|
+
export interface TeamsPolicyUserAssignment extends Entity, Parsable {
|
|
285
|
+
/**
|
|
286
|
+
* The unique identifier (GUID) of the policy within the specified policy type.
|
|
287
|
+
*/
|
|
288
|
+
policyId?: string | null;
|
|
289
|
+
/**
|
|
290
|
+
* The type of Teams policy assigned or unassigned, such as teamsMeetingBroadcastPolicy.
|
|
291
|
+
*/
|
|
292
|
+
policyType?: string | null;
|
|
293
|
+
/**
|
|
294
|
+
* The unique identifier (GUID) of the user.
|
|
295
|
+
*/
|
|
296
|
+
userId?: string | null;
|
|
297
|
+
}
|
|
298
|
+
export interface TeamsPolicyUserAssignmentCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
299
|
+
/**
|
|
300
|
+
* The value property
|
|
301
|
+
*/
|
|
302
|
+
value?: TeamsPolicyUserAssignment[] | null;
|
|
303
|
+
}
|
|
304
|
+
export interface TeamsUserConfiguration extends Entity, Parsable {
|
|
305
|
+
/**
|
|
306
|
+
* The accountType property
|
|
307
|
+
*/
|
|
308
|
+
accountType?: AccountType | null;
|
|
309
|
+
/**
|
|
310
|
+
* The date and time when the user was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
|
311
|
+
*/
|
|
312
|
+
createdDateTime?: Date | null;
|
|
313
|
+
/**
|
|
314
|
+
* Contains the user's effective policy assignments, with each assignment including policyType and policyAssignment details.
|
|
315
|
+
*/
|
|
316
|
+
effectivePolicyAssignments?: EffectivePolicyAssignment[] | null;
|
|
317
|
+
/**
|
|
318
|
+
* The Teams features enabled for a given user based on licensing or service plan.
|
|
319
|
+
*/
|
|
320
|
+
featureTypes?: string[] | null;
|
|
321
|
+
/**
|
|
322
|
+
* Indicates whether voice capability is enabled.
|
|
323
|
+
*/
|
|
324
|
+
isEnterpriseVoiceEnabled?: boolean | null;
|
|
325
|
+
/**
|
|
326
|
+
* The date and time when the user's details were last modified. The system updates this value each time the user's details are changed. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
|
327
|
+
*/
|
|
328
|
+
modifiedDateTime?: Date | null;
|
|
329
|
+
/**
|
|
330
|
+
* Includes both the phone number and its corresponding assignment category. The assignment category can include values such as primary, private, and alternate.
|
|
331
|
+
*/
|
|
332
|
+
telephoneNumbers?: AssignedTelephoneNumber[] | null;
|
|
333
|
+
/**
|
|
334
|
+
* The unique identifier of the tenant in Entra to which this user is assigned.
|
|
335
|
+
*/
|
|
336
|
+
tenantId?: string | null;
|
|
337
|
+
/**
|
|
338
|
+
* Represents an Entra user account.
|
|
339
|
+
*/
|
|
340
|
+
user?: User | null;
|
|
341
|
+
/**
|
|
342
|
+
* The sign-in address of the user.
|
|
343
|
+
*/
|
|
344
|
+
userPrincipalName?: string | null;
|
|
345
|
+
}
|
|
346
|
+
export interface TeamsUserConfigurationCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
347
|
+
/**
|
|
348
|
+
* The value property
|
|
349
|
+
*/
|
|
350
|
+
value?: TeamsUserConfiguration[] | null;
|
|
351
|
+
}
|
|
352
|
+
export declare const AccountTypeObject: {
|
|
353
|
+
readonly User: "user";
|
|
354
|
+
readonly ResourceAccount: "resourceAccount";
|
|
355
|
+
readonly Guest: "guest";
|
|
356
|
+
readonly SfbOnPremUser: "sfbOnPremUser";
|
|
357
|
+
readonly Unknown: "unknown";
|
|
358
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
359
|
+
readonly IneligibleUser: "ineligibleUser";
|
|
360
|
+
};
|
|
361
|
+
export declare const AssignmentCategoryObject: {
|
|
362
|
+
readonly Primary: "primary";
|
|
363
|
+
readonly Private: "private";
|
|
364
|
+
readonly Alternate: "alternate";
|
|
365
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
366
|
+
};
|
|
367
|
+
export declare const AssignmentTypeObject: {
|
|
368
|
+
readonly Direct: "direct";
|
|
369
|
+
readonly Group: "group";
|
|
370
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
371
|
+
};
|
|
372
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}
|