|
77 | 77 | <Member Name="failed" Value="5" /> |
78 | 78 | <Member Name="notSupported" Value="6" /> |
79 | 79 | </EnumType> |
| 80 | + <EnumType Name="actionType"> |
| 81 | + <Member Name="tunnel" Value="0" /> |
| 82 | + <Member Name="exclude" Value="1" /> |
| 83 | + <Member Name="unknownFutureValue" Value="2" /> |
| 84 | + </EnumType> |
80 | 85 | <EnumType Name="activityDomain"> |
81 | 86 | <Member Name="unknown" Value="0" /> |
82 | 87 | <Member Name="work" Value="1" /> |
|
11893 | 11898 | <Property Name="certificate" Type="Edm.String" Nullable="false" /> |
11894 | 11899 | <Property Name="displayName" Type="Edm.String" /> |
11895 | 11900 | </ComplexType> |
| 11901 | + <ComplexType Name="trustedSubjectNameAndIssuerConfiguration"> |
| 11902 | + <Property Name="trustedCertificateSubjectAddition" Type="graph.trustedSubjectNameAndIssuerRestriction" /> |
| 11903 | + </ComplexType> |
| 11904 | + <ComplexType Name="trustedSubjectNameAndIssuerRestriction"> |
| 11905 | + <Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" /> |
| 11906 | + <Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" /> |
| 11907 | + <Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /> |
| 11908 | + <Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /> |
| 11909 | + </ComplexType> |
11896 | 11910 | <ComplexType Name="trustFrameworkKey"> |
11897 | 11911 | <Property Name="d" Type="Edm.String" /> |
11898 | 11912 | <Property Name="dp" Type="Edm.String" /> |
|
18426 | 18440 | <Property Name="wiFiSecurityType" Type="graph.wiFiSecurityType" Nullable="false" /> |
18427 | 18441 | </EntityType> |
18428 | 18442 | <EntityType Name="ipApplicationSegment" BaseType="graph.applicationSegment"> |
| 18443 | + <Property Name="action" Type="graph.actionType" Nullable="false" /> |
18429 | 18444 | <Property Name="destinationHost" Type="Edm.String" /> |
18430 | 18445 | <Property Name="destinationType" Type="graph.privateNetworkDestinationType" /> |
18431 | 18446 | <Property Name="port" Type="Edm.Int32" /> |
|
60952 | 60967 | <Annotations Target="microsoft.graph.trustChainCertificate/displayName"> |
60953 | 60968 | <Annotation Term="Org.OData.Core.V1.Description" String="The trust chain certificate display name that provides a user-friendly way to identify a certificate in a trust chain." /> |
60954 | 60969 | </Annotations> |
| 60970 | + <Annotations Target="microsoft.graph.trustedSubjectNameAndIssuerRestriction/isStateSetByMicrosoft"> |
| 60971 | + <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
| 60972 | + </Annotations> |
60955 | 60973 | <Annotations Target="microsoft.graph.unassignResourceAccountFromDevice(microsoft.graph.windowsAutopilotDeviceIdentity)"> |
60956 | 60974 | <Annotation Term="Org.OData.Core.V1.Description" String="Unassigns the resource account from an Autopilot device." /> |
60957 | 60975 | </Annotations> |
|
0 commit comments