toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cloudstoragegateway.kotlin.outputs
/
GetGatewaySmbUsersUser
Get
Gateway
Smb
Users
User
data
class
GetGatewaySmbUsersUser
(
val
gatewayId
:
String
,
val
id
:
String
,
val
username
:
String
)
Members
Constructors
Get
Gateway
Smb
Users
User
Link copied to clipboard
constructor
(
gatewayId
:
String
,
id
:
String
,
username
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
gateway
Id
Link copied to clipboard
val
gatewayId
:
String
The Gateway ID.
id
Link copied to clipboard
val
id
:
String
The ID of the Gateway SMB User.
username
Link copied to clipboard
val
username
:
String
The username of the Gateway SMB User.