Github API - Test Config

mutation updateEnterpriseTwoFactorAuthenticationRequiredSetting

Sets whether two factor authentication is required for all users in an enterprise.

Arguments
input UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput

UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput [input]

Autogenerated input type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterpriseId ID

The ID of the enterprise on which to set the two factor authentication required setting.

The value for the two factor authentication required setting on the enterprise.

API:
Github GraphQL API

Parameters for UpdateEnterpriseTwoFactorAuthenticationRequiredSetting

Returns
UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload

UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload [object]

Autogenerated return type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterprise Enterprise

The enterprise with the updated two factor authentication required setting.

message String

A message confirming the result of updating the two factor authentication required setting.

API:
Github GraphQL API
API:
Github GraphQL API