@microsoft/typespec-msgraph-reference 1.0.1 → 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 +18 -0
- package/lib/Bleu/Beta/main.tsp +63189 -6375
- package/lib/Bleu/V1.0/main.tsp +19332 -625
- package/lib/Delos/Beta/main.tsp +57043 -1297
- package/lib/Delos/V1.0/main.tsp +17905 -507
- package/lib/Fairfax/Beta/main.tsp +8842 -8292
- package/lib/Fairfax/V1.0/main.tsp +4688 -4208
- package/lib/GovSG/Beta/main.tsp +171 -116
- package/lib/GovSG/V1.0/main.tsp +80 -72
- package/lib/Mooncake/Beta/main.tsp +5540 -5320
- package/lib/Mooncake/V1.0/main.tsp +2279 -2191
- package/lib/Prod/Beta/main.tsp +12671 -11612
- package/lib/Prod/V1.0/main.tsp +5733 -5360
- package/lib/USNat/Beta/main.tsp +3567 -2382
- package/lib/USNat/V1.0/main.tsp +2305 -1876
- package/lib/USSec/Beta/main.tsp +3184 -2402
- package/lib/USSec/V1.0/main.tsp +1878 -1842
- package/package.json +2 -2
- package/rush-logs/typespec-msgraph-reference.build.log +1 -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;
|
|
@@ -707,6 +740,10 @@ namespace reference.`microsoft.graph` {
|
|
|
707
740
|
@references sponsors: directoryObject[];
|
|
708
741
|
}
|
|
709
742
|
|
|
743
|
+
@open
|
|
744
|
+
@entity model agentUser extends user {
|
|
745
|
+
}
|
|
746
|
+
|
|
710
747
|
@open
|
|
711
748
|
@entity model allowedDataLocation extends entity {
|
|
712
749
|
appId: string | null;
|
|
@@ -1100,7 +1137,7 @@ namespace reference.`microsoft.graph` {
|
|
|
1100
1137
|
}
|
|
1101
1138
|
|
|
1102
1139
|
@abstract
|
|
1103
|
-
@entity model entity
|
|
1140
|
+
@entity model entity {
|
|
1104
1141
|
@computed @key id: string;
|
|
1105
1142
|
}
|
|
1106
1143
|
|
|
@@ -1159,6 +1196,7 @@ namespace reference.`microsoft.graph` {
|
|
|
1159
1196
|
mailNickname: string | null;
|
|
1160
1197
|
membershipRule: string | null;
|
|
1161
1198
|
membershipRuleProcessingState: string | null;
|
|
1199
|
+
membershipRuleProcessingStatus: membershipRuleProcessingStatus | null;
|
|
1162
1200
|
onPremisesDomainName: string | null;
|
|
1163
1201
|
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
1164
1202
|
onPremisesNetBiosName: string | null;
|
|
@@ -1182,6 +1220,7 @@ namespace reference.`microsoft.graph` {
|
|
|
1182
1220
|
@references createdOnBehalfOf: directoryObject | null;
|
|
1183
1221
|
@contains endpoints: endpoint[];
|
|
1184
1222
|
@contains extensions: extension[];
|
|
1223
|
+
@contains groupLifecyclePolicies: groupLifecyclePolicy[];
|
|
1185
1224
|
@references memberOf: directoryObject[];
|
|
1186
1225
|
@references members: directoryObject[];
|
|
1187
1226
|
@references membersWithLicenseErrors: directoryObject[];
|
|
@@ -1193,6 +1232,12 @@ namespace reference.`microsoft.graph` {
|
|
|
1193
1232
|
@references transitiveMembers: directoryObject[];
|
|
1194
1233
|
}
|
|
1195
1234
|
|
|
1235
|
+
@entity model groupLifecyclePolicy extends entity {
|
|
1236
|
+
alternateNotificationEmails: string | null;
|
|
1237
|
+
groupLifetimeInDays: int32 | null;
|
|
1238
|
+
managedGroupTypes: string | null;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1196
1241
|
@entity model homeRealmDiscoveryPolicy extends stsPolicy {
|
|
1197
1242
|
}
|
|
1198
1243
|
|
|
@@ -1679,6 +1724,7 @@ namespace reference.`microsoft.graph` {
|
|
|
1679
1724
|
faxNumber: string | null;
|
|
1680
1725
|
givenName: string | null;
|
|
1681
1726
|
identities: objectIdentity[] | null;
|
|
1727
|
+
identityParentId: string | null;
|
|
1682
1728
|
imAddresses: string[] | null;
|
|
1683
1729
|
infoCatalogs: string[];
|
|
1684
1730
|
isManagementRestricted: boolean | null;
|
|
@@ -1739,202 +1785,211 @@ namespace reference.`microsoft.graph` {
|
|
|
1739
1785
|
|
|
1740
1786
|
@graphFlags
|
|
1741
1787
|
enum allowedRolePrincipalTypes {
|
|
1742
|
-
user,
|
|
1743
|
-
servicePrincipal,
|
|
1744
|
-
group,
|
|
1745
|
-
unknownFutureValue,
|
|
1788
|
+
user: 1,
|
|
1789
|
+
servicePrincipal: 2,
|
|
1790
|
+
group: 4,
|
|
1791
|
+
unknownFutureValue: 8,
|
|
1746
1792
|
}
|
|
1747
1793
|
|
|
1748
1794
|
enum allowInvitesFrom {
|
|
1749
|
-
none,
|
|
1750
|
-
adminsAndGuestInviters,
|
|
1751
|
-
adminsGuestInvitersAndAllMembers,
|
|
1752
|
-
everyone,
|
|
1753
|
-
unknownFutureValue,
|
|
1795
|
+
none: 0,
|
|
1796
|
+
adminsAndGuestInviters: 1,
|
|
1797
|
+
adminsGuestInvitersAndAllMembers: 2,
|
|
1798
|
+
everyone: 3,
|
|
1799
|
+
unknownFutureValue: 4,
|
|
1754
1800
|
}
|
|
1755
1801
|
|
|
1756
1802
|
enum appCredentialRestrictionType {
|
|
1757
|
-
passwordAddition,
|
|
1758
|
-
passwordLifetime,
|
|
1759
|
-
symmetricKeyAddition,
|
|
1760
|
-
symmetricKeyLifetime,
|
|
1761
|
-
customPasswordAddition,
|
|
1762
|
-
unknownFutureValue,
|
|
1803
|
+
passwordAddition: 0,
|
|
1804
|
+
passwordLifetime: 1,
|
|
1805
|
+
symmetricKeyAddition: 2,
|
|
1806
|
+
symmetricKeyLifetime: 3,
|
|
1807
|
+
customPasswordAddition: 4,
|
|
1808
|
+
unknownFutureValue: 99,
|
|
1763
1809
|
}
|
|
1764
1810
|
|
|
1765
1811
|
enum appKeyCredentialRestrictionType {
|
|
1766
|
-
asymmetricKeyLifetime,
|
|
1767
|
-
trustedCertificateAuthority,
|
|
1768
|
-
unknownFutureValue,
|
|
1812
|
+
asymmetricKeyLifetime: 0,
|
|
1813
|
+
trustedCertificateAuthority: 1,
|
|
1814
|
+
unknownFutureValue: 99,
|
|
1769
1815
|
}
|
|
1770
1816
|
|
|
1771
1817
|
enum appManagementRestrictionState {
|
|
1772
|
-
enabled,
|
|
1773
|
-
disabled,
|
|
1774
|
-
unknownFutureValue,
|
|
1818
|
+
enabled: 1,
|
|
1819
|
+
disabled: 2,
|
|
1820
|
+
unknownFutureValue: 3,
|
|
1775
1821
|
}
|
|
1776
1822
|
|
|
1777
1823
|
enum authenticationProtocol {
|
|
1778
|
-
wsFed,
|
|
1779
|
-
saml,
|
|
1780
|
-
unknownFutureValue,
|
|
1824
|
+
wsFed: 0,
|
|
1825
|
+
saml: 1,
|
|
1826
|
+
unknownFutureValue: 2,
|
|
1781
1827
|
}
|
|
1782
1828
|
|
|
1783
1829
|
enum b2bIdentityProvidersType {
|
|
1784
|
-
azureActiveDirectory,
|
|
1785
|
-
externalFederation,
|
|
1786
|
-
socialIdentityProviders,
|
|
1787
|
-
emailOneTimePasscode,
|
|
1788
|
-
microsoftAccount,
|
|
1789
|
-
defaultConfiguredIdp,
|
|
1790
|
-
unknownFutureValue,
|
|
1830
|
+
azureActiveDirectory: 1,
|
|
1831
|
+
externalFederation: 2,
|
|
1832
|
+
socialIdentityProviders: 3,
|
|
1833
|
+
emailOneTimePasscode: 4,
|
|
1834
|
+
microsoftAccount: 5,
|
|
1835
|
+
defaultConfiguredIdp: 6,
|
|
1836
|
+
unknownFutureValue: 7,
|
|
1791
1837
|
}
|
|
1792
1838
|
|
|
1793
1839
|
enum certificateAuthorityType {
|
|
1794
|
-
root,
|
|
1795
|
-
intermediate,
|
|
1796
|
-
unknownFutureValue,
|
|
1840
|
+
root: 0,
|
|
1841
|
+
intermediate: 1,
|
|
1842
|
+
unknownFutureValue: 2,
|
|
1797
1843
|
}
|
|
1798
1844
|
|
|
1799
1845
|
enum crossTenantAccessPolicyTargetConfigurationAccessType {
|
|
1800
|
-
allowed,
|
|
1801
|
-
blocked,
|
|
1802
|
-
unknownFutureValue,
|
|
1846
|
+
allowed: 1,
|
|
1847
|
+
blocked: 2,
|
|
1848
|
+
unknownFutureValue: 3,
|
|
1803
1849
|
}
|
|
1804
1850
|
|
|
1805
1851
|
enum crossTenantAccessPolicyTargetType {
|
|
1806
|
-
user,
|
|
1807
|
-
group,
|
|
1808
|
-
application,
|
|
1809
|
-
unknownFutureValue,
|
|
1852
|
+
user: 1,
|
|
1853
|
+
group: 2,
|
|
1854
|
+
application: 3,
|
|
1855
|
+
unknownFutureValue: 4,
|
|
1810
1856
|
}
|
|
1811
1857
|
|
|
1812
1858
|
enum customSecurityAttributeComparisonOperator {
|
|
1813
|
-
equals,
|
|
1814
|
-
unknownFutureValue,
|
|
1859
|
+
equals: 1,
|
|
1860
|
+
unknownFutureValue: 2,
|
|
1815
1861
|
}
|
|
1816
1862
|
|
|
1817
1863
|
enum federatedIdpMfaBehavior {
|
|
1818
|
-
acceptIfMfaDoneByFederatedIdp,
|
|
1819
|
-
enforceMfaByFederatedIdp,
|
|
1820
|
-
rejectMfaByFederatedIdp,
|
|
1821
|
-
unknownFutureValue,
|
|
1864
|
+
acceptIfMfaDoneByFederatedIdp: 0,
|
|
1865
|
+
enforceMfaByFederatedIdp: 1,
|
|
1866
|
+
rejectMfaByFederatedIdp: 2,
|
|
1867
|
+
unknownFutureValue: 3,
|
|
1822
1868
|
}
|
|
1823
1869
|
|
|
1824
1870
|
enum kind {
|
|
1825
|
-
unrestricted,
|
|
1826
|
-
allowedTenants,
|
|
1827
|
-
unknownFutureValue,
|
|
1871
|
+
unrestricted: 0,
|
|
1872
|
+
allowedTenants: 1,
|
|
1873
|
+
unknownFutureValue: 2,
|
|
1828
1874
|
}
|
|
1829
1875
|
|
|
1830
1876
|
enum labelKind {
|
|
1831
|
-
all,
|
|
1832
|
-
enumerated,
|
|
1833
|
-
unknownFutureValue,
|
|
1877
|
+
all: 1,
|
|
1878
|
+
enumerated: 2,
|
|
1879
|
+
unknownFutureValue: 3,
|
|
1834
1880
|
}
|
|
1835
1881
|
|
|
1836
1882
|
enum layoutTemplateType {
|
|
1837
|
-
default,
|
|
1838
|
-
verticalSplit,
|
|
1839
|
-
unknownFutureValue,
|
|
1883
|
+
default: 0,
|
|
1884
|
+
verticalSplit: 1,
|
|
1885
|
+
unknownFutureValue: 10,
|
|
1886
|
+
}
|
|
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,
|
|
1840
1895
|
}
|
|
1841
1896
|
|
|
1842
1897
|
enum onPremisesDirectorySynchronizationDeletionPreventionType {
|
|
1843
|
-
disabled,
|
|
1844
|
-
enabledForCount,
|
|
1845
|
-
enabledForPercentage,
|
|
1846
|
-
unknownFutureValue,
|
|
1898
|
+
disabled: 0,
|
|
1899
|
+
enabledForCount: 1,
|
|
1900
|
+
enabledForPercentage: 2,
|
|
1901
|
+
unknownFutureValue: 3,
|
|
1847
1902
|
}
|
|
1848
1903
|
|
|
1849
1904
|
enum partnerTenantType {
|
|
1850
|
-
microsoftSupport,
|
|
1851
|
-
syndicatePartner,
|
|
1852
|
-
breadthPartner,
|
|
1853
|
-
breadthPartnerDelegatedAdmin,
|
|
1854
|
-
resellerPartnerDelegatedAdmin,
|
|
1855
|
-
valueAddedResellerPartnerDelegatedAdmin,
|
|
1856
|
-
unknownFutureValue,
|
|
1905
|
+
microsoftSupport: 1,
|
|
1906
|
+
syndicatePartner: 2,
|
|
1907
|
+
breadthPartner: 3,
|
|
1908
|
+
breadthPartnerDelegatedAdmin: 4,
|
|
1909
|
+
resellerPartnerDelegatedAdmin: 5,
|
|
1910
|
+
valueAddedResellerPartnerDelegatedAdmin: 6,
|
|
1911
|
+
unknownFutureValue: 7,
|
|
1857
1912
|
}
|
|
1858
1913
|
|
|
1859
1914
|
enum permissionClassificationType {
|
|
1860
|
-
low,
|
|
1861
|
-
medium,
|
|
1862
|
-
high,
|
|
1863
|
-
unknownFutureValue,
|
|
1915
|
+
low: 1,
|
|
1916
|
+
medium: 2,
|
|
1917
|
+
high: 3,
|
|
1918
|
+
unknownFutureValue: 4,
|
|
1864
1919
|
}
|
|
1865
1920
|
|
|
1866
1921
|
enum permissionKind {
|
|
1867
|
-
all,
|
|
1868
|
-
enumerated,
|
|
1869
|
-
allPermissionsOnResourceApp,
|
|
1870
|
-
unknownFutureValue,
|
|
1922
|
+
all: 1,
|
|
1923
|
+
enumerated: 2,
|
|
1924
|
+
allPermissionsOnResourceApp: 3,
|
|
1925
|
+
unknownFutureValue: 4,
|
|
1871
1926
|
}
|
|
1872
1927
|
|
|
1873
1928
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
1874
1929
|
enum permissionType {
|
|
1875
|
-
application,
|
|
1876
|
-
delegated,
|
|
1877
|
-
delegatedUserConsentable,
|
|
1930
|
+
application: 1,
|
|
1931
|
+
delegated: 2,
|
|
1932
|
+
delegatedUserConsentable: 3,
|
|
1878
1933
|
}
|
|
1879
1934
|
|
|
1880
1935
|
enum perUserMfaState {
|
|
1881
|
-
disabled,
|
|
1882
|
-
enforced,
|
|
1883
|
-
enabled,
|
|
1884
|
-
unknownFutureValue,
|
|
1936
|
+
disabled: 0,
|
|
1937
|
+
enforced: 1,
|
|
1938
|
+
enabled: 2,
|
|
1939
|
+
unknownFutureValue: 3,
|
|
1885
1940
|
}
|
|
1886
1941
|
|
|
1887
1942
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
1888
1943
|
enum phoneType {
|
|
1889
|
-
home,
|
|
1890
|
-
business,
|
|
1891
|
-
mobile,
|
|
1892
|
-
other,
|
|
1893
|
-
assistant,
|
|
1894
|
-
homeFax,
|
|
1895
|
-
businessFax,
|
|
1896
|
-
otherFax,
|
|
1897
|
-
pager,
|
|
1898
|
-
radio,
|
|
1944
|
+
home: 0,
|
|
1945
|
+
business: 1,
|
|
1946
|
+
mobile: 2,
|
|
1947
|
+
other: 3,
|
|
1948
|
+
assistant: 4,
|
|
1949
|
+
homeFax: 5,
|
|
1950
|
+
businessFax: 6,
|
|
1951
|
+
otherFax: 7,
|
|
1952
|
+
pager: 8,
|
|
1953
|
+
radio: 9,
|
|
1899
1954
|
}
|
|
1900
1955
|
|
|
1901
1956
|
enum promptLoginBehavior {
|
|
1902
|
-
translateToFreshPasswordAuthentication,
|
|
1903
|
-
nativeSupport,
|
|
1904
|
-
disabled,
|
|
1905
|
-
unknownFutureValue,
|
|
1957
|
+
translateToFreshPasswordAuthentication: 0,
|
|
1958
|
+
nativeSupport: 1,
|
|
1959
|
+
disabled: 2,
|
|
1960
|
+
unknownFutureValue: 3,
|
|
1906
1961
|
}
|
|
1907
1962
|
|
|
1908
1963
|
enum resourceScopeType {
|
|
1909
|
-
group,
|
|
1910
|
-
chat,
|
|
1911
|
-
tenant,
|
|
1912
|
-
unknownFutureValue,
|
|
1913
|
-
team,
|
|
1964
|
+
group: 1,
|
|
1965
|
+
chat: 2,
|
|
1966
|
+
tenant: 3,
|
|
1967
|
+
unknownFutureValue: 4,
|
|
1968
|
+
team: 5,
|
|
1914
1969
|
}
|
|
1915
1970
|
|
|
1916
1971
|
enum rootDomains {
|
|
1917
|
-
none,
|
|
1918
|
-
all,
|
|
1919
|
-
allFederated,
|
|
1920
|
-
allManaged,
|
|
1921
|
-
enumerated,
|
|
1922
|
-
allManagedAndEnumeratedFederated,
|
|
1923
|
-
unknownFutureValue,
|
|
1972
|
+
none: 0,
|
|
1973
|
+
all: 1,
|
|
1974
|
+
allFederated: 2,
|
|
1975
|
+
allManaged: 3,
|
|
1976
|
+
enumerated: 4,
|
|
1977
|
+
allManagedAndEnumeratedFederated: 5,
|
|
1978
|
+
unknownFutureValue: 6,
|
|
1924
1979
|
}
|
|
1925
1980
|
|
|
1926
1981
|
enum scopeCollectionKind {
|
|
1927
|
-
allAllowed,
|
|
1928
|
-
enumerated,
|
|
1929
|
-
none,
|
|
1930
|
-
scopeKindNotSet,
|
|
1931
|
-
unknownFutureValue,
|
|
1982
|
+
allAllowed: 0,
|
|
1983
|
+
enumerated: 1,
|
|
1984
|
+
none: 2,
|
|
1985
|
+
scopeKindNotSet: 3,
|
|
1986
|
+
unknownFutureValue: 4,
|
|
1932
1987
|
}
|
|
1933
1988
|
|
|
1934
1989
|
@graphFlags
|
|
1935
1990
|
enum weakAlgorithms {
|
|
1936
|
-
rsaSha1,
|
|
1937
|
-
unknownFutureValue,
|
|
1991
|
+
rsaSha1: 1,
|
|
1992
|
+
unknownFutureValue: 2,
|
|
1938
1993
|
}
|
|
1939
1994
|
|
|
1940
1995
|
}
|
package/lib/GovSG/V1.0/main.tsp
CHANGED
|
@@ -800,7 +800,7 @@ namespace reference.`microsoft.graph` {
|
|
|
800
800
|
}
|
|
801
801
|
|
|
802
802
|
@abstract
|
|
803
|
-
@entity model entity
|
|
803
|
+
@entity model entity {
|
|
804
804
|
@computed @key id: string;
|
|
805
805
|
}
|
|
806
806
|
|
|
@@ -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;
|
|
@@ -1322,129 +1329,130 @@ namespace reference.`microsoft.graph` {
|
|
|
1322
1329
|
@references ownedObjects: directoryObject[];
|
|
1323
1330
|
@references registeredDevices: directoryObject[];
|
|
1324
1331
|
@contains scopedRoleMemberOf: scopedRoleMembership[];
|
|
1332
|
+
@references sponsors: directoryObject[];
|
|
1325
1333
|
@references transitiveMemberOf: directoryObject[];
|
|
1326
1334
|
}
|
|
1327
1335
|
|
|
1328
1336
|
enum allowInvitesFrom {
|
|
1329
|
-
none,
|
|
1330
|
-
adminsAndGuestInviters,
|
|
1331
|
-
adminsGuestInvitersAndAllMembers,
|
|
1332
|
-
everyone,
|
|
1333
|
-
unknownFutureValue,
|
|
1337
|
+
none: 0,
|
|
1338
|
+
adminsAndGuestInviters: 1,
|
|
1339
|
+
adminsGuestInvitersAndAllMembers: 2,
|
|
1340
|
+
everyone: 3,
|
|
1341
|
+
unknownFutureValue: 4,
|
|
1334
1342
|
}
|
|
1335
1343
|
|
|
1336
1344
|
enum appCredentialRestrictionType {
|
|
1337
|
-
passwordAddition,
|
|
1338
|
-
passwordLifetime,
|
|
1339
|
-
symmetricKeyAddition,
|
|
1340
|
-
symmetricKeyLifetime,
|
|
1341
|
-
customPasswordAddition,
|
|
1342
|
-
unknownFutureValue,
|
|
1345
|
+
passwordAddition: 0,
|
|
1346
|
+
passwordLifetime: 1,
|
|
1347
|
+
symmetricKeyAddition: 2,
|
|
1348
|
+
symmetricKeyLifetime: 3,
|
|
1349
|
+
customPasswordAddition: 4,
|
|
1350
|
+
unknownFutureValue: 99,
|
|
1343
1351
|
}
|
|
1344
1352
|
|
|
1345
1353
|
enum appKeyCredentialRestrictionType {
|
|
1346
|
-
asymmetricKeyLifetime,
|
|
1347
|
-
unknownFutureValue,
|
|
1354
|
+
asymmetricKeyLifetime: 0,
|
|
1355
|
+
unknownFutureValue: 99,
|
|
1348
1356
|
}
|
|
1349
1357
|
|
|
1350
1358
|
enum authenticationProtocol {
|
|
1351
|
-
wsFed,
|
|
1352
|
-
saml,
|
|
1353
|
-
unknownFutureValue,
|
|
1359
|
+
wsFed: 0,
|
|
1360
|
+
saml: 1,
|
|
1361
|
+
unknownFutureValue: 2,
|
|
1354
1362
|
}
|
|
1355
1363
|
|
|
1356
1364
|
enum b2bIdentityProvidersType {
|
|
1357
|
-
azureActiveDirectory,
|
|
1358
|
-
externalFederation,
|
|
1359
|
-
socialIdentityProviders,
|
|
1360
|
-
emailOneTimePasscode,
|
|
1361
|
-
microsoftAccount,
|
|
1362
|
-
defaultConfiguredIdp,
|
|
1363
|
-
unknownFutureValue,
|
|
1365
|
+
azureActiveDirectory: 1,
|
|
1366
|
+
externalFederation: 2,
|
|
1367
|
+
socialIdentityProviders: 3,
|
|
1368
|
+
emailOneTimePasscode: 4,
|
|
1369
|
+
microsoftAccount: 5,
|
|
1370
|
+
defaultConfiguredIdp: 6,
|
|
1371
|
+
unknownFutureValue: 7,
|
|
1364
1372
|
}
|
|
1365
1373
|
|
|
1366
1374
|
enum crossTenantAccessPolicyTargetConfigurationAccessType {
|
|
1367
|
-
allowed,
|
|
1368
|
-
blocked,
|
|
1369
|
-
unknownFutureValue,
|
|
1375
|
+
allowed: 1,
|
|
1376
|
+
blocked: 2,
|
|
1377
|
+
unknownFutureValue: 3,
|
|
1370
1378
|
}
|
|
1371
1379
|
|
|
1372
1380
|
enum crossTenantAccessPolicyTargetType {
|
|
1373
|
-
user,
|
|
1374
|
-
group,
|
|
1375
|
-
application,
|
|
1376
|
-
unknownFutureValue,
|
|
1381
|
+
user: 1,
|
|
1382
|
+
group: 2,
|
|
1383
|
+
application: 3,
|
|
1384
|
+
unknownFutureValue: 4,
|
|
1377
1385
|
}
|
|
1378
1386
|
|
|
1379
1387
|
enum federatedIdpMfaBehavior {
|
|
1380
|
-
acceptIfMfaDoneByFederatedIdp,
|
|
1381
|
-
enforceMfaByFederatedIdp,
|
|
1382
|
-
rejectMfaByFederatedIdp,
|
|
1383
|
-
unknownFutureValue,
|
|
1388
|
+
acceptIfMfaDoneByFederatedIdp: 0,
|
|
1389
|
+
enforceMfaByFederatedIdp: 1,
|
|
1390
|
+
rejectMfaByFederatedIdp: 2,
|
|
1391
|
+
unknownFutureValue: 3,
|
|
1384
1392
|
}
|
|
1385
1393
|
|
|
1386
1394
|
enum layoutTemplateType {
|
|
1387
|
-
default,
|
|
1388
|
-
verticalSplit,
|
|
1389
|
-
unknownFutureValue,
|
|
1395
|
+
default: 0,
|
|
1396
|
+
verticalSplit: 1,
|
|
1397
|
+
unknownFutureValue: 10,
|
|
1390
1398
|
}
|
|
1391
1399
|
|
|
1392
1400
|
enum onPremisesDirectorySynchronizationDeletionPreventionType {
|
|
1393
|
-
disabled,
|
|
1394
|
-
enabledForCount,
|
|
1395
|
-
enabledForPercentage,
|
|
1396
|
-
unknownFutureValue,
|
|
1401
|
+
disabled: 0,
|
|
1402
|
+
enabledForCount: 1,
|
|
1403
|
+
enabledForPercentage: 2,
|
|
1404
|
+
unknownFutureValue: 3,
|
|
1397
1405
|
}
|
|
1398
1406
|
|
|
1399
1407
|
enum partnerTenantType {
|
|
1400
|
-
microsoftSupport,
|
|
1401
|
-
syndicatePartner,
|
|
1402
|
-
breadthPartner,
|
|
1403
|
-
breadthPartnerDelegatedAdmin,
|
|
1404
|
-
resellerPartnerDelegatedAdmin,
|
|
1405
|
-
valueAddedResellerPartnerDelegatedAdmin,
|
|
1406
|
-
unknownFutureValue,
|
|
1408
|
+
microsoftSupport: 1,
|
|
1409
|
+
syndicatePartner: 2,
|
|
1410
|
+
breadthPartner: 3,
|
|
1411
|
+
breadthPartnerDelegatedAdmin: 4,
|
|
1412
|
+
resellerPartnerDelegatedAdmin: 5,
|
|
1413
|
+
valueAddedResellerPartnerDelegatedAdmin: 6,
|
|
1414
|
+
unknownFutureValue: 7,
|
|
1407
1415
|
}
|
|
1408
1416
|
|
|
1409
1417
|
enum permissionClassificationType {
|
|
1410
|
-
low,
|
|
1411
|
-
medium,
|
|
1412
|
-
high,
|
|
1413
|
-
unknownFutureValue,
|
|
1418
|
+
low: 1,
|
|
1419
|
+
medium: 2,
|
|
1420
|
+
high: 3,
|
|
1421
|
+
unknownFutureValue: 4,
|
|
1414
1422
|
}
|
|
1415
1423
|
|
|
1416
1424
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
1417
1425
|
enum permissionType {
|
|
1418
|
-
delegatedUserConsentable,
|
|
1419
|
-
delegated,
|
|
1420
|
-
application,
|
|
1426
|
+
delegatedUserConsentable: 1,
|
|
1427
|
+
delegated: 2,
|
|
1428
|
+
application: 3,
|
|
1421
1429
|
}
|
|
1422
1430
|
|
|
1423
1431
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
1424
1432
|
enum phoneType {
|
|
1425
|
-
home,
|
|
1426
|
-
business,
|
|
1427
|
-
mobile,
|
|
1428
|
-
other,
|
|
1429
|
-
assistant,
|
|
1430
|
-
homeFax,
|
|
1431
|
-
businessFax,
|
|
1432
|
-
otherFax,
|
|
1433
|
-
pager,
|
|
1434
|
-
radio,
|
|
1433
|
+
home: 0,
|
|
1434
|
+
business: 1,
|
|
1435
|
+
mobile: 2,
|
|
1436
|
+
other: 3,
|
|
1437
|
+
assistant: 4,
|
|
1438
|
+
homeFax: 5,
|
|
1439
|
+
businessFax: 6,
|
|
1440
|
+
otherFax: 7,
|
|
1441
|
+
pager: 8,
|
|
1442
|
+
radio: 9,
|
|
1435
1443
|
}
|
|
1436
1444
|
|
|
1437
1445
|
enum promptLoginBehavior {
|
|
1438
|
-
translateToFreshPasswordAuthentication,
|
|
1439
|
-
nativeSupport,
|
|
1440
|
-
disabled,
|
|
1441
|
-
unknownFutureValue,
|
|
1446
|
+
translateToFreshPasswordAuthentication: 0,
|
|
1447
|
+
nativeSupport: 1,
|
|
1448
|
+
disabled: 2,
|
|
1449
|
+
unknownFutureValue: 3,
|
|
1442
1450
|
}
|
|
1443
1451
|
|
|
1444
1452
|
@graphFlags
|
|
1445
1453
|
enum weakAlgorithms {
|
|
1446
|
-
rsaSha1,
|
|
1447
|
-
unknownFutureValue,
|
|
1454
|
+
rsaSha1: 1,
|
|
1455
|
+
unknownFutureValue: 2,
|
|
1448
1456
|
}
|
|
1449
1457
|
|
|
1450
1458
|
}
|