GatewaySmbUserArgs

data class GatewaySmbUserArgs(val gatewayId: Output<String>? = null, val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<GatewaySmbUserArgs>

Provides a Cloud Storage Gateway Gateway SMB User resource. For information about Cloud Storage Gateway Gateway SMB User and how to use it, see What is Gateway SMB User.

NOTE: Available since v1.142.0.

Import

Cloud Storage Gateway Gateway SMB User can be imported using the id, e.g.

$ pulumi import alicloud:cloudstoragegateway/gatewaySmbUser:GatewaySmbUser example <gateway_id>:<username>

Constructors

Link copied to clipboard
constructor(gatewayId: Output<String>? = null, password: Output<String>? = null, username: Output<String>? = null)

Properties

Link copied to clipboard
val gatewayId: Output<String>? = null

The Gateway ID of the Gateway SMB User.

Link copied to clipboard
val password: Output<String>? = null

The password of the Gateway SMB User.

Link copied to clipboard
val username: Output<String>? = null

The username of the Gateway SMB User.

Functions

Link copied to clipboard
open override fun toJava(): GatewaySmbUserArgs