Skip to content

Commit c0f153a

Browse files
properties supporting $filter
1 parent d4ef11d commit c0f153a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api-reference/beta/api/certificateauthoritypath-list-mutualtlsoauthconfigurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GET /certificateAuthorities/mutualTlsOauthConfigurations
4141

4242
## Optional query parameters
4343

44-
This method supports the `$count`, `$filter`, `$select`, and `$orderby` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
44+
This method supports the `$count`, `$filter`, and `$select` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
4545

4646
## Request headers
4747

api-reference/beta/resources/mutualtlsoauthconfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Inherits from [trustedCertificateAuthorityBase](../resources/trustedcertificatea
3535
|:---|:---|:---|
3636
|certificateAuthorities|[certificateAuthority](../resources/certificateauthority.md) collection| Multi-value property that represents a list of trusted certificate authorities. Inherited from [trustedCertificateAuthorityBase](../resources/trustedcertificateauthoritybase.md). |
3737
|deletedDateTime|DateTimeOffset|Date and time when this object was deleted. Always `null` when the object hasn't been deleted. Inherited from [trustedCertificateAuthorityBase](../resources/trustedcertificateauthoritybase.md).|
38-
|displayName|String|Friendly name.|
39-
|id|String|The unique identifier for the **mutualTlsOauthConfiguration** object. Inherited from [trustedCertificateAuthorityBase](../resources/trustedcertificateauthoritybase.md).|
38+
|displayName|String|Friendly name. Supports `$filter` (`eq`, `in`).|
39+
|id|String|The unique identifier for the **mutualTlsOauthConfiguration** object. Inherited from [trustedCertificateAuthorityBase](../resources/trustedcertificateauthoritybase.md). Supports `$filter` (`eq`, `in`).|
4040
|tlsClientAuthParameter|tlsClientRegistrationMetadata | Specifies the field in the certificate that contains the subject ID. The possible values are: `tls_client_auth_subject_dn`, `tls_client_auth_san_dns`, `tls_client_auth_san_uri`, `tls_client_auth_san_ip`, `tls_client_auth_san_email`, `unknownFutureValue`.|
4141

4242
## Relationships

0 commit comments

Comments
 (0)