tokenPolicies

@JvmName(name = "qaqwntofwbunxcqm")
suspend fun tokenPolicies(value: Output<List<String>>)
@JvmName(name = "nfflthqaldirpeyi")
suspend fun tokenPolicies(value: List<String>?)

Parameters

value

(Optional) List of policies to encode onto generated tokens. Depending on the auth method, this list may be supplemented by user/group/other values.


@JvmName(name = "gyxsvprlqvuwvobl")
suspend fun tokenPolicies(vararg values: Output<String>)


@JvmName(name = "ucdsjckwbdgvdpph")
suspend fun tokenPolicies(values: List<Output<String>>)
@JvmName(name = "cuffcneweilnfdst")
suspend fun tokenPolicies(vararg values: String)

Parameters

values

(Optional) List of policies to encode onto generated tokens. Depending on the auth method, this list may be supplemented by user/group/other values.