Skip to content

Commit 0b34bf7

Browse files
update docs for latest core
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
1 parent 34a8d50 commit 0b34bf7

23 files changed

Lines changed: 5682 additions & 1989 deletions

docs/docs/api/graph-api/enums.md

Lines changed: 164 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,6 +1291,36 @@ ControlObjectiveHistoryControlSource is enum for the field source
12911291
</tbody>
12921292
</table>
12931293

1294+
## ControlObjectiveHistoryObjectiveStatus
1295+
1296+
ControlObjectiveHistoryObjectiveStatus is enum for the field status
1297+
1298+
<p style={{ marginBottom: "0.4em" }}><strong>Values</strong></p>
1299+
1300+
<table>
1301+
<thead><tr><th>Value</th><th>Description</th></tr></thead>
1302+
<tbody>
1303+
<tr>
1304+
<td>ACTIVE</td>
1305+
<td>
1306+
1307+
</td>
1308+
</tr>
1309+
<tr>
1310+
<td>ARCHIVED</td>
1311+
<td>
1312+
1313+
</td>
1314+
</tr>
1315+
<tr>
1316+
<td>DRAFT</td>
1317+
<td>
1318+
1319+
</td>
1320+
</tr>
1321+
</tbody>
1322+
</table>
1323+
12941324
## ControlObjectiveHistoryOpType
12951325

12961326
ControlObjectiveHistoryOpType is enum for the field operation
@@ -1387,6 +1417,36 @@ Properties by which ControlObjectiveHistory connections can be ordered.
13871417
</tbody>
13881418
</table>
13891419

1420+
## ControlObjectiveObjectiveStatus
1421+
1422+
ControlObjectiveObjectiveStatus is enum for the field status
1423+
1424+
<p style={{ marginBottom: "0.4em" }}><strong>Values</strong></p>
1425+
1426+
<table>
1427+
<thead><tr><th>Value</th><th>Description</th></tr></thead>
1428+
<tbody>
1429+
<tr>
1430+
<td>ACTIVE</td>
1431+
<td>
1432+
1433+
</td>
1434+
</tr>
1435+
<tr>
1436+
<td>ARCHIVED</td>
1437+
<td>
1438+
1439+
</td>
1440+
</tr>
1441+
<tr>
1442+
<td>DRAFT</td>
1443+
<td>
1444+
1445+
</td>
1446+
</tr>
1447+
</tbody>
1448+
</table>
1449+
13901450
## ControlObjectiveOrderField
13911451

13921452
Properties by which ControlObjective connections can be ordered.
@@ -4460,6 +4520,18 @@ Properties by which ProgramHistory connections can be ordered.
44604520
<td>STATUS</td>
44614521
<td>
44624522

4523+
</td>
4524+
</tr>
4525+
<tr>
4526+
<td>PROGRAM_TYPE</td>
4527+
<td>
4528+
4529+
</td>
4530+
</tr>
4531+
<tr>
4532+
<td>framework</td>
4533+
<td>
4534+
44634535
</td>
44644536
</tr>
44654537
<tr>
@@ -4519,6 +4591,42 @@ ProgramHistoryProgramStatus is enum for the field status
45194591
</tbody>
45204592
</table>
45214593

4594+
## ProgramHistoryProgramType
4595+
4596+
ProgramHistoryProgramType is enum for the field program_type
4597+
4598+
<p style={{ marginBottom: "0.4em" }}><strong>Values</strong></p>
4599+
4600+
<table>
4601+
<thead><tr><th>Value</th><th>Description</th></tr></thead>
4602+
<tbody>
4603+
<tr>
4604+
<td>FRAMEWORK</td>
4605+
<td>
4606+
4607+
</td>
4608+
</tr>
4609+
<tr>
4610+
<td>GAP_ANALYSIS</td>
4611+
<td>
4612+
4613+
</td>
4614+
</tr>
4615+
<tr>
4616+
<td>RISK_ASSESSMENT</td>
4617+
<td>
4618+
4619+
</td>
4620+
</tr>
4621+
<tr>
4622+
<td>OTHER</td>
4623+
<td>
4624+
4625+
</td>
4626+
</tr>
4627+
</tbody>
4628+
</table>
4629+
45224630
## ProgramMembershipHistoryOpType
45234631

45244632
ProgramMembershipHistoryOpType is enum for the field operation
@@ -4688,6 +4796,18 @@ Properties by which Program connections can be ordered.
46884796
<td>STATUS</td>
46894797
<td>
46904798

4799+
</td>
4800+
</tr>
4801+
<tr>
4802+
<td>PROGRAM_TYPE</td>
4803+
<td>
4804+
4805+
</td>
4806+
</tr>
4807+
<tr>
4808+
<td>framework</td>
4809+
<td>
4810+
46914811
</td>
46924812
</tr>
46934813
<tr>
@@ -4747,6 +4867,42 @@ ProgramProgramStatus is enum for the field status
47474867
</tbody>
47484868
</table>
47494869

4870+
## ProgramProgramType
4871+
4872+
ProgramProgramType is enum for the field program_type
4873+
4874+
<p style={{ marginBottom: "0.4em" }}><strong>Values</strong></p>
4875+
4876+
<table>
4877+
<thead><tr><th>Value</th><th>Description</th></tr></thead>
4878+
<tbody>
4879+
<tr>
4880+
<td>FRAMEWORK</td>
4881+
<td>
4882+
4883+
</td>
4884+
</tr>
4885+
<tr>
4886+
<td>GAP_ANALYSIS</td>
4887+
<td>
4888+
4889+
</td>
4890+
</tr>
4891+
<tr>
4892+
<td>RISK_ASSESSMENT</td>
4893+
<td>
4894+
4895+
</td>
4896+
</tr>
4897+
<tr>
4898+
<td>OTHER</td>
4899+
<td>
4900+
4901+
</td>
4902+
</tr>
4903+
</tbody>
4904+
</table>
4905+
47504906
## RiskHistoryOpType
47514907

47524908
RiskHistoryOpType is enum for the field operation
@@ -5786,6 +5942,12 @@ Properties by which Subscriber connections can be ordered.
57865942
<td>unsubscribed</td>
57875943
<td>
57885944

5945+
</td>
5946+
</tr>
5947+
<tr>
5948+
<td>send_attempts</td>
5949+
<td>
5950+
57895951
</td>
57905952
</tr>
57915953
</tbody>
@@ -6189,7 +6351,7 @@ Properties by which TFASetting connections can be ordered.
61896351

61906352
## UserAuthProvider
61916353

6192-
UserAuthProvider is enum for the field auth_provider
6354+
UserAuthProvider is enum for the field last_login_provider
61936355

61946356
<p style={{ marginBottom: "0.4em" }}><strong>Values</strong></p>
61956357

@@ -6225,7 +6387,7 @@ UserAuthProvider is enum for the field auth_provider
62256387

62266388
## UserHistoryAuthProvider
62276389

6228-
UserHistoryAuthProvider is enum for the field auth_provider
6390+
UserHistoryAuthProvider is enum for the field last_login_provider
62296391

62306392
<p style={{ marginBottom: "0.4em" }}><strong>Values</strong></p>
62316393

0 commit comments

Comments
 (0)