tklmMachineIdentityDelete
Use the tklmMachineIdentityDelete command to remove a machine identity from the IBM Security Key Lifecycle Manager data store.
Note: The IBM Security Key Lifecycle Manager command-line
interface commands will be deprecated in the later versions of IBM Security Key Lifecycle Manager. Use the
REST interfaces instead.
Purpose
Use this command to remove a machine identity from the IBM Security Key Lifecycle Manager data store.Permissions
Your role must have a permission to the delete action and a permission to the DS5000 裝置群組 to which the machine identity is attached.
Syntax
tklmMachineIdentityDelete -machineUUID machineuuidvalue -machineID machineidentitystring | -machineText machineidentitytextParameters
- -machineID
- 如果未指定 -machineText 或 -machineUUID 的值,則為必要。 指定唯一的機器 ID,其長度下限為 1 個字元,長度上限為 48 個字元。 例如:3042383030303437000000000000。 使用 tklmMachineIdentityList 指令來尋找機器身分。
- -machineText
- 如果未指定 -machineID 或 -machineUUID 的值,則為必要。 指定使用者為機器提供的唯一敘述性標籤,大於零個位元組且不超過 96 個位元組,例如 myEncryptedDS5000。
- -machineUUID
- 如果未指定 -machineText 或 -machineID 的值,則為必要。 指定機器的唯一通用 ID 值,例如 MACHINE-bf57ca0d-1299-4bc7-9c9c-2fa29a99c7c9。 使用 tklmMachineIdentityList 指令來尋找機器 UUID。
Example
This Jython-formatted command removes a machine identity from the IBM Security Key Lifecycle Manager data store.
print AdminTask.tklmMachineIdentityDelete
('[-machineID 3042383030303437000000000000]')