@microsoft/typespec-msgraph-reference 1.0.2 → 1.0.3
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/.rush/temp/package-deps_build.json +19 -19
- package/.rush/temp/shrinkwrap-deps.json +97 -97
- package/CHANGELOG.md +9 -0
- package/lib/Bleu/Beta/main.tsp +62535 -8268
- package/lib/Bleu/V1.0/main.tsp +16735 -31
- package/lib/Delos/Beta/main.tsp +56664 -2116
- package/lib/Delos/V1.0/main.tsp +16351 -0
- package/lib/Fairfax/Beta/main.tsp +417 -564
- package/lib/Fairfax/V1.0/main.tsp +23 -0
- package/lib/GovSG/Beta/main.tsp +50 -0
- package/lib/GovSG/V1.0/main.tsp +7 -0
- package/lib/Mooncake/Beta/main.tsp +163 -564
- package/lib/Mooncake/V1.0/main.tsp +75 -0
- package/lib/Prod/Beta/main.tsp +549 -567
- package/lib/Prod/V1.0/main.tsp +287 -1
- package/lib/USNat/Beta/main.tsp +1184 -7
- package/lib/USNat/V1.0/main.tsp +416 -0
- package/lib/USSec/Beta/main.tsp +781 -7
- package/lib/USSec/V1.0/main.tsp +23 -0
- package/package.json +2 -2
- package/rush-logs/typespec-msgraph-reference.build.log +1 -1
|
@@ -2812,6 +2812,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2812
2812
|
outboundAllowed: boolean | null;
|
|
2813
2813
|
}
|
|
2814
2814
|
|
|
2815
|
+
@complex model includeTarget {
|
|
2816
|
+
id: string;
|
|
2817
|
+
targetType: authenticationMethodTargetType;
|
|
2818
|
+
}
|
|
2819
|
+
|
|
2815
2820
|
@complex model incomingContext {
|
|
2816
2821
|
observedParticipantId: string | null;
|
|
2817
2822
|
onBehalfOf: identitySet | null;
|
|
@@ -7085,11 +7090,21 @@ namespace reference.`microsoft.graph` {
|
|
|
7085
7090
|
x509CertificateDefaultRequiredAffinityLevel: x509CertificateAffinityLevel | null;
|
|
7086
7091
|
}
|
|
7087
7092
|
|
|
7093
|
+
@complex model x509CertificateAuthorityScope {
|
|
7094
|
+
includeTargets: includeTarget[] | null;
|
|
7095
|
+
publicKeyInfrastructureIdentifier: string | null;
|
|
7096
|
+
subjectKeyIdentifier: string | null;
|
|
7097
|
+
}
|
|
7098
|
+
|
|
7088
7099
|
@complex model x509CertificateCRLValidationConfiguration {
|
|
7089
7100
|
exemptedCertificateAuthoritiesSubjectKeyIdentifiers: string[] | null;
|
|
7090
7101
|
state: x509CertificateCRLValidationConfigurationState;
|
|
7091
7102
|
}
|
|
7092
7103
|
|
|
7104
|
+
@complex model x509CertificateIssuerHintsConfiguration {
|
|
7105
|
+
state: x509CertificateIssuerHintsState | null;
|
|
7106
|
+
}
|
|
7107
|
+
|
|
7093
7108
|
@complex model x509CertificateRule {
|
|
7094
7109
|
identifier: string | null;
|
|
7095
7110
|
issuerSubjectIdentifier: string | null;
|
|
@@ -20853,8 +20868,10 @@ namespace reference.`microsoft.graph` {
|
|
|
20853
20868
|
|
|
20854
20869
|
@entity model x509CertificateAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
|
|
20855
20870
|
authenticationModeConfiguration: x509CertificateAuthenticationModeConfiguration | null;
|
|
20871
|
+
certificateAuthorityScopes: x509CertificateAuthorityScope[] | null;
|
|
20856
20872
|
certificateUserBindings: x509CertificateUserBinding[] | null;
|
|
20857
20873
|
crlValidationConfiguration: x509CertificateCRLValidationConfiguration;
|
|
20874
|
+
issuerHintsConfiguration: x509CertificateIssuerHintsConfiguration | null;
|
|
20858
20875
|
@contains includeTargets: authenticationMethodTarget[];
|
|
20859
20876
|
}
|
|
20860
20877
|
|
|
@@ -29332,6 +29349,12 @@ namespace reference.`microsoft.graph` {
|
|
|
29332
29349
|
unknownFutureValue: 2,
|
|
29333
29350
|
}
|
|
29334
29351
|
|
|
29352
|
+
enum x509CertificateIssuerHintsState {
|
|
29353
|
+
disabled: 0,
|
|
29354
|
+
enabled: 1,
|
|
29355
|
+
unknownFutureValue: 2,
|
|
29356
|
+
}
|
|
29357
|
+
|
|
29335
29358
|
enum x509CertificateRuleType {
|
|
29336
29359
|
issuerSubject: 0,
|
|
29337
29360
|
policyOID: 1,
|
package/lib/GovSG/Beta/main.tsp
CHANGED
|
@@ -243,6 +243,19 @@ namespace reference.`microsoft.graph` {
|
|
|
243
243
|
sensitivityLabels: string[] | null;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
+
@complex model evaluateDynamicMembershipResult {
|
|
247
|
+
membershipRule: string | null;
|
|
248
|
+
membershipRuleEvaluationDetails: expressionEvaluationDetails | null;
|
|
249
|
+
membershipRuleEvaluationResult: boolean;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
@complex model expressionEvaluationDetails {
|
|
253
|
+
expression: string | null;
|
|
254
|
+
expressionEvaluationDetails: expressionEvaluationDetails[] | null;
|
|
255
|
+
expressionResult: boolean;
|
|
256
|
+
propertyToEvaluate: propertyToEvaluate | null;
|
|
257
|
+
}
|
|
258
|
+
|
|
246
259
|
@complex model extensionSchemaProperty {
|
|
247
260
|
name: string | null;
|
|
248
261
|
type: string | null;
|
|
@@ -365,6 +378,16 @@ namespace reference.`microsoft.graph` {
|
|
|
365
378
|
hideTermsOfUse: boolean | null;
|
|
366
379
|
}
|
|
367
380
|
|
|
381
|
+
@complex model membershipRuleEvaluationDetails {
|
|
382
|
+
membershipRuleEvaluationDetails: expressionEvaluationDetails | null;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
@complex model membershipRuleProcessingStatus {
|
|
386
|
+
errorMessage: string | null;
|
|
387
|
+
lastMembershipUpdated: offsetDateTime | null;
|
|
388
|
+
status: MembershipRuleProcessingStatusDetails | null;
|
|
389
|
+
}
|
|
390
|
+
|
|
368
391
|
@complex model noScopes extends inheritableScopes {
|
|
369
392
|
}
|
|
370
393
|
|
|
@@ -476,6 +499,11 @@ namespace reference.`microsoft.graph` {
|
|
|
476
499
|
value: string | null;
|
|
477
500
|
}
|
|
478
501
|
|
|
502
|
+
@complex model perTenantTrafficSegmentsOverride {
|
|
503
|
+
percentage: int32;
|
|
504
|
+
tenantId: guid;
|
|
505
|
+
}
|
|
506
|
+
|
|
479
507
|
@complex model phone {
|
|
480
508
|
number: string | null;
|
|
481
509
|
type: phoneType | null;
|
|
@@ -512,6 +540,11 @@ namespace reference.`microsoft.graph` {
|
|
|
512
540
|
statementUrl: string | null;
|
|
513
541
|
}
|
|
514
542
|
|
|
543
|
+
@complex model propertyToEvaluate {
|
|
544
|
+
propertyName: string | null;
|
|
545
|
+
propertyValue: string | null;
|
|
546
|
+
}
|
|
547
|
+
|
|
515
548
|
@complex model provisionedPlan {
|
|
516
549
|
capabilityStatus: string | null;
|
|
517
550
|
provisioningStatus: string | null;
|
|
@@ -1163,6 +1196,7 @@ namespace reference.`microsoft.graph` {
|
|
|
1163
1196
|
mailNickname: string | null;
|
|
1164
1197
|
membershipRule: string | null;
|
|
1165
1198
|
membershipRuleProcessingState: string | null;
|
|
1199
|
+
membershipRuleProcessingStatus: membershipRuleProcessingStatus | null;
|
|
1166
1200
|
onPremisesDomainName: string | null;
|
|
1167
1201
|
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
1168
1202
|
onPremisesNetBiosName: string | null;
|
|
@@ -1186,6 +1220,7 @@ namespace reference.`microsoft.graph` {
|
|
|
1186
1220
|
@references createdOnBehalfOf: directoryObject | null;
|
|
1187
1221
|
@contains endpoints: endpoint[];
|
|
1188
1222
|
@contains extensions: extension[];
|
|
1223
|
+
@contains groupLifecyclePolicies: groupLifecyclePolicy[];
|
|
1189
1224
|
@references memberOf: directoryObject[];
|
|
1190
1225
|
@references members: directoryObject[];
|
|
1191
1226
|
@references membersWithLicenseErrors: directoryObject[];
|
|
@@ -1197,6 +1232,12 @@ namespace reference.`microsoft.graph` {
|
|
|
1197
1232
|
@references transitiveMembers: directoryObject[];
|
|
1198
1233
|
}
|
|
1199
1234
|
|
|
1235
|
+
@entity model groupLifecyclePolicy extends entity {
|
|
1236
|
+
alternateNotificationEmails: string | null;
|
|
1237
|
+
groupLifetimeInDays: int32 | null;
|
|
1238
|
+
managedGroupTypes: string | null;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1200
1241
|
@entity model homeRealmDiscoveryPolicy extends stsPolicy {
|
|
1201
1242
|
}
|
|
1202
1243
|
|
|
@@ -1844,6 +1885,15 @@ namespace reference.`microsoft.graph` {
|
|
|
1844
1885
|
unknownFutureValue: 10,
|
|
1845
1886
|
}
|
|
1846
1887
|
|
|
1888
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
1889
|
+
enum MembershipRuleProcessingStatusDetails {
|
|
1890
|
+
NotStarted: 0,
|
|
1891
|
+
Running: 1,
|
|
1892
|
+
Failed: 2,
|
|
1893
|
+
Succeeded: 3,
|
|
1894
|
+
UnsupportedFutureValue: 4,
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1847
1897
|
enum onPremisesDirectorySynchronizationDeletionPreventionType {
|
|
1848
1898
|
disabled: 0,
|
|
1849
1899
|
enabledForCount: 1,
|
package/lib/GovSG/V1.0/main.tsp
CHANGED
|
@@ -868,6 +868,7 @@ namespace reference.`microsoft.graph` {
|
|
|
868
868
|
@contains appRoleAssignments: appRoleAssignment[];
|
|
869
869
|
@references createdOnBehalfOf: directoryObject | null;
|
|
870
870
|
@contains extensions: extension[];
|
|
871
|
+
@contains groupLifecyclePolicies: groupLifecyclePolicy[];
|
|
871
872
|
@references memberOf: directoryObject[];
|
|
872
873
|
@references members: directoryObject[];
|
|
873
874
|
@references membersWithLicenseErrors: directoryObject[];
|
|
@@ -879,6 +880,12 @@ namespace reference.`microsoft.graph` {
|
|
|
879
880
|
@references transitiveMembers: directoryObject[];
|
|
880
881
|
}
|
|
881
882
|
|
|
883
|
+
@entity model groupLifecyclePolicy extends entity {
|
|
884
|
+
alternateNotificationEmails: string | null;
|
|
885
|
+
groupLifetimeInDays: int32 | null;
|
|
886
|
+
managedGroupTypes: string | null;
|
|
887
|
+
}
|
|
888
|
+
|
|
882
889
|
@open
|
|
883
890
|
@entity model groupSetting extends entity {
|
|
884
891
|
displayName: string | null;
|