ShareCredentialDetails interface

Credential details of the shares in account.

Properties

password

Password for the share. NOTE: This property will not be serialized. It can only be populated by the server.

shareName

Name of the share. NOTE: This property will not be serialized. It can only be populated by the server.

shareType

Type of the share. NOTE: This property will not be serialized. It can only be populated by the server.

supportedAccessProtocols

Access protocols supported on the device. NOTE: This property will not be serialized. It can only be populated by the server.

userName

User name for the share. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

password

Password for the share. NOTE: This property will not be serialized. It can only be populated by the server.

password?: string

Property Value

string

shareName

Name of the share. NOTE: This property will not be serialized. It can only be populated by the server.

shareName?: string

Property Value

string

shareType

Type of the share. NOTE: This property will not be serialized. It can only be populated by the server.

shareType?: ShareDestinationFormatType

Property Value

supportedAccessProtocols

Access protocols supported on the device. NOTE: This property will not be serialized. It can only be populated by the server.

supportedAccessProtocols?: AccessProtocol[]

Property Value

userName

User name for the share. NOTE: This property will not be serialized. It can only be populated by the server.

userName?: string

Property Value

string