|
5434 | 5434 | <Property Name="identifierUris" Type="graph.identifierUriConfiguration" /> |
5435 | 5435 | </ComplexType> |
5436 | 5436 | <ComplexType Name="appManagementConfiguration" Abstract="true"> |
5437 | | - <NavigationProperty Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" ContainsTarget="true" /> |
5438 | | - <NavigationProperty Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" ContainsTarget="true" /> |
| 5437 | + <Property Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" Nullable="false" /> |
| 5438 | + <Property Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" Nullable="false" /> |
5439 | 5439 | </ComplexType> |
5440 | 5440 | <ComplexType Name="appManagementPolicyActorExemptions"> |
5441 | | - <NavigationProperty Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" ContainsTarget="true" /> |
| 5441 | + <Property Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" /> |
5442 | 5442 | </ComplexType> |
5443 | 5443 | <ComplexType Name="appManagementServicePrincipalConfiguration" BaseType="graph.appManagementConfiguration" /> |
5444 | 5444 | <ComplexType Name="appMetadata"> |
|
5912 | 5912 | <ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration"> |
5913 | 5913 | <Property Name="applicationRestrictions" Type="graph.customAppManagementApplicationConfiguration" /> |
5914 | 5914 | </ComplexType> |
| 5915 | + <ComplexType Name="customSecurityAttributeExemption" Abstract="true"> |
| 5916 | + <Property Name="id" Type="Edm.String" Nullable="false" /> |
| 5917 | + <Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" Nullable="false" /> |
| 5918 | + </ComplexType> |
| 5919 | + <ComplexType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption"> |
| 5920 | + <Property Name="value" Type="Edm.String" /> |
| 5921 | + </ComplexType> |
5915 | 5922 | <ComplexType Name="customSecurityAttributeValue" OpenType="true" /> |
5916 | 5923 | <ComplexType Name="customSubjectAlternativeName"> |
5917 | 5924 | <Property Name="name" Type="Edm.String" /> |
|
7180 | 7187 | <Property Name="type" Type="Edm.String" /> |
7181 | 7188 | <Property Name="usage" Type="Edm.String" /> |
7182 | 7189 | </ComplexType> |
| 7190 | + <ComplexType Name="keyCredentialConfiguration"> |
| 7191 | + <Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" /> |
| 7192 | + <Property Name="maxLifetime" Type="Edm.Duration" /> |
| 7193 | + <Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /> |
| 7194 | + <Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" /> |
| 7195 | + <Property Name="state" Type="graph.appManagementRestrictionState" /> |
| 7196 | + </ComplexType> |
7183 | 7197 | <ComplexType Name="keyIntegerValuePair" BaseType="graph.keyTypedValuePair"> |
7184 | 7198 | <Property Name="value" Type="Edm.Int32" Nullable="false" /> |
7185 | 7199 | </ComplexType> |
|
7824 | 7838 | <Property Name="secretText" Type="Edm.String" /> |
7825 | 7839 | <Property Name="startDateTime" Type="Edm.DateTimeOffset" /> |
7826 | 7840 | </ComplexType> |
| 7841 | + <ComplexType Name="passwordCredentialConfiguration"> |
| 7842 | + <Property Name="maxLifetime" Type="Edm.Duration" /> |
| 7843 | + <Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /> |
| 7844 | + <Property Name="restrictionType" Type="graph.appCredentialRestrictionType" /> |
| 7845 | + <Property Name="state" Type="graph.appManagementRestrictionState" /> |
| 7846 | + </ComplexType> |
7827 | 7847 | <ComplexType Name="passwordProfile"> |
7828 | 7848 | <Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" /> |
7829 | 7849 | <Property Name="forceChangePasswordNextSignInWithMfa" Type="Edm.Boolean" /> |
|
10774 | 10794 | <Property Name="usePreDefinedValuesOnly" Type="Edm.Boolean" /> |
10775 | 10795 | <NavigationProperty Name="allowedValues" Type="Collection(graph.allowedValue)" ContainsTarget="true" /> |
10776 | 10796 | </EntityType> |
10777 | | - <EntityType Name="customSecurityAttributeExemption" BaseType="graph.entity" Abstract="true"> |
10778 | | - <Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" /> |
10779 | | - </EntityType> |
10780 | | - <EntityType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption"> |
10781 | | - <Property Name="value" Type="Edm.String" /> |
10782 | | - </EntityType> |
10783 | 10797 | <EntityType Name="dataSharingConsent" BaseType="graph.entity"> |
10784 | 10798 | <Property Name="grantDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
10785 | 10799 | <Property Name="granted" Type="Edm.Boolean" Nullable="false" /> |
|
13538 | 13552 | <EntityType Name="itemAttachment" BaseType="graph.attachment"> |
13539 | 13553 | <NavigationProperty Name="item" Type="graph.outlookItem" ContainsTarget="true" /> |
13540 | 13554 | </EntityType> |
13541 | | - <EntityType Name="keyCredentialConfiguration"> |
13542 | | - <Key> |
13543 | | - <PropertyRef Name="restrictionType" /> |
13544 | | - </Key> |
13545 | | - <Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" /> |
13546 | | - <Property Name="maxLifetime" Type="Edm.Duration" /> |
13547 | | - <Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /> |
13548 | | - <Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" Nullable="false" /> |
13549 | | - <Property Name="state" Type="graph.appManagementRestrictionState" /> |
13550 | | - </EntityType> |
13551 | 13555 | <EntityType Name="licenseDetails" BaseType="graph.entity"> |
13552 | 13556 | <Property Name="servicePlans" Type="Collection(graph.servicePlanInfo)" Nullable="false" /> |
13553 | 13557 | <Property Name="skuId" Type="Edm.Guid" /> |
|
14900 | 14904 | <Property Name="supportTelephones" Type="Collection(Edm.String)" /> |
14901 | 14905 | <Property Name="supportUrl" Type="Edm.String" /> |
14902 | 14906 | </EntityType> |
14903 | | - <EntityType Name="passwordCredentialConfiguration"> |
14904 | | - <Key> |
14905 | | - <PropertyRef Name="restrictionType" /> |
14906 | | - </Key> |
14907 | | - <Property Name="maxLifetime" Type="Edm.Duration" /> |
14908 | | - <Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /> |
14909 | | - <Property Name="restrictionType" Type="graph.appCredentialRestrictionType" Nullable="false" /> |
14910 | | - <Property Name="state" Type="graph.appManagementRestrictionState" /> |
14911 | | - </EntityType> |
14912 | 14907 | <EntityType Name="payloadCompatibleAssignmentFilter" BaseType="graph.deviceAndAppManagementAssignmentFilter"> |
14913 | 14908 | <Property Name="payloadType" Type="graph.assignmentFilterPayloadType" Nullable="false" /> |
14914 | 14909 | </EntityType> |
|
0 commit comments