Logz Sub Account User Args
data class LogzSubAccountUserArgs(val email: Output<String>, val firstName: Output<String>, val lastName: Output<String>, val phoneNumber: Output<String>) : ConvertibleToJava<LogzSubAccountUserArgs>
Properties
Link copied to clipboard
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
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.