Skip to main content
Version: v41

secretcheckout

Managed account secret checkout

idstring<uuid>
typestring

Possible values: [TARGET_DOMAIN_SECRET, HOST_SECRET]

user_idstring<uuid>
expiresstring<date-time>
createdstring<date-time>
explicit_checkoutboolean
secrets object[]

List of secret versions

  • Array [
  • versioninteger
    secretstring
    createdstring<date-time>
  • ]
  • usernamestring
    emailstring
    full_namestring
    target_domain_idstring<uuid>
    managed_account_idstring<uuid>
    host_idstring<uuid>
    secret_namestring
    metaobject
    secretcheckout
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "type": "TARGET_DOMAIN_SECRET",
    "user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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",
    "managed_account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "host_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "secret_name": "string",
    "meta": {}
    }