Get Service Account Iam Policy Plain Args
data class GetServiceAccountIamPolicyPlainArgs(val optionsRequestedPolicyVersion: Int? = null, val project: String? = null, val serviceAccountId: String) : ConvertibleToJava<GetServiceAccountIamPolicyPlainArgs>
Constructors
Link copied to clipboard
fun GetServiceAccountIamPolicyPlainArgs(optionsRequestedPolicyVersion: Int? = null, project: String? = null, serviceAccountId: String)