pulumi-aws-kotlin
5.29.1.1
pulumi-aws-kotlin
/
com.pulumi.aws.memorydb.kotlin.outputs
/
GetUserAuthenticationMode
Get
User
Authentication
Mode
data
class
GetUserAuthenticationMode
(
val
passwordCount
:
Int
,
val
type
:
String
)
Types
Constructors
Properties
Constructors
Get
User
Authentication
Mode
Link copied to clipboard
fun
GetUserAuthenticationMode
(
passwordCount
:
Int
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
password
Count
Link copied to clipboard
val
passwordCount
:
Int
The number of passwords belonging to the user.
type
Link copied to clipboard
val
type
:
String
Whether the user requires a password to authenticate.