toggle menu
pulumi-keycloak-kotlin
5.4.0.0
jvm
switch theme
search in API
pulumi-keycloak-kotlin
/
com.pulumi.keycloak.kotlin.inputs
/
GetRealmOtpPolicy
Get
Realm
Otp
Policy
data
class
GetRealmOtpPolicy
(
val
algorithm
:
String
,
val
digits
:
Int
,
val
initialCounter
:
Int
,
val
lookAheadWindow
:
Int
,
val
period
:
Int
,
val
type
:
String
)
:
ConvertibleToJava
<
GetRealmOtpPolicy
>
Members
Constructors
Get
Realm
Otp
Policy
Link copied to clipboard
constructor
(
algorithm
:
String
,
digits
:
Int
,
initialCounter
:
Int
,
lookAheadWindow
:
Int
,
period
:
Int
,
type
:
String
)
Properties
algorithm
Link copied to clipboard
val
algorithm
:
String
digits
Link copied to clipboard
val
digits
:
Int
initial
Counter
Link copied to clipboard
val
initialCounter
:
Int
look
Ahead
Window
Link copied to clipboard
val
lookAheadWindow
:
Int
period
Link copied to clipboard
val
period
:
Int
type
Link copied to clipboard
val
type
:
String
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetRealmOtpPolicy