CredentialProperties interface
Definition of the credential properties
Properties
| creation |
Gets the creation time. |
| description | Gets or sets the description. |
| last |
Gets the last modified time. |
| user |
Gets the user name of the credential. |
Property Details
creationTime
Gets the creation time.
creationTime?: Date
Property Value
Date
description
Gets or sets the description.
description?: string
Property Value
string
lastModifiedTime
Gets the last modified time.
lastModifiedTime?: Date
Property Value
Date
userName
Gets the user name of the credential.
userName?: string
Property Value
string