Gateway Smb User Args
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>
Content copied to clipboard