BareMetalMachineKeySetPatchParameters interface

BareMetalMachineKeySetPatchParameters 代表修補裸機計算機密鑰集的要求主體。

屬性

expiration

此金鑰集中的使用者將會從裸機計算機中移除的日期和時間。

jumpHostsAllowed

具有管理網路存取權的跳躍主機 IP 位址清單,使用者可以從中允許登入。

tags

資源標籤。

userList

允許使用者的唯一清單。

屬性詳細資料

expiration

此金鑰集中的使用者將會從裸機計算機中移除的日期和時間。

expiration?: Date

屬性值

Date

jumpHostsAllowed

具有管理網路存取權的跳躍主機 IP 位址清單,使用者可以從中允許登入。

jumpHostsAllowed?: string[]

屬性值

string[]

tags

資源標籤。

tags?: Record<string, string>

屬性值

Record<string, string>

userList

允許使用者的唯一清單。

userList?: KeySetUser[]

屬性值