LogzSubAccountUserArgs

data class LogzSubAccountUserArgs(val email: Output<String>, val firstName: Output<String>, val lastName: Output<String>, val phoneNumber: Output<String>) : ConvertibleToJava<LogzSubAccountUserArgs>

Constructors

Link copied to clipboard
constructor(email: Output<String>, firstName: Output<String>, lastName: Output<String>, phoneNumber: Output<String>)

Properties

Link copied to clipboard
val email: Output<String>

Email of the user used by Logz for contacting them if needed. A valid email address consists of an email prefix and an email domain. The prefix and domain may contain only letters, numbers, underscores, periods and dashes. Changing this forces a new logz Sub Account to be created.

Link copied to clipboard
val firstName: Output<String>

First Name of the user. Possible values must be between 1 and 50 characters in length. Changing this forces a new logz Sub Account to be created.

Link copied to clipboard
val lastName: Output<String>

Last Name of the user. Possible values must be between 1 and 50 characters in length. Changing this forces a new logz Sub Account to be created.

Link copied to clipboard
val phoneNumber: Output<String>

Phone number of the user used by Logz for contacting them if needed. Possible values must be between 1 and 40 characters in length. Changing this forces a new logz Sub Account to be created.

Functions

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