ShareCredentialDetailsResponse

data class ShareCredentialDetailsResponse(val password: String, val shareName: String, val shareType: String, val supportedAccessProtocols: List<String>, val userName: String)

Credential details of the shares in account.

Constructors

Link copied to clipboard
constructor(password: String, shareName: String, shareType: String, supportedAccessProtocols: List<String>, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Password for the share.

Link copied to clipboard

Name of the share.

Link copied to clipboard

Type of the share.

Link copied to clipboard

Access protocols supported on the device.

Link copied to clipboard

User name for the share.