toggle menu
pulumi-cloudflare-kotlin
5.49.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
GetAccountsAccount
Get
Accounts
Account
data
class
GetAccountsAccount
(
val
enforceTwofactor
:
Boolean
?
=
null
,
val
id
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
type
:
String
?
=
null
)
Members
Constructors
Get
Accounts
Account
Link copied to clipboard
constructor
(
enforceTwofactor
:
Boolean
?
=
null
,
id
:
String
?
=
null
,
name
:
String
?
=
null
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
enforce
Twofactor
Link copied to clipboard
val
enforceTwofactor
:
Boolean
?
=
null
Whether 2FA is enforced on the account.
id
Link copied to clipboard
val
id
:
String
?
=
null
Account ID.
name
Link copied to clipboard
val
name
:
String
?
=
null
Account name.
type
Link copied to clipboard
val
type
:
String
?
=
null
Account subscription type.