Get Security Groups Plain Args
data class GetSecurityGroupsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetSecurityGroupsPlainArgs>
A collection of arguments for invoking getSecurityGroups.