usernameFormat

@JvmName(name = "pjjbjdtdwtnwhxrl")
suspend fun usernameFormat(value: Output<String>)
@JvmName(name = "qquxflohfhkrnmix")
suspend fun usernameFormat(value: String?)

Parameters

value

(string) - A format string for mapping Identity names to MFA method names. Values to substitute should be placed in {{}}. For example, "{{alias.name}}@example.com". If blank, the Alias's Name field will be used as-is. Currently-supported mappings:

  • alias.name: The name returned by the mount configured via the mount_accessor parameter

  • entity.name: The name configured for the Entity

  • alias.metadata.<key>: The value of the Alias's metadata parameter

  • entity.metadata.<key>: The value of the Entity's metadata parameter