keychaincredential.used_by

Returns list of objects that use this credential.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: id

id

Type: integer

Unique identifier of the keychain credential to check usage for.

Result

Type: array of object

Array of services or features using this keychain credential.

No Additional Items
Each item of this array must be:

UsedKeychainCredential

Type: object
No Additional Properties

Title

Type: string

Human-readable description of where the credential is being used.

Unbind Method

Type: enum (of string)

How to remove the credential dependency.

  • delete: Delete the dependent configuration
  • disable: Disable the dependent service or feature
Must be one of:
  • "delete"
  • "disable"


Required roles: KEYCHAIN_CREDENTIAL_READ