You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*AuthenticatorApi* | [**patchAuthenticatorWithHttpInfo**](docs/AuthenticatorApi.md#patchAuthenticatorWithHttpInfo) | **PATCH** /authenticators/{id} | Update the supplied fields on an authenticator
146
146
*AuthenticatorApi* | [**reEnrollAuthenticator**](docs/AuthenticatorApi.md#reEnrollAuthenticator) | **POST** /authenticators/{id}/re-enroll | Reverts an authenticator to an enrollment
147
147
*AuthenticatorApi* | [**reEnrollAuthenticatorWithHttpInfo**](docs/AuthenticatorApi.md#reEnrollAuthenticatorWithHttpInfo) | **POST** /authenticators/{id}/re-enroll | Reverts an authenticator to an enrollment
148
+
*AuthenticatorApi* | [**requestExtendAllCertAuthenticators**](docs/AuthenticatorApi.md#requestExtendAllCertAuthenticators) | **POST** /identities/{id}/request-extend | Indicate all certificate authenticators for the identity should be extended and optionally key rolled on next authentication.
149
+
*AuthenticatorApi* | [**requestExtendAllCertAuthenticatorsWithHttpInfo**](docs/AuthenticatorApi.md#requestExtendAllCertAuthenticatorsWithHttpInfo) | **POST** /identities/{id}/request-extend | Indicate all certificate authenticators for the identity should be extended and optionally key rolled on next authentication.
150
+
*AuthenticatorApi* | [**requestExtendAuthenticator**](docs/AuthenticatorApi.md#requestExtendAuthenticator) | **POST** /authenticators/{id}/request-extend | Indicate a certificate authenticator should be extended and optionally key rolled on next authentication.
151
+
*AuthenticatorApi* | [**requestExtendAuthenticatorWithHttpInfo**](docs/AuthenticatorApi.md#requestExtendAuthenticatorWithHttpInfo) | **POST** /authenticators/{id}/request-extend | Indicate a certificate authenticator should be extended and optionally key rolled on next authentication.
148
152
*AuthenticatorApi* | [**updateAuthenticator**](docs/AuthenticatorApi.md#updateAuthenticator) | **PUT** /authenticators/{id} | Update all fields on an authenticator
149
153
*AuthenticatorApi* | [**updateAuthenticatorWithHttpInfo**](docs/AuthenticatorApi.md#updateAuthenticatorWithHttpInfo) | **PUT** /authenticators/{id} | Update all fields on an authenticator
150
154
*CertificateAuthorityApi* | [**createCa**](docs/CertificateAuthorityApi.md#createCa) | **POST** /cas | Creates a CA
*ConfigApi* | [**updateConfigTypeWithHttpInfo**](docs/ConfigApi.md#updateConfigTypeWithHttpInfo) | **PUT** /config-types/{id} | Update all fields on a config-type
194
198
*ControllersApi* | [**listControllers**](docs/ControllersApi.md#listControllers) | **GET** /controllers | List controllers
195
199
*ControllersApi* | [**listControllersWithHttpInfo**](docs/ControllersApi.md#listControllersWithHttpInfo) | **GET** /controllers | List controllers
200
+
*CurrentApiSessionApi* | [**createTotpToken**](docs/CurrentApiSessionApi.md#createTotpToken) | **POST** /current-api-session/totp-token | Create an MFA TOTP token that proves TOTP code checking has passed as a specific time for posture checks.
201
+
*CurrentApiSessionApi* | [**createTotpTokenWithHttpInfo**](docs/CurrentApiSessionApi.md#createTotpTokenWithHttpInfo) | **POST** /current-api-session/totp-token | Create an MFA TOTP token that proves TOTP code checking has passed as a specific time for posture checks.
*CurrentApiSessionApi* | [**detailCurrentIdentityAuthenticator**](docs/CurrentApiSessionApi.md#detailCurrentIdentityAuthenticator) | **GET** /current-identity/authenticators/{id} | Retrieve an authenticator for the current identity
*MfaApi* | [**createMfaRecoveryCodes**](docs/MfaApi.md#createMfaRecoveryCodes) | **POST** /current-identity/mfa/recovery-codes | For a completed MFA enrollment regenerate the recovery codes
371
377
*MfaApi* | [**createMfaRecoveryCodesWithHttpInfo**](docs/MfaApi.md#createMfaRecoveryCodesWithHttpInfo) | **POST** /current-identity/mfa/recovery-codes | For a completed MFA enrollment regenerate the recovery codes
378
+
*MfaApi* | [**createTotpToken**](docs/MfaApi.md#createTotpToken) | **POST** /current-api-session/totp-token | Create an MFA TOTP token that proves TOTP code checking has passed as a specific time for posture checks.
379
+
*MfaApi* | [**createTotpTokenWithHttpInfo**](docs/MfaApi.md#createTotpTokenWithHttpInfo) | **POST** /current-api-session/totp-token | Create an MFA TOTP token that proves TOTP code checking has passed as a specific time for posture checks.
372
380
*MfaApi* | [**deleteMfa**](docs/MfaApi.md#deleteMfa) | **DELETE** /current-identity/mfa | Disable MFA for the current identity
373
381
*MfaApi* | [**deleteMfaWithHttpInfo**](docs/MfaApi.md#deleteMfaWithHttpInfo) | **DELETE** /current-identity/mfa | Disable MFA for the current identity
374
382
*MfaApi* | [**detailMfa**](docs/MfaApi.md#detailMfa) | **GET** /current-identity/mfa | Returns the current status of MFA enrollment
0 commit comments