AuthBackendUserArgs

data class AuthBackendUserArgs(val groups: Output<List<String>>? = null, val policies: Output<List<String>>? = null, val username: Output<String>) : ConvertibleToJava<AuthBackendUserArgs>

Constructors

Link copied to clipboard
constructor(groups: Output<List<String>>? = null, policies: Output<List<String>>? = null, username: Output<String>)

Properties

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

Groups within the Okta auth backend to associate with this user

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

Policies to associate with this user

Link copied to clipboard
val username: Output<String>

Name of the user within Okta

Functions

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