StackStorageConnector

data class StackStorageConnector(val connectorType: String, val domains: List<String>? = null, val resourceIdentifier: String? = null)

Constructors

Link copied to clipboard
constructor(connectorType: String, domains: List<String>? = null, resourceIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of storage connector. Valid values are HOMEFOLDERS, GOOGLE_DRIVE, or ONE_DRIVE.

Link copied to clipboard
val domains: List<String>? = null

Names of the domains for the account.

Link copied to clipboard

ARN of the storage connector.