UserEmailsArgs

data class UserEmailsArgs(val primary: Output<Boolean>? = null, val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<UserEmailsArgs>

Constructors

Link copied to clipboard
constructor(primary: Output<Boolean>? = null, type: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val primary: Output<Boolean>? = null

When true, this is the primary email associated with the user.

Link copied to clipboard
val type: Output<String>? = null

The type of email.

Link copied to clipboard
val value: Output<String>? = null

The email address. This value must be unique across the identity store.

Functions

Link copied to clipboard
open override fun toJava(): UserEmailsArgs