File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/resources/agents/auth Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 82
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-b6957db438b01d979b62de21d4e674601b37d55b850b95a6e2b4c771aad5e840 .yml
3- openapi_spec_hash : 1c8aac8322bc9df8f1b82a7e7a0c692b
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-dac11bdb857e700a8c39d183e753ddd1ebaaca69fd9fc5ee57d6b56b70b00e6e .yml
3+ openapi_spec_hash : 78fbc50dd0b61cdc87564fbea278ee23
44config_hash : a4b4d14bdf6af723b235a6981977627c
Original file line number Diff line number Diff line change @@ -195,6 +195,11 @@ export interface AuthAgent {
195195 * Current authentication status of the managed profile
196196 */
197197 status : 'AUTHENTICATED' | 'NEEDS_AUTH' ;
198+
199+ /**
200+ * When the last authentication check was performed
201+ */
202+ last_auth_check_at ?: string ;
198203}
199204
200205/**
You can’t perform that action at this time.
0 commit comments