BareMetalMachineKeySetPatchParameters interface

BareMetalMachineKeySetPatchParameters represents the body of the request to patch the bare metal machine key set.

Properties

expiration

The date and time after which the users in this key set will be removed from the bare metal machines.

jumpHostsAllowed

The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.

tags

The Azure resource tags that will replace the existing ones.

userList

The unique list of permitted users.

Property Details

expiration

The date and time after which the users in this key set will be removed from the bare metal machines.

expiration?: Date

Property Value

Date

jumpHostsAllowed

The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.

jumpHostsAllowed?: string[]

Property Value

string[]

tags

The Azure resource tags that will replace the existing ones.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

userList

The unique list of permitted users.

userList?: KeySetUser[]

Property Value