toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.sql.kotlin.outputs
/
GetDatabaseInstancesInstanceSettingPasswordValidationPolicy
Get
Database
Instances
Instance
Setting
Password
Validation
Policy
data
class
GetDatabaseInstancesInstanceSettingPasswordValidationPolicy
(
val
complexity
:
String
,
val
disallowUsernameSubstring
:
Boolean
,
val
enablePasswordPolicy
:
Boolean
,
val
minLength
:
Int
,
val
passwordChangeInterval
:
String
,
val
reuseInterval
:
Int
)
Members
Constructors
Get
Database
Instances
Instance
Setting
Password
Validation
Policy
Link copied to clipboard
constructor
(
complexity
:
String
,
disallowUsernameSubstring
:
Boolean
,
enablePasswordPolicy
:
Boolean
,
minLength
:
Int
,
passwordChangeInterval
:
String
,
reuseInterval
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
complexity
Link copied to clipboard
val
complexity
:
String
disallow
Username
Substring
Link copied to clipboard
val
disallowUsernameSubstring
:
Boolean
enable
Password
Policy
Link copied to clipboard
val
enablePasswordPolicy
:
Boolean
min
Length
Link copied to clipboard
val
minLength
:
Int
password
Change
Interval
Link copied to clipboard
val
passwordChangeInterval
:
String
reuse
Interval
Link copied to clipboard
val
reuseInterval
:
Int