Get Zone Iam Policy Plain Args
data class GetZoneIamPolicyPlainArgs(val dataplexZone: String, val lake: String, val location: String? = null, val project: String? = null) : ConvertibleToJava<GetZoneIamPolicyPlainArgs>
A collection of arguments for invoking getZoneIamPolicy.
Constructors
Link copied to clipboard
fun GetZoneIamPolicyPlainArgs(dataplexZone: String, lake: String, location: String? = null, project: String? = null)