Consent Args
fun ConsentArgs(consentArtifact: Output<String>? = null, consentStoreId: Output<String>? = null, datasetId: Output<String>? = null, expireTime: Output<String>? = null, location: Output<String>? = null, metadata: Output<Map<String, String>>? = null, name: Output<String>? = null, policies: Output<List<GoogleCloudHealthcareV1beta1ConsentPolicyArgs>>? = null, project: Output<String>? = null, state: Output<ConsentState>? = null, ttl: Output<String>? = null, userId: Output<String>? = null)