|
1474 | 1474 | ], |
1475 | 1475 | "category": "enterprise-admin" |
1476 | 1476 | }, |
| 1477 | + { |
| 1478 | + "name": "updateEnterpriseProofOfPresenceRequiredSetting", |
| 1479 | + "id": "updateenterpriseproofofpresencerequiredsetting", |
| 1480 | + "href": "/graphql/reference/enterprise-admin#mutation-updateenterpriseproofofpresencerequiredsetting", |
| 1481 | + "description": "<p>Sets the proof of presence (PoP) re-authentication requirement for sudo actions in an enterprise.</p>", |
| 1482 | + "isDeprecated": false, |
| 1483 | + "inputFields": [ |
| 1484 | + { |
| 1485 | + "name": "input", |
| 1486 | + "type": "UpdateEnterpriseProofOfPresenceRequiredSettingInput!", |
| 1487 | + "id": "updateenterpriseproofofpresencerequiredsettinginput", |
| 1488 | + "href": "/graphql/reference/enterprise-admin#input-object-updateenterpriseproofofpresencerequiredsettinginput" |
| 1489 | + } |
| 1490 | + ], |
| 1491 | + "returnFields": [ |
| 1492 | + { |
| 1493 | + "name": "clientMutationId", |
| 1494 | + "type": "String", |
| 1495 | + "id": "string", |
| 1496 | + "href": "/graphql/reference/other#scalar-string", |
| 1497 | + "description": "<p>A unique identifier for the client performing the mutation.</p>" |
| 1498 | + }, |
| 1499 | + { |
| 1500 | + "name": "enterprise", |
| 1501 | + "type": "Enterprise", |
| 1502 | + "id": "enterprise", |
| 1503 | + "href": "/graphql/reference/enterprise-admin#object-enterprise", |
| 1504 | + "description": "<p>The enterprise with the updated proof of presence required setting.</p>" |
| 1505 | + }, |
| 1506 | + { |
| 1507 | + "name": "message", |
| 1508 | + "type": "String", |
| 1509 | + "id": "string", |
| 1510 | + "href": "/graphql/reference/other#scalar-string", |
| 1511 | + "description": "<p>A message confirming the result of updating the proof of presence required setting.</p>" |
| 1512 | + } |
| 1513 | + ], |
| 1514 | + "category": "enterprise-admin" |
| 1515 | + }, |
1477 | 1516 | { |
1478 | 1517 | "name": "updateEnterpriseRepositoryProjectsSetting", |
1479 | 1518 | "id": "updateenterpriserepositoryprojectssetting", |
|
11687 | 11726 | ], |
11688 | 11727 | "category": "enterprise-admin" |
11689 | 11728 | }, |
| 11729 | + { |
| 11730 | + "name": "ProofOfPresenceRequirement", |
| 11731 | + "id": "proofofpresencerequirement", |
| 11732 | + "href": "/graphql/reference/enterprise-admin#enum-proofofpresencerequirement", |
| 11733 | + "description": "<p>The proof of presence (PoP) re-authentication requirement for sudo actions in an enterprise.</p>", |
| 11734 | + "isDeprecated": false, |
| 11735 | + "values": [ |
| 11736 | + { |
| 11737 | + "name": "MFA", |
| 11738 | + "description": "<p>Members must satisfy an MFA re-authentication.</p>" |
| 11739 | + }, |
| 11740 | + { |
| 11741 | + "name": "NO_POLICY", |
| 11742 | + "description": "<p>Proof of presence is not required.</p>" |
| 11743 | + }, |
| 11744 | + { |
| 11745 | + "name": "REAUTH", |
| 11746 | + "description": "<p>Members must complete a fresh re-authentication against the enterprise identity provider.</p>" |
| 11747 | + } |
| 11748 | + ], |
| 11749 | + "category": "enterprise-admin" |
| 11750 | + }, |
11690 | 11751 | { |
11691 | 11752 | "name": "SamlDigestAlgorithm", |
11692 | 11753 | "id": "samldigestalgorithm", |
|
13425 | 13486 | ], |
13426 | 13487 | "category": "enterprise-admin" |
13427 | 13488 | }, |
| 13489 | + { |
| 13490 | + "name": "UpdateEnterpriseProofOfPresenceRequiredSettingInput", |
| 13491 | + "id": "updateenterpriseproofofpresencerequiredsettinginput", |
| 13492 | + "href": "/graphql/reference/enterprise-admin#input-object-updateenterpriseproofofpresencerequiredsettinginput", |
| 13493 | + "description": "<p>Autogenerated input type of UpdateEnterpriseProofOfPresenceRequiredSetting.</p>", |
| 13494 | + "inputFields": [ |
| 13495 | + { |
| 13496 | + "name": "clientMutationId", |
| 13497 | + "description": "<p>A unique identifier for the client performing the mutation.</p>", |
| 13498 | + "type": "String", |
| 13499 | + "id": "string", |
| 13500 | + "href": "/graphql/reference/other#scalar-string" |
| 13501 | + }, |
| 13502 | + { |
| 13503 | + "name": "enterpriseId", |
| 13504 | + "description": "<p>The ID of the enterprise on which to set the proof of presence required setting.</p>", |
| 13505 | + "type": "ID!", |
| 13506 | + "id": "id", |
| 13507 | + "href": "/graphql/reference/other#scalar-id", |
| 13508 | + "isDeprecated": false |
| 13509 | + }, |
| 13510 | + { |
| 13511 | + "name": "settingValue", |
| 13512 | + "description": "<p>The proof of presence requirement to set on the enterprise.</p>", |
| 13513 | + "type": "ProofOfPresenceRequirement!", |
| 13514 | + "id": "proofofpresencerequirement", |
| 13515 | + "href": "/graphql/reference/enterprise-admin#enum-proofofpresencerequirement" |
| 13516 | + } |
| 13517 | + ], |
| 13518 | + "category": "enterprise-admin" |
| 13519 | + }, |
13428 | 13520 | { |
13429 | 13521 | "name": "UpdateEnterpriseRepositoryProjectsSettingInput", |
13430 | 13522 | "id": "updateenterpriserepositoryprojectssettinginput", |
|
0 commit comments