Skip to main content
Version: v43

checkouts

Checkout response collection

countinteger
items object
iduuid
pathstring

Path of secret

typestring

Possible values: [TARGET_DOMAIN_SECRET, HOST_SECRET]

expiresdate-time
createddate-time
explicit_checkoutboolean
secrets object[]
  • Array [
  • versioninteger
    secretstring
    createddate-time
  • ]
  • usernamestring

    Target account username

    emailstring
    full_namestring
    target_domain object
    iduuid
    namestring
    deletedboolean
    host object
    iduuid
    addressesstring[]
    common_namestring
    external_idstring
    instance_idstring
    managed_account_iduuid
    user_iduuid

    Id of user who checked out the secret

    checkouts
    {
    "count": 0,
    "items": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "path": "string",
    "type": "TARGET_DOMAIN_SECRET",
    "expires": "2024-07-29T15:51:28.071Z",
    "created": "2024-07-29T15:51:28.071Z",
    "explicit_checkout": true,
    "secrets": [
    {
    "version": 0,
    "secret": "string",
    "created": "2024-07-29T15:51:28.071Z"
    }
    ],
    "username": "string",
    "email": "string",
    "full_name": "string",
    "target_domain": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "string",
    "deleted": true
    },
    "host": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "addresses": [
    "string"
    ],
    "common_name": "string",
    "external_id": "string",
    "instance_id": "string"
    },
    "managed_account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    }
    }