SecurityReportArgs

fun SecurityReportArgs(csvDelimiter: Output<String>? = null, dimensions: Output<List<String>>? = null, displayName: Output<String>? = null, envgroupHostname: Output<String>? = null, environmentId: Output<String>? = null, filter: Output<String>? = null, groupByTimeUnit: Output<String>? = null, limit: Output<Int>? = null, metrics: Output<List<GoogleCloudApigeeV1SecurityReportQueryMetricArgs>>? = null, mimeType: Output<String>? = null, organizationId: Output<String>? = null, reportDefinitionId: Output<String>? = null, timeRange: Output<Any>? = null)