Get Role Plain Args
data class GetRolePlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetRolePlainArgs>
A collection of arguments for invoking getRole.
A collection of arguments for invoking getRole.