|
2931 | 2931 | <Member Name="enabled" Value="1" /> |
2932 | 2932 | <Member Name="unknownFutureValue" Value="2" /> |
2933 | 2933 | </EnumType> |
| 2934 | + <EnumType Name="x509CertificateIssuerHintsState"> |
| 2935 | + <Member Name="disabled" Value="0" /> |
| 2936 | + <Member Name="enabled" Value="1" /> |
| 2937 | + <Member Name="unknownFutureValue" Value="2" /> |
| 2938 | + </EnumType> |
2934 | 2939 | <EnumType Name="x509CertificateRuleType"> |
2935 | 2940 | <Member Name="issuerSubject" Value="0" /> |
2936 | 2941 | <Member Name="policyOID" Value="1" /> |
|
4270 | 4275 | <Property Name="inboundAllowed" Type="Edm.Boolean" /> |
4271 | 4276 | <Property Name="outboundAllowed" Type="Edm.Boolean" /> |
4272 | 4277 | </ComplexType> |
| 4278 | + <ComplexType Name="includeTarget"> |
| 4279 | + <Property Name="id" Type="Edm.String" Nullable="false" /> |
| 4280 | + <Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" /> |
| 4281 | + </ComplexType> |
4273 | 4282 | <ComplexType Name="incompleteData" OpenType="true"> |
4274 | 4283 | <Property Name="missingDataBeforeDateTime" Type="Edm.DateTimeOffset" /> |
4275 | 4284 | <Property Name="wasThrottled" Type="Edm.Boolean" /> |
|
6153 | 6162 | <Property Name="x509CertificateAuthenticationDefaultMode" Type="graph.x509CertificateAuthenticationMode" /> |
6154 | 6163 | <Property Name="x509CertificateDefaultRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" /> |
6155 | 6164 | </ComplexType> |
| 6165 | + <ComplexType Name="x509CertificateAuthorityScope"> |
| 6166 | + <Property Name="includeTargets" Type="Collection(graph.includeTarget)" /> |
| 6167 | + <Property Name="publicKeyInfrastructureIdentifier" Type="Edm.String" /> |
| 6168 | + <Property Name="subjectKeyIdentifier" Type="Edm.String" /> |
| 6169 | + </ComplexType> |
6156 | 6170 | <ComplexType Name="x509CertificateCRLValidationConfiguration"> |
6157 | 6171 | <Property Name="exemptedCertificateAuthoritiesSubjectKeyIdentifiers" Type="Collection(Edm.String)" /> |
6158 | 6172 | <Property Name="state" Type="graph.x509CertificateCRLValidationConfigurationState" Nullable="false" /> |
6159 | 6173 | </ComplexType> |
| 6174 | + <ComplexType Name="x509CertificateIssuerHintsConfiguration"> |
| 6175 | + <Property Name="state" Type="graph.x509CertificateIssuerHintsState" /> |
| 6176 | + </ComplexType> |
6160 | 6177 | <ComplexType Name="x509CertificateRule"> |
6161 | 6178 | <Property Name="identifier" Type="Edm.String" /> |
6162 | 6179 | <Property Name="issuerSubjectIdentifier" Type="Edm.String" /> |
|
11498 | 11515 | </EntityType> |
11499 | 11516 | <EntityType Name="x509CertificateAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"> |
11500 | 11517 | <Property Name="authenticationModeConfiguration" Type="graph.x509CertificateAuthenticationModeConfiguration" /> |
| 11518 | + <Property Name="certificateAuthorityScopes" Type="Collection(graph.x509CertificateAuthorityScope)" /> |
11501 | 11519 | <Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" /> |
11502 | 11520 | <Property Name="crlValidationConfiguration" Type="graph.x509CertificateCRLValidationConfiguration" Nullable="false" /> |
| 11521 | + <Property Name="issuerHintsConfiguration" Type="graph.x509CertificateIssuerHintsConfiguration" /> |
11503 | 11522 | <NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" /> |
11504 | 11523 | </EntityType> |
11505 | 11524 | <EntityType Name="x509CertificateCombinationConfiguration" BaseType="graph.authenticationCombinationConfiguration"> |
|
0 commit comments