KeyVaultLastAccessStatusContractProperties interface
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. |
time |
Last time secret was accessed. The date conforms to the following format: |
Property Details
code
Last status code for sync and refresh of secret from key vault.
code?: string
Property Value
string
message
Details of the error else empty.
message?: string
Property Value
string
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.
timeStampUtc?: Date
Property Value
Date