KeyVaultLastAccessStatusContractProperties interface

Warning

This API is now deprecated.

Issue contract Update Properties.

Properties

code

Last status code for sync and refresh of secret from key vault.

message

Details of the error else empty.

timeStampUtc

Last time secret was accessed. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

Property Details

code

Warning

This API is now deprecated.

Last status code for sync and refresh of secret from key vault.

code?: string

Property Value

string

message

Warning

This API is now deprecated.

Details of the error else empty.

message?: string

Property Value

string

timeStampUtc

Warning

This API is now deprecated.

Last time secret was accessed. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

timeStampUtc?: Date

Property Value

Date