GetUserPolicyPlainArgs

data class GetUserPolicyPlainArgs(val policyName: String, val userName: String) : ConvertibleToJava<GetUserPolicyPlainArgs>

Constructors

Link copied to clipboard
fun GetUserPolicyPlainArgs(policyName: String, userName: String)

Functions

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

Properties

Link copied to clipboard

The name of the policy document.

Link copied to clipboard

The name of the user to associate the policy with.