@software-hardware-integration-lab/sdk-shield 3.0.0 → 3.5.2-beta.a5c1c2f

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.
Files changed (193) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +109 -0
  3. package/bin/index.d.ts +11 -0
  4. package/bin/index.js +175 -0
  5. package/bin/sdk/api/auth/id/index.d.ts +55 -0
  6. package/bin/sdk/api/auth/id/index.js +26 -0
  7. package/bin/sdk/api/auth/index.d.ts +19 -0
  8. package/bin/sdk/api/auth/index.js +7 -0
  9. package/bin/sdk/api/core/health/index.d.ts +26 -0
  10. package/bin/sdk/api/core/health/index.js +12 -0
  11. package/bin/sdk/api/core/index.d.ts +24 -0
  12. package/bin/sdk/api/core/index.js +11 -0
  13. package/bin/sdk/api/core/systemRequirements/index.d.ts +27 -0
  14. package/bin/sdk/api/core/systemRequirements/index.js +10 -0
  15. package/bin/sdk/api/defend/device/index.d.ts +26 -0
  16. package/bin/sdk/api/defend/device/index.js +12 -0
  17. package/bin/sdk/api/defend/device/item/index.d.ts +19 -0
  18. package/bin/sdk/api/defend/device/item/index.js +7 -0
  19. package/bin/sdk/api/defend/device/item/type/index.d.ts +26 -0
  20. package/bin/sdk/api/defend/device/item/type/index.js +12 -0
  21. package/bin/sdk/api/defend/device/item/type/item/index.d.ts +38 -0
  22. package/bin/sdk/api/defend/device/item/type/item/index.js +14 -0
  23. package/bin/sdk/api/defend/device/item/type/privileged/assign/index.d.ts +106 -0
  24. package/bin/sdk/api/defend/device/item/type/privileged/assign/index.js +59 -0
  25. package/bin/sdk/api/defend/device/item/type/privileged/index.d.ts +19 -0
  26. package/bin/sdk/api/defend/device/item/type/privileged/index.js +7 -0
  27. package/bin/sdk/api/defend/device/type/index.d.ts +26 -0
  28. package/bin/sdk/api/defend/device/type/index.js +12 -0
  29. package/bin/sdk/api/defend/device/type/item/index.d.ts +80 -0
  30. package/bin/sdk/api/defend/device/type/item/index.js +35 -0
  31. package/bin/sdk/api/defend/device/type/privileged/index.d.ts +80 -0
  32. package/bin/sdk/api/defend/device/type/privileged/index.js +35 -0
  33. package/bin/sdk/api/defend/index.d.ts +34 -0
  34. package/bin/sdk/api/defend/index.js +19 -0
  35. package/bin/sdk/api/defend/intermediary/index.d.ts +26 -0
  36. package/bin/sdk/api/defend/intermediary/index.js +12 -0
  37. package/bin/sdk/api/defend/intermediary/item/index.d.ts +19 -0
  38. package/bin/sdk/api/defend/intermediary/item/index.js +7 -0
  39. package/bin/sdk/api/defend/intermediary/item/type/index.d.ts +21 -0
  40. package/bin/sdk/api/defend/intermediary/item/type/index.js +8 -0
  41. package/bin/sdk/api/defend/intermediary/item/type/item/index.d.ts +19 -0
  42. package/bin/sdk/api/defend/intermediary/item/type/item/index.js +7 -0
  43. package/bin/sdk/api/defend/intermediary/item/type/item/offering/eighta921026Ec064e08Af198812e161e61f/assign/index.d.ts +125 -0
  44. package/bin/sdk/api/defend/intermediary/item/type/item/offering/eighta921026Ec064e08Af198812e161e61f/assign/index.js +64 -0
  45. package/bin/sdk/api/defend/intermediary/item/type/item/offering/eighta921026Ec064e08Af198812e161e61f/assign/item/index.d.ts +27 -0
  46. package/bin/sdk/api/defend/intermediary/item/type/item/offering/eighta921026Ec064e08Af198812e161e61f/assign/item/index.js +10 -0
  47. package/bin/sdk/api/defend/intermediary/item/type/item/offering/eighta921026Ec064e08Af198812e161e61f/index.d.ts +47 -0
  48. package/bin/sdk/api/defend/intermediary/item/type/item/offering/eighta921026Ec064e08Af198812e161e61f/index.js +21 -0
  49. package/bin/sdk/api/defend/intermediary/item/type/item/offering/index.d.ts +19 -0
  50. package/bin/sdk/api/defend/intermediary/item/type/item/offering/index.js +8 -0
  51. package/bin/sdk/api/defend/intermediary/type/index.d.ts +21 -0
  52. package/bin/sdk/api/defend/intermediary/type/index.js +8 -0
  53. package/bin/sdk/api/defend/intermediary/type/item/index.d.ts +19 -0
  54. package/bin/sdk/api/defend/intermediary/type/item/index.js +7 -0
  55. package/bin/sdk/api/defend/intermediary/type/item/offering/eighta921026Ec064e08Af198812e161e61f/index.d.ts +40 -0
  56. package/bin/sdk/api/defend/intermediary/type/item/offering/eighta921026Ec064e08Af198812e161e61f/index.js +10 -0
  57. package/bin/sdk/api/defend/intermediary/type/item/offering/index.d.ts +19 -0
  58. package/bin/sdk/api/defend/intermediary/type/item/offering/index.js +7 -0
  59. package/bin/sdk/api/defend/marketplace/index.d.ts +19 -0
  60. package/bin/sdk/api/defend/marketplace/index.js +7 -0
  61. package/bin/sdk/api/defend/marketplace/type/index.d.ts +21 -0
  62. package/bin/sdk/api/defend/marketplace/type/index.js +8 -0
  63. package/bin/sdk/api/defend/marketplace/type/item/index.d.ts +19 -0
  64. package/bin/sdk/api/defend/marketplace/type/item/index.js +7 -0
  65. package/bin/sdk/api/defend/marketplace/type/item/offering/index.d.ts +21 -0
  66. package/bin/sdk/api/defend/marketplace/type/item/offering/index.js +8 -0
  67. package/bin/sdk/api/defend/marketplace/type/item/offering/item/index.d.ts +54 -0
  68. package/bin/sdk/api/defend/marketplace/type/item/offering/item/index.js +29 -0
  69. package/bin/sdk/api/defend/user/index.d.ts +26 -0
  70. package/bin/sdk/api/defend/user/index.js +12 -0
  71. package/bin/sdk/api/defend/user/item/index.d.ts +19 -0
  72. package/bin/sdk/api/defend/user/item/index.js +7 -0
  73. package/bin/sdk/api/defend/user/item/type/index.d.ts +21 -0
  74. package/bin/sdk/api/defend/user/item/type/index.js +8 -0
  75. package/bin/sdk/api/defend/user/item/type/item/index.d.ts +38 -0
  76. package/bin/sdk/api/defend/user/item/type/item/index.js +14 -0
  77. package/bin/sdk/api/defend/user/type/index.d.ts +26 -0
  78. package/bin/sdk/api/defend/user/type/index.js +12 -0
  79. package/bin/sdk/api/defend/user/type/item/index.d.ts +80 -0
  80. package/bin/sdk/api/defend/user/type/item/index.js +35 -0
  81. package/bin/sdk/api/defend/user/type/privileged/index.d.ts +80 -0
  82. package/bin/sdk/api/defend/user/type/privileged/index.js +35 -0
  83. package/bin/sdk/api/deploy/analyze/index.d.ts +19 -0
  84. package/bin/sdk/api/deploy/analyze/index.js +7 -0
  85. package/bin/sdk/api/deploy/analyze/invoke/index.d.ts +48 -0
  86. package/bin/sdk/api/deploy/analyze/invoke/index.js +22 -0
  87. package/bin/sdk/api/deploy/breakGlass/index.d.ts +63 -0
  88. package/bin/sdk/api/deploy/breakGlass/index.js +30 -0
  89. package/bin/sdk/api/deploy/compare/index.d.ts +36 -0
  90. package/bin/sdk/api/deploy/compare/index.js +16 -0
  91. package/bin/sdk/api/deploy/compare/invoke/index.d.ts +29 -0
  92. package/bin/sdk/api/deploy/compare/invoke/index.js +12 -0
  93. package/bin/sdk/api/deploy/component/architecture/index.d.ts +27 -0
  94. package/bin/sdk/api/deploy/component/architecture/index.js +10 -0
  95. package/bin/sdk/api/deploy/component/configurationCategory/index.d.ts +27 -0
  96. package/bin/sdk/api/deploy/component/configurationCategory/index.js +10 -0
  97. package/bin/sdk/api/deploy/component/configurationItem/index.d.ts +38 -0
  98. package/bin/sdk/api/deploy/component/configurationItem/index.js +17 -0
  99. package/bin/sdk/api/deploy/component/configurationItem/item/docs/index.d.ts +27 -0
  100. package/bin/sdk/api/deploy/component/configurationItem/item/docs/index.js +10 -0
  101. package/bin/sdk/api/deploy/component/configurationItem/item/index.d.ts +19 -0
  102. package/bin/sdk/api/deploy/component/configurationItem/item/index.js +7 -0
  103. package/bin/sdk/api/deploy/component/index.d.ts +29 -0
  104. package/bin/sdk/api/deploy/component/index.js +16 -0
  105. package/bin/sdk/api/deploy/errors/index.d.ts +55 -0
  106. package/bin/sdk/api/deploy/errors/index.js +26 -0
  107. package/bin/sdk/api/deploy/index.d.ts +214 -0
  108. package/bin/sdk/api/deploy/index.js +130 -0
  109. package/bin/sdk/api/deploy/progress/index.d.ts +42 -0
  110. package/bin/sdk/api/deploy/progress/index.js +15 -0
  111. package/bin/sdk/api/deploy/remediate/index.d.ts +69 -0
  112. package/bin/sdk/api/deploy/remediate/index.js +34 -0
  113. package/bin/sdk/api/deploy/remove/index.d.ts +37 -0
  114. package/bin/sdk/api/deploy/remove/index.js +13 -0
  115. package/bin/sdk/api/deploy/restore/index.d.ts +21 -0
  116. package/bin/sdk/api/deploy/restore/index.js +8 -0
  117. package/bin/sdk/api/deploy/restore/item/index.d.ts +28 -0
  118. package/bin/sdk/api/deploy/restore/item/index.js +11 -0
  119. package/bin/sdk/api/deploy/skip/index.d.ts +61 -0
  120. package/bin/sdk/api/deploy/skip/index.js +28 -0
  121. package/bin/sdk/api/deploy/skip/item/index.d.ts +41 -0
  122. package/bin/sdk/api/deploy/skip/item/index.js +18 -0
  123. package/bin/sdk/api/deploy/validate/index.d.ts +29 -0
  124. package/bin/sdk/api/deploy/validate/index.js +13 -0
  125. package/bin/sdk/api/discover/architectureReport/correlation/index.d.ts +38 -0
  126. package/bin/sdk/api/discover/architectureReport/correlation/index.js +17 -0
  127. package/bin/sdk/api/discover/architectureReport/correlation/item/data/index.d.ts +27 -0
  128. package/bin/sdk/api/discover/architectureReport/correlation/item/data/index.js +10 -0
  129. package/bin/sdk/api/discover/architectureReport/correlation/item/index.d.ts +19 -0
  130. package/bin/sdk/api/discover/architectureReport/correlation/item/index.js +7 -0
  131. package/bin/sdk/api/discover/architectureReport/index.d.ts +19 -0
  132. package/bin/sdk/api/discover/architectureReport/index.js +8 -0
  133. package/bin/sdk/api/discover/cache/index.d.ts +19 -0
  134. package/bin/sdk/api/discover/cache/index.js +7 -0
  135. package/bin/sdk/api/discover/cache/reset/index.d.ts +25 -0
  136. package/bin/sdk/api/discover/cache/reset/index.js +7 -0
  137. package/bin/sdk/api/discover/index.d.ts +44 -0
  138. package/bin/sdk/api/discover/index.js +27 -0
  139. package/bin/sdk/api/discover/licenseReport/correlation/index.d.ts +38 -0
  140. package/bin/sdk/api/discover/licenseReport/correlation/index.js +17 -0
  141. package/bin/sdk/api/discover/licenseReport/correlation/item/data/index.d.ts +27 -0
  142. package/bin/sdk/api/discover/licenseReport/correlation/item/data/index.js +10 -0
  143. package/bin/sdk/api/discover/licenseReport/correlation/item/index.d.ts +19 -0
  144. package/bin/sdk/api/discover/licenseReport/correlation/item/index.js +7 -0
  145. package/bin/sdk/api/discover/licenseReport/index.d.ts +19 -0
  146. package/bin/sdk/api/discover/licenseReport/index.js +8 -0
  147. package/bin/sdk/api/discover/progress/index.d.ts +27 -0
  148. package/bin/sdk/api/discover/progress/index.js +10 -0
  149. package/bin/sdk/api/discover/report/index.d.ts +25 -0
  150. package/bin/sdk/api/discover/report/index.js +7 -0
  151. package/bin/sdk/api/discover/status/index.d.ts +27 -0
  152. package/bin/sdk/api/discover/status/index.js +10 -0
  153. package/bin/sdk/api/index.d.ts +44 -0
  154. package/bin/sdk/api/index.js +29 -0
  155. package/bin/sdk/api/update/check/channel/index.d.ts +21 -0
  156. package/bin/sdk/api/update/check/channel/index.js +8 -0
  157. package/bin/sdk/api/update/check/channel/item/index.d.ts +51 -0
  158. package/bin/sdk/api/update/check/channel/item/index.js +24 -0
  159. package/bin/sdk/api/update/check/index.d.ts +60 -0
  160. package/bin/sdk/api/update/check/index.js +30 -0
  161. package/bin/sdk/api/update/index.d.ts +45 -0
  162. package/bin/sdk/api/update/index.js +25 -0
  163. package/bin/sdk/api/update/install/channel/index.d.ts +21 -0
  164. package/bin/sdk/api/update/install/channel/index.js +8 -0
  165. package/bin/sdk/api/update/install/channel/item/index.d.ts +25 -0
  166. package/bin/sdk/api/update/install/channel/item/index.js +7 -0
  167. package/bin/sdk/api/update/install/index.d.ts +34 -0
  168. package/bin/sdk/api/update/install/index.js +13 -0
  169. package/bin/sdk/api/update/upload/index.d.ts +27 -0
  170. package/bin/sdk/api/update/upload/index.js +9 -0
  171. package/bin/sdk/models/architectureReport/index.d.ts +49 -0
  172. package/bin/sdk/models/architectureReport/index.js +25 -0
  173. package/bin/sdk/models/core/index.d.ts +137 -0
  174. package/bin/sdk/models/core/index.js +71 -0
  175. package/bin/sdk/models/deploy/index.d.ts +677 -0
  176. package/bin/sdk/models/deploy/index.js +364 -0
  177. package/bin/sdk/models/discover/architectureReport/index.d.ts +61 -0
  178. package/bin/sdk/models/discover/architectureReport/index.js +31 -0
  179. package/bin/sdk/models/discover/index.d.ts +29 -0
  180. package/bin/sdk/models/discover/index.js +15 -0
  181. package/bin/sdk/models/index.d.ts +165 -0
  182. package/bin/sdk/models/index.js +88 -0
  183. package/bin/sdk/models/licenseReport/index.d.ts +49 -0
  184. package/bin/sdk/models/licenseReport/index.js +25 -0
  185. package/bin/sdk/models/managedObject/index.d.ts +287 -0
  186. package/bin/sdk/models/managedObject/index.js +140 -0
  187. package/bin/sdk/models/objectPage/index.d.ts +174 -0
  188. package/bin/sdk/models/objectPage/index.js +103 -0
  189. package/bin/sdk/models/objectPage/intermediary/index.d.ts +60 -0
  190. package/bin/sdk/models/objectPage/intermediary/index.js +36 -0
  191. package/bin/sdk/shieldClient.d.ts +24 -0
  192. package/bin/sdk/shieldClient.js +35 -0
  193. package/package.json +205 -5
@@ -0,0 +1,165 @@
1
+ import { type CorrelationRecord } from './licenseReport/index.js';
2
+ import { type AdditionalDataHolder, type Guid, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
3
+ /**
4
+ * Creates a new instance of the appropriate class based on discriminator value
5
+ * @param parseNode The parse node to use to read the discriminator value and create the object
6
+ * @returns {LicenseReport_availableLicense}
7
+ */
8
+ export declare function createLicenseReport_availableLicenseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
9
+ /**
10
+ * Creates a new instance of the appropriate class based on discriminator value
11
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12
+ * @returns {LicenseReport_principalData_device}
13
+ */
14
+ export declare function createLicenseReport_principalData_deviceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
15
+ /**
16
+ * Creates a new instance of the appropriate class based on discriminator value
17
+ * @param parseNode The parse node to use to read the discriminator value and create the object
18
+ * @returns {LicenseReport_principalData_user}
19
+ */
20
+ export declare function createLicenseReport_principalData_userFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
21
+ /**
22
+ * Creates a new instance of the appropriate class based on discriminator value
23
+ * @param parseNode The parse node to use to read the discriminator value and create the object
24
+ * @returns {LicenseReport_principalData}
25
+ */
26
+ export declare function createLicenseReport_principalDataFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
27
+ /**
28
+ * Creates a new instance of the appropriate class based on discriminator value
29
+ * @param parseNode The parse node to use to read the discriminator value and create the object
30
+ * @returns {LicenseReport}
31
+ */
32
+ export declare function createLicenseReportFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
33
+ /**
34
+ * The deserialization information for the current model
35
+ * @param LicenseReport The instance to deserialize into.
36
+ * @returns {Record<string, (node: ParseNode) => void>}
37
+ */
38
+ export declare function deserializeIntoLicenseReport(licenseReport?: Partial<LicenseReport> | undefined): Record<string, (node: ParseNode) => void>;
39
+ /**
40
+ * The deserialization information for the current model
41
+ * @param LicenseReport_availableLicense The instance to deserialize into.
42
+ * @returns {Record<string, (node: ParseNode) => void>}
43
+ */
44
+ export declare function deserializeIntoLicenseReport_availableLicense(licenseReport_availableLicense?: Partial<LicenseReport_availableLicense> | undefined): Record<string, (node: ParseNode) => void>;
45
+ /**
46
+ * The deserialization information for the current model
47
+ * @param LicenseReport_principalData The instance to deserialize into.
48
+ * @returns {Record<string, (node: ParseNode) => void>}
49
+ */
50
+ export declare function deserializeIntoLicenseReport_principalData(licenseReport_principalData?: Partial<LicenseReport_principalData> | undefined): Record<string, (node: ParseNode) => void>;
51
+ /**
52
+ * The deserialization information for the current model
53
+ * @param LicenseReport_principalData_device The instance to deserialize into.
54
+ * @returns {Record<string, (node: ParseNode) => void>}
55
+ */
56
+ export declare function deserializeIntoLicenseReport_principalData_device(licenseReport_principalData_device?: Partial<LicenseReport_principalData_device> | undefined): Record<string, (node: ParseNode) => void>;
57
+ /**
58
+ * The deserialization information for the current model
59
+ * @param LicenseReport_principalData_user The instance to deserialize into.
60
+ * @returns {Record<string, (node: ParseNode) => void>}
61
+ */
62
+ export declare function deserializeIntoLicenseReport_principalData_user(licenseReport_principalData_user?: Partial<LicenseReport_principalData_user> | undefined): Record<string, (node: ParseNode) => void>;
63
+ /**
64
+ * Completely calculated license report structure that is the result of a complete run.
65
+ */
66
+ export interface LicenseReport extends AdditionalDataHolder, Parsable {
67
+ /**
68
+ * Collection of licenses that have been purchased by the customer.
69
+ */
70
+ availableLicense?: LicenseReport_availableLicense[] | null;
71
+ /**
72
+ * Metadata that describes the execution session (run) that is used to tie/relate all of the license report together.
73
+ */
74
+ correlation?: CorrelationRecord | null;
75
+ /**
76
+ * Container for all of the data that can be correlated to various principals.
77
+ */
78
+ principalData?: LicenseReport_principalData | null;
79
+ /**
80
+ * Indicator for migration scripts to auto migrate the data to newer or older formats.
81
+ */
82
+ schemaVersion?: number | null;
83
+ }
84
+ export interface LicenseReport_availableLicense extends AdditionalDataHolder, Parsable {
85
+ /**
86
+ * Number of licenses that are purchased of the specific license.
87
+ */
88
+ count?: number | null;
89
+ /**
90
+ * Well known ID of the license bundle.
91
+ */
92
+ id?: Guid | null;
93
+ /**
94
+ * List of available service plans for the current license.
95
+ */
96
+ servicePlanList?: Guid[] | null;
97
+ }
98
+ /**
99
+ * Container for all of the data that can be correlated to various principals.
100
+ */
101
+ export interface LicenseReport_principalData extends AdditionalDataHolder, Parsable {
102
+ /**
103
+ * Device principal data. Where the key is the Object ID (`GUID`/`UUIDv4`) of the principal. The value is the collected data.
104
+ */
105
+ device?: LicenseReport_principalData_device | null;
106
+ /**
107
+ * User principal data. Where the key is the Object ID (`GUID`/`UUIDv4`) of the principal. The value is the collected data.
108
+ */
109
+ user?: LicenseReport_principalData_user | null;
110
+ }
111
+ /**
112
+ * Device principal data. Where the key is the Object ID (`GUID`/`UUIDv4`) of the principal. The value is the collected data.
113
+ */
114
+ export interface LicenseReport_principalData_device extends AdditionalDataHolder, Parsable {
115
+ }
116
+ /**
117
+ * User principal data. Where the key is the Object ID (`GUID`/`UUIDv4`) of the principal. The value is the collected data.
118
+ */
119
+ export interface LicenseReport_principalData_user extends AdditionalDataHolder, Parsable {
120
+ }
121
+ export type SecurityClassList = (typeof SecurityClassListObject)[keyof typeof SecurityClassListObject];
122
+ /**
123
+ * Serializes information the current object
124
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
125
+ * @param LicenseReport The instance to serialize from.
126
+ * @param writer Serialization writer to use to serialize this model
127
+ */
128
+ export declare function serializeLicenseReport(writer: SerializationWriter, licenseReport?: Partial<LicenseReport> | undefined | null, isSerializingDerivedType?: boolean): void;
129
+ /**
130
+ * Serializes information the current object
131
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
132
+ * @param LicenseReport_availableLicense The instance to serialize from.
133
+ * @param writer Serialization writer to use to serialize this model
134
+ */
135
+ export declare function serializeLicenseReport_availableLicense(writer: SerializationWriter, licenseReport_availableLicense?: Partial<LicenseReport_availableLicense> | undefined | null, isSerializingDerivedType?: boolean): void;
136
+ /**
137
+ * Serializes information the current object
138
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
139
+ * @param LicenseReport_principalData The instance to serialize from.
140
+ * @param writer Serialization writer to use to serialize this model
141
+ */
142
+ export declare function serializeLicenseReport_principalData(writer: SerializationWriter, licenseReport_principalData?: Partial<LicenseReport_principalData> | undefined | null, isSerializingDerivedType?: boolean): void;
143
+ /**
144
+ * Serializes information the current object
145
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
146
+ * @param LicenseReport_principalData_device The instance to serialize from.
147
+ * @param writer Serialization writer to use to serialize this model
148
+ */
149
+ export declare function serializeLicenseReport_principalData_device(writer: SerializationWriter, licenseReport_principalData_device?: Partial<LicenseReport_principalData_device> | undefined | null, isSerializingDerivedType?: boolean): void;
150
+ /**
151
+ * Serializes information the current object
152
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
153
+ * @param LicenseReport_principalData_user The instance to serialize from.
154
+ * @param writer Serialization writer to use to serialize this model
155
+ */
156
+ export declare function serializeLicenseReport_principalData_user(writer: SerializationWriter, licenseReport_principalData_user?: Partial<LicenseReport_principalData_user> | undefined | null, isSerializingDerivedType?: boolean): void;
157
+ /**
158
+ * Security class types as described in https://learn.microsoft.com/en-us/security/compass/privileged-access-security-levels.
159
+ */
160
+ export declare const SecurityClassListObject: {
161
+ readonly Privileged: "Privileged";
162
+ readonly Specialized: "Specialized";
163
+ readonly Enterprise: "Enterprise";
164
+ readonly Unmanaged: "Unmanaged";
165
+ };
@@ -0,0 +1,88 @@
1
+ import { createCorrelationRecordFromDiscriminatorValue, serializeCorrelationRecord } from './licenseReport/index.js';
2
+ export function createLicenseReport_availableLicenseFromDiscriminatorValue(parseNode) {
3
+ return deserializeIntoLicenseReport_availableLicense;
4
+ }
5
+ export function createLicenseReport_principalData_deviceFromDiscriminatorValue(parseNode) {
6
+ return deserializeIntoLicenseReport_principalData_device;
7
+ }
8
+ export function createLicenseReport_principalData_userFromDiscriminatorValue(parseNode) {
9
+ return deserializeIntoLicenseReport_principalData_user;
10
+ }
11
+ export function createLicenseReport_principalDataFromDiscriminatorValue(parseNode) {
12
+ return deserializeIntoLicenseReport_principalData;
13
+ }
14
+ export function createLicenseReportFromDiscriminatorValue(parseNode) {
15
+ return deserializeIntoLicenseReport;
16
+ }
17
+ export function deserializeIntoLicenseReport(licenseReport = {}) {
18
+ return {
19
+ "availableLicense": n => { licenseReport.availableLicense = n.getCollectionOfObjectValues(createLicenseReport_availableLicenseFromDiscriminatorValue); },
20
+ "correlation": n => { licenseReport.correlation = n.getObjectValue(createCorrelationRecordFromDiscriminatorValue); },
21
+ "principalData": n => { licenseReport.principalData = n.getObjectValue(createLicenseReport_principalDataFromDiscriminatorValue); },
22
+ "schemaVersion": n => { licenseReport.schemaVersion = n.getNumberValue(); },
23
+ };
24
+ }
25
+ export function deserializeIntoLicenseReport_availableLicense(licenseReport_availableLicense = {}) {
26
+ return {
27
+ "count": n => { licenseReport_availableLicense.count = n.getNumberValue(); },
28
+ "id": n => { licenseReport_availableLicense.id = n.getGuidValue(); },
29
+ "servicePlanList": n => { licenseReport_availableLicense.servicePlanList = n.getCollectionOfPrimitiveValues("string"); },
30
+ };
31
+ }
32
+ export function deserializeIntoLicenseReport_principalData(licenseReport_principalData = {}) {
33
+ return {
34
+ "device": n => { licenseReport_principalData.device = n.getObjectValue(createLicenseReport_principalData_deviceFromDiscriminatorValue); },
35
+ "user": n => { licenseReport_principalData.user = n.getObjectValue(createLicenseReport_principalData_userFromDiscriminatorValue); },
36
+ };
37
+ }
38
+ export function deserializeIntoLicenseReport_principalData_device(licenseReport_principalData_device = {}) {
39
+ return {};
40
+ }
41
+ export function deserializeIntoLicenseReport_principalData_user(licenseReport_principalData_user = {}) {
42
+ return {};
43
+ }
44
+ export function serializeLicenseReport(writer, licenseReport = {}, isSerializingDerivedType = false) {
45
+ if (!licenseReport || isSerializingDerivedType) {
46
+ return;
47
+ }
48
+ writer.writeCollectionOfObjectValues("availableLicense", licenseReport.availableLicense, serializeLicenseReport_availableLicense);
49
+ writer.writeObjectValue("correlation", licenseReport.correlation, serializeCorrelationRecord);
50
+ writer.writeObjectValue("principalData", licenseReport.principalData, serializeLicenseReport_principalData);
51
+ writer.writeNumberValue("schemaVersion", licenseReport.schemaVersion);
52
+ writer.writeAdditionalData(licenseReport.additionalData);
53
+ }
54
+ export function serializeLicenseReport_availableLicense(writer, licenseReport_availableLicense = {}, isSerializingDerivedType = false) {
55
+ if (!licenseReport_availableLicense || isSerializingDerivedType) {
56
+ return;
57
+ }
58
+ writer.writeNumberValue("count", licenseReport_availableLicense.count);
59
+ writer.writeGuidValue("id", licenseReport_availableLicense.id);
60
+ writer.writeCollectionOfPrimitiveValues("servicePlanList", licenseReport_availableLicense.servicePlanList);
61
+ writer.writeAdditionalData(licenseReport_availableLicense.additionalData);
62
+ }
63
+ export function serializeLicenseReport_principalData(writer, licenseReport_principalData = {}, isSerializingDerivedType = false) {
64
+ if (!licenseReport_principalData || isSerializingDerivedType) {
65
+ return;
66
+ }
67
+ writer.writeObjectValue("device", licenseReport_principalData.device, serializeLicenseReport_principalData_device);
68
+ writer.writeObjectValue("user", licenseReport_principalData.user, serializeLicenseReport_principalData_user);
69
+ writer.writeAdditionalData(licenseReport_principalData.additionalData);
70
+ }
71
+ export function serializeLicenseReport_principalData_device(writer, licenseReport_principalData_device = {}, isSerializingDerivedType = false) {
72
+ if (!licenseReport_principalData_device || isSerializingDerivedType) {
73
+ return;
74
+ }
75
+ writer.writeAdditionalData(licenseReport_principalData_device.additionalData);
76
+ }
77
+ export function serializeLicenseReport_principalData_user(writer, licenseReport_principalData_user = {}, isSerializingDerivedType = false) {
78
+ if (!licenseReport_principalData_user || isSerializingDerivedType) {
79
+ return;
80
+ }
81
+ writer.writeAdditionalData(licenseReport_principalData_user.additionalData);
82
+ }
83
+ export const SecurityClassListObject = {
84
+ Privileged: "Privileged",
85
+ Specialized: "Specialized",
86
+ Enterprise: "Enterprise",
87
+ Unmanaged: "Unmanaged",
88
+ };
@@ -0,0 +1,49 @@
1
+ import { type AdditionalDataHolder, type Guid, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
2
+ /**
3
+ * Metadata that describes the execution session (run) that is used to tie/relate all of the license report together.
4
+ */
5
+ export interface CorrelationRecord extends AdditionalDataHolder, Parsable {
6
+ /**
7
+ * The user account used to retrieve the license information in the tenant being audited.
8
+ */
9
+ auditTenantAccount?: string | null;
10
+ /**
11
+ * The ID of the execution session (run) that is used to tie/relate all of the data together.
12
+ */
13
+ correlationId?: Guid | null;
14
+ /**
15
+ * Timestamp of when the report was created.
16
+ */
17
+ createdAt?: Date | null;
18
+ /**
19
+ * User account used to store/report the license report to the SHI Lab cloud service.
20
+ */
21
+ reportTenantAccount?: string | null;
22
+ /**
23
+ * Unique ID of customer's Microsoft tenant that the license report is for.
24
+ */
25
+ tenantId?: Guid | null;
26
+ /**
27
+ * Timestamp of when the report was last updated.
28
+ */
29
+ updatedAt?: Date | null;
30
+ }
31
+ /**
32
+ * Creates a new instance of the appropriate class based on discriminator value
33
+ * @param parseNode The parse node to use to read the discriminator value and create the object
34
+ * @returns {CorrelationRecord}
35
+ */
36
+ export declare function createCorrelationRecordFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
37
+ /**
38
+ * The deserialization information for the current model
39
+ * @param CorrelationRecord The instance to deserialize into.
40
+ * @returns {Record<string, (node: ParseNode) => void>}
41
+ */
42
+ export declare function deserializeIntoCorrelationRecord(correlationRecord?: Partial<CorrelationRecord> | undefined): Record<string, (node: ParseNode) => void>;
43
+ /**
44
+ * Serializes information the current object
45
+ * @param CorrelationRecord The instance to serialize from.
46
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
47
+ * @param writer Serialization writer to use to serialize this model
48
+ */
49
+ export declare function serializeCorrelationRecord(writer: SerializationWriter, correlationRecord?: Partial<CorrelationRecord> | undefined | null, isSerializingDerivedType?: boolean): void;
@@ -0,0 +1,25 @@
1
+ export function createCorrelationRecordFromDiscriminatorValue(parseNode) {
2
+ return deserializeIntoCorrelationRecord;
3
+ }
4
+ export function deserializeIntoCorrelationRecord(correlationRecord = {}) {
5
+ return {
6
+ "auditTenantAccount": n => { correlationRecord.auditTenantAccount = n.getStringValue(); },
7
+ "correlationId": n => { correlationRecord.correlationId = n.getGuidValue(); },
8
+ "createdAt": n => { correlationRecord.createdAt = n.getDateValue(); },
9
+ "reportTenantAccount": n => { correlationRecord.reportTenantAccount = n.getStringValue(); },
10
+ "tenantId": n => { correlationRecord.tenantId = n.getGuidValue(); },
11
+ "updatedAt": n => { correlationRecord.updatedAt = n.getDateValue(); },
12
+ };
13
+ }
14
+ export function serializeCorrelationRecord(writer, correlationRecord = {}, isSerializingDerivedType = false) {
15
+ if (!correlationRecord || isSerializingDerivedType) {
16
+ return;
17
+ }
18
+ writer.writeStringValue("auditTenantAccount", correlationRecord.auditTenantAccount);
19
+ writer.writeGuidValue("correlationId", correlationRecord.correlationId);
20
+ writer.writeDateValue("createdAt", correlationRecord.createdAt);
21
+ writer.writeStringValue("reportTenantAccount", correlationRecord.reportTenantAccount);
22
+ writer.writeGuidValue("tenantId", correlationRecord.tenantId);
23
+ writer.writeDateValue("updatedAt", correlationRecord.updatedAt);
24
+ writer.writeAdditionalData(correlationRecord.additionalData);
25
+ }
@@ -0,0 +1,287 @@
1
+ import { type SecurityClassList } from '../index.js';
2
+ import { type AdditionalDataHolder, type Guid, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
3
+ export interface AvdIntermediary extends AdditionalDataHolder, Parsable {
4
+ /**
5
+ * Optional Virtual Network IP Address range, defaults to 10.0.0.0/16.
6
+ */
7
+ addressRangeCIDR?: string | null;
8
+ /**
9
+ * Read-only value that the server generates that is the Object ID of the user assignment security group for the current instance of the AVD intermediary.
10
+ */
11
+ assignmentGroup?: Guid | null;
12
+ /**
13
+ * Used to uniquely name multiple session hosts in a single host pool.
14
+ */
15
+ index?: number | null;
16
+ /**
17
+ * Azure Regions that are available for the configured subscription. Resources will be deployed to the region specified here.
18
+ */
19
+ location?: string | null;
20
+ /**
21
+ * ID of the Host Pool. This is generated by the server and can't be set, hence the read only flag.
22
+ */
23
+ resourceId?: string | null;
24
+ /**
25
+ * Read-only value that the server generates that is the Object ID of the session host security group for the current instance of the AVD intermediary.
26
+ */
27
+ sessionHostGroup?: Guid | null;
28
+ /**
29
+ * Short name to append to the beginning of the session host VMs. The max computer name length is 15, 4 chars are reserved for indexing and 4 for prefixing.
30
+ */
31
+ sessionHostPrefix?: string | null;
32
+ /**
33
+ * SKU ID in Azure of the VM session host set that is to be deployed.
34
+ */
35
+ vmSku?: string | null;
36
+ }
37
+ /**
38
+ * Creates a new instance of the appropriate class based on discriminator value
39
+ * @param parseNode The parse node to use to read the discriminator value and create the object
40
+ * @returns {AvdIntermediary}
41
+ */
42
+ export declare function createAvdIntermediaryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
43
+ /**
44
+ * Creates a new instance of the appropriate class based on discriminator value
45
+ * @param parseNode The parse node to use to read the discriminator value and create the object
46
+ * @returns {Device}
47
+ */
48
+ export declare function createDeviceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
49
+ /**
50
+ * Creates a new instance of the appropriate class based on discriminator value
51
+ * @param parseNode The parse node to use to read the discriminator value and create the object
52
+ * @returns {Intermediary}
53
+ */
54
+ export declare function createIntermediaryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
55
+ /**
56
+ * Creates a new instance of the appropriate class based on discriminator value
57
+ * @param parseNode The parse node to use to read the discriminator value and create the object
58
+ * @returns {PrivilegedDevice}
59
+ */
60
+ export declare function createPrivilegedDeviceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
61
+ /**
62
+ * Creates a new instance of the appropriate class based on discriminator value
63
+ * @param parseNode The parse node to use to read the discriminator value and create the object
64
+ * @returns {PrivilegedUser}
65
+ */
66
+ export declare function createPrivilegedUserFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
67
+ /**
68
+ * Creates a new instance of the appropriate class based on discriminator value
69
+ * @param parseNode The parse node to use to read the discriminator value and create the object
70
+ * @returns {User}
71
+ */
72
+ export declare function createUserFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
73
+ /**
74
+ * The deserialization information for the current model
75
+ * @param AvdIntermediary The instance to deserialize into.
76
+ * @returns {Record<string, (node: ParseNode) => void>}
77
+ */
78
+ export declare function deserializeIntoAvdIntermediary(avdIntermediary?: Partial<AvdIntermediary> | undefined): Record<string, (node: ParseNode) => void>;
79
+ /**
80
+ * The deserialization information for the current model
81
+ * @param Device The instance to deserialize into.
82
+ * @returns {Record<string, (node: ParseNode) => void>}
83
+ */
84
+ export declare function deserializeIntoDevice(device?: Partial<Device> | undefined): Record<string, (node: ParseNode) => void>;
85
+ /**
86
+ * The deserialization information for the current model
87
+ * @param Intermediary The instance to deserialize into.
88
+ * @returns {Record<string, (node: ParseNode) => void>}
89
+ */
90
+ export declare function deserializeIntoIntermediary(intermediary?: Partial<Intermediary> | undefined): Record<string, (node: ParseNode) => void>;
91
+ /**
92
+ * The deserialization information for the current model
93
+ * @param PrivilegedDevice The instance to deserialize into.
94
+ * @returns {Record<string, (node: ParseNode) => void>}
95
+ */
96
+ export declare function deserializeIntoPrivilegedDevice(privilegedDevice?: Partial<PrivilegedDevice> | undefined): Record<string, (node: ParseNode) => void>;
97
+ /**
98
+ * The deserialization information for the current model
99
+ * @param PrivilegedUser The instance to deserialize into.
100
+ * @returns {Record<string, (node: ParseNode) => void>}
101
+ */
102
+ export declare function deserializeIntoPrivilegedUser(privilegedUser?: Partial<PrivilegedUser> | undefined): Record<string, (node: ParseNode) => void>;
103
+ /**
104
+ * The deserialization information for the current model
105
+ * @param User The instance to deserialize into.
106
+ * @returns {Record<string, (node: ParseNode) => void>}
107
+ */
108
+ export declare function deserializeIntoUser(user?: Partial<User> | undefined): Record<string, (node: ParseNode) => void>;
109
+ /**
110
+ * Structure that represents a all of the states a managed device could be in.
111
+ */
112
+ export interface Device extends AdditionalDataHolder, Parsable {
113
+ /**
114
+ * This is the ISO 8601 string format of the time representing the commission date of the PAW.
115
+ */
116
+ commissionedDate?: Date | null;
117
+ /**
118
+ * Current computer name of the device according to Entra ID. Empty string indicates that the device has not joined Entra ID yet.
119
+ */
120
+ displayName?: string | null;
121
+ /**
122
+ * Entra ID Device ID (Not Object ID) of the specified device.
123
+ */
124
+ id?: Guid | null;
125
+ /**
126
+ * DeviceID of the parent PAW device.
127
+ */
128
+ parentDeviceId?: string | null;
129
+ /**
130
+ * Security class types as described in https://learn.microsoft.com/en-us/security/compass/privileged-access-security-levels.
131
+ */
132
+ securityClass?: SecurityClassList | null;
133
+ /**
134
+ * The object ID of the unique security group that contains the managed Entra ID Device Identity.
135
+ */
136
+ uniqueGroupId?: string | null;
137
+ }
138
+ /**
139
+ * Base template for all intermediary objects to inherit from.
140
+ */
141
+ export interface Intermediary extends AdditionalDataHolder, Parsable {
142
+ /**
143
+ * Read-only.
144
+ */
145
+ id?: Guid | null;
146
+ /**
147
+ * Type of Intermediary that the properties are describing.
148
+ */
149
+ kind?: string | null;
150
+ /**
151
+ * Human friendly name of the AVD cluster. This will be displayed to end users in the remote desktop app and web portals.
152
+ */
153
+ name?: string | null;
154
+ /**
155
+ * Security class types as described in https://learn.microsoft.com/en-us/security/compass/privileged-access-security-levels.
156
+ */
157
+ securityClass?: SecurityClassList | null;
158
+ }
159
+ /**
160
+ * Set of properties that are available on privileged managed device objects only.
161
+ */
162
+ export interface PrivilegedDevice extends Device, Parsable {
163
+ /**
164
+ * This is the ID of the Custom CSP Device Configuration that configures the local admin and local hyper-v group memberships.
165
+ */
166
+ groupAssignmentId?: string | null;
167
+ /**
168
+ * The ID of the Settings Catalog that contains the user rights assignment of the specified PAW device.
169
+ */
170
+ userAssignmentId?: string | null;
171
+ /**
172
+ * List of Object IDs for the privileged user accounts that are assigned to this device.
173
+ */
174
+ userAssignmentList?: Guid[] | null;
175
+ }
176
+ /**
177
+ * Additional settings that represents a privileged user object. All data in this structure is preserved in the settings engine's permanent storage system.
178
+ */
179
+ export interface PrivilegedUser extends Parsable, User {
180
+ /**
181
+ * List of devices that the privileged users are able to use as endpoints.
182
+ */
183
+ deviceAssignmentList?: Guid[] | null;
184
+ /**
185
+ * The password that was created for the managed user upon managed user creation, this is not stored. This is only available once during user creation. If the password is lost, reset the PWD in Entra ID or have the user perform SSPR.
186
+ */
187
+ generatedPassword?: string | null;
188
+ /**
189
+ * The Entra ID Object ID of the object that the manged user is tied to. This value is only present on privileged users.
190
+ */
191
+ parentId?: Guid | null;
192
+ /**
193
+ * A TAP that was created for the managed user upon managed user creation, this is not stored. This is only available once during user creation. TAP expires at the configured tenant expiration time.
194
+ */
195
+ temporaryAccessPass?: string | null;
196
+ }
197
+ /**
198
+ * Serializes information the current object
199
+ * @param AvdIntermediary The instance to serialize from.
200
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
201
+ * @param writer Serialization writer to use to serialize this model
202
+ */
203
+ export declare function serializeAvdIntermediary(writer: SerializationWriter, avdIntermediary?: Partial<AvdIntermediary> | undefined | null, isSerializingDerivedType?: boolean): void;
204
+ /**
205
+ * Serializes information the current object
206
+ * @param Device The instance to serialize from.
207
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
208
+ * @param writer Serialization writer to use to serialize this model
209
+ */
210
+ export declare function serializeDevice(writer: SerializationWriter, device?: Partial<Device> | undefined | null, isSerializingDerivedType?: boolean): void;
211
+ /**
212
+ * Serializes information the current object
213
+ * @param Intermediary The instance to serialize from.
214
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
215
+ * @param writer Serialization writer to use to serialize this model
216
+ */
217
+ export declare function serializeIntermediary(writer: SerializationWriter, intermediary?: Partial<Intermediary> | undefined | null, isSerializingDerivedType?: boolean): void;
218
+ /**
219
+ * Serializes information the current object
220
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
221
+ * @param PrivilegedDevice The instance to serialize from.
222
+ * @param writer Serialization writer to use to serialize this model
223
+ */
224
+ export declare function serializePrivilegedDevice(writer: SerializationWriter, privilegedDevice?: Partial<PrivilegedDevice> | undefined | null, isSerializingDerivedType?: boolean): void;
225
+ /**
226
+ * Serializes information the current object
227
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
228
+ * @param PrivilegedUser The instance to serialize from.
229
+ * @param writer Serialization writer to use to serialize this model
230
+ */
231
+ export declare function serializePrivilegedUser(writer: SerializationWriter, privilegedUser?: Partial<PrivilegedUser> | undefined | null, isSerializingDerivedType?: boolean): void;
232
+ /**
233
+ * Serializes information the current object
234
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
235
+ * @param User The instance to serialize from.
236
+ * @param writer Serialization writer to use to serialize this model
237
+ */
238
+ export declare function serializeUser(writer: SerializationWriter, user?: Partial<User> | undefined | null, isSerializingDerivedType?: boolean): void;
239
+ /**
240
+ * A user object that has limited properties. The user object is generated by combining multiple pieces of metadata from Entra ID and SHIELD.
241
+ */
242
+ export interface User extends AdditionalDataHolder, Parsable {
243
+ /**
244
+ * A date object representing when the user managed by SHIELD.
245
+ */
246
+ creationDate?: Date | null;
247
+ /**
248
+ * The name shown on UIs for the privileged user according to Entra ID.
249
+ */
250
+ displayName?: string | null;
251
+ /**
252
+ * Given name of the privileged user according to Entra ID.
253
+ */
254
+ firstName?: string | null;
255
+ /**
256
+ * The Entra ID Object ID of the managed user. This is the one property that is stored in the settings engine. This is the key in the storage systems to uniquely separate the managed user's data from others.
257
+ */
258
+ id?: Guid | null;
259
+ /**
260
+ * List of intermediaries that the user is assigned to.
261
+ */
262
+ intermediaryAssignmentList?: Guid[] | null;
263
+ /**
264
+ * Surname/family name of the privileged user according to Entra ID.
265
+ */
266
+ lastName?: string | null;
267
+ /**
268
+ * Security class types as described in https://learn.microsoft.com/en-us/security/compass/privileged-access-security-levels.
269
+ */
270
+ securityClass?: SecurityClassList | null;
271
+ /**
272
+ * List of silos that the user is assigned to.
273
+ */
274
+ siloAssignmentList?: Guid[] | null;
275
+ /**
276
+ * Indicates if user education is enabled in the UI for the specified user. True is on, false is off.
277
+ */
278
+ uiEducation?: boolean | null;
279
+ /**
280
+ * ObjectID of the unique user group that the managed user is a member of.
281
+ */
282
+ uniqueGroupId?: Guid | null;
283
+ /**
284
+ * User principal name of the user object according to Azure Active Directory.
285
+ */
286
+ upn?: string | null;
287
+ }