BmcKeySetPatchParameters interface

BmcKeySetPatchParameters represents the body of the request to patch the baseboard management controller key set.

Properties

expiration

The date and time after which the users in this key set will be removed from the baseboard management controllers.

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 baseboard management controllers.

expiration?: Date

Property Value

Date

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