Credentials

View as Markdown

When viewing saved credentials, use these keywords to search and filter them.

Credential fields

Credential ID

The ID field is the unique identifier for a credential, written as a UUID. Search it with id:<uuid>.

id:cdb084f9-4811-445c-8ea1-3ea9cf88d536

Credential name

Search the credential name with name:<text>.

name:"AWS read-only account"
name:"Miradore API key"

Credential type

Search the credential type with type:<text>.

type:aws_access_secret
type:miradore_api_key_v1

Credential global property

The global property shows whether all organizations have access to a credential. Search it with global:<boolean>.

The term is a boolean value:

  • true, t, 1, and yes represent true
  • false, f, 0, and no represent false
global:true
global:0

Credential timestamps

Search the credential timestamp fields (created_at and last_used_at) with:

  • created_at:<term>
  • last_used_at:<term>

The term supports the standard runZero time comparison syntax.

created_at:<3days
created_at:>2019-08-01
created_at:>8/1/2019
created_at:<1week
created_at:<2months
last_used_at:<1year
last_used_at:>2weeks
last_used_at:<30minutes
last_used_at:>1year
last_used_at:<12hours
last_used_at:0

Credential created by

The created_by_email field holds the email address of the user who created the credential. Search it with created_by_email:<term>.

created_by_email:user@example.com
Updated