File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
api-reference/beta/resources Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " oidcPrivateJwtKeyClientAuthentication resource type"
3
+ description : " Private JWT key client authentication for OpenID Connect identity providers."
4
+ author : " brozbab"
5
+ ms.localizationpriority : medium
6
+ ms.subservice : " entra-sign-in"
7
+ doc_type : resourcePageType
8
+ ms.date : 11/19/2024
9
+ ---
10
+
11
+ # oidcPrivateJwtKeyClientAuthentication resource type
12
+
13
+ Namespace: microsoft.graph
14
+
15
+ [ !INCLUDE [ beta-disclaimer] ( ../../includes/beta-disclaimer.md )]
16
+
17
+ ** TODO: Add Description**
18
+
19
+ Inherits from [ oidcClientAuthentication] ( ../resources/oidcclientauthentication.md ) .
20
+
21
+ ## Properties
22
+ | Property| Type| Description|
23
+ | :---| :---| :---|
24
+
25
+ ## Relationships
26
+ None.
27
+
28
+ ## JSON representation
29
+ The following JSON representation shows the resource type.
30
+ <!-- {
31
+ "blockType": "resource",
32
+ "@odata.type": "microsoft.graph.oidcPrivateJwtKeyClientAuthentication"
33
+ }
34
+ -->
35
+ ``` json
36
+ {
37
+ "@odata.type" : " #microsoft.graph.oidcPrivateJwtKeyClientAuthentication"
38
+ }
39
+ ```
40
+
You can’t perform that action at this time.
0 commit comments